/* 基本
---------------------------------------------*/
body {
	background-color: #FFFFCC;
}


#wrapper {
	max-width: 860px;
	margin: 0 auto;
	background-color: #FFF;
}

@media(max-width:680px){
	#wrapper {
		width:100%;
		margin:0}
}

.section {
	text-align:justify;
	padding: 10px 15px 35px 15px;
	background-color: #F9ECEC;
	line-height:1.5;
}
@media(max-width:680px){.section {line-height:1.4em;}}

.section p{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left: 20px;
	margin-bottom:10px;
}

figure {
	margin-bottom:30px;
}

figcaption {
	padding-left:15px;
	padding-top:10px;
	font-weight: bold;
	margin-bottom:15px;
	color: #CB4225;
}

/*
#textbox {
	background-color: #FFCCCC;
	padding-bottom:20px;
}
*/

img {
	display:block;
	margin:0 auto;
}



/* タイトル
---------------------------------------------*/

.title {
	display:block;
	padding:20px 20px;
	margin-bottom:20px;
	background-color:#FFF;
}

/* 本文
---------------------------------------------*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 140%;
	font-weight: bolder;
	color: #333333;
	margin-bottom:10px;
}
h2 {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times New Roman", serif;
	font-size: 110%;
	line-height: 1.2;
	color: #FFA42E;
	margin-bottom:5px;
}


h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #9CD4DF;
	line-height: 0.75;
	word-spacing: 0.1em;
	letter-spacing: 0.25em;
}
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 1.2;
	color: #2893B3;
	line-height: 1.2;
	padding-left: 10px;
}

.caption {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
.caption a {
	text-decoration:none;
	color:#CB4225;
}
body a {
	text-decoration: none;
	color: #D97468;
	font-weight: bold;
}
body a:hover {
	color: #E11625;
}


/* フッター
---------------------------------------------*/
#footerbox {
	text-align: center;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #666;
}
.copyright {
	display:block;
	padding:5px;
}
@media(max-width:680px){.copyright {padding-top:20px;}}


	
.footer a {
	display:block;
	position:absolute;
	padding-left:12px;
	font-size:0.9em;
	text-align:right;
}

small {
	font-family:"Times New Roman", Times, serif;
}

