@charset "UTF-8";

/* LIST OF CONTENT========================================
SETTING
CSS HACK
===================================================== */


/* SETTING
//////////////////////////////////////////////////////////////////// */
body {
	width:100%;
}

body.subwinPage{

}
/*　w680px　*/
body.subwinPage680{

}

/* Wapper Area
//////////////////////////////////////////////////////////////////// */
body.subwinPage div#sbwBodyWrapper{
	margin:0px auto 0px;
	padding:0px 19px 0px;
	width:540px;/*　Full 578px　*/
	background:url(../img/common/bg-subwin.gif) repeat-y top center;
	text-align:left;
}
/*　width680px　*/
body.subwinPage.subwinPage680 div#sbwBodyWrapper{
	width:660px !important;/*　Full 698px　*/
	background:url(../img/common/bg-subwin680.gif) repeat-y top center !important;
}

/*　clearfix　*/
body.subwinPage div#sbwBodyWrapper{
	overflow:hidden;
}
body.subwinPage div#sbwBodyWrapper:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/*¥*/
* html body.subwinPage div#sbwBodyWrapper{
	height:1em;
	overflow:visible;
}
/**/


/* Header Area
//////////////////////////////////////////////////////////////////// */
body.subwinPage div#sbwHeadArea{
	padding:12px 0px 10px;
}
		/*　logo　*/
		body.subwinPage div#sbwHeadArea h1{
			font-size:0;
			line-height:0;
		}
		
/* mainArea[メインエリア]
//////////////////////////////////////////////////////////////////// */	
body.subwinPage div#sbwMainArea{

}
	/* 汎用ボックス ///
	───────────────────────────── */
	body.subwinPage div#sbwMainArea .cmnSection{
		clear:both;
		margin:0px 0px 12px 0px;
	}
		/*　<h2>　*/
		body.subwinPage div#sbwMainArea .cmnSection h2{
			margin:0px -10px 12px;
			width:560px;
			background:#808080;
		}
		/*　w680px:<h2>　*/
		body.subwinPage.subwinPage680 div#sbwMainArea .cmnSection h2{
			width:680px;
		}
		
		/* <p>
		------------------------------------------- */
		body.subwinPage div#sbwMainArea .cmnSection p{
			margin-bottom:12px
		}


		/* 汎用包含ボックス(<h3>含む) ///
		───────────────────────────── */
		body.subwinPage div#sbwMainArea .cmnSection .innerBox{
			clear:both;
			padding:0px 15px 3px;/*　bottomは内包要素のmarginを考慮　*/
			width:508px;
			border-right:1px solid #ccc;
			border-bottom:1px solid #ccc;
			border-left:1px solid #ccc;
			margin-bottom:12px;
		}
		/*　w680px:汎用包含ボックス(<h3>含む)　*/
		body.subwinPage.subwinPage680 div#sbwMainArea .cmnSection .innerBox{
			width:628px;
		}
		/*　clearfix　*/
		body.subwinPage div#sbwMainArea .cmnSection .innerBox{
			overflow:hidden;
		}
		body.subwinPage div#sbwMainArea .cmnSection .innerBox:after{
			content:"";
			display:block;
			clear:both;
			height:1px;
			overflow:hidden;
		}
		/*¥*/
		* html body.subwinPage div#sbwMainArea .cmnSection .innerBox{
			height:1em;
			overflow:visible;
		}
		/**/
		
		/*　<h3>　*/
		body.subwinPage div#sbwMainArea .cmnSection .innerBox h3.cmn{
			margin:0 -15px 10px;
			font-size:0;
			line-height:0;
		}
		/*　<h4>　*/
		body.subwinPage div#sbwMainArea .cmnSection .innerBox h4.cmn{
			margin:0px 0px 10px;
			font-size:0;
			line-height:0;
		}
		
		body.subwinPage div#sbwMainArea .cmnSection .innerBox ol{
			margin:0 0 12px 20px;
		}
			body.subwinPage div#sbwMainArea .cmnSection .innerBox li{
				margin:0 0 6px;
			}


/* pageTop[ページトップへ戻る]
//////////////////////////////////////////////////////////////////// */	
body.subwinPage  p#pageTop{
	height:18px;
	text-align:right;
	font-size:0;
	line-height:0;
	overflow:hidden;
	margin-bottom:45px;
	width:540px;
	left:0;
}
/*　w680px　*/
body.subwinPage.subwinPage680 p#pageTop{
	width:660px;
}

/* for IE6 */
* html body.subwinPage  p#pageTop{
	margin-bottom:45px;
}


/* footerArea[フッターエリア]
//////////////////////////////////////////////////////////////////// */	
body.subwinPage div#sbwFooterArea{
	background:#d7cfc7;
	width:100%;
	padding:0;
	z-index:10;
}	

html > body.subwinPage div#sbwFooterArea{
	bottom:0;
	position:fixed;
	z-index:10;
}

	/* innerSection[包含セクション]
	───────────────────────────── */
	body.subwinPage div#sbwFooterArea .innerSection{
		width:560px;
		height:45px;
		margin:0 auto;/* for Fx */
	}
	/*　w680px:innerSection[包含セクション]　*/
	body.subwinPage.subwinPage680 div#sbwFooterArea .innerSection{
		width:680px;
	}
	
	/* for IE6 */
	* html body.subwinPage div#sbwFooterArea .innerSection{
		margin:0;
		margin-left:-18px;
	}
	/* for IE7 */
	*:first-child+html body.subwinPage div#sbwFooterArea .innerSection{
		margin:0;
		margin-left:-18px;
	}

	
	/* copyright ///
	───────────────────────────── */	
	body.subwinPage div#sbwFooterArea .innerSection  p#copyright{
		float:left;
		padding-top:19px;
		height:11px;
		font-size:0;/* for IE6 */
		line-height:0;/* for IE6 */
	}
	
	/* [閉じる]ボタン ///
	───────────────────────────── */	
	body.subwinPage div#sbwFooterArea .innerSection  p.closeBtn{
		float:right;
		padding-top:9px;
		height:28px;
		
	}

