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

@import url("reset-fonts.css");
@import url("default.css");

/* 基本レイアウト コンテンツ部の変更 */
div#container div#main {
	background: transparent;
	margin: 0px;
	position: relative;
}
/* スワップイメージ部 */
#swapimagebox {
	position: absolute;
	left: 0px;
	top: 0px;
}
#swapimage {
    position:relative;
}
#swapimage, #swapimage a, #swapimage img {
	width:780px;
	height:365px;
	margin-bottom: 10px;
}
#swapimage img {
	display: block;
}
#swapimage .floatPicture {
	position:absolute;
	left:0;
	z-index:1;
	overflow:visible;
}
#swapimage .basePicture {
	position:absolute;
	left:0;
	z-index:0;
	overflow:hidden;
}
#buttons {
	width:780px;
	height: 80px;
	margin-bottom: 10px;
}
#buttons ul {
	width: 780px;
	height: 80px;
}
#buttons ul li {
	width: 195px;
	height: 80px;
	display: block;
	float: left;
}
#buttons ul li a{
	width: 195px;
	height: 80px;
	display: block;
	background: transparent url(../images_index/bg_button.gif) no-repeat left top;
	float:left;
}
#buttons ul li#button_a a{background-position: 0px 0px;}
#buttons ul li#button_b a{background-position: -195px 0px;}
#buttons ul li#button_c a{background-position: -390px 0px;}
#buttons ul li#button_d a{background-position: -585px 0px;}

#buttons ul li#button_a a:hover{background-position: 0px -90px;}
#buttons ul li#button_b a:hover{background-position: -195px -90px;}
#buttons ul li#button_c a:hover{background-position: -390px -90px;}
#buttons ul li#button_d a:hover{background-position: -585px -90px;}

/* コンテンツ */
div#contents {
	background: transparent;
	margin: 0px;
	padding: 0px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 475px;
}
div#contents div#l_column {
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
div#contents div#l_column img {
	margin-bottom: 5px;
}
div#contents div#l_column p {
	font-size: 85%;
	margin-bottom: 10px;
}
div#contents div#l_column p#guidetop {
	font-size: 85%;
	background: #d6eade;
	margin: 0px;
	padding: 10px;
	width: 230px;
	text-align: right;
}
div#contents div#content {
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 520px;
}
div#contents div#content div#c_column {
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
div#contents h1 {
	font-size: 100%;
	color: #118a4e;
	width: 780px;
	margin-bottom: 10px;
	border-bottom: 2px solid #bebfbf;
	padding-bottom: 5px;
}
div#contents div#content div#c_column p {
	font-size: 93%;
}
div#contents div#content div#r_column {
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}
div#contents div#content div#r_column h2 {
	font-size: 100%;
	color: #118a4e;
	font-weight: bold;
	width: 250px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #bebfbf;
}
div#contents div#content div#r_column p {
	font-size: 77%;
	text-align: right;
	width: 250px;
	margin-bottom: 5px;
}
div#contents div#content div#r_column div#newsbox {
	background: transparent;
	width: 250px;
	overflow: auto;
	height: 300px;
}
div#contents div#content div#r_column div#newsbox ul {
	border-top: 1px dotted #bebfbf;
}
div#contents div#content div#r_column div#newsbox ul li {
	font-size: 93%;
	border-bottom: 1px dotted #bebfbf;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#contents div#content div#jumptopbox {
	font-size: 77%;
	text-align: right;
	background: transparent;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 515px;
	clear: both;
}
div#contents div#footer {
	background: transparent;
	width: 780px;
	margin: 0px;
	clear: both;
	padding: 10px 0px 20px;
}
div#contents div#footer div#textmenu {
	font-size: 77%;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 5px 0px;
	width: 780px;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
}
div#contents div#footer div#footerbox {
	background: transparent;
	margin: 0px;
	padding: 5px 0px;
	width: 780px;
	border-top: 0px none;
	border-bottom: 1px solid #8d8d8d;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}
.greenletter {
	color: #118a4e;
}
.ltr_condolence {
	font-weight: bold;
	background: transparent;
	padding: 0px;
	width: 780px;
	text-align: center;
	clear: both;
}
.ltr_condolence-n {
	font-weight: normal;
	background: transparent;
	padding: 0px 0px 30px;
	width: 780px;
	text-align: center;
}
.greenletter2 {
	color: #118a4e;
	font-weight: normal;
}
