@charset "utf-8";

/*******************************************************************/
/*BASIS*/
/*******************************************************************/
* { margin: 0; padding: 0; line-height: 1.4; font-size: 100%;}
a {
	background-attachment: scroll;
	background-color: transparent;
	text-decoration: none;
	color: #00C;
}
a:hover { color: #F60;}
img { border: medium none;}
input,
textarea,select {
	margin: 0 2px;
	padding: 1px;
	font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif;
}
hr { display: none; clear: both;}





/*******************************************************************/
/*CLASS*/
/*******************************************************************/
.attention { color: #C33; font-size: 1em;}
.right{	float:right;}
.left{ float:left;}
.center { text-align: center;}
.clear { clear: both; line-height: 0;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}





/*******************************************************************/
/*LAYOUT*/
/*******************************************************************/
body {
	margin: 0 auto;
	text-align: center;
	background: #FFF url(images/back.jpg) left top repeat-x fixed;
	font-size: 62.5%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #231815;
}
div#container {
	position: relative;
	width: 942px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}
div#header {
	position: relative;
	margin: 10px 0 0;
	background: #FFF url(images/powered.gif) right top no-repeat;
	font-size: 0.8em;
}	
div#wrapper {
	width: 940px;
	background: #FFF;
	border: #CCC 1px solid;
}
div#main {
	display: inline;
	float: left;
	width: 660px;
	margin-top: 30px;
	padding: 0 30px 0 20px;
	background: #FFF url(images/side.gif) right top repeat-y;
}
div#sidenavi {
	float: right;
	width: 210px;
	margin-top: 30px;
	padding: 10px 20px 0 0;
	height: 100%;
	font-size: 0.8em;
}
div#footer {
	clear: both;
	margin: 20px 20px 0;
	padding: 10px 0 0;
	border-top: #4E454A 1px dashed;
	font-size: 0.8em;
}





/*******************************************************************/
/*HEADER*/
/*******************************************************************/
div#header div#logo a {
	display: block;
	width: 180px;
	height: 66px;
	background: #FFF url(images/logo.gif) left center no-repeat;
	text-indent: -9999px;
}
div#header ul {
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
}
div#header ul li {
	float: left;
	padding: 0 10px;
	background: #FFF url(images/point.gif) left center no-repeat;
}
div#header ul li a {
	color: #000;
}





/*******************************************************************/
/*FOOTER*/
/*******************************************************************/
div#footer ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #CCCCCC;
	list-style: none;
}
div#footer ul li a{
	color: #000;
}
div#footer address {
	clear: both;
	padding: 5px 0;
}





/*******************************************************************/
/*TITLE*/
/*******************************************************************/
div#title {
	position: relative;
	height: 140px;
	margin: 10px 20px 10px 20px;
	background: #FF8C00;
}
div#title div.bukken_img {
	float: left;
	padding: 1px;
}
div#title div.address {
	float: left;
	width: 636px;
	height: 32px;
	margin: 10px;
	background: #FFF url(images/st.gif) right center no-repeat;
}
div#title div.address img {
	margin: 7px 10px 0 0;
}
div#title h1 a{
	float: left;
	width: 636px;
	margin: 10px;
	font-size: 1.4em;
	color: #FFF;
}
div#title ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}
div#title ul li.hp a {
	display: block;
	width: 80px;
	height: 70px;
	background: #FFF url(images/hp.gif) right top no-repeat;
	text-indent: -9999px;
}
div#title ul li.request a {
	display: block;
	width: 80px;
	height: 70px;
	background: #FFF url(images/request.gif) right top no-repeat;
	text-indent: -9999px;
}
div#points {
	margin: 10px 20px 10px 20px;
}
div#points div.point {
	height:23px;
	background: #FFF url(images/points.gif) left top no-repeat;
	text-indent: -9999px;
}
div#points p {
	padding: 10px;
	border: #F5F5F5 6px solid;
}





/*******************************************************************/
/*CATEGORY*/
/*******************************************************************/
div#category {
	height: 45px;
	padding: 0 20px;
	background: url(images/navi.gif) left bottom repeat-x;
}
div#category ul {
	list-style: none;
}
div#category ul li {
	float: left;
}
div#category ul li a {
	display: block;
	float: left;
	width: 118px;
	height: 35px;
	padding: 10px 5px 0;
	text-align: center;
	background: url(images/category.gif) left bottom no-repeat;
	overflow: hidden;
}	
div#category ul li a:hover,
div#category ul li.select a {
	width: 118px;
	height: 40px;
	padding: 5px 5px 0;
	text-align: center;
	background: url(images/category_over.gif) left bottom no-repeat;
}
	




/*******************************************************************/
/*MAIN*/
/*******************************************************************/
div#main h3.archive {
	margin: 0 0 30px;
	padding: 2px 10px;	
	border-left: #FF8C00 4px solid;
	border-bottom: #FF8C00 1px solid;
	font-size: 1.4em;
	color: #000;
}
div#main div.special {
	margin: 10px 0;
	padding: 10px 4px;
	border: #F5F5F5 10px solid;
}
div#main div.report {
	margin: 10px 0;
	padding: 10px 10px;
}
div#main div.special h2 {
	height: 36px;
	margin: 20px 0;
	background: url(images/special.gif) left center no-repeat;
	text-indent: -9999px;
}
div#main div.report h2 {
	height: 36px;
	margin: 20px 0;
	background: url(images/report.gif) left center no-repeat;
	text-indent: -9999px;
}
div#main div.special table,
div#main div.report table {
	width: 100%;
	background: url(images/table.gif) top center repeat-y;
}
div#main div.special table td {
	width: 50%;
	padding: 10px;
	border-top: #C5C5C5 1px solid;
}
div#main div.report table td {
	width: 50%;
	padding: 10px 15px;
	border-top: #C5C5C5 1px solid;
}

