@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.size1 {
	font-size: 0.6em;
	line-height: 1.4em;
}
.size2 {
	font-size: 0.8em;
	line-height: 1.6em;
}
.size3 {
	font-size: 1.0em;
	line-height: 1.8em;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
img {
	border:0;
}

/** ヘッダー **/
#Header {
	height:122px;
}
#Header #Header_area {
	position:relative;
	height:122px;
	width:900px;
	margin:0px auto;
}
#Header #Header_area h1 {
	position:absolute;
	display:block;
	width:173px;
	height:109px;
	top:5px;
	left:0px;
}
#Header #Header_area #buttons {
	position:absolute;
	display:block;
	top:64px;
	left:174px;
	width:554px;
	height:51px;
}
#Header #Header_area #buttons li {
	float:left;
}
#Header #Header_area #font_area {
	position:absolute;
	right: 0px;
	top: 65px;
	width: 145px;
	height: 32px;
	padding-top:17px;
	padding-left:28px;
	background-image: url(../images/font_s_back.png);
}

#Header #Header_area #b5 {
	position:absolute;
	display:block;
	top:0px;
	left:610px;
}
#Header #Header_area #b6 {
	position:absolute;
	display:block;
	top:0px;
	left:755px;
}
#Header #Header_area #bar {
	position:absolute;
	display:block;
	top:115px;
	left:0px;
}



#wp {
	width:900px;
	margin:0 auto;
}

/** フッター **/
#up_b {
	width:900px;
	margin:20px auto 5px;
	text-align:right;
}
#footer {
	background-image: url(../images/footer/footer_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:250px;
}
#footer #footer_area {
	width:880px;
	margin:0 auto;
	padding:20px 0px 0px;
	font-size:0.8em;
	color: #FFF;
}
#footer #footer_area .left_area{
	width:620px;
	float:left;
	text-align: left;
	padding:0px 10px;
}
#footer #footer_area .right_area{
	width:220px;
	float:right;
	text-align: right;
	padding:0px 10px;
}
#footer #footer_area hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	margin:7px 0px;
}
#footer #footer_area a {
	text-decoration:none;
}
#footer #footer_area a:link {
	color: #fff;
}
#footer #footer_area a:visited {
	color: #fff;
}
#footer #footer_area a:active {
	color: #fff;
}
#footer #footer_area a:hover {
	color: #f00;
	text-decoration:underline;
}


#con_area {
	width:860px;
	margin:0 auto;
	padding:33px 0px 15px;
}


.clear{
	clear:both;
	background:none;
	margin:0;padding:0;
	font-size:1px;line-height:1px;
	margin-top:-1px;
	display:block;
	color:#FFF;
}














/****/
