@charset "Shift_JIS";

/* ----------------------------------  レイアウトのための設定 ------------ */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F8FDFF;
}

#Wrapper {
	color: #333333;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	width: 750px;
}

/* ------------  ヘッダーブロック --------*/
#Header {
	padding: 0px;
	margin: 0px;
}

#Header h1 {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}


/* ------------  コンテンツブロック --------*/
#Contents {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	margin-top: 15px;
}

/* ------------  メニューブロック --------*/
#Menu {
	margin: 0px 20px;
	padding: 0px;
}

#Menu h2 {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
	line-height: 0px;
}

#Menu h2 a {
	display: block;
	width: 150px;
	height: 45px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 45px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -155px top;
}

#Menu h2 a:hover {
	background-position: -309px top;
	color: #0066FF;
}


/* ------------  角丸の囲み罫 --------*/
.CornerW {
background:url(images/corner_w-1.gif) no-repeat left top;
}
.CornerW2 {
background:url(images/corner_w-2.gif) no-repeat left top;
margin: 0px 5px 10px;
}

.CornerY {
background:url(images/corner_y-1.gif) no-repeat left top;
}
.CornerY2 {
background:url(images/corner_y-2.gif) no-repeat left top;
margin: 0px 0px 15px;
padding: 0px;
clear: both;
}


/* ------------  ページ単独の設定 --------*/
#Wrapper.Top #Menu h2 a.top,
#Wrapper.Shinryo #Menu h2 a.shinryo,
#Wrapper.Iin #Menu h2 a.iin,
#Wrapper.Link #Menu h2 a.link {
background-position: 0px top;
}

#Wrapper.Shinryo #Contents #Aisatu {
	background-repeat: no-repeat;
	background-image: url(images/shinryo_aisatu1.gif);
	padding: 15px 0px 0px;
}
#Wrapper.Shinryo #Contents #Aisatu #AisatuText {
	margin-right: 18px;
	margin-left: 290px;
	min-height:200px;
}
#Wrapper.Shinryo #Contents #Aisatu #AisatuText p {
	margin-left: 10px;
	line-height: 180%;
	margin-right: 5px;
}

#Wrapper.Shinryo #Contents h3,
#Wrapper.Shinryo #Contents h4 {
	background-repeat: no-repeat;
	height: 50px;
	width: 451px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#Wrapper.Shinryo #Contents h4 {
	background-image: url(images/shinryo_3.gif);
}
#Wrapper.Shinryo #Contents h5 {
	font-size: 1em;
	font-weight: bold;
	color: #3185CD;
	text-align: left;
	border-bottom: 1px solid #0033CC;
	line-height: 110%;
	margin: 2px 0px 5px;
	padding: 0px 0px 1px;
}
#Wrapper.Shinryo #Contents .R_Contents {
	float: right;
	width: 451px;
}
#Wrapper.Shinryo #Contents .L_Contents {
	float: left;
	width: 451px;
}
#Wrapper.Shinryo #Contents .Rblock {
	margin: 15px 0px 0px;
	padding: 10px 10px 0px;
	clear: both;
}

#Wrapper.Link #Contents p {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#Wrapper.Link #Contents p a {
	background-image: url(images/link_mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#Wrapper.Link #Contents p a:hover {
	background-image: url(images/link_mark1_f2.gif);
	color: #FF6600;
}

#Wrapper.Iin #Contents .Column1 {
	float: right;
	width: 240px;
	text-align: left;
	margin-left: 20px;
	margin-right: 8px;
}
#Wrapper.Iin #Contents .Column1 h2 {
	margin-bottom: 10px;
}
#Wrapper.Iin #Contents .Column2,
#Wrapper.Iin #Contents .Column3 {
	float: left;
	width: 450px;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 8px;
}
#Wrapper.Iin #Contents .Column2 h2 {
	float: left;
	margin-right: 10px;
}
#Wrapper.Iin #Contents .Column3 h2 {
	float: right;
	margin-left: 10px;
}
#Wrapper.Iin #Contents h3 {
	font-weight: bold;
	text-align: left;
	color: #3B74BB;
	border-bottom: 1px solid #00CCFF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 120%;
	border-left: 4px solid #00CCFF;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#Wrapper.Iin #Contents p {
	line-height: 145%;
	margin: 0px 0px 5px;
}
#Wrapper.Iin #Contents .Title {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 3px solid #00CCFF;
	margin-bottom: 20px;
}
#Wrapper.Iin #Contents .Title h2 {
	line-height: 120%;
	font-size: 1.5em;
	color: #003399;
}
#Wrapper.Iin #Contents #Map {
	margin: 15px 0px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	clear: both;
}
#Wrapper.Iin #Contents #Map iframe{
	margin: 0px;
	padding: 0px;
	float: right;
}

