@charset "shift_jis";
/* CSS Document */

div , ul , ol , li , dl , dt , dd , h1 , h2 , h3 , h4 , h5 , h6 {
	margin:0;
	padding:0;
	border-width:0;
}

li{
	list-style-type:none;
}

img{
	margin:0;
	border-width:0;
}

h2{
	font-size:medium;
}

body {
margin:0;
padding:0;
font-size: 1em;	
text-align:center;
background:url(../img/bg.jpg) left top repeat-x #ffffff;
color:#333333;
}

em{
	font-style:normal;
	text-decoration:underline;
}

p{
	margin:1em auto;
	line-height:150%;
}


/*class*/

.clear_b{
	clear:both;
}

.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
.t_center{
	text-align:center;
}
.small{
	font-size:80%;
}
.large{
	font-size:120%;
}
.bold{
	font-weight:bold;
}
.red{
	color:#ff3300;
}
.blue{
	color:#0033CC;
}

.f_left{
	float:left;
	margin:1em 10px;
}
.f_right{
	float:right;
	margin:1em 10px;
}

/*上部H1とサイトマップ*/
h1{
	float:left;
	font-size:12px;
	color:#888888;
	text-indent:10px;
}
div#sitemap{
	text-align:right;
	font-size:12px;
	height:27px;
	padding-right:12px;
}
div#sitemap a{
}

/*ベース*/
div.base{
	width:800px;
	margin:0 auto;
	text-align:left;
}

/*ヘッダとトップメニュー*/
.header{
	background:url(../img/header_bg.jpg) left top no-repeat #ffffff;
}

.header .menu{
	clear:both;
}

.header .logo{
	float:left;
	margin:0 1px 5px;
}
.header .button{
	text-align:right;
	margin-top:10px;
	padding-right:18px;
}
.header .button01{
	margin-right:10px;
}

.header_bottom{
	font-size:12px;
	color:#888888;
	line-height:16px;
	margin:0;
	text-align:right;
	padding:3px 5px 21px;
	background:url(../img/header_bottom.jpg) left top no-repeat;
}


/*コンテンツ*/
#contents{
	border:1px solid #cccccc;
	border-top-width:0;
	border-bottom-width:0;
	background-color:#ffffff;
	padding:1px 0;
	color:#b40404;
}

/*サイドバー*/
#contents .side{
	width:202px;
	margin:0 20px 1em 17px;
	float:left;
	display:inline;
}
#contents .side .inner{
	background-color:#f3f3f3;
	padding:0 18px 1px;
	text-align:center;
}
.side h2{
	font-size:13px;
	margin:3px 0 5px;
}
.side h2 span{
	font-size:10px;
}
.side table.profile{
	font-size:10px;
	line-height:14px;
	text-align:left;
	width:100%;
}
.side table.profile th{
	font-weight:normal;
	text-align:justify;
	vertical-align:top;
}

.side .calendar{
	margin:1em 0;
}

.side ul.menu{
	margin:1em 0;
	text-align:left;
}
.side ul.menu li{
	background:url(../img/list_style.gif) left top no-repeat;
	padding-left:14px;
	margin:4px 0;
	line-height:14px;
	font-size:12px;
}

/*main*/

#contents .main{
	margin-left:241px;
	width:540px;
	text-align:left;
}

.breadclumb{
	font-size:10px;
	padding:0 0 5px;
}

.breadclumb a{
	color:#b40404;
}

.main div.report{
	height:100px;
	overflow:auto;
	color:#333333;
}

.main div.report02{
	color:#333333;
}
.main div.report p, .main div.report02 p{
	margin:5px 3px;
}

.main .report_bottom{
	margin:5px 0 1.5em;
	background-color:#ffe8e8;
	padding:5px;
	text-align:center;
	font-weight:normal;
	font-size:13px;
}
.main h2.report{
	margin:0 0 1em;
}
.main div.report02 .inner{
	margin:0 3px 1em 2em;
	color:#444444;
	border-bottom:1px dashed #cccccc;
}
.main div.report02 h2{
	margin:1em 0;
}

.main .movie{
	text-align:center;
}

.main .greeting{
	color:#333333;
	margin:1.5em 0 1em;
}
.main .greeting p{
	margin:1em 20px;
}

.report02 dl.profile{
	margin:1em auto 0;
	margin-left:190px;
	color:#333333;
}
.report02 dl.profile dt{
	font-weight:bold;
	margin:5px 0;
}
.report02 dl.profile dd{
	margin-bottom:1em;
}

.report02 dl.faq{
	margin:1em 20px 0;
}
.report02 dl.faq dt{
	margin:0 0 3px;
	font-weight:bold;
}
.report02 dl.faq dd{
	margin:3px 1.5em 1em;
}

form#inquiry{
	text-align:center;
	color:#333333;
}
form#inquiry table.form{
	margin:0.5em auto;
	border-width:0;
	font-size:medium;
	text-align:left;
}
form#inquiry table.form th{
	vertical-align:top;
	text-align:left;
}
form#inquiry .text{
	width:200px;
	font-size:inherit;
}
form#inquiry .area{
	width:300px;
	height:80px;
	font-size:inherit;
}

/*メールフォーム*/

form#mailform{
	text-align:center;
	color:#333333;
}
form#mailform table.form{
	margin:0.5em auto;
	border-width:0;
	font-size:medium;
	text-align:left;
}
form#mailform table.form th{
	vertical-align:top;
	text-align:left;
}
form#mailform .text{
	width:200px;
	font-size:inherit;
}
form#mailform .area{
	width:300px;
	height:80px;
	font-size:medium;
}


.report02 table td{
	vertical-align:top;
	text-align:left;
}
table.day td{
	padding:3px 5px;
}

.greeting p.inner{
	font-size:small;
	color:#666666;
}

.inquiry_head{
	margin-bottom:10px;
}


#footer{
	border:1px solid #cccccc;
	border-top-width:0;
	border-bottom-width:0;
	text-align:center;
	color:#999999;
	font-size:10px;
	padding-top:10px;
	padding-bottom:3px;
}
#footer a{
	color:#999999;
	line-height:150%;
}
.footer_bottom{
	height:18px;
	background:url(../img/footer.gif) center bottom no-repeat;
}
.copyright{
	float:left;
	font-size:10px;
	color:#999999;
	text-align:left;
	display:inline;
	margin-top:8px;
}
.imc{
	color:#999999;
	font-size:10px;
	text-align:right;
	margin-top:8px;
}
.imc a{
	color:#999999;
}

.rightbox{
	float:right;
	display:inline;
}

.seika_entry{
	margin:5px 3px;
}