@charset "utf-8";
/* CSS Document */

/*********************
全体共通CSS設定
*********************/


body,div,p,ul,li,table,tr,td,span,dl,dd,dt,img,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
}

/**********************
フォント設定
**********************/
body {
	font-size:12px;
	line-height:1.5;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	}

a {	color:#999999;}
a:hover { color:#333333;}

h3 {
	font-size:150%;
	color:#E1091B;
	margin:0 0 30px 0;
	line-height:1;
	margin:0;
	font-weight:bold;
	}
h4 {
	font-size:120%;
	font-weight:bold;
	color:#666;
	}
p.sub {
	font-weight:bold;
	display:block;
	background:url(../images/contents/sub.jpg) no-repeat bottom left;
	padding:0 0 20px 0;
	margin:10px 0 30px 0;
	}


/*******************
header設定
*******************/

div#header_wrap h1 {
	display:block;
	height:20px;
	font-size:10px;
	color:#999;
}


div#header {
	width:960px;
	margin:0 auto;
	height:70px;
	}

div#header h2 a {
	display:block;
	float:left;
	margin:10px 0 0 0;
	width:310px;
	height:40px;
	background:url(../images/common/02.jpg) no-repeat;
}

.h_logo{
	display:block;
	float:left;
	margin:10px 0 0 0;
	width:350px;
	height:58px;
	background:url(../images/common/02.png) no-repeat;
}

div#header em {
	display:none;
	}



/*******************
footer設定
*******************/

div#footerWrap {
	border-top:#CCC 1px solid;
	padding:30px 0;
	}

div#footer {
	width:960px;
	margin:0 auto;
	text-align:right;
	}

div#footer p {
	font-size:10px;
}



