@charset "UTF-8";


/* サイト共通基本設定
---------------------------------------------- */
body {
	background : #fff ;
	color : #000 ;
	font-size : 9pt ;
	line-height : 1.5 ;
	zoom : 100% ;
	text-align : left ;
	margin : 0 auto;
}

#container_waku {
	background : #fff;
	margin : 0 auto;
	text-align : center ;
	width : 95% ;
}

#container {
	overflow: visible !important;
	background : #fff;
	margin : 0 auto;
	text-align : center ;
	width : 95% ;
}

#wrapper {
	margin : 0 auto;
	text-align : center ;
}

#mainContents {
	overflow: visible !important;
	margin : 0 auto;
	text-align : left ;
}

#textBody {
	overflow: visible !important;
	margin : 0 auto;
	text-align : left ;
	clear : both ;
}


p, li, dl, form {
	margin : 0 ;
	padding : 0 ;
}


img { border : none ; }


.none {
	display : block ;
}


.textMain {
	margin : 0 auto;
	text-align : left;
	float : none;!important ;
	width : 95% ;
}


.textMain h1 {
	background : url(../common/midashi_bg.gif) left center repeat-y #E5E0D9 ;
	padding : 0 0 0 25px ;
	width : 95% ;
	min-height : 25px ;
}


/* 非表示項目 */
#header, #navMain, #topicPath, .textMenu, .unchokki, #footer, #footerIn, #reader {
	display : none ;
}

