@charset "UTF-8"; 
/* 共通用 ベースCSS */


/* -------------------------------------------
htmlタグ定義 
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 87%;
	background-image:  url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	/* letter-spacing:0.1em; */
}

img, div, h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

th, td, div {
	/* word-break: break-all; */
	word-wrap: break-word;
}

a {
	color: #000080;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 20px;
	padding-left: 29px;
	font-size: 10px;
	line-height: 30px;
	font-weight: lighter;
}

p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 150%;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 130%;
}

address {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	margin-top: 13px;
	clear: both;
}

strong.normal {
	font-weight: normal;
}

em.normal {
	font-style: normal;
	font-weight: normal;
}

.normal {
	font-style: normal;
	font-weight: normal;
}


/* -------------------------------------------
レイアウトボックス要素
------------------------------------------- */
#wrap {
	width: 970px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/bg_wrap.gif); 
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	/*background-color: #77EF93;*/
}

/* ヘッダー */
#header {
	width: 970px;
	height: 148px;
	margin: 0 auto 0 auto;
	position: relative; 
	padding: 0;
	background-image:  url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* フッター */
#footer {
	clear: both;
	width: 970px;
	height: 130px;
	margin: 0px auto 0 auto;
	padding: 0;	
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	letter-spacing:0em;
}

#footer-cts {
	width: 920px;
	padding: 12px 0 0 0;
	margin-right: auto;
	margin-left: auto;
}

#footer-cts a {
	color: #000080;
	text-decoration: none;
}

#footer-cts a:hover {
	color: #000080;
}

/* コンテンツ内上部背景画像 */
#bg_contents {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_contents.gif) no-repeat center top;
}



/* -------------------------------------------
共通ボックス内定義
-------------------------------------------*/
/* ヘッダー */
/* グルーバルナビゲーション01 */
#header div#nav {
	width: 950px;
	margin: 0 auto 0 auto;
}

ul#header_nav01 {
	position: absolute;
	height: 53px;
	font-size: 1px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 95px;
}

ul#header_nav01 li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* グルーバルナビゲーション02 */
ul#header_nav02 {
	position: absolute;
	font-size: 14px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 18px;
	top: 68px;
}

ul#header_nav02 li {
	background-image: url(../images/arr_001.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 0 0 0 0px;
	padding: 0px 3px 4px 18px;
	border: 0px;
	vertical-align: middle;
/* display:inlineの余白を消す */
	display: table-cell;
	*display: inline;
	*zoom: 1;
}

/* グルーバルナビゲーション03 */
ul#header_nav03 {
	position: absolute;
	font-size: 14px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 18px; 
	top: 35px;
}

ul#header_nav03 li {
	background-image: url(../images/arr_004.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0 0 0 0px;
	padding: 0px 10px 4px 16px;
	border: 0px;
	vertical-align: middle;
/* display:inlineの余白を消す */
	display: table-cell;
	*display: inline;
	*zoom: 1;
}

/* 検索サーチ */
#search {
	position: absolute;
	display: inline;
	right: 115px;
	top: 30px;
}

#search .left {
	padding-right: 9px;
}

#search .search-input {
	width: 180px;
	height: 17px;
	margin-top: 1px;
	margin-right: 6px;
	padding-left: 2px;
	border: 1px solid #666;
	vertical-align: middle;
}

/* フッター */
/* テキストナビゲーション */
#footer-cts ul {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0 0 5px 0;
	line-height: 150%;
}

#footer-cts li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	margin-right: 3px;
}

/* FireFox */
html[xmlns] #footer-cts li {
	margin-right: 0px;
	padding-right: 3px;
}

/* IE7 */
*:first-child+html #footer-cts li {
	margin-right: 3px;
	padding-right: 0px;
}

/* ボーダーなし */
#footer-cts li.noborder {
	border-right-width: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/* コピーライト */
#footer-cts .copyright {
	font-size: 12px;
	margin-top: 10px;
}




/* -------------------------------------------
共通スタイル
-------------------------------------------*/
/* 字寄せ */
.righter {
	text-align: right;
}
.lefter {
	text-align: left;
}
.centering {
	text-align: center;
}

/* フロート */
.float_righter {
	float: right;
}

.float_lefter {
	float: left;
}
/* フロートクリア */
.float_clear {
	clear: both;
}


/* 非表示用 */
.hider {
	display:  none;
}

/* 印刷表示用 */
.forprint {
	display: none;
}

/* 太字 */
.bolder {
	font-weight: bold;
	color: #000000;
}


/* フォントカラー */
/* 赤 */
.redhot {
	color: #CC0000;
}

/* 灰 */
.greyhound {
	color: #333333;
}

/* 緑 */
.greentea {
	color: #009A08;
}

/* 青 */
.blues {
	color: #1258B4;
}


/* フォントにライン */
.txt-line {
	text-decoration: line-through;
	color: #333333;
}


/* 1文字インデント入れる */
.indenter {
	text-indent: 1em;
}

/* 一段階フォントサイズを小さくする */
.fontsmaller {
	font-size: 85%;
}

/* 一段階フォントサイズを大きくする */
.fontlarger {
	font-size: 120%;
}

/* スペース */
#contents .space01 {
	margin-bottom: 5px;
}

#contents .space02 {
	margin-bottom: 10px;
}

#contents .space03 {
	margin-bottom: 30px;
}

#contents .space-right01 {
	margin-right: 10px;
}

#contents .space-left01 {
	margin-left: 10px;
}


/* 画像の周りにスペース */
#contents .img-space01 {
	margin: 0px 0px 30px 30px;
}

#contents .img-space02 {
	margin: 0px 30px 30px 0px;
}



/* -------------------------------------------
floatボックスの親要素の背景表示
-------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { zoom: 1; }


/* -------------------------------------------
imgの下余白を消す
-------------------------------------------*/

/* IE6 */
* html img{
    vertical-align:middle;
}




/* -------------------------------------------
リストの文字中央寄せテスト
-------------------------------------------*/

ul.test {
        border: 1px solid #666666;
        width: 950px;

}

ul.test li {
	display: table-cell;
	width: 118px;
	vertical-align: middle;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}

ul.test li.se {
        background-color: #FFDDDD;
    }
ul.test li.ls {
        background-color: #DDFFDD;
    }



/* IE 6 */
* html ul.test li{
	display: inline;
	zoom: 1;
}


/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}
 
/* -------------------------------------------
追加：コミュニティサイト用ボタン
-------------------------------------------*/

#header img.cmt-btn {
	position: absolute;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 335px;
	top: 57px;
}