@charset "shift_jis"; 

/* --- top.css --- */
/* ---本文エリアの各種設定ここから--- */

div#headerBox {
	margin: 0;
}

div#mainBox {
	display: inline;
	float: left;
	margin: 0 0 20px 9px;
	width: 554px;
}

/* メイン画像 */
img#demo {
	margin: 0 0 20px 0;
	vertical-align: bottom;
}
a {
	outline : 0;
}
/* メイン画像囲み */
#siteLink {
	height: 300px;
	margin: 0 0 20px 0;
}
/* keepreエリア */
#keepre {
	float: left;
	display: block;
	width: 400px;
	height: 300px;
	background: url(../images/mainImg3.jpg);
	text-indent: -9999px;
}
#keepre:hover {
	background: url(../images/mainImg3.jpg) left bottom;
}
/* 快洗隊エリア */
#kaisentai {
	float: right;;
	display: block;
	width: 400px;
	height: 300px;
	background: url(../images/mainImg3.jpg) right top;
	text-indent: -9999px;
}
#kaisentai:hover {
	background: url(../images/mainImg3.jpg) right bottom;
}



/* リンクバナーボックス */
div#linkBox {
	display: inline; /*IE6マージン対応*/
	float: left;
	width: 200px;
	margin: 0 0 20px 5px;
	padding: 9px 7px 0 7px;
	border: 1px solid #CCCCCC;
	background: #DFDFDF;
}
	/* リンクバナーリスト */
	ul#linkList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		ul#linkList li {
			margin: 0;
			padding: 0 0 9px 0;
		}
		ul#linkList li img {
			vertical-align: bottom;
		}

/* 本文ボックス */

	/* トピックスタイトルのボックス */
	div#topicsTitleBox {
		position: relative;
		width: 528px;
		_width: 550px;
		padding: 10px;
		border: 1px solid #CCCCCC;
		background: #DFDFDF url(../images/topicsTitleBg.jpg) no-repeat;
	}
		p#more {
			position: absolute;
				top: 10px;
				right: 58px;
		}
		html>/**/body p#more {
			top: 0;
			right: 58px;
		}
		
		p#rss {
			position: absolute;
				top: 10px;
				right: 10px;
		}
		html>/**/body p#rss {
			top: 0;
			right: 10px;
		}

	/* トピックス */
	ul#topicsList {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		ul#topicsList li {
			margin: 0;
			padding: 5px;
			border-bottom: 1px solid #F2F2F2;
		}
		
	dl#topicsList dt {
		clear: left;
		float: left;
		width: 9em;
		padding: 5px 0.5em;
		_padding: 8px 0.5em;
	}
	
	dl#topicsList dd {
		margin-left: 0;
		padding: 5px 0.5em 5px 10em;
		_padding: 8px 0.5em 8px 10em;
		border-bottom: 1px solid #F2F2F2;
		background: url(../images/marker.gif) no-repeat 9.5em center;
	}


/* コラムボックス */
div#columnWrapper {
	clear: both;
	margin: 0 0 20px 0;
	padding: 15px 10px;
	_padding: 7px 10px 15px 10px;
	border: 1px solid #CCCCCC;
	background: #DFDFDF url(../images/columnBoxBg.jpg) no-repeat;
}
	/* コラム中ボックス */
	div.columnBox {
		float: left;
		width: 349px;
		margin: 10px;
		padding: 10px;
		background: #FFFFFF;
	}
	/* コラムの見出し */
	h2.columnBoxHeading {
		font-size: 100%;
	}
	
	/* コラムバナーリスト */
	ul#columnList {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 90%;
	}
		ul#columnList li {
			display: inline;
			margin: 0;
			padding: 0 20px 0 8px;
			background: url(../images/marker.gif) no-repeat left center;
		}

/* ---本文エリアの各種設定ここまで--- */


div#sideBox {
	display: inline; /*IE6マージン対応*/
	float: right;
	width: 210px;
	margin: 0 9px 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

div#sideBox h2.blogTitleBox {
	text-align: left;
}

