@charset "UTF-8";

@import"reset.css";

html{
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

body{
	background-image: url(../images/headerline.gif);
	background-repeat: repeat-x;
}


#wrapper{
	background-image: url(../images/kanto_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	margin-top: 6px;
}


/*------------------------------------------------------
ヘッダー
------------------------------------------------------*/

#header{
	background:url(../images/kanto_header.png);
	width: 810px;
	height: 544px;
	margin: 0 auto;
}

h1{
	padding:116px 0 0 40px;
	font-size: 14px;
	color: #444;
}

#intro{
	padding:176px 0 0 320px;
	font-size: 14px;
	color: #222;
	line-height: 1.9em;
	width: 453px;
	font-weight: bold;
}

h4 {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9em;
    padding: 20px 0 0 320px;
    width: 453px;
}

#link{
	width: 810px;
	margin: 30px auto 0 auto;
}

#exit{
	width: 810px;
	margin: 30px auto 0 auto;
	padding: 10px 0 10px 0px;
	text-align: center;
	border: 1px solid #c4c4c4;
	font-size: 14px;
}

#footer{
	width: 810px;
	margin: 30px auto 30px auto;
	padding: 10px 0 0 0px;
	font-size: 14px;
	text-align: center;
	color: #444;
	border-top: 1px solid #c4c4c4;
}
p.com{
	width: 770px;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 30px;
	border: 1px dashed #c4c4c4;
	font-size: 14px;
	background:url(../images/pbak.jpg);
	background-repeat:no-repeat;
}
	