/* ------------  トップページ単独の設定 --------*/
#Wrapper.Top #Contents {
	background-position: 0px 0px;
	background-image: url(images/main_img.jpg);
	background-repeat: no-repeat;
	min-height: 340px;
}
/* ------------  新着情報の設定 --------*/
#Contents #News iframe {
	margin: 0px;
	background-color: #FFFFFF;
	}
	
	#Contents #News {
	width: 260px;
	float: right;
	min-height: 340px;
	max-height: 340px;
	}
#Contents #News h4 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0033CC;
	text-align: left;
	margin: 5px 0px 0px;
	padding: 0px;
}
#Contents #News p {
	text-align: left;
	line-height: 1.3em;
	margin: 5px 0px;
	padding: 0px;
}
#Contents #News #Kiji {
	margin: 0px 0px 10px;
	padding: 0px;
	overflow: auto;
	max-height: 245px;
}
#Contents #News #Kiji  div {
	border-bottom: 1px dotted #999999;
	margin-top: 5px;
}
#Contents #News h2 {
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	float: left;
	line-height: 0px;
	margin-left: 5px;
}
#Contents #News h2 a {
	display: block;
	width: 120px;
	height: 30px;
	text-decoration: none;
	color: #FFFF00;
	line-height: 31px;
	background-image: url(images/news-bt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Contents #News h2 a:hover {
	background-position: -130px top;
	color: #FFFFFF;
}

/* ------------  フッターの設定 --------*/
#Footer {
	clear: both;
	margin: 15px 5px 0px;
	padding: 12px 10px 0px;
}
#Footer address {
	color: #666666;
	font-style: normal;
	margin: 5px 0px;
	font-size: 0.8em;
	padding: 5px 0px 0px;
	border-top: 1px solid #E3E3E3;
}
#Footer p {
	padding: 0px;
	margin: 0px;
}
#Footer a {
	text-decoration: none;
	color: #0066CC;
}
#Footer a:hover {
	color: #0099FF;
	text-decoration: underline;
}


#Wrapper.Top #Footer .Column {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 400px;
}
#Wrapper.Top #Footer .Column h3,
#Wrapper.Top #Footer .Column p {
	margin-left: 110px;
}
#Wrapper.Top #Footer .Column h2 {
	clear: both;
	float: left;
}
#Wrapper.Top #Footer .Column h3 {
	font-weight: bold;
	text-align: left;
	color: #3B74BB;
	border-bottom: 1px solid #00CCFF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 120%;
	border-left: 4px solid #00CCFF;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#Wrapper.Top #Footer p {
	line-height: 130%;
	font-size: 0.8em;
	margin: 0px 0px 5px;
}
#Wrapper.Top #Footer h4 {
	font-size: 0.7em;
	font-weight: normal;
	float: right;
	margin: 0px;
	padding: 0px;
}
#Wrapper.Top #Footer h4 a {
	display: block;
	width: 90px;
	height: 20px;
	text-decoration: none;
	color: #003399;
	line-height: 21px;
	background-image: url(images/bt01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Wrapper.Top #Footer h4 a:hover {
	background-position: -95px top;
}
#Wrapper.Top #Footer {
	padding: 15px 15px 0px;
}
#Wrapper.Top #TopFooterGaikan {
	background-image: url(images/gaikan.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	background-color: #FFFFFF;
	margin-right: -8px;
}

#Wrapper.Top #Footer #Spec {
	background-color: #FFFFFF;
	float: right;
	width: 270px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 5px;
}
#Wrapper.Top #Footer #Spec h2 {
	font-size: 0.8em;
	line-height: 115%;
	font-weight: normal;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
#Wrapper.Top #Footer #Spec h2 em {
	font-style: normal;
	color: #FFFFFF;
}
#Wrapper.Top #Footer #Spec h3 {
	font-size: 0.8em;
	line-height: 115%;
	font-weight: bold;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

#Wrapper.Page #Footer .db2 {
	padding: 5px 10px;
}
#Wrapper.Page #Footer h2 {
	font-size: 0.8em;
	line-height: 115%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}
#Wrapper.Page #Footer h3 {
	font-size: 1.4em;
	line-height: 110%;
	color: #4173B9;
	font-weight: normal;
	text-align: right;
	margin-top: 2px;
	padding-top: 3px;
	border-top: 1px solid #CCCCCC;
}
#Wrapper.Page #Footer h3 em {
	font-size: 0.6em;
	color: #333333;
	font-style: normal;
}
