@charset "UTF-8";

/*---------------------------------------
    中央よせ
---------------------------------------*/
body{
	background-color: #efefef;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: top;
}

div.wrapper{
	text-algin:left;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*---------------------------------------
    ヘッダ
---------------------------------------*/
h1 {
	background-image: url(../img/header.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

h1 img {
	float: left;
}

h1 span {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 450px;
	font-size: 12px;
	color: #CCC;
	line-height: 150%;
	font-weight: bold;
}


/*---------------------------------------
    メインエリア
---------------------------------------*/
div.main {
	clear: both;
	overflow: hidden;
}


/*---------------------------------------
　　ナビ
---------------------------------------*/
div.navi {
	float: left;
	width: 160px;
}

div.navi ul li {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*　共通設定　*/
div.navi ul li a {
	color: #333;
	text-decoration: none;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 140px;
}

/*　上段　*/
div.navi ul li.navi1 a {
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*　中段　*/
div.navi ul li.navi2 a {
	background-position: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999;
	padding: 10px;
}

/*　下段　*/
div.navi ul li.navi3 a {
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

div.navi ul li a:hover {
	background-image: url(../img/navi_bg_hover.jpg);

}

div.navi a .line {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #143C8C;
	padding-left: 4px;
}

div.navi a:hover .line {
	border-left-color: #B7193F;
}


/*---------------------------------------
    コンテンツエリア
---------------------------------------*/
div.contents {
	float: right;
	width: 570px;
}


/*---------------------------------------
　　フッタ
---------------------------------------*/
div#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

div#footer .pageTop {
	font-size: 85%;
	text-align: right;
}

div#footer .pageTop a {
	color: #03F;
	text-decoration: none;
}

div#footer .pageTop a:hover {
	color: #C80000;
	text-decoration: underline;
}

div.footer {
	background-color: #143C8C;
	color: #FFF;
	margin-top: 5px;
	text-align: center;
	padding-top: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6992D9;
	font-size: 12px;
	width: 750px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

