@charset "utf-8";

/*------------------------------------------------------------
■リセット
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

html, body {
  height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea, {
	margin: 0;
	padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}


/*------------------------------------------------------------
■基本設定
-------------------------------------------------------------*/

body {
	font-size: 16px;
	line-height: 1.6;
	font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","MG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	background: #ececec;
	color: #111;
}

.phr { float: right;}

.line { border-bottom: 1px solid #333;}

/*------------------------------------------------------------
■リンク設定
-------------------------------------------------------------*/

a:link {
	color: #0000ff;
	text-decoration: none;
	}

a:visited {
	color: #3000dc;
	}

a:hover {
	color: #ff0000;
	}
	
a:active {
	color: #ff0000;
	}

a:hover img {
	background: none !important;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*------------------------------------------------------------
■全体
-------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

/*------------------------------------------------------------
■ヘッダー
-------------------------------------------------------------*/

#header {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}



/*------------------------------------------------------------
■メインコンテンツ
-------------------------------------------------------------*/

#contents {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bgm.png) repeat-y center top;
}

#contents-top {
	width: 980px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/bgt.png) no-repeat center top;
}

#contents-bot {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/bgb.png) no-repeat center top;
}

.main {
	width: 700px;
	margin: 0 auto;
}

.main p {
	text-align: left;
	line-height: 32px;
	border-bottom: 2px dotted #cbcbcb;
}

.waku1 {
	width: 700px;
	margin: 10px auto;
	padding: 10px 20px;
	border: 2px solid #7b2d2b;
	background: #ffffe5;
}

.waku2 {
	width: 700px;
	margin: 30px auto 60px auto;
	padding: 10px 20px;
	border: 2px solid #96947b;
}


.waku2 p {
	text-align: left;
	line-height: 160%;
	padding-bottom: 20px;
}

.waku3 {
	width: 700px;
	margin: 30px auto;
	padding: 10px 20px;
}

.waku3 p {
	text-align: left;
	line-height: 32px;
	border-bottom: 2px dotted #cbcbcb;
}

.waku4 {
	width: 660px;
	margin: 0 auto;
}

.waku4 p {
	text-align: left;
	padding-left: 45px;
	padding-bottom: 10px;
}

.waku5 {
	width: 660px;
	margin: 0 auto;
}

.waku5 p {
	text-align: left;
	padding-left: 45px;
	padding-bottom: 20px;
}

.waku6 {
	width: 700px;
	margin: 30px auto 60px auto;
	padding: 10px 20px;
	border: 2px solid #96947b;
}

.waku6 p {
	text-align: left;
	line-height: 160%;
	padding-bottom: 20px;
}


.tokuten {
	font-size: 22px;
	font-weight: bold;
	line-height: 180%;
	margin: 20px 0;
	text-align: left;
	padding-left: 10px;
	border-left: 5px solid #96947b;
	}

.ck {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	background: url(../images/ck.png) no-repeat 0 -2px;
}

.ck2 {
	line-height: 170%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-left: 42px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	background: url(../images/ck2.png) no-repeat 0 -2px;
}


/*------------------------------------------------------------
■フッター
-------------------------------------------------------------*/

#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
}

#footer a {
	color: #444;
	text-decoration: none;
	}

/*------------------------------------------------------------
■font
-------------------------------------------------------------*/

.bold { font-weight: bold;}

.f12 { font-size: 12px;}
.f13 { font-size: 13px;}
.f14 { font-size: 14px;}
.f16 { font-size: 16px;}
.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.f30 { font-size: 30px;}

.ft12 {
	font-size: 12px;
	text-align: center;
	}

.ft12 a {
	text-decoration: underline;
	color: #555;
	}


.red { color: #932822;}

/*------------------------------------------------------------
■margin
-------------------------------------------------------------*/

.mtop20 { margin-top: 20px;}

.mt40b20 { margin: 40px 0 20px auto;}

.mtb60 { margin: 60px 0;}

.mtb10 { margin: 10px 0;}

.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}
.mb60 { margin-bottom: 60px;}
.mb80 {
	margin-bottom: 40px;
}
.mb100 { margin-bottom: 100px;}


/*------------------------------------------------------------
■padding
-------------------------------------------------------------*/

.ptop20 { padding-top: 20px;}

.pb20 { padding-bottom: 20px;}
.pb40 { padding-bottom: 40px;}
.pb60 { padding-bottom: 60px;}

