@charset "UTF-8";
/* CSS Document */


body {
	font-family: "FOT-筑紫明朝 Pr6N RB";
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom:80px;
}


#container {
	border: 28px solid #F0000A;
	border-top: none;
	border-bottom: none;
	padding-top: 128px;
	padding-bottom:20px;
}


/* ----------ヘッダ／ヨドガワ／目次---------- */
#header {
	text-align: center;
	background-image: url(../images/title_mark.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-origin: padding-box;
	background-position: center 370px;
	margin:-20px auto 0px;
}

#header p{
	width:690px;
	margin:205px auto 55px;
}

/* ----------メイン---------- */

#movie {
	width:780px;
	margin:55px auto 141px;
}

#honbun {
	margin-left:54px;
	text-align:left;
	font-size:42.5px;
	line-height: 2em;
	letter-spacing:0em;
}

#honbun h2 {
	font-size: inherit;
	font-weight: inherit;
	border: 28px solid #F0000A;
	border-left: none;
	border-right: none;
	padding:90px 0 0px;
}

.section {
	margin:0px 0px 0px;
}
.section + .section {
	
}
.section + .section:before {
	content: url(../images/equal_mark.gif);
}


/* ------------------テキストフォント------------------ */
#honbun .section strong {
	text-align:left;
	font-size:1.25em;
	font-family: "FOT-筑紫ゴシック Pro B";
	letter-spacing:0em;
	margin:
}
#honbun .section .karn {
	margin-left:-0.4em;
	}

#honbun .num {
	margin:0 0.25em;
	}
	
#honbun .section .num2 {
	margin:0 0.25em 0 0;
	}


/* ------------------マージン------------------ */





/* ----------フッター---------- */
#footer ul,
#footer li {
	list-style:none;
	margin: 0;
	padding: 0;
}
#footer ul {
	overflow: hidden;
	height:auto;
	margin:100px 82px;
}
#footer li {
	float:left;
	margin-right: 88px;
	font-size: 21px;
	font-family: "FOT-筑紫ゴシック Pro B";
}
#footer li.home {
	float:right;
	margin-right:0;
}
#footer li.fblike {
	margin-right:0;
}
#footer ul + ul li {
	float: right;
	font-size: 16px;
	font-style:normal;
	margin-right:0;
}
#footer a:link {
	color: #F0000A;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #F0000A;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	text-decoration: none;
}

/* ------------------リンク------------------ */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F0000A;
}
a:active {
	text-decoration: none;
}

