@charset "utf-8";
/*-------------------------------------------------
	reset styles
-------------------------------------------------*/
HTML, BODY, DIV, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, ADDRESS, UL, OL, LI, DL, DT, DD, TABLE, TH, TD, FORM, FIELDSET {
	margin: 0;
	padding: 0;
	color:#3E3E3E;
}
OL, UL, LI {
	list-style-type: none;
}
A {
	outline:none 0 #000000;
}
IMG {
	border:0;
}
/*-------------------------------------------------
	layout base 
-------------------------------------------------*/
HTML, BODY {
	height:100%;
}
BODY {
	background:url(../img/bgLine.png) repeat-x left top;
	text-align:center;
}
/*-------------------------------------------------
	text color and size
-------------------------------------------------*/
BODY, TH, TD, H1, H2, H3, H4, H5, H6, PRE, INPUT, TEXTAREA, OPTION, DIV, P, DT, DD, LI, ADDRESS, CITE {
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
HR {
	display:none;
}
/*-------------------------------------------------
 text link
 -------------------------------------------------*/
A {
	color:#F18FA5;
	text-decoration:underline;
}
A:hover {
	color:#F18FA5;
	text-decoration:none;
}
/*-------------------------------------------------
	usefull margin
-------------------------------------------------*/

.mtS {
	margin-top:12px;
}
.mbS {
	margin-bottom:12px;
}
.mbM {
	margin-bottom:24px;
}
.mbL {
	margin-bottom:48px;
}
.mlS {
	margin-left:12px;
}
.mrS {
	margin-right:12px;
}
.mrS {
	margin-right:12px;
}
.mrSS {
	margin-right:6px;
}
/*-------------------------------------------------
	usefull item
-------------------------------------------------*/
.tar {
	text-align:right;
}
.tac {
	text-align:center;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix {
	_height: 1px;
	min-height: 1px;/*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
BR.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

#loading {
	background:url(../img/bgLoading.jpg) no-repeat right bottom;
}
/*-------------------------------------------------
	main
-------------------------------------------------*/
#main {
	width:780px;
	margin:0 auto;
}
/*-------------------------------------------------
	header
-------------------------------------------------*/

#header {
	text-align:left;
	padding-top:22px;
	margin-bottom: 12px;
}
#header h1 {
	color:#EC7992;
}
#header p.welcome {
	color:#EC7992;
}
#header h3 {
	margin-bottom:9px;
}
#header p {
	padding:4px;
	margin-bottom:12px;
}
#sitelogo {
	margin-top:-12px;
	text-align:right;
	margin-bottom:12px;
}
#sitelogo img {
	margin-left:6px;
}
#sitelogo2 {
	text-align:right;
	margin-bottom:12px;
}
#sitelogo2 img {
	margin-left:6px;
}
/*
#inspect {
	margin-top:-38px;
	text-align:right;
}
*/
/*-------------------------------------------------
	contents
-------------------------------------------------*/
#contents {
	width:556px;
	float:left;
	margin-bottom:36px;
	text-align:left;
}
#gobuBox {
	background-color:#F18FA5;
	border:1px solid #F18FA5;
	padding:11px;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:12px;
}
#gobuBox h3 {
	font-size:14px;
	color:#FFFFFF;
}
#gobuBox p {
	margin-top:-12px;
	text-align:right;
	color:#FFFFFF;
}
#contents #selectBox {
	float:left;
	width:400px;
}
#contents {
}
#contents select {
	padding:3px;
	border:1px solid #F18FA5;
	border-radius:3px;
	-moz-border-radius:3px;
}
#contents select option {
	line-height:120%;
}
.btn {
	height:38px;
}
.btn span.disable {
	margin-left:12px;
	float:right;
	padding:6px 0px;
	border:1px solid #CCCCCC;
	border-radius:3px;
	-moz-border-radius:3px;
	display:block;
	width:60px;
	text-align:center;
	text-decoration:none;
	color:#CCC;
}
.btn span a {
	margin-left:12px;
	float:right;
	padding:6px 0px;
	border:1px solid #F18FA5;
	border-radius:3px;
	-moz-border-radius:3px;
	display:block;
	width:60px;
	text-align:center;
	text-decoration:none;
}
.btn span a:hover {
	background-color:#FFF4F7;
}
.btn span a:active {
	background-color:#F18FA5;
	color:#FFFFFF;
}
#listBox {
	clear:both;
}
#listBox li {
	background:url(../img/bgDot.gif) repeat-x left top;
	clear:both;
	height:auto;
	position:relative;
	padding-top:1px;
}
#listBox li img {
	padding-top:12px;
	float:left;
	margin-right:12px;
	vertical-align:bottom;
	display:block;
	width:48px;
	margin-bottom:12px;
}
#listBox li span.gobuName {
	padding-top:12px;
	line-height:140%;
	float:left;
	width:380px;
	display:block;
	margin-bottom:10px;
}
#listBox li span.gobuName a {
	font-size:12px;
}
#listBox li span.gobuDay {
	line-height:110%;
	position:absolute;
	top:22px;
	left:460px;
	/*
	padding-top:12px;
	*/
	font-size:24px;
	color:#F18FA5;
	width:90px;
	display:block;
	text-align:right;
}
#listBox li span.postTime {
	font-size:10px;
	text-align:right;
}
.adBox {
	clear:both;
	width:468px;
	margin-left:12px;
}
/*-------------------------------------------------
	side
-------------------------------------------------*/
#side {
	width:200px;
	float:right;
	margin-bottom:24px;
	text-align:left;
}
/*-------------------------------------------------
	distriBox
-------------------------------------------------*/