div#main div.special table td h3 a {
	display: block;
	padding: 10px 0 10px 30px;
	background: url(images/special_icon.gif) left center no-repeat;
	color: #FF8C00;
}
div#main div.report table td h3 a {
	display: block;
	padding: 10px 0 10px 30px;
	background: url(images/report_icon.gif) left center no-repeat;
	color: #FF8C00;
}
div#main div.special table td div.contents,
div#main div.report table td div.contents {
	padding: 5px 0 5px;
	background: url(images/line.gif) left top no-repeat;
}
div#main div.report table td div.contents img {
	float: left;
	margin: 0 16px 4px 0;
	border: #CCC 4px solid;
}
div#main div.report table td div.type {
	margin: 10px 0;
	text-align: right;
	font-weight: bold;
}
div#main div.report table td div.type img {
	float: left;
}
div#main div.report table td p.more a {
	display: block;
	height: 10px;
	margin: 10px 0 0;
	background: url(images/go.gif) right center no-repeat;
	text-indent: -9999px;
}
div#main div.navigation {
	margin: 30px 0;
}
div#main div.pagetop {
	margin: 20px 0;
	text-align: right;
}




/*******************************************************************/
/*ENTRY*/
/*******************************************************************/
div#main div.entry {
	margin: 0 0 30px;
	padding: 1px 0;
}
div#main div.entryHeader {
	position: relative;
	width: 610px;
	padding: 10px 0 10px 50px;
	background: url(images/entry.gif) left center no-repeat;
}
div#main div.entryHeader h2 a{
	font-size: 1.2em;
	color: #FF8C00;
}
div#main div.entryHeader p{
	font-size: 0.8em;
	color: #666;
}
div#main div.entryHeader ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}
div#main div.entryHeader ul li.hp a {
	display: block;
	width: 120px;
	height: 23px;
	margin-bottom: 2px;
	background: #FFF url(images/hp2.gif) right top no-repeat;
	text-indent: -9999px;
}
div#main div.entryHeader ul li.request a {
	display: block;
	width: 120px;
	height: 23px;
	background: #FFF url(images/request2.gif) right top no-repeat;
	text-indent: -9999px;
}
div#main div.entryBody {
	clear: both;
	padding: 20px;
	background: #FFF;
	border: #F5F5F5 10px solid;
}
div#main div.entryBody img{
	margin:10px auto;
	padding:5px;
	text-align:center;
	border:solid 1px #CCC;
}
blockquote {
	margin : 10px 15px;
	padding : 5px;
	background-color: #E8E8E8;
}





/*******************************************************************/
/*COMMENTS*/
/*******************************************************************/
div#main div#comments {
	margin: 20px 0;
	padding: 20px;
	border: #F5F5F5 10px solid;
}
div#main div#comments h3 {
	font-size: 1.2em;
	color: #FF8C00;
}






/*******************************************************************/
/*SIDENAVI*/
/*******************************************************************/
[id="sidenavi"]div#sidenavi {
	margin-top: 0;
}
html:lang(ja) div#sidenavi {
	margin-top: 0;
}
div#sidenavi h3 {
	height: 30px;
	margin: 0 0 10px 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div#sidenavi div.news h3 { background-image:url(images/news.gif);}
div#sidenavi div.link h3 { background-image:url(images/link.gif);}
div#sidenavi div.writer h3 { background-image:url(images/writer.gif);}
div#sidenavi div.topics h3 { background-image:url(images/topics.gif);}
div#sidenavi div.map h3 { background-image:url(images/map.gif);}
div#sidenavi div.archive h3 { background-image:url(images/archive.gif);}
div#sidenavi div.links h3 { background-image:url(images/links.gif);}
div#sidenavi div.posts h3 { background-image:url(images/posts.gif);}
div#sidenavi div.search h3 { background-image:url(images/search.gif);}

div#sidenavi p {
	padding: 15px 0 15px 20px;
	background: url(images/side_line.gif) left top no-repeat;
}
div#sidenavi div.news p {
	padding: 10px 0 10px 20px;
}
div#sidenavi div.link,
div#sidenavi div.writer,
div#sidenavi div.topics,
div#sidenavi div.map,
div#sidenavi div.archive,
div#sidenavi div.search,
div#sidenavi div.attention2,
div#sidenavi div.posts {
	margin: 0 0 10px 0;
	background: url(images/side_line.gif) left bottom no-repeat;
}
div#sidenavi div.writer img{
	margin: 0 10px 10px;
	text-align: center;
	border: #FF8C00 4px solid;
}
div#sidenavi ul {
	padding: 30px 0 30px 20px;
	background: url(images/side_line.gif) left top no-repeat;
	list-style:none;
}
div#sidenavi div.posts ul li{
	padding: 0 0 20px;
}
div#sidenavi ul li.banner {
	padding: 10px 0 0;
}

div#sidenavi div.search form {
	padding: 15px 0 15px 20px;
	background: url(images/side_line.gif) left top no-repeat;
}





/*******************************************************************/
/*SITE*/
/*******************************************************************/
div.site h4 {
	margin: 20px 0 0;
	color: #FF8C00;
}
div.site p {
	padding: 10px 0;
}
div.site ul {
	margin: 10px 30px;
}


