/*---------------------------------------------
デフォルトスタイルのリセット
---------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,
dd,table,caption,th,td,img,form {
	margin:0;
	padding:0;
	border:none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color: #333333;
}

a:active, a:focus{
	outline:none;
}

a {
	color: #0066cc;
}

a:hover {
	color: #a70016;
}

div.clear {
	clear: both;
}


body {
	background: url(../images/background_image.png) 0 0;
}

/* 包括ブロック */

#content {
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/content_background.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}


/* ヘッダ */

#header {
	width: 998px;
	height: 60px;
	border-top: 2px solid #f5ab4c;
	float: left;
	margin-left: 2px;
	margin-bottom: 0px;
	background-image: url(../images/background_headder.png);
	border-bottom: 2px solid #dadada;
	border: 1px solid #dadada;
	padding: 10px 0 5px 0;
}

h1 {
	width: 330px;
	height: 36px;
	font-size: 150%;
	margin: 5px 5px 5px 5px;
	float: left;
}

h2 {
	height: 20px;
	line-height: 20px;
	border-left: 5px solid #4381bb;
	padding-left: 5px;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 15px;
}

#navi_bar {
	height: 30px;
	background-image: url(../images/background_navibar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	line-height: 36px;
	padding-left: 15px;
	width: 983px;
	font: #ffffff;
	margin-left: 0px;
	float: none;
}

.zlist_wrapper {
	margin: 20px auto;
	width: 930px;;
}

.zlist {
	width: 850px;
	background-color: #eeeeee;
	margin: 0 auto;
	padding: 20px 40px;
}


/* フッタ */

#footer {
	width: 998px;
	height: 45px;
	background-image: url(../images/background_footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0px;
	text-align: center;
	margin-left: 2px;
	border: 1px solid #cccccc;
	color: #ffffff;
}

.coment {
	width: 400px;
	height: 40px;
	margin-top: 5px;
	float: left;
	line-height: 36px;
	font-size: 90%;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
/*	background-image: url(../images/goportal.png);
	background-repeat: no-repeat;
*/
}

.corporate {
	width: 295px;
	height: 90px;
	margin-top: 0px;
	float: left;
	line-height: 0px;
	font-size: 90%;
	text-align: left;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/corporate_area.png);
}

#corp_adress {
	width: 250px;
	border: 1px solid #919191;
	padding: 0 15px;
	text-align: center;
		height: 45px;

}


ul.corp_adress {
	line-height: 90%;
}

ul.corp_adress li {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
	width: 300px;
}

h3 {
	font-size: 130%;
	padding-left: 5px;
	margin-bottom: 0px;
	color: #333;
}