#distriBox {
	border:1px solid #F9B67C;
	border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:12px;
}
#distriBox h3 {
	background-color:#F8AA63;
	padding:5px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}
#inspected {
	padding:6px;
}
#inspected img {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
#inspected p {
	line-height:130%;
}
#distriBox table {
	clear:both;
}
#distriBox table th {
	background-color:#F8AA63;
	color:#FFF;
}
#distriBox table td {
	text-align:right;
}
#distriBox table th, #distriBox table td {
	border-bottom:1px solid #F8AA63;
	padding:5px 6px;
}
/*-------------------------------------------------
	introBox
-------------------------------------------------*/

#introBox {
	background:url(../img/satawo.png) no-repeat right top;
	
}

#introBox h1, #introBox ul, #introBox p, #introBox h2 {
	margin-bottom:24px;
}
#introBox h3 {
	color:#EB597A;
	margin-bottom:12px;
	font-size:14px;
	font-weight:bold;
}
#introBox h4 {
	font-weight:bold;
	margin-bottom:12px;
}
#introBox p, #introBox li {
	line-height:160%;
}
/*-------------------------------------------------
	footer
-------------------------------------------------*/
#footer {
	clear:both;
	background:url(../img/bgLine.png) repeat-x left top;
	padding-top:24px;
}
#footerContents {
	width:780px;
	margin:0 auto;
}
.footBoxL, .footBoxC, .footBoxR {
	width:260px;
	float:left;
	text-align:left;
	margin-bottom:12px;
}
.footBoxL h5 {
	margin:5px 20px 5px 0px;
}
.footBoxL p {
	margin:5px 20px 5px 0px;
	line-height:160%;
}
.footBoxC h5, .footBoxR h5 {
	margin:5px 20px;
}
.footBoxC p, .footBoxR p, .footBoxR li {
	margin:5px 20px;
	line-height:160%;
}
.footBoxL {
}
.footBoxC {
	background:url(../img/bgFooter.gif) repeat-y left top;
}
.footBoxR {
}
#copyright {
	clear:both;
	padding:12px 0 24px 0;
	background:url(../img/bgDot.gif) repeat-x left top;
	font-family:Verdana, Geneva, sans-serif;
}
