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

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
	vertical-align: baseline;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:normal;
	font-size:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}



img {
	vertical-align: text-bottom;
	border:0;
}

/* 画像置換用 */

.replace {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* base
------------------------------------------------------------------------------------ */

body {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック", Osaka;
	text-align:center;
	font-size:small;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}

a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#F6AC1D; text-decoration:none;}

#wrap {
}
header {
	background:#F6AC1D;
}
#header_content {
	width:970px;
	height:82px;
	margin:0 auto;
	position:relative;
}
header h1 {
	position:absolute;
	top:24px;
	left:0;
}
header nav ul {
	position:absolute;
}
header nav li {
	display:inline-block;
}
header nav a {
	display:block;
	font-weight:bold;
}
header nav a:link,header nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
header .sub a:hover {
	color:#808080;
}
header .sub {
	top:0;
	right:0;
	background:#000000;
	padding:5px 0;
}
header .sub li {
	padding:0 15px;
	font-size:12px;
}
header .gnavi {
	bottom:0;
	right:30px;
}
header .gnavi li {
	margin:0 0 0 50px;
}
header .gnavi li a {
	padding:10px 0;
	margin-bottom:6px;
	font-size:15px;
} 
header .gnavi li a:hover {
	color:#FFFFFF;
	border-bottom:6px solid #FDE03E;
	margin-bottom:0;
}
#pagetitle {
	width:100%;
	height:100px;
	background:#000000 url(../images/pagetitle_bg.jpg) no-repeat center 0;
}
#pagetitle h2 {
	width:970px;
	margin:0 auto;
	padding-top:22px;
	text-align:left;
}
	

#contents {
	width:800px;
	margin:40px auto 60px auto;
	text-align:left;
	line-height:1.5;
}

#footer_area {
	width:100%;
	background:#000000;
	border-top:30px solid #F6AC1D;
}
footer {
	width:970px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
footer ul {
	padding-top:15px;
}
footer li {
	display:inline-block;
	margin-right:15px;
}
footer li a {
	font-weight:bold;
}
footer li a:before {
	content:url(../images/footer_icon.png);
	margin-right:3px;
}
footer li a:link,footer li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
footer li a:hover {
	color:#808080;
}
.pagetop {
	width:41px;
	height:40px;
	position:absolute;
	top:-20px;
	right:0;
}

footer small {
	display:block;
	padding:20px 0 10px 0;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}





/* utility
------------------------------------------------------------------------------------ */

.clear {
	clear:both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   overflow:hidden;
   font-size:0.1em;
   line-height:0;
}
.clearfix {
   display: inline-block;
}

.font_b {
	font-weight:bold;
}
.font_mini {
	font-size:85%;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.a_center {
	text-align:center;
}
.a_right {
	text-align:right;
}
.red {
	color:#E7141A;
}
.black {
	color:#000000;
}
.orange {
	color:#FF9900;
}
.green {
	color:#01874F;
}

.m_h5 {
	margin:5px 0px;
}
.m_h10 {
	margin:10px 0px;
}
.m_h20 {
	margin:20px 0px;
}
.m_5 {
	margin:5px;
}
.m_10 {
	margin:10px;
}
.m_20 {
	margin:20px;
}

.m_w5 {
	margin:0px 5px;
}
.m_w10 {
	margin:0px 10px;
}
.m_w20 {
	margin:0px 20px;
}
.m_w30 {
	margin:0px 30px;
}

.m_b5 {
	margin-bottom:5px;
}
.m_b0 {
	margin-bottom:0px;
}
.m_b10 {
	margin-bottom:10px;
}
.m_b15 {
	margin-bottom:15px;
}
.m_b20 {
	margin-bottom:20px;
}
.m_b30 {
	margin-bottom:30px;
}
.m_b40 {
	margin-bottom:40px;
}
.m_b50 {
	margin-bottom:50px;
}
.m_b60 {
	margin-bottom:60px;
}
.m_b70 {
	margin-bottom:70px;
}

.m_l5 {
	margin-left:5px;
}
.m_l10 {
	margin-left:10px;
}
.m_l20 {
	margin-left:20px;
}
.m_l30 {
	margin-left:30px;
}

.p_b5 {
	padding-bottom:5px;
}
.p_b10 {
	padding-bottom:10px;
}
.p_b15 {
	padding-bottom:15px;
}
.p_b20 {
	padding-bottom:20px;
}
.p_b30 {
	padding-bottom:30px;
}
.p_b40 {
	padding-bottom:40px;
}
