@charset "utf-8";

@import url(/seikotsuin/css/block.css);
@import url(/seikotsuin/css/clearfix.css);
@import url(/seikotsuin/css/header.css);
@import url(/seikotsuin/css/info.css);
@import url(/seikotsuin/css/footer.css);
@import url(/seikotsuin/css/margin.css);
@import url(/seikotsuin/css/font.css);
@import url(/seikotsuin/css/navi.css);

*{
margin:0;
padding:0;
} 

html,body{
height: 100%;
}

body{
	background:url(/seikotsuin/images/bg.gif);
	background-color:#fff;
	color:#333;
}


/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */


img{
display: block;
border:0;
}

ul,li{
list-style:none;
}

h1{
	width:600px;
	height:19px;
	background: url(/seikotsuin/images/h1_bg.gif) no-repeat left top;
	color:#595995;
	font-size:16px;
	font-weight:bold;
	padding:8px 0 6px 20px;
	letter-spacing:0;
}



h2{
	margin-left:10px;
	margin-top:20px;
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
	border-top:1px solid #59599;
	border-bottom: 1px #ccc dotted;
	border-left:5px solid #595995;
	font-size: 14px;
	color:#333;
}


h3{
	margin-left:20px;
	margin-top:20px;
	margin-bottom: 1em;
	padding:0.2em 0.5em;
	border-bottom: 1px #ccc dotted;
	border-left:5px solid #69F;
	background-color: #fff;
	font-size: 14px;
	color:#333;

}

h4{
	margin-top:20px;
	margin-left:30px;
	border-left:5px solid #09F;
	padding:0.2em 0.5em;
	font-size:12px;
	color: #000;
}

.list{
	background:url(/images/list.gif) no-repeat left center; padding-left:12px;
}


/*float*/

.left{
float:left;
}

.right{
float:right;
}


/*danraku*/

.indent{text-indent: 1em;}

.centering{
margin-left:auto;
margin-right:auto;
}

/*images*/

.border{
border:1px #ccc solid;
}

.img_cap img{
margin-bottom:5px;
}

p.img_cap{
text-align:center;
}

p.img_cap span{
font-size:10px;
letter-spacing:0;
line-height:1.2em;
}

/*Pagetop*/

div.pagetop{
	width:620px;
	margin-top:15px;
}

div.pagetop p{
	float:right;
	padding-left:0.5em;
	background:url(/seikotsuin/images/list.gif) no-repeat left center;
	color:#333;
	text-decoration:none;
}


div.pagetop p a,hover,active,visited{
	text-decoration:none;
	color:#333;
}

div.pagetop p a:visited{
	text-decoration:none;
	color:#333;
}
