@charset "utf-8";

/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/
body, p, td, th, h1, h2, ul, li {
	margin:0;
	padding:0;
	color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul,li { list-style-type:none; }

img { border:none; }

h1,h2,em,strong,th {
	font-style:normal;
	font-weight:normal;
}

table,td,th {
	border:none;
	border-collapse:collapse;
}

/*-------------------------------------*/
/* COMMON */
/*-------------------------------------*/
a:link {
	text-decoration:underline;
	color:#FFF;
}
a:visited {
	text-decoration:underline;
	color:#FFF;
}
a:hover {
	text-decoration:none;
	color:#0FF;
}
a:active {
	text-decoration:none;
	color:#0FF;
}


/*-------------------------------------*/
/* SETTING */
/*-------------------------------------*/
body {
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 12px;
}

#wrapper {
	text-align:center;
	width:828px;
	background-image: url(../images/frame.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#container {
	text-align:left;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #03C;
	padding-bottom: 24px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 267px;
}
#header h1 { text-indent: -9999px; }

#header p { text-indent: -9999px; }


.complex {
	background-image: url(../images/lead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 181px;
	text-indent: -9999px;
}

.enter { text-align: center; }

.address {
	text-align: center;
	color: #FFF;
}

#subcontents {
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 24px;
}
#subcontents h2 {
	background-image: url(../images/index_bar.gif);
	height: 37px;
	width: 499px;
	padding-top: 35px;
	padding-left: 12px;
	color: #FFF;
}

#subcontents li {
	float: left;
	width: 200px;
	padding-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #FFF;
}
#subcontents p {
	font-size: 12px;
	color: #FFF;
	padding-left: 12px;
	line-height: 150%;
}


#footer {
	text-align: center;
	margin-top: 24px;
}

#footer p { color: #FFF; }
