/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.5;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	letter-spacing: 0.1em;
}


html:not(:only-child:only-child) * {
	letter-spacing: 0em;
}


img {
	border: none;
	vertical-align: top;
}

hr {
	display: none;
	clear: both;
}



/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #3399FF;
}
A:hover {
	color: #3399FF;
	text-decoration: none;
}
A:visited {
	color: #3399FF;
}

/*レイアウト
////////////////////////////////////////////////////*/
body {
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}

#header,
#mainContainer,
#footer #footerWrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダ
/////////////////////////*/
#header h1 {
	width: 145px;
	height: 63px;
	float: left;
	text-indent: -9999px;
	
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/logo_shinkousha.jpg) no-repeat;
	overflow: hidden;
}
#header ul {
	width: 193px;
	float: right;
}
#header ul li {
	display: inline;
	list-style-type: none;
}

#groundNavi {/*グランドナビ枠*/
	width: 100%;
	height: 64px;
	margin-bottom: 6px;
	background: left url(../img/bg_common_gnavi.jpg) repeat-x;
}
/*メインエリア
/////////////////////////*/
.contentWrap {
	width: 950px;
}
.contentWrap #localNavi {/*ローカルナビ枠*/
	width: 220px;
	float: left;
}
.contentWrap #mainContent {
	width: 715px;
	float: right;
}




/*フッタ
/////////////////////////*/
#footer {
//	background-color: #3E94BD;
	background-color: #002F48;
	clear: both;
	height: 58px;
	overflow: hidden;
}

#footer ul {
	margin-top: 10px;
}

#footer #footerWrap {
	height: 48px;
	background-image: url(../img/copyright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer ul li {
	display: inline;
}
#footer address {
	display: none;
}

/*ぱんくずリンク
/////////////////////////*/

#topicList p,
#topicList p a {
	font-size: 10px;
}

/*その他
/////////////////////////*/

p.bt_pagetop {
	clear: both;
	margin-top: 30px;
	padding-right: 10px;
	text-align: right;

}

#pageHead.lowerIndex h2 {/*下層インデックスＨ２見出し*/
	width: 715px;
	height: 150px;
	margin: 8px 0 20px;
	text-indent: -9999px;
}
#pageHead.lower h2 {
	margin: 20px 0 15px;
	height: 28px;
	background: url(../img/bg_lower_h2.gif) repeat-x;
}
#pageHead h3 {
	border: 1px solid #D8DFDF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
	background-position: 4px center;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both; 
}

