@charset "utf-8";

/* 
	せかんどチャーチ
	基本スタイル設定
	2014.02.08
*/
body {
	font-family: "CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#333;
}
a img {
	border: none;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #12490C;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #097500;
}
h1,h2 {
	font-size: 138.5%;
	line-height: 1.5;
	color: #12490C;
	margin-bottom: 1em;
}
h3 {
	font-size: 108%;
	line-height: 1.5;
	color: #12490C;
	margin-bottom: 1em;
}
p,li,dt,dd,th,td {
	line-height: 1.7;
	font-size: 92%;
}
p {
	margin-bottom: 1.75em;
}
li,dd {
	margin-bottom: 1em;
}
dd {
	margin-left: 0;
}
.clear {
	clear: both;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
	padding: 0;
}

/* clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
hr {
	border-top: #999 solid 1px;
	border-bottom: #fff solid 1px;
}