@charset "UTF-8";

html{
	overflow-y:scroll;
	height:100%;
	background-color:#eeeeee;
}
/**************************** body **************************/
body{
	font-family :"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	letter-spacing:1px;
}
#wrap{
	position: relative;
	width: 825px;
	margin: 0 auto 1em;
	background-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
}
a,
a:link,
a:visited{
	color: #00f;
	text-decoration: underline;
}
a:active,
a:hover{
	color: #bf0000;
	text-decoration: underline;
}
p{
	margin-bottom: 10px;
}
ol{
	padding-left: 3em;
	margin-bottom: 10px;
}
ol li{
	list-style-type: decimal;
}
.main{
	width: 825px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.main p{
	padding-top: 8px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 10px;
}
/**************************** HEADER ************************/
header{
	width: 100%;
	height: 35px;
	background: url(../img/common/bg-header.gif) left top repeat-x;
}
h1{
	float: left;
	width: 500px;
	font-size: 10px;
	color: #ffffff;
	text-indent: 10px;
	padding-top: 10px;
}
#headerResize{
	position: absolute;
	top: 5px;
	right: 10px;
	height: 24px;
	margin-bottom: 4px;
}
#headerResize li{
	float:left;
}
#headerResize li.first{
	padding-right:300px;
}
#headerResize a{
	display: block;
	width: 37px;
	height: 20px;
}
/**************************** MENU **************************/
#menu{
	float: left;
	margin-bottom: 10px;
	width: 250px;
	top: 35px;
	left: 0;

}
#menu li{
	width: 250px;
	height: 50px;
	padding-left: 12px;
}
#menu li.first{
	width: 250px;
	height: 300px;
}
#menu li.link{
	width: 200px;
	height: 55px;
	padding-top:20px;
}

#menu li.last{
	width: 200px;
	height: 200px;
	padding-top:40px;
}
#menu li.imageTop1{
	width: 250px;
	height: 300px;
	text-indent: -9999px;
	background: url(../img/top/top.jpg) no-repeat;
	background-position: 0px 0px;
}
/**************************** CONTENT **********************/
#content{
	float: left;
	width: 555px;
	margin-left: 10px;
}
article,
section{
	margin-bottom: 10px;
}
#content div.topimage1{
	width: 575px;
	height: 300px;
/*	text-indent: -9999px;*/
	background: url(../img/top/topimage1.jpg) no-repeat;
	background-position: -10px 0px;
}
#content .linkimage1{
	position: absolute;
	top: 209px;
	left: 685px;
}
#content .linkimage2{
	position: absolute;
	top: 235px;
	left: 685px;
}
#content .linkimage3{
	position: absolute;
	top: 260px;
	left: 685px;
}
#content div.topimage2{
	width: 575px;
	height: 118px;
	text-indent: -9999px;
	background: url(../img/top/topimage2.jpg) no-repeat;
	background-position: -10px 0px;
}
.title{
	width: 555px;
	height: 25px;
	background: url(../img/common/title.gif) no-repeat;
	line-height: 28px;
	text-indent: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

/**************************** FOOTER ************************/
footer{
	clear: both;
	width: 100%;
}
#footerNav{
	position:relative;
	background-color: #f5b714;
	height: 4em;
}
#footerNav a,
#footerNav a:link,
#footerNav a:visited{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#footerNav a:active,
#footerNav a:hover{
/*	color: #bf0000; */
	text-decoration: underline;
}
#toTop{
	float: right;
	margin-top: 0.5em;
	margin-right: 20px;
}
#footerNav ul{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0px;
	white-space: nowrap;
}
#footerNav ul li{
	float: left;	
	width: 120px;
	white-space: nowrap;
	text-align:center;
}
#footerCopy{
	background: #fff;
	color: #000;
	padding-right: 0.5em;
	text-align:right;
	letter-spacing: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
