@charset "shift_jis";
/* ================================================
基本共通css
================================================ */



#bodywrap {
	margin: 0px auto 0px auto;
	width: 916px;
	text-align: left;
	display: block;
	position: relative;
	min-height:1px;
　/* IE 7対策 */
; 	background-color: #58cd00;
}

#container {width: 916px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	min-height:1px;　/* IE 7対策 */
}

#headerWrap {
	background-color: #58cd00;
	width: 898px;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(../imgs/header/top_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainMnWrap {
	background-color: #58cd00;
	clear: both;
	height: 57px;
	width: 898px;
	padding-right: 9px;
	padding-left: 9px;
}
#topFlashWrap {
	background-color: #58cd00;
	clear: both;
}
#memStateWrap {
	clear: both;
	height: 76px;
	width: 916px;
}
#contentsWrap {
	background-color: #58cd00;
	clear: both;
	padding-right: 9px;
	padding-left: 9px;
	width: 898px;
	padding-top: 24px;
	padding-bottom: 10px;
	background-image: url(../imgs/container_bg.gif);
	background-repeat: repeat-y;
}
#footerWrap {
	background-color: #58cd00;
	clear: both;
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 916px;
}



/* start: clearfix ------------------------------ */
#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}


#contents { display:inline-table; }


/* Hides from Mac IE \*/
* html #contents { height:1px; }
#right_sec { display:block; }
/* */
/* end: clearfix ------------------------------ */


/*--------------------------------------
	clearfix
---------------------------------------*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#contents .linkDetails:after,
#knowLink ul:after,
#header ul:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#contents .linkDetails,
#knowLink ul,
#header ul { display: inline-table; }

/* Mac IE には適用させない \*/
* html #contents .linkDetails,
* html #knowLink ul,
* html #header ul { height: 1px; }

#contents .linkDetails,
#knowLink ul,
#header ul { display: block; }
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
