body {
	font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	background-image: url(../images/temp_header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a {
	color: #006699;
	text-decoration: underline;
}


/******************** header ********************/

#header_txt {
	font-size: 13px;
	line-height: 36px;
	color: #666666;
}
#header_l {
	float: left;
	height: 50px;
	width: 367px;
	padding-bottom: 18px;
}
#header_r {
	float: right;
	height: 52px;
	width: 233px;
	padding-bottom: 16px;
}
.header_menu {
	height: 53px;
	width: 754px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.header_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}


/******************** side ********************/

#side_box {
	float: left;
	width: 185px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.side_title {
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/side_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
}
.side_arrow {
	font-size: 13px;
	line-height: 14px;
	background-image: url(../images/side_arrow.jpg);
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 8px;
	padding-left: 16px;
}
#side_beige_box {
	font-size: 12px;
	padding-left: 15px;
	color: #996600;
	background-color: #F1F1E0;
	width: 158px;
	padding-top: 5px;
	padding-right: 15px;
	line-height: 120%;
}
.side_white_box {
	background-color: #FFFFFF;
	width: 158px;
	line-height: 25px;
	text-align: center;
	height: 25px;
	color: #000000;
}


/******************** contents ********************/

#contents {
	float: right;
	width: 745px;
	padding-top: 20px;
	padding-bottom: 40px;
}


/******************** footer ********************/

#footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 200px;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #333333;
}
.footer_menu {
	height: 40px;
	width: 633px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footer_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}


/******************** 共通css ********************/

.box960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.ma_clear {
	clear: both;
}
.ma10 {
	margin-top: 10px;
}
.ma20 {
	margin-top: 20px;
}
