@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#wrapper{
width: 100%;
overflow: hidden;
background-image: url(../../img/base_back.gif);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
min-height: 60px;
}

header .headBar{
position: fixed;
width: 100%;
min-height: 60px;
z-index: 900;
background-image: url(../../img/head_back.gif);
}

header h1 {
	float: left;
	margin-left: 3px;
}

header .menu{
	position: relative;
	margin-right: 5px;
	float: right;
	margin-top: 15px;
	height: 30px;
	width: 30px;
}
header .menu a{
	display: block;
    width: 30px;
    height: 30px;
	background-size: cover;
	padding: 0;
	margin: 0;
	background-image: url(../../img/dmenu.gif);
	overflow: hidden;
	text-indent: -9999px;
}

header .fb{
	width: 30px;
	height: 30px;
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 8px;
}

header .tw{
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 8px;
	float: right;
	margin-top: 15px;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer{
width: auto;
margin: 0 auto;
margin-top: 30px;
padding: 10px 0 0;
color: #FFF;
background-image: url(../../img/head_back.gif);
}
footer #ftbox {
	width: 300px;
	margin: 0 auto;
	background: none;
}
footer .logo {
	width: 300px;
	text-align: center;
	background: none;
}
footer p {
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
	background: none;
}
footer ul.ftrNav{
    margin: 0 10px;
    font-size: 12px;
	background: none;
}
footer ul.ftrNav li.pagetop{
    float: right;
    text-align: right;
	background: none;
}
footer ul.ftrNav li.pagetop a{
	color: #FFF;
	text-decoration: none;
}
.t13_F00_b {
	font-size: 13px;
	color: #f00;
	line-height: 14px;
	font-weight: bold;
}