/* CSS Document */

body{
width:800px;
height:auto;
}

h1 {
	margin:0;
}

#head{
width:800px;
height:200px;

}

#bar{
width:800px;
height:10px;
background-color:#26264F;
margin-top:5px;
margin-bottom:5px;
}

#menu{
float:left;
width:220px;
height:auto;
background-color:#C0C0E0;
}

#menu ul{
margin:0;
padding:0;
}

#menu li{
line-height:200%;
}

#menu-title{
text-align:center;
font-size:18px;
font-weight:bold;
margin-top:15px;
margin-bottom:10px;
}


#contents{
float:right;
width:540px;
height:auto;
background-color:#E0E0E0;
padding:20px;
margin:0;
}

#foot{
width:800px;
height:15px;
background-color:#26264F;
}

.kinra{
clear:both;
}

p{
color:#191919;
font-size:12px;
line-height:160%;
}

h2{
font-size:24px;
border-bottom:1px dashed #37376F;
}

h3{
color:#9F0000;
background-color:#FFD2D2;
border-left:18px solid #9F0000;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

