body {	
    text-align: center;
	margin: 15px 0px;
	padding: 0px;
}

/*ヘッダコメント用*/
div#head_comment {

	display:block;
	position: relative;
	line-height: 1.0em;
	text-align: left;
	margin:0px 0px 10px 0px;
	/*margin: 0px 0px 15px 0px;*/
	width:760px;
}

h1 {/*ヘッダ用*/
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	vertical-align: bottom;
	display: inline;
	/*text-align:left;*/
}
h2 {/*ヘッダ用*/
	font-size: 75%;
	color: #A0A0A0;
	font-weight: normal;
	vertical-align: bottom;
	display: inline;
	/*text-align:left;*/
}
h3 {/*ヘッダ用*/
	font-size: 70%;
	color: #A0A0A0;
	font-weight: normal;
	vertical-align: bottom;
	display: inline;
	/*text-align:left;*/
}


h2.ttl {/*本文タイトル用*/
	font-size: 90%;
	text-align:left;
}
h3.ttl {/*本文タイトル用*/
	font-size: 85%;
	text-align:left;
}

h2.img{/*本文イメージ用*/
	text-align:left;
}
h3.img {/*本文イメージ用*/
	text-align:left;
}





img {
	border: 0px none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	margin: 0px;
	padding: 0px;
}
dl {
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 15px;
}
dt {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
dd {
	margin: 0px 0px 5px 35px;
	padding: 0px;
}
a:link {
	color: #F04242;
	text-decoration: underline;
}
a:visited {
	color: #F04242;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
tr,div,td {
	color: #3F3D34;
}

/*float制御*/
.floatclear {
	clear: both;
}
.floatright{
	float:right;
}


/*　フォント指定 */
.mainsize {
	font-size: 90%;
	line-height:1.8em;
}
.size130 {
	font-size: 130%;
	line-height:2.3em;
}
.size120 {
	font-size: 120%;
	line-height:2.2em;
}
.size110 {
	font-size: 110%;
	line-height:2.0em;
}
.size100 {
	font-size: 100%;
	line-height:1.8em;
}
.size90 {
	font-size: 90%;
	line-height:1.7em;
}
.size80 {
	font-size: 80%;
	line-height:1.6em;
}
.size75 {
	font-size: 75%;
	line-height:1.6em;
}
.s75c {
	font-size: 75%;
	line-height:1.8em;
	color: #C5C0C0;
}
.size70 {
	font-size: 70%;
	line-height:1.4em;
	text-align: left;
}
.red {
	font-size: 80%;
	line-height:1.6em;
	text-align: left;
	color: #FF0000;
}


/*　一番外のセンター揃え　*/
div#maincenter {
	width: 780px;
	margin: 0px auto;
	height: 100%;
}
div#contents{/*コンテンツ部分のDIV*/
	width:770px;
	margin: 0px 5px 0px 5px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#header{
	width:770px;
	height:388px;
}


/*　コンテンツの中　*/
div#inner{
	width: 770px;
	display: block;
	padding: 0px;
	margin-bottom: 20px;
}
div#top_in{
	width: 700px;
	padding: 0px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 30px;
	display: block;
}
div#totop{
	display:block;
	background-image:url(../images/totop.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px 45px 0px 660px;
	width:65px;
	height:9px;
	font-size:60%;
	line-height:1.8em;
}
div#totop a{
	display:block;
	width:65px;
	height:9px;
	padding:0px;
	margin:0px;
}
div#totop a:hover{
	background-image:url(../images/totop.gif);
	background-repeat:no-repeat;
	display:block;
	padding:0px;
	margin:0px;
}
div#totop span{
	display:none;
}


/*トップページ最新情報*/
div#news{
	width: 700px;
	padding: 0px;
	display: block;
	text-align: left;
}

div#news li.news_box {
	position: relative;
	text-align: left;
	list-style:none;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style:inset;
	padding-bottom:5px;
}

div#plan{
	position: relative;
	width: 700px;
	padding: 0px;
	display: block;
	text-align: left;
	/*margin-top: 20px;*/
}

.plan_left {
	width: 340px;
	padding: 0px;
	display: block;
	float: left;
	text-align: left;
}

.plan_right {
	width: 340px;
	padding: 0px;
	display: block;
	float: right;
	text-align: left;
}

div#kachura{
	position: relative;
	width: 700px;
	padding: 0px;
	display: block;
	clear: both;
	text-align: left;
}

div#copy {
	height:30px;
	position:relative;
	display:block;
	font-size:65%;
	margin:5px 0px 5px 20px;
	background-repeat: no-repeat;
	text-align:left;
}

