@charset "shift_jis";

/*スタイルシートの初期化
------------------------------------------------------------ */
*{
	margin:0;
	padding:0;
	background-color:transparent;
	border:0px;/*FireFoxでhrが非表示になる*/
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* Body設定
------------------------------------------------------------ */
body{
	background:url(../img/body_bg.jpg) left top repeat-x #FFFFFF;
	color:#333333;
	font-size:13px; 
   /*\*/text-align:center;/*MacIE5系バグ回避*/
	scrollbar-face-color: #e3e3e3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #E3E3E3;
	scrollbar-darkshadow-color: #E3E3E3;
}

/* リンク設定
------------------------------------------------------------ */
a{
	text-decoration:underline;
}
#contentsMain a:link{color:#3366ff;}
#contentsMain a:visited{color:#3366ff;}
#contentsMain a:hover{color:#ff9933;}
#contentsMain a:active{color:#ff9933;}


/* 強調表現
------------------------------------------------------------ */
strong{
	font-weight:bold;
}


/* layoutBody全体枠
------------------------------------------------------------ */
#layoutBody{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	/*\*/text-align:left;/*MacIE5バグ回避*/
}

/* Headerヘッダ設定
------------------------------------------------------------ */
#Header{
	width:800px;
	height:68px;
	padding:0px 10px;
	background:url(../img/header_bg.jpg) left top repeat-y;
}
#siteTitle{
	width:238px;
	height:20px;
	background:url(../img/title_left_bg.jpg) left top no-repeat;
	margin:0px;
	padding:0px;
}
#siteTitleLeft{
	float:left;
	width:421px;
	height:48px;
}
#siteTitleRight{
	float:left;
	width:379px;
	height:48px;
}
#seoWord{
	width:800px;
	height:20px;
	background:url(../img/header_top.jpg) left top no-repeat;
	font-size:10px;
	color:#666666;
}
#seoWord p{
	padding:6px 2px 0px 380px;
}
	
/* gMenu グローバルメニュー設定
------------------------------------------------------------ */
#gMenu{
	clear:both;
	width:800px;
	padding:0px 10px;
	background:url(../img/gmenu_bg.jpg) left top no-repeat;
}
#gMenu img{	
	float:left;
}

/* contentsBody コンテンツボディ設定
------------------------------------------------------------ */
#contentsBody{
	width:800px;
	padding:0px 10px 15px 10px;
	background:url(../img/contents_bg.jpg) left top no-repeat;
}

/* contentsMain 記事部分設定
------------------------------------------------------------ */
.contentsMain{
	width:742px;
	margin-left:auto;
	margin-right:auto;
}


/*footerフッタ設定
------------------------------------------------------------ */
#Footer{
	width:820px;
	height:45px;
	background:url(../img/footer.jpg) left top no-repeat;
	clear:both;
}

/* footerMenuフッターメニュー設定
------------------------------------------------------------ */	
#footerMenu{
	margin-top:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
#footerMenu td{
	padding:4px 6px;
	font-size:10px;
}	
#footerMenu a:link{color:#666666;}
#footerMenu a:visited{color:#666666;}
#footerMenu a:hover{color:#FF9900;}
#footerMenu a:active{color:#FF9900;}

/*pageTopBt ページトップボタン設定
------------------------------------------------------------ */
.pageTopBt{
	width:50px;
	padding-left:692px;
	padding-bottom:20px;
	margin-top:10px;
}

/* 不可視設定
------------------------------------------------------------ */
.out{
	display:block;
	text-indent:-9999px;
}

/* floatClear フロート解除設定
------------------------------------------------------------ */
.floatClear{
	clear:both;
}

/* .txtBox 汎用テキストボックス
------------------------------------------------------------ */
.txtBox{
	width:742px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.3;
	padding:4px;
}

/* floatバグ回避ハック
------------------------------------------------------------ */
.clearfix:after { 
	content: "";
	display: block;
	clear: both; 
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear{
	clear:both;
}

/* 汎用マージン設定
------------------------------------------------------------ */
.spT02{
	margin-top:2px;
}
.spT05{
	margin-top:5px;
}
.spT10{
	margin-top:10px;
}
.spT15{
	margin-top:15px;
}
.spT20{
	margin-top:20px;
}
.spT25{
	margin-top:25px;
}
.spT30{
	margin-top:30px;
}
.spB02{
	margin-bottom:2px;
}
.spB05{
	margin-bottom:5px;
}
.spB10{
	margin-bottom:10px;
}
.spB15{
	margin-bottom:15px;
}
.spB20{
	margin-bottom:20px;
}
.spB25{
	margin-bottom:25px;
}
.spB30{
	margin-bottom:30px;
}

/*フォントサイズ指定
------------------------------------------------------------ */
.textSS{
	font-size:10px;
}
.textS{
	font-size:12px;
}
.textM{
	font-size:13px;
}
.textL{
	font-size:14px;
}

