@charset "UTF-8";
@import url("base.css");

/* 全体領域
-----------------------------------*/
body {
	TEXT-ALIGN: center;
	margin-top: 0px;
	MARGIN-right: auto;
	MARGIN-left: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(/img/index/body.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_mainimage{
	margin: 2px 0px 0px 0px;
	float: left;
}


/* 左メイン領域
-----------------------------------*/
#left_main {
	TEXT-ALIGN: left;
	margin-top: 32px;
	MARGIN-right: 0px;
	MARGIN-left: 40px;
	margin-bottom: 0px;
	width: 615px;
	float: left;
	display: inline;
}

#left_main span {
	color: #763306;
}

h3 span { display: none}

.title01 { background-image: url(/img/index/aboutsun.gif); background-repeat: no-repeat; }
.title02 { background-image: url(/img/index/plan.gif); background-repeat: no-repeat; }
.title03 { background-image: url(/img/index/news.gif); background-repeat: no-repeat; }


#plan {
    width: 610px;
	margin-top: 0px;
	MARGIN-right: 0px;
	MARGIN-left: 0px;
	margin-bottom: 12px;
	float: left;
}

#wflow a{
	display: block;
	width: 196px;
	height: 34px;
	background: url(/img/index/flow00.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent: -9999px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	display: inline;
}

#wflow a:hover{
   background-position: -196px 0px;
}


/*--------------------ニュース*/
#newsbox {
	width: 610px;
	font-size: 75%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#newsbox dl {   
    width: 590px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px; 
}  

#newsbox dt {
	float: left;
	width: 82px;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/index/marker.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
  
#newsbox dd {  
	width: 470px;   
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 80px;
}


/* 右メイン領域
-----------------------------------*/
#right_main {
   text-align: left;
	margin-top: 32px;
	MARGIN-right: 40px;
	MARGIN-left: 0px;
	margin-bottom: 0px;
	width: 240px;
	float: right;
	display: inline;
}

#right_main span { display: none}

#c_plan {
	width: 240px;
	height: 190px;
	color: ffffff;
	background-image:url(/img/index/c_plan.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


