/* == 非表示設定 ============================================================ */

#header		{ display: none; }
#footer		{ display: none; }
#menu		{ display: none; }
#allbanner	{ display: none; }
#topbanner	{ display: none; }
#size		{ display: none; }
#credit		{ display: none; }
#right		{ display: none; }
#contact	{ display: none; }


h2#description	{ display: none; }
#navi		{ display: none; }



.pagetop	{ display: none; }



/* == body設定 ============================================================= */

body {
	color:#000000;
	font-size: 14px ;
	line-height: 120% ;
	background-image : none ;
	background-color : #ffffff ;
}


/* == 共通ベース設定 ======================================================= */

div#back {/* \*/
	background-image : none ;
}



div#base {/* \*/
	width: auto ;
}



/* == コンテンツベース設定 ================================================= */

div#main {/* \*/
	width: 90% ;
	margin: 0px auto 0px auto ;
	text-align : left ;
	background-image : none ;
}




/* == 左ブロック =========================================================== */

div#left {/* \*/
	width : auto ;
	float : none ;

}


/* == コンテンツ ========================================================== */


div#contents {/* \*/
	margin : 0px 0px 0px 0px ;
}


div#contents h2 {/* \*/
	width: auto ;
	height: auto ;
	text-indent: 0px ;
	margin : 50px 0px 20px 0px ;
	background-image : none ;
	line-height : 130% ;
}


div#contents h3 {
	height : auto ;
	text-indent : 0px ;
	border : 1px solid #000000 ;
	padding : 5px 10px ;
	background-image : none ;
	margin : 20px 0px 10px 0px ;
}





