@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 : 100% ;
}

#container {
	background : #fff;
	margin : 0 auto;
	text-align : center ;
	width : 100% ;
}

#wrapper {
	margin : 0 auto;
	text-align : center ;
}

#mainContents {
	margin : 0 auto;
	text-align : left ;
}

#textBody {
	margin : 0 auto;
	text-align : left ;
	clear : both ;
}


p, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}


img { border : none ; }


.none {
	display : block ;
}

#topMain {
	margin : 0 auto;
	text-align : left;
	float : none;!important ;
	width : 100% ;
}

.textMain {
	margin : 0 auto;
	text-align : left;
	float : none;!important ;
	width : 100% ;
}


/* 非表示項目 */
#header, #navMain, #topicPath, #textMenu, .unchokki, #footer, #footerIn {
	display : none ;
}


