@charset "utf-8";
/* CSS Document */
/* targetPage : ALL */

/* --------------------------------------
	共通設定／common
	body
-----------------------------------------	*/

/*	全称セレクタ【必ず読み込むCSSのトップに配置すること】 */

*{
	margin:0px;
	padding:0px;
}

body{
	background:url(../image/backImage_body.gif);
	text-align:center;
}


/* --------------------------------------
	ボックスベース設定／common
	body
-----------------------------------------	*/

/*	コンテナ
		body div#container */

div#container{
	margin:0px auto;
	text-align:left;
	width:940px;
	background:url(../image/backImage_container.gif) repeat-y #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#444;
	line-height:1.3em;
}

/*	ヘッダー
		body div#container div#header */

div#header{
	position:relative;
	background:url(../image/backImage_header.gif) repeat-y;
	width:880px;
	padding:5px 30px 5px;
	font-size:12px;
}

/*	メイン
		body div#container div#main */

div#main{
	background:url(../image/backImage_main.gif) no-repeat;
	width:900px;
	padding:0px 20px;
}

/*	レフトサイド
		body div#container div#main div#leftSide */

div#main div#leftSide{
	float:left;
	width:700px;
	padding-bottom:10px;
}

/*	ナビゲーション
		body div#container div#main div#leftSide div#navi */

div#main div#leftSide div#navi{
	width:700px;
}

/*	パンくずリンク
		body div#container div#main div#leftSide div#pan */

div#main div#leftSide div#pan{
	width:690px;
	padding-left:10px;
}

/*	コンテンツ（各種コンテンツが入るエリア）
		body div#container div#main div#leftSide div#contents */

div#main div#leftSide div#contents{
	width:690px;
	padding-left:10px;
}

/*	コンテンツフッター（「▲ページTOP」など）
		body div#container div#main div#leftSide div#contents div#contentsFooter */

div#contents div#contentsFooter{
	width:690px;
	padding-top:10px;
	clear:both;
	font-size:12px;
}

/*	ライトサイド（バナーエリア）
		body div#container div#main div#rigthSide */

div#main div#rigthSide{
	float:left;
	width:180px;
	padding:0px 10px;
}

/*	フッター
		body div#container div#footer */

div#footer{
	background:url(../image/backImage_footer.gif) no-repeat;
	width:640px;
	padding:63px 10px 34px 290px;
	clear:both;
}


/* --------------------------------------
	ボックスライブラリwidth:690px
	body div#container div#main div#leftSide div#contents
-----------------------------------------	*/

/* 1column */

div#leftSide div.leftBox div.main{
}

/* 2column */

div#leftSide div.leftBox{ float:left;margin-right:10px; }
div#leftSide div.rightBox{ float:right; }

	/* 5:5　left340px right340px */ 
	div#leftSide .L5R5 div.leftBox{	width:340px; }
	div#leftSide .L5R5 div.rightBox{ width:340px; }
	
	/* 6:4　left415px right265px */ 
	div#leftSide .L6R4 div.leftBox{ width:415px; }
	div#leftSide .L6R4 div.rightBox{ width:265px; }
	
	/* 7:3　left480px right200px */ 
	div#leftSide .L7R3 div.leftBox{	width:480px; }
	div#leftSide .L7R3 div.rightBox{ width:200px; }

	/* 4:6　left265px right415px */ 
	div#leftSide .L4R6 div.leftBox{ width:265px; }
	div#leftSide .L4R6 div.rightBox{ width:415px; }
	
	/* 3:7　left200px right480px */ 
	div#leftSide .L3R7 div.leftBox{	width:200px; }
	div#leftSide .L3R7 div.rightBox{ width:480px; }

	/* 2:8　left175px right505px */ 
	div#leftSide .L2R8 div.leftBox{	width:175px; }
	div#leftSide .L2R8 div.rightBox{ width:505px; }

/* 3column */

	/* 1:1:1 left/center/right 230px */
	div#leftSide .L1C1R1 div.leftBox ,
	div#leftSide .L1C1R1 div.centerBox {
		float:left;
		width:220px;
		margin-right:10px;
	}
	div#leftSide .L1C1R1 div.rightBox {
		float:left;
		width:230px;
	}












