@charset "utf-8";

/*全ページ共通*/

a:link {
	color: #000033;
}

a:visited {
	color: #333399;
}

a:active {
	color: #660000;
}

a:hover {
	color: #660000;
}

#base {
	width: 950px;
	margin:0px auto 0px auto;
}

#menu {
	width: 950px;
	height:30px;
	margin-top:1px;
}

div#menu ul {
	width: 950px;
}

div#menu li {
	float:left;
	height:30px;
}

div#footlink li {
	float:left;
	margin-top:5px
}

li#footlink1 {
	width:800px;
}

li#footlink2 {
	width:150px;
	text-align:right;
}

/*サブページ共通*/

#sub-tracks {
	width:950px;
	height:20px;
	line-height:20px;
}

#sub-logo1 {
	height:60px;
	width:680px;
	background-image:url(../img/sub-img/sub-commonlogo.jpg);
	float:left
}

#sub-foot-bar {
	height:5px;
	background-color:#000033;
}

#sub-copyright {
	width: 950px;
	height:20px;
	background-color:#000033;
	text-align:center;
	color:#ffffff;
	line-height:20px
}

#sub-contents {
	background-color:#abaaaa;
	height:auto
}

#sub-contents-main {
	width:790px;
	padding-right:10px;
	float:left;
	background-color:#ffffff;
}

#sub-menu {
	width:150px;
	float:right;
}

#sub-under-space {
	height:20px;
	background-color:#ffffff;
}

.sub-menu-li-h2 {
	width:130px;
	height:35px;
	border-bottom:1px solid #09112c;
	color:#09112c;
	font-weight:bold;
	line-height:35px;
	padding-left:20px;
	background-image: url(../img/sub-img/sidemenuicon1.jpg);
	background-repeat: no-repeat;
	background-position:5px center;
}

.sub-menu-li-h2 a:link,
.sub-menu-li-h2 a:visited,
.sub-menu-li-h2 a:active,
.sub-menu-li-h2 a:hover {
	color: #000000;
}

.sub-menu-li {
	width:130px;
	height:30px;
	border-bottom:1px solid #09112c;
	line-height:32px;
	color:#09112c;
	padding-left:20px;
	background-image: url(../img/sub-img/sidemenuicon2.jpg);
	background-repeat: no-repeat;
	background-position:5px 8px;
	font-size:85%;
}

.sub-menu-li-space {
	height:50px
}

.return-top {
	text-align:right;
	margin-right:20px;
}

.sub-title {
	font-weight:bold;
	font-size:108%;
	margin:20px 0px 20px 0px;
	padding-left:20px;
	background-image:url(../img/sub-img/message_icon.jpg);
	background-repeat: no-repeat;
	line-height:30px;
}
