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

/**********************

基準

**********************/
h1, h2, h3, h4, h5, div, p, ul, dl, dt, dd, form, fieldset, address, img {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:small;
	line-height:1.3;
	border:none;
	font-style: normal;
	color: #333333;
}

a:link,a:active,a:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
hr {
	display: none;
}

a:hover {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.style1 {color: #CC3333}
.style2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}
.style3 {color: #FF0000}
.style4 {color: #0000FF}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}


#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/**********************

ヘッター

**********************/
#header {
	height: 105px;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}
#header h1 {
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	position: relative;
	top: 34px;
	left: 12px;
	width: 222px;
}
#header ul {
	position: absolute;
	left: 770px;
	color: #FFFFFF;
	top: 5px;
}
#header li {
	display: inline;
}
#header_banner {
	position: absolute;
	left: 471px;
	top: 34px;
	width: 468px;
}
/**********************

フッター

**********************/
#footer {
	clear: both;
	padding-top: 30px;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
address {
	background-color: #CC3333;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
/**********************

共通コンテンツ

**********************/
#pan {
	padding: 5px;
	background-color: #FCF3F3;
	font-size: 10px;
}
#pan a {
	font-size: 10px;
}
#contents {
	margin-top: 10px;
	position: relative;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 8px;
	margin-bottom: 7px;
	height: 1px;
}

.inner_green {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	background-color: #F2FFD7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner_red {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	background-color: #FCF3F3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left {
	float: left;
	width: 250px;
}
#left h2 {
	text-indent: -9999px;
}

#left ul {
}
#left li {
	margin-top: 5px;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
#dome {
	height: 31px;
	background-image: url(../images/tit_dome.jpg);
}
#hall {
	height: 31px;
	background-image: url(../images/tit_hall.jpg);
	margin-top: 10px;
}
#right {
	float: right;
	width: 690px;
}
#center {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
@charset "utf-8";
/* CSS Document */

#detail_inner {
}
#detail_inner h2 {
	background-image: url(../images/tit_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 10px;
}
#tit_btm_txt {
	margin: 10px;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
#detal_left {
	float: left;
	width: 500px;
	padding-left: 10px;
}
#detal_right {
	float: right;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
}
#look_inner01 {
	padding: 10px;
	background-color: #F2FFD7;
	border: 1px solid #669900;
	clear: left;
	margin-bottom: 10px;
}
#look_inner01 h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#look_inner01 a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
#look_inner02 {
	padding: 10px;
	background-color: #FCF3F3;
	border: 1px solid #CC3333;
	clear: left;
	margin-bottom: 10px;
}
#look_inner02 h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#look_inner02 a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
#detal_left02 {
	float: left;
	width: 500px;
	padding-left: 10px;
}
#detal_left02 h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC3333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: left;
}
.detal_left02_inner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	clear: left;
}
#inner_txt {
	padding-bottom: 10px;
}





#detal_right02 {
	float: right;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
}
.detal_left02_inner #summary_left {
	float: left;
	width: 120px;
	padding-right: 10px;
}

#detal_right02 .tit_purple {
	background-color: #0066CC;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.purple_inner {
	margin-bottom: 10px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	background-color: #E8F3FF;
}
.purple_inner ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.purple_inner li {
	margin-bottom: 5px;
	padding-left: 7px;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#detal_right02 .tit_green {
	background-color: #669900;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.green_inner {
	margin-bottom: 10px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
.center_banner {
	text-align: center;
	padding-top: 5px;
}
#sitemap {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sitemap li {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	margin-bottom: 5px;
}
.sitemap1 {
	margin-left: 20px;
}
#map {
	clear: left;
}

#detail_inner table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F4D6D6;
	border-right-color: #F4D6D6;
	border-left-color: #F4D6D6;
}
#detail_inner th {
	width: 150px;
	background-color: #FAEDED;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4D6D6;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#detail_inner td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4D6D6;
}


