@charset "utf-8";

/*ヘッダー*/

#header {
	background-image: url(../img/headimg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 251px;
}
#head-title {
	height: 225px;
	width: 960px;
	margin: auto;
	position: relative;
}
#head-title h1 {
	float: left;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;

}
.dc {
	float: left;
	padding-left: 5px;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;
}

#wrap #header #head-title h2 {
	top: 185px;
	clear: both;
	color: #2685B7;
	text-decoration: none;
	position: relative;
	left: 138px;
	font-size: 10px;
}
#wrap #header #head-title h2 a {
	color: #2685B7;
	text-decoration: none;
	width: 100px;
}
#wrap #header #head-title h3 {
	left: 140px;
	top: 185px;
	position: relative;
	color: #2685B7;
	font-size: 10px;
}


.logo {
	top: 17px;
	position: absolute;
}

#head-line {
	background-image: url(../img/head_line.jpg);
	background-repeat: repeat-x;
	height: 26px;
}

/*メインコンテンツ*/

#main {
	width: 730px;
	float: left;
}

.title {
	background-image: url(../img/sitemap.jpg);
	background-repeat: no-repeat;
	font-size: 150%;
	background-position: left top;
	font-weight: bold;
	padding-left: 80px;
	padding-top: 80px;
	color: #06F;
}
.titlelead {
	margin-left: 80px;
}

.title2 {
	color: #F90;
	font-weight: bold;
	background-image: url(../img/head_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 10px;
}
#sitemaplink ul li {
	background-image: url(../img/linkicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/*サイドメニュー*/

#menu {
	width: 230px;
	float: right;
}


/*ログイン*/


#top-login {
	background-image: url(../img/loginfuti_s.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 210px;
	padding-top: 60px;
	padding-left: 20px;
}


#top-login ul {
	width: 186px;
}


.newbt a {
	background-image: url(../img/newbt_s2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 186px;
	overflow:hidden;
	outline:none;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-top: 13px;
	text-align: center;
}

.newbt a:hover {
	background-image: url(../img/newbt_s2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -44px;
	font-weight: bold;
	color: #FF0;
}

.logbt a {
	background-image: url(../img/loginbt_s2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 186px;
	overflow:hidden;
	outline:none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 13px;
	text-align: center;
}

.logbt a:hover {
	background-image: url(../img/loginbt_s2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -44px;
	overflow:hidden;
	color: #FF0;
	text-decoration: none;
}


