@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　フッターコンテンツ共通　CSS
 更新日:07/08/14
 
------------------------------------------------------------ */

/*cleafix用CSS-----------------*/
@import "clearfix.css";


/* 
 1:H style
------------------------------ */

div#contents h1{
background:url(../img/h1_bg.gif) no-repeat top left;
}


h4{
margin:0 0 5px 0;
font-weight:bold;
font-size:107%;
}

p.date{
text-align:right;
}

p.subttl{
font-weight:bold;
}

/* ------/site_info/about_link.html------ */

div.bnrArea div.block{
clear:both;
margin:0 0 15px 0;
}

div.bnrArea div.imgArea{
width:240px;
float:left;
}

div.exbox h4,
div.code h4{
margin:0 0 5px 0;
color:#FF9933;
}

div.bnrArea div.textArea{
width:370px;
float:right;
}

div.bnrArea div.textArea code{
font-size:85%;
word-break:break-all;/* for IE */
}

div.bnrArea div.textArea textarea{
width:370px;
height:180px;
background:#f4f4f4;
border:1px solid #f4f4f4;
}

div.bnrArea h4{
clear:both;
}

dl.bnrArea dt{
font-weight:bold;
}


div.blogParts div.first{
width:300px;
float:left;
}

div.blogParts div.second{
width:300px;
float:right;
}

div.blogParts div.second img{
margin:0 0 73px 0;
}

textarea{
font-size:85%;
border:1px solid #bbbbbb;
width:630px;
margin:0 0 10px 0;
}

div.exbox textarea{
width:620px;
}

div.textCols textarea{
width:450px;
}



/* ------/site_info/searchbox_col.html------ */

div.textCols{
float:right;
width:460px;
}

div.imgCols{
float:left;
width:160px;
}


/* ------/site_info/searchbox_row.html------ */


div.textRows{
float:right;
width:140px;
}

div.imgRows{
float:left;
width:485px;
}

/* ------/site_info/code.html------ */

div.textFontcode{
float:right;
width:340px;
}

div.imgFontcode{
float:left;
width:285px;
}

div.boxRows{
width:485px;
margin:0 auto;
}

div.boxRows textarea{
width:480px;
}


/* ------/site_info/sitemap.html------ */

ul.siteList{
font-size:107%;
font-weight:bold;
list-style-type:disc;
margin:0 0 0 20px;
}
ul.siteList li{
margin:0 0 3px 0;
}

ul.siteList ul{
list-style-type:none;
}

ul.siteList ul li{
background:url(../img/sitelist_mark.gif) no-repeat top left;
padding:0 0 0 15px;
}

ul.siteList a{
font-weight:normal;
}
.bnr_outer:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.bnr_outer{
	zoom:1;
	margin:5px 0 5px 0;
	}
.bnr_outer_l{
	float:left;
	width:210px;
	margin:0 10px 0 0;
	}



.calendar_01{
	width: 400px;
	border-collapse: collapse;
	font-weight:bold;
	color:#409105;
}
.calendar_01 th{
	width: 25%;
	padding: 6px;
	color: #777777;
	font-weight:bold;
/*	background-image: url(/site_info/img/bg_01.png);*/
	border: 1px solid #67ce1b;

}
.calendar_01 td{
	text-align:center;
	padding: 6px;
	border: 1px solid #67ce1b;
}

.green{
	color:#409105;
}