@charset "shift_jis";
/* ========================================================== Base CSS

モンドセレクション特別サイト

============================================================ 2009.7.21*/


/* ▼ Base ▼
------------------------------------------------------------*/

body{
	background: #E3E3E3;
	text-align: center;
}

#page{
	width: 910px;
	margin: 0px auto;
	background: url("../images/page_bg.gif") repeat-y
}

#pageArea{
	width: 850px;
	margin: 0px 30px;
	background: #FFF;
}


/* ▼ Header ▼
------------------------------------------------------------*/

#header{
	background: url("../images/hdr_bg.gif") repeat-x top;
}

#corpLogo{
	float: left;
	margin: 0px 10px;
}

h1{
	float: left;
	margin-bottom: 20px;
	padding-top: 7px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

#headerEnd{
	clear: both;
	height: 6px;
	background: url("../images/hdr_end.gif") no-repeat top;
}


/* ▼ Header Navigation ▼
------------------------------------------------------------*/

#header ul{
	float: right;
	position: relative;
	top: 40px;
	width: 177px;
	zoom: 100%;
}

#header ul li{
	float: left;
	margin-right: 25px;
}

#header ul li a{
	display: block;
	height: 14px;
	font-size: 1px;
	/*text-indent: -9999px;*/
	overflow: hidden;
}

#hnHome a{
	width: 41px;
	background: url("../images/hnavi_home.gif") no-repeat;
}

#hnInquiry a{
	width: 85px;
	background: url("../images/hnavi_inquiry.gif") no-repeat;
}


/* ▼ Main Visual ▼
------------------------------------------------------------*/

#mainVisual{
	margin-bottom: 10px;
	border-top: 2px solid #7D7D7D;
	border-bottom: 2px solid #7D7D7D;
	font-size: 0px;
}


/* ▼ Global Menu ▼
------------------------------------------------------------*/

ul#gNavi{
	margin: 0px 0px 25px 25px;
	overflow: hidden;
}

ul#gNavi li{
	float: left;
	width: 205px;
}

ul#gNavi li a{
	display: block;
	width: 180px;
	height: 190px;
	font-size: 1px;
	/*text-indent: -9999px;*/
	overflow: hidden;
}

#gnProducts{background: url("../images/gnavi_products.jpg") no-repeat;}
#gnMaterial{background: url("../images/gnavi_material.jpg") no-repeat;}
#gnAbout{background: url("../images/gnavi_about.jpg") no-repeat;}
#gnEat{background: url("../images/gnavi_eat.jpg") no-repeat;}


/* ▼ Contents ▼
------------------------------------------------------------*/

#contentsArea{margin: 0px 25px 15px;}


/* ▼ Footer ▼
------------------------------------------------------------*/

#footer{
	padding-top: 35px;
	background: url("../images/ftr_bg.gif") repeat-x top;
}

address{
	padding: 10px 15px;
	background: #5B5B5B;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	font-style: normal;
}


