@charset "UTF-8";

*{
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

body{
font-size: 0.8em;
color: #000000;
line-height: 1.4em;
letter-spacing: 0.1em;
text-align: center;
background-color: #d6cfb8;
}

h1,h2,h3,h4,h5,h6,em,strong{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a{
color: #c24848;
}

a:hover{
color: #FFFF00;
}

img{
border-width: 0;
}

address{
font-style: normal;
display: inline;
}

p{
text-indent: 0.7em;
padding-right: 1em;
padding-bottom: 0.2em;
padding-left: 1em;
}

div#main{
margin: 0 auto 0 auto;
text-align: left;
width: 900px;
background-color: #e8e4cf;
}

div#header{
margin: 0 0 0 0;
width: 100%;
height: 60px;
background-color: #a6bd7d;
}

div#header h1{
color: #FFFFFF;
font-size: 2em;
font-weight: bold;
}
div#header a{
color: #FFFFFF;
}

div#top_com{
	margin: 20px 0 20px 80px;
}

div#contents{
width: 550px;
height: auto;
margin: 0px 0px  0px 20px;
}

div#com{
float: right;
width: 230px;
margin: 50px 50px 30px 0px;
}

div#contents h2{
font-weight: bold;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
padding-top: 30px;
padding-left: 5px;
border-bottom-width: 1px;
border-bottom-color: #999999;
border-bottom-style: solid;
}



div#com_bottom{
margin: 100px 0 20px 80px;
}

div#link h3{
font-weight: bold;
}

div#link ul{
border-top: 1px solid #000000;
}

div#info{
margin: 20px 0 20px 0;
}

div#info h4{
	font-weight: bold;
}

div#info ul{
border-top: 1px solid #000000;
}

div#footer{
margin-top: 200px;
width: 100%;
height: 20px;
text-align: center;
color: #FFFFFF;
background-color: #a6bd7d;
}

div#footer a{
color: #FFFFFF;
}

div#footer a:hover{
color: #FFFF00;
}