@charset "Shift_JIS";

/*========================================
clearfixハック
======================================== */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; min-height: 1%;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


/*========================================
初期設定
======================================== */

*{
	margin:0;
	padding: 0;
	font-size: 100%;
	}

ul{
	list-style: none;
	}

img{
	vertical-align: bottom;
	border: none;
	}

body{
	font-size: 12px;
	/*font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	color: #3b3b3b;
	line-height: 1.7;
	}

*:first-child+html body{font-size: 75%;}/* for IE7 */

* html body{font-size: 75%;}/* for IE5-6 */

input, textarea{
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

table{
	border-collapse: collapse;
	}

/*========================================
リンク
======================================== */

a:link{
	color: #0033cc;
	text-decoration: underline;
	}

a:visited{
	color: #0D5EB0;
	text-decoration: underline;
	}

a:hover, a:active{
	color: #86AFD8;
	text-decoration: underline;
	}

/*========================================
フロート
======================================== */

.floatLT{
	float: left;
	}

.floatRT{
	float: right;
	}

/*========================================
レイアウト
======================================== */

body{
	text-align: center;
	color: #555555;
	background: #ffffff;
	}

div .wrapper{
	text-align: left;
	width: 860px;
	margin: 0 auto;
	}

/* ヘッダー */

div#headerArea {
	width: 100%;
	text-align:center;
	background: url(../images/bg_header.gif) left bottom repeat-x;
}

div#header{
	width: 860px;
	height: 80px;
	position: relative;
	}

div#header p{
	position: absolute;
	top: 16px;
	left: 0px;
	}

div#header ul{
	position: absolute;
	top: 30px;
	left: 644px;
	}

div#header ul li{
	float: left;
	}



/* ヘッダーナビゲーション */

ul#gNav{
	height: 30px;
	margin: 0;
	}

ul#gNav li{
	float: left;
	}



/* メインエリア */

#mainArea{
	background: url(../images/bg_main.gif) repeat-y;
	text-align: left;
	width: 860px;
	margin: 5px auto;
	}

.mainContentsArea {
	width: 645px;
	float:left;
}

#pagetop {
	margin-top: 80px;
	float: right;
}


/*========================================
サイドバー
======================================== */

.sidebar{
	float: left;
	margin-bottom: 20px;
	}

.sidebartitle {
	width: 215px;
	border-bottom: 1px solid #fff;
}

.sidebartitle img{
	margin: 18px 0 18px 10px;
}



/*========================================
フッター
======================================== */

div#footerArea {
	width: 100%;
	text-align:center;
	background: url(../images/bg_footer.gif) left top repeat-x;
}

#footer{
	text-align: left;
	width: 860px;
	height:80px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #0D5EB0;
	}

#footer p.cr{
	margin: 46px 0 0 0;
	_margin: 42px 0 0 0;
	float: left;
	}

#footer ul{
	margin: 40px 0 0 10px;
	float: left;
	}

#footer ul li{
	float: left;
	}

#footer .mark{
	float: right;
	}

#footer .mark img{
	margin: 0 0 0 20px;
	}
