* {
margin:0;
padding:0;
}

strong {
font-weight:normal;
}

em {
font-style:normal;
}

body {
background:wheat; 
background-image: url(img/bg.gif);
text-align: center;
}

#container {
background: #fffaf0; 
width:800px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-size: 90%;
}

#banner {
background-repeat:no-repeat;
height: 150px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-color: #ff7f50;
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 12px 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}


#content {
float: left;
width: 590px;
padding-left: 25px;
padding-right: 25px;
padding-top: 30px;
padding-bottom: 15px;
letter-spacing: 1.8px;
line-height: 1.5em;
}

#content p {
margin-top: 15px;
margin-bottom: 15px;
background-image: url(img/note_line.gif);
}



/*#content dl {
margin-top: 30px;
}*/

#content dt {
margin-top: 10px;
display: block;
font-weight: bold;
color: #fff;
padding-left: 10px;
background: #bdb76b;
}

#content dd  {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 20px;
padding-right: 20px;
}


#content dd a {
color:#555555;
padding-left: 7px;

}

#content dd a:hover {
color:#555555;
font-weight: bold;
padding-left: 5px;
}


#content dd li {
list-style-type: none;
background: url(./images/arrow.gif) no-repeat left top;
margin-bottom: 20px;
margin-left: 25px;
padding-left: 30px;
}

#totop {
color: saddlebrown;
text-align: right;
/*margin-bottom: 20px;*/
}

#totop a {
color: saddlebrown;
}


#sidemenu {
float: right;
width: 160px;
/*background:#0066ff;*/
}

#foot {
clear:both;
}

h1 {
}

h1 a {
text-decoration:none;
color: white;
display:block;
width:720px;
height:80px;
padding-top: 50px;
margin-left:20px;
font-size:26px;
text-indent:-9999px;
}


h1 a:hover {
}

h2 {
text-align: center;
display: block;
color: #555555;
font-size: 1.1em;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 2px;
border-top: 3px solid #ff7f50;
border-bottom: 1px solid #cc9966;
background: #f5f5f5;
}

h3 {
color: #555555;
display: block;
font-size: 100%;
padding-left: 10px;
border-left: solid 8px #556b2f;
border-top: solid 1px #556b2f;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 30px;
background: #f5f5f5;
}

h4{ 
background: wheat;
color: firebrick; 
font-size:1.1em; 
padding: 2px 5px; 
}

.img-right {
float:right;
margin-left: 12px;
margin-bottom: 10px;
}

.img-left {
float:left;
margin-right: 12px;
margin-bottom: 10px;
}

#foto {
text-align:center;
}

#content .af{
text-align: center;
/*width:468px;
margin-left:auto;
margin-right:auto;*/
}

/*#content div.af{
width:468px;
margin-left:auto;
margin-right:auto;
}*/



#ctgy {
border-top:30px solid #fffbf0;
}	

#sidemenu dt {
text-align: center;
font-weight: bold;
letter-spacing: 2px;
color: #fff;
background: #ff7f50; 
height: 30px;
line-height: 30px;
border-bottom: 1px solid #cc9966;
}




#sidemenu #mokuji {
background: khaki; 
height: 30px;
line-height: 30px;
border-left: solid 3px #ff7f50;
border-right: solid 3px #ff7f50;
border-top: solid 3px #ff7f50;
/*border-bottom: solid 5px #ff7f50;*/
}

#sidemenu #mokuji a {
padding-left: 10px;
font-weight: bold;
letter-spacing: 1.2em;
display:block;
height:30px;
line-height: 30px;
color:#555555;
text-decoration: none;
}

#sidemenu #mokuji a:hover {
padding-left: 10px;
font-weight: bold;
letter-spacing: 1.2em;
color:#555555;
font-weight: bold;
background: #fff;
}


#sidemenu dd {
border-left: 1px solid #cc9966;
border-right: 1px solid #cc9966;
/*border-top: 1px solid #ff7f50;*/
border-bottom: 1px solid #cc9966;
background: khaki;
}

#sidemenu dd a {
display:block;
height:30px;
line-height: 30px;
color:#555555;
padding-left: 7px;
text-decoration: none;
}

#sidemenu dd a:hover {
color:#555555;
font-weight: bold;
background: #fff;
border-left: solid 2px #ff7f50;
padding-left: 5px;
}

#sidemenu p {
margin-top: 10px;
margin-bottom: 10px;
font-size: 90%;
color: brown;
line-height: 1.5em;
padding-right: 5px;
}

#foot {
clear: both;
color: #fff;
font-weight: bold;
text-align: center;
background: #ff7f50;
/*border-right: solid 160px #fffbf0;*/
height: 32px;
line-height: 32px;
}


a img {
border-style:none
}

p.small{
font-size: 60%;
}