@charset "utf-8";

/*Clear Fix Hack (Float Clear Hack)
--------------------------------------------------------------*/
/* for New Browser */
#commonHead:after,
#localFooter dd:after,
#localHead:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* for IE */
#commonHead,
#localFooter dd,
#localHead {
display: inline-block;
}
/* Hides from IE-mac \*/
* html #commonHead,
* html #localFooter dd,
* html #localHead
{ height:1%;}

#commonHead,
#localFooter dd,
#localHead
{display:block;}
/* End hide from IE-mac */


/*リセット
--------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
h1,h2,h5,ul,li,dl,dt,dd,form,input,blockquote,div,span,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}



/*横幅設定
--------------------------------------------------------------*/
.common_w900 {/*横幅900pxのクラス*/
	width: 900px;
}

.common_w980 {/*横幅900pxのクラス*/
	width: 980px;
}

/*ヘッダ共通設定
--------------------------------------------------------------*/
#commonHeadWrap {
	margin: 0 auto;
	border-bottom: solid 2px #000099;
}
#commonHead {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#commonHead h1 {
	width: 83px;
	height: 50px;
	margin-left: 25px;
	float: left;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/template/img_common_mizunologo.gif) left no-repeat;
}
#commonHead h1 a {
	width: 83px;
	height: 50px;
	display: block;
}
#commonHead #commonNaviWrap {
	width: 790px;
	float: right;
	text-align: right;
}
#commonHead #commonNaviWrap ul {
	margin-bottom: 10px;
	margin-right: -10px;
}
#commonHead #commonNaviWrap li {
	list-style-type: none;
	display: inline;
	vertical-align: middle;

}
#commonHead #commonNaviWrap li a {
	padding: 0 10px 0 11px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	line-height: 1.0;
	background: url(../images/template/parts_common_ancher01.gif) left top no-repeat;
}
#commonHead .cmHdserchTx {
	width: 160px;
	height: 20px;

}
#commonHead form img,
#commonHead form input {
	vertical-align: top;
}

/*フッター共通設定
--------------------------------------------------------------*/
#commonFooterWrap {
	margin: 0 auto;
	border-top: solid 2px #000099;
}
#commonFooter {
	margin: 0 auto;
	padding: 5px 0 10px;
	text-align: left;
	background: url(../images/template/img_common_copyright.gif) right no-repeat;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#commonFooter ul li {
	list-style-type: none;
	display: inline;
}
#commonFooter ul li a {
	padding: 0 10px 0 9px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: url(../images/template/parts_common_ancher02.gif) left top no-repeat;
}
#commonFooter address {
	display: none;
}

