@charset "Shift_JIS";
/* --------------------------------

	(基本レイアウト)

		* last update 2010/11/04
		* modify : nazal;
	
--------------------------------

	index
	
	1. reset
	
	2. 基本レイアウト
	
	3. スタイル設定
	
--------------------------------
/* ==========================================================================================================

	 1. reset
 
============================================================================================================*/
#mainContent div,#mainContent dl,#mainContent dt,#mainContent dd,
#mainContent ul,#mainContent li,
#mainContent h1,#mainContent h2,#mainContent h3,#mainContent h4,
#mainContent p {
	margin : 0;
	padding : 0;
	font-size : 100.01%;
	font-style : normal;
}
#mainContent {
	background : #ffffff;
	margin-bottom : 15px;
	width : 670px;
	letter-spacing : 0.05em;
	line-height : 1.6;
	text-align : left;
	font-size : 12px;
	font-family : Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color : #585858;
}
#mainContent h2 {
	margin: 0 0 20px;
}
#mainContent dt {
	display : block;
	width : auto;
}
#mainContent table {
	border : none;
	border-collapse : collapse;
	border-spacing : 0;
	font-size : 90%;
	width: 100%;
	margin: 0 0 30px;
}

#mainContent table td {
	color: #563c2d;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

#mainContent img {
	background-color : transparent;
	vertical-align : top;
}
#mainContent a img {
	border : none;
}
/* ==========================================================================================================

	 2. 基本レイアウト
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	セクション設定

---------------------------------------------------------------------*/
#mainContent div.section {

}
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
#mainContent a,
#mainContent a:link,
#mainContent a:visited {
	color: #563c2d;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ced400;
	text-decoration: underline;
}
/*  画像ボタンをhover時に透過させる
-----------------------------------*/
#mainContent a.alpha:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

/* ==========================================================================================================

	 2. スタイル設定
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	キービジュアル、訴求ポイント

---------------------------------------------------------------------*/

#mainContent div.pBtn {
	margin: 0 10px 35px;
	text-align: right;
	display: block;
	color: #563c2d;
	font-weight: bold;
}

#mainContent div.pBtn table {
	width: 390px;
	margin: 0 0 0 250px;
}
#mainContent div.sutto table {
	width: 328px!important;
	margin: 0 0 0 312px;
}


#mainContent div.pBtn table td {
	text-align: left;
}

/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/
#mainContent .pageTop {
	border-top: 1px dotted #757575;
	padding-top: 10px;
	margin-bottom: 16px;
	clear: both;
	text-align: right;
}
#mainContent .pageTop.noBdr {
	border-top: none;
	padding-top: 0;
}









/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/
/* start clearfix */
#mainContent div.secGroup:after,
#mainContent div.section.aside ul:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html #mainContent div.secGroup,
* html #mainContent div.section.aside ul,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	height: 1%;
}
/* ie7 hack */
*:first-child+html #mainContent div.secGroup,
*:first-child+html #mainContent div.section.aside ul,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx {
	min-height: 1%;
}
/* end clearfix */
