@charset "utf-8";

/*基本文字スタイル*/
body {
	color:#333;
	line-height:1;
	font-size:13px;
	font-family:  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif Verdana, Arial, sans-serif;
	text-align:center;/*IE6*/
	background:#FFF7D6;
}

/*基本段落スタイル*/
p {
	line-height:1.4;
	margin: 0 0  0.75em 0;
}

/*全体構造
---------------------------------------*/

/*共通*/
#header {
	background:#FFF;
}
	#header .inner {
		width:940px;
		margin:0 auto;
		text-align:left;
	}

#footer {
	background:url(../img/common/footer_bg.gif) repeat-x;
}
	#footer .inner {
		width:940px;
		margin:0 auto;
		text-align:left;
	}

/*トップ*/
#IdxContents {
	width:940px;
	margin:10px auto 20px;
	text-align:left;
}
	#IdxMain {
		width:540px;
		float:left;
	}

	#IdxSide {
		width:380px;
		float:right;
	}

/*セカンド*/
#contents {
	background:url(../img/second/contants_bg.jpg) repeat-x #FFF;
		padding-bottom:30px;
}
	#contents .inner {
		width:940px;
		margin:0 auto;
		text-align:left;
	}
	#main {
		float:left;
		width:660px;
	}

	#side {
		float:right;
		width:240px;
	}


/*ヘッダー
---------------------------------------*/
#header h1{float:left;}
#contact{
	float:right;
	padding-top:25px;
	width:620px;
	background:url(../img/common/h_capction.gif) no-repeat;
	position: relative;
}

/*文字サイズ*/
#fontSize {	
	float:right;
	width:160px;
	height:25px;
	background:url(../img/common/fontsize_bg.gif) 0 0 no-repeat;
	margin:-25px 0 0 460px;
	position: fixed;
	z-index:9999;

	*position: relative;
	*margin:-22px 8px 0 0 ;
	_margin:-22px 5px 0 0 ;
	*background: none;

}
#fontSize li {
	float:right;
	margin:3px 0 0 8px;
	*margin:0 0 0 8px;
}
#fontSize li:first-child {
	margin-right:13px;
	*margin-right:3px;
}
#fontSize a {
	display:block;
}

/*電話とボタン*/
#contactInfo{
	width:470px;
	_width:465px;
	overflow: hidden;
	float:left;
}
#contactBtn{
	margin-top:10px;
}

/*フッター
---------------------------------------*/
#footer li{
	font-size:11px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	padding:0 1em 0 14px ;
	line-height:45px;
	background:url(../img/common/listmark01.gif) 0 50% no-repeat;
}
#pagetop{
	font-size:11px;
	float:right;
	padding:0 1em 0 14px ;
	line-height:45px;
	background:url(../img/common/pagetop_listmark.gif) 0 50% no-repeat;
}
#footer p{
	font-size:10px;
	padding:10px 0 30px;
}


/*トップページ個別
---------------------------------------*/
/*見出し*/
#idxHeadline{
	height:580px;
	*height:480px;
	background:url(../img/common/idx_headline_bg.gif) bottom center no-repeat #FFF;
}
	#idxHeadline .inner {
		width:940px;
		margin:0 auto;
		text-align:left;
	}

#leftCol,
#rightCol{
	float:left;
	width:460px;
	background:url(../img/common/idx_headline_col_bg.gif) repeat-y;
}
#leftCol{margin-right:20px}
.ColInner{
	padding:0 20px 10px;
	min-height:190px;
	height: auto !important;
	height: 180px;
	background:url(../img/common/idx_headline_col_bg_b.gif) bottom no-repeat;
}

	/*左*/
	.ColInner p{ margin:0;}
	
	/*右*/
	.ColInner dt{
		margin-bottom:5px;
	}
	.ColInner dd{
		margin-bottom:12px;
		line-height:1.2;
	}
	.ColInnerBorder{
		margin-bottom:12px;
		height:1px;
		background:url(../img/common/idx_headline_col_border.gif);
	}
	.ColInnerBtn{
		position:relative;
		display:block;
		float:right;
		margin:-33px 0 0 0;
	}


/*メインコンテンツ*/
#IdxContents h2{
	margin-bottom:15px;
}
#newsIndex{
	display:block;
	position:relative;
	float:right;
	margin-top:-40px;
}
#news dl{
		font-size:0.8em;
		padding-top:1.5em;
		background: url(../img/common/border.gif) top repeat-x;
}
	#news dt{
		display:inline-block;
		*display: inline;
		*zoom: 1;
		width:10em;
		padding-left:11px;
		background:url(../img/common/idx_news_listmark.gif) 0 50% no-repeat;
	}
	#news dd{
		line-height:1.2;
		margin-top:-1.2em;
		margin-bottom:1em;
		padding-left:10em;
		padding-bottom:1em;
		background: url(../img/common/border.gif) bottom repeat-x;
	}
	#center dd a{ text-decoration:none;}


/*ナビゲーション
---------------------------------------*/
#navi {
	width:940px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	padding-bottom:10px;
}

#navi li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
#mainNavi{
	float:left;
	margin-right:-10px;
}
#subNavi{
	float:right;
	width:320px;
	margin-right:-10px;
	overflow:hidden;
}


/* 汎用スタイル
---------------------------------------*/

/*マージン*/
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

/*フロート*/
.fltL{float:left;}
.fltR{float:right;}

/*アライン*/
.txtC{text-align: center;}
.txtL{text-align: left;}
.txtR{text-align: right;}

/*セクション区切り*/
.sectionBorder {
	clear:both;
	margin:0 0 30px;
	height:1px;
	background:url(../img/common/border.gif) repeat-x;
}	

/*コンテンツ区切り*/
.border {
	clear:both;
	height:1px;
	margin-bottom:20px;
	background:url(../img/common/border.gif) repeat-x;
}	
/*
ページトップ*/
.pagetop {
	clear:both;
	width:100%;
	height:30px;
}
.pagetop a{
	display:block;
	float:right;
	padding-left:14px ;
	font-size:11px;
	background:url(../img/common/pagetop_listmark.gif) 0 50% no-repeat;
}


