@charset "UTF-8";
/* CSS Document */

/*主設定*/
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h1 {
	font-size: 13px;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
.w-line {
	width: 100%;
	height: 1px;
	position:relative;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
}
ul {
	list-style:none;
}

li {	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*ヘッダーパート*/
#w-head {
	width: 100%;
	height: 450px;
	position:relative;
	background-color:#000000;
}

#w-head #linie {
	position:absolute;
	width:100%;
	top:100px;
	left:0px;
	height: 5px;
	background-image:url(../baseimages/header/backline.jpg);
	background-repeat:repeat-x;
}
#m-body {
	width: 900px;
	margin-left: -450px;
	height: auto;
	position:relative;
	left: 50%;
}

#m-head {
	width: 900px;
	height: 450px;
	margin-left: -450px;
	position: relative;
	left: 50%;
}
#m-head #logo {
	position:absolute;
	width:151px;
	top:20px;
	left:0px;
	height: 151px;
}



/*メインパート（サイズは各ページにて設定）*/
	/*グローバルナビゲーション*/
#g-navi {
	height: 100%;
	width: 200px;
	float:left;
	background-color: #FFFFFF;
	position: relative;
}

#navi01 {
	padding: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi02 {
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navi_btn {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
} 
#navi_btn-e {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
	/*コンテンツパート*/
#mainpart {
	width: 700px;
	height: 100%;
	float:right;
	position: relative;
}
.m-line {
	width: 90%;
	height: 1px;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5D0CE;
	margin-top:15px;
	margin-bottom:15px;
	left: 5%;
	clear: both;
}

/*フッターパート*/

#w-foot {
	width: 100%;
	height: 200px;
	position:relative;
	background-color: #000000;
	padding-top: 30px;
	clear:both;
}
#m-foot {
	width:900px;
	height: 200px;
	margin-left: -450px;
	position:relative;
	left: 50%;
	background-image: url(../baseimages/footer_03.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#m-foot a,#m-foot a:link,#m-foot a:visited {
	font-size: 10px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
#m-foot a:hover {
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
}
#m-foot p {
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#f-logo {
	position:relative;
	float: left;
	height: 199px;
	width: 301px;
	top: 1px;
}

.f-contents {
	float: right;
	height: 120px;
	width: 220px;
	margin-top: 25px;
	margin-right: 10px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}

#copy {
	height: 15px;
	width: 307px;
	position: absolute;
	left: 320px;
	bottom: 10px;
}
