@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin:0;
}
li{
	list-style:none;
}
img{
	border: 0;
	vertical-align:bottom;
}
h1,h2,h3,h4,p,input,texterea,select{
	font-size:100%;
	font-weight:normal;
	line-height:1.5em;
}
table{
	border-collapse:collapse;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color:#42210b;
}
#container{
	width: 850px;
	margin:0 auto;
	background:url(../img/shadow.gif) repeat-y;
	overflow:auto;
}
#header{
	width: 830px;
	height:132px;
	float:left;
	margin-left:10px;
	display:inline;
	background-color:#deeeff;
}
#header_1{
	float:left;
	margin:10px 5px;
}
#header_2{
	float:left;
	margin:40px 0 0 5px;
}
#header_3{
	width:490px;
	float:left;
	margin:30px 0 30px 10px;
	line-height:1.5em;
}
#contents{
	width: 830px;
	float:left;
	padding-left:10px;
}
#side{
	width: 150px;
	float:left;
}
#main{
	width:680px;
	float:left;
}
#footer{
	width:830px;
	float:left;
	margin-left:10px;
}
#footer p{
	text-align:center;
}
.blue{
	color:#36F;
}
.rose{
	color:#F33;
}