/* フォト */
div#kaisentaiPhoto {
	margin-top: 15px;
	margin-right: -10px;
	width: 220px;
}

div.photoBoxL {
	display: inline;
	width : 100px;
	float : left;
	margin-right : 10px;
	height : 155px;
}

div.photoBoxL div.photo {
	padding: 1px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	position: relative;
	width: 96px;
	height: 96px;
	_width: 100px;
	_height: 100px;
}

div.photoBoxL div.photo img {
	left: 1px;
}

div.photoBoxL p.caption {
	margin: 3px 0 0 0;
	font-size : 10px;
	text-align : left;
	_line-height: 1.5;
}

/* バナー */
div#bannerBox {
	clear: left;
	width: 200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

h2.blogTitleBox {
	position: relative;
	margin: 0 0 3px 0;
	padding: 5px;
	font-size: 120%;
	border: 1px solid #CCCCCC;
	background: #DFDFDF url(../images/topicsTitleBg.jpg) no-repeat;
}

div#sideBox dt {
	font-weight : bold;
	font-size:120%;
	margin: 0px;
	padding : 20px 0 0 18px;
}
div#sideBox dd {
	margin : 0;
	padding : 0 0 0 24px;
}

h2.blogTitleBox a:link {
	border: none;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
h2.blogTitleBox a:visited {
	border: none;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
h2.blogTitleBox a:active {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
}
h2.blogTitleBox a:hover {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
/*	text-decoration: underline; */
}

span.business{
	float:right;
	height: 20px;
	width: 38px;
	margin:-20px 5px 0 0;
	_margin:-20px 0 0 0;
	padding:0;
 	text-indent: -999em; 
	text-decoration: none;
	display:block; 
	background: url(../images/business.gif) no-repeat 0px 0px;
	}
span.kaisentai{
	float:right;
	height: 20px;
	width: 38px;
	margin:-20px 5px 0 0;
	_margin:-20px 0 0 0;
	padding:0;
 	text-indent: -999em; 
	text-decoration: none;
	display:block; 
	background: url(../images/kaisentai.gif) no-repeat 0px 0px;
	}
span.keepre{
	float:right;
	height: 20px;
	width: 38px;
	margin:-20px 5px 0 0;
	_margin:-20px 0 0 0;
	padding:0;
 	text-indent: -999em; 
	text-decoration: none;
	display:block; 
	background: url(../images/keepre.gif) no-repeat 0px 0px;
	}
	
span.itac{
	float:right;
	height: 20px;
	width: 38px;
	margin:-20px 5px 0 0;
	_margin:-20px 0 0 0;
	padding:0;
 	text-indent: -999em; 
	text-decoration: none;
	display:block; 
	background: url(../images/itac.gif) no-repeat 0px 0px;
	}
	
	/* for safari3 */
	html[xmlns*=""] body:last-child span.business,
	html[xmlns*=""] body:last-child span.kaisentai,
	html[xmlns*=""] body:last-child span.keepre,
	html[xmlns*=""] body:last-child span.itac {
	  	margin:-2px 5px 0 0;
	}
	
	/* for safari4 */
	body:first-of-type span.business,
	body:first-of-type span.kaisentai,
	body:first-of-type span.keepre,
	body:first-of-type span.itac {
	  	margin:-2px 5px 0 0;
	}
	
	/* for IE8 */
	html>/**/body span.business,
	html>/**/body span.kaisentai,
	html>/**/body span.keepre,
	html>/**/body span.itac {
	 	margin:-2px 5px 0 0;
	}

	
/* JsTitleの一覧　削除予定 */
#wrapper #mainBox .blogBox #headlineBox {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#wrapper #mainBox .blogBox #headlineBox ul {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#wrapper #mainBox .blogBox #headlineBox li {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	_padding: 12px 0px 0px 0px;
}
/* JsTitleの一覧 */
#wrapper #mainBox .blogBox .headlineBox {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#wrapper #mainBox .blogBox .headlineBox ul {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#wrapper #mainBox .blogBox .headlineBox li {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	_padding: 12px 0px 0px 0px;
}
