/*ページの基本デザイン用css*/
body {
text-align:left;
background-color: #999999;
background-image: url(image/gemkabe.gif);
background-repeat:repeat;
color: #ffffff;
margin:0px;
padding: 0px;
}

.contents {
width:750px;
height:450;
font-size: 0.9em;
overflow:auto;
position: relative;
background-color:transparent
background-image: url();
background-repeat: no-repeat;
background-attachment:;
top:130px;
left:80px;
}


.contents img {
margin: 10px;
float: left;
clear: both;
}
   
h1 {
color: #000000;
height: 30px;
font-family:"ＭＳ Ｐ明朝", "Times New Roman", "細明朝体",serif;
font-size: 140%;
text-align: left;
padding: 10px;
padding-left:360px;
margin: 10px;
margin-bottom:10px;
clear: both;
   }

h2 {
color: #000000;
font-size: 1em;
text-align: left;
padding-right: 10px;
margin: 10px;
margin-left:360px;
margin-right:10px;
   }

h3 {
color: #000000;
font-size: 100%;
border-left:solid 0.7em red;
text-align: left;
padding-left: 5px;
margin-top: 10px;
margin-left: 360px;
margin-right: 10px;
   }

h4 {
color: #000000;
font-size: 90%;
margin-top: 10px;
margin-bottom:10px;
margin-left: 360px;
margin-right: 10px;
text-align: left;
}

h5 {
color: #000000;
font-size: 90%;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 360px;
margin-right: 10px;
text-align: right;
   }


P {
color: #000000;
font-size: 80%;
line-height: 120%;
margin-top: 5px;
margin-left:360px;
margin-right: 10px;
text-align: left;
}


.navbar {
background-color: red;
padding: 0px;
width: 600px;
position: absolute;
top: 0px;
left: 0px;
}

.navbar h2 {
width: 120px;
float: left;
text-align: center;
background-color: red;
margin: 0px;
font-size: 18px;
line-height: 1.5em;
border-right: solid 1px red;
}

.navbar h2 a {
display: block;
width: 100px;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
        color: #999999;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	margin-top:140px;
        margin-bottom:10px;

}

address a {
color: #ffffff;
}


hr {
       	border-top:dashed 1px #000000;
	clear: both;
}

p img {
float: left;
margin: 10px;
clear: both;
}

a {
color:red;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:red;
}


h1 a {
color: #000000;
}

.side h2 {
font-family:"ＭＳ Ｐ明朝", "Times New Roman", "細明朝体",serif;
font-size:100%;
text-align: left;
margin:0;
color: #000000;
}

.side a {
color: #000000;
text-decoration: none;
}

.side ul{
font-size: 80%;
margin-top:0px;
}


