@charset "Shift_JIS";


/* 共通設定
--------------------------------------------------------------------
1. 初期設定
2. テキスト
3. clearfix
4. 大枠
5. ヘッダー
6. グローバルナビ
7. パンくず
8. フッター
9. サイドメニュー
10. コンテンツ
--------------------------------------------------------------------*/


/* 1. 初期設定
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

div, p, form, input{
	margin:0px;
	padding:0px;
}

table{
	font-size:100%;
	border:0px;
}

th, td{
	margin:0px;
	padding:0px;
	font-weight: normal;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

ul, li, ol, dl, dt, dd{
	list-style:none;
	margin:0px;
	padding:0px;
}



body{
	color:#000000;
	background-color:#007b6e;
	margin:0px;
	padding:0px;
	text-align:center;
}


/* ▼IE6 印刷用 */
@media print {
* html body {_zoom: 0.75;}
}
/* ▲IE6 印刷用 */



/* 2. テキスト
--------------------------------------------------------------------*/
a:link, a:active, a:visited{
	color:#0033cc; text-decoration:underline;
}
a:hover{
	color:#0033cc; text-decoration:underline;
}


strong{
	font-style:normal;
	font-weight:bold;
}

br{letter-spacing:0px;}



/* 3. clearfix
--------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */

.clear{
	clear:both;
}




/* 4. 大枠
--------------------------------------------------------------------*/

#wrapper{
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
#container{
	width:800px;
	margin:0px auto;
	text-align:left;
}

#main{
	width:800px;
	padding:30px 0px 25px 0px;
}



/* 5. ヘッダー
--------------------------------------------------------------------*/
#header{
	width:800px;
	padding-bottom:11px;
}
#header div.logo{
	float:left;
	width:270px;
	text-align:left;
	padding-top:20px;
}

#header div.txtarea{
	float:right;
	width:520px;
	text-align:right;
	padding-top:17px;
}
#header div.txtarea p{
	width:520px;
	text-align:right;
	color:#666666;
}
#header div.txtarea p.btn{
	padding-top:12px;
}


/* 6. グローバルナビ
--------------------------------------------------------------------*/
#gnavi{
	height:46px;
}
#gnavi li{
	float:left;
	height:46px;
}
#gnavi li img{
	vertical-align:top;
}



/* 7. パンくず
--------------------------------------------------------------------*/
#topicpath{
	padding:18px 0px 8px 0px;
	color:#b5b5b5;
}
#topicpath p strong{
	font-weight:normal;
}
#topicpath p a:link, #topicpath p a:active, #topicpath p a:visited{
	color:#b5b5b5; text-decoration:underline;
}
#topicpath p a:hover{
	color:#00aefd; text-decoration:underline;
}



/* 8. フッター
--------------------------------------------------------------------*/
#footer{
	width:100%;
	background-color:#007b6e;
	color:#ffffff;
	padding:6px 0px;
	text-align:center;
}
#footer p{
	width:800px;
	margin:0px auto;
	text-align:right;
}



/* 9. サイドメニュー
--------------------------------------------------------------------*/
#sidemenu{
	float:left;
	width:180px;
	padding-top:2px;
}
#sidemenu ul li img{
	vertical-align:top;
}

#sidemenu div.bnrarea{
	width:180px;
	background:url("../img_c/table_bottom_bnr.gif") bottom no-repeat;
	padding:10px 0px 6px 0px;
	
}
#sidemenu div.bnrarea div{
	width:180px;
	background:url("../img_c/bg_bnr.gif") repeat-y;
}
#sidemenu div.bnrarea p.txt{
	text-align:left;
	color:#666666;
	padding:10px;
}


/* 10. コンテンツ
--------------------------------------------------------------------*/

#contents{
	float:right;
	width:580px;
	text-align:left;
}

/* タイトル
-------------------------------- */
#contents p.leadarea{
	padding:21px 0px 21px 0px;
	line-height:150%;
}


/* ページトップ
-------------------------------- */
.pagetoplink{
	width:800px;
	text-align:right;
	padding-bottom:15px;
}

