@charset "utf-8";
/* CSS Document */
/*---------------------------------------
	リセット
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-align: left;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
input, select {
    vertical-align:middle;
}
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	border: none;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align: text-bottom;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a img {
	border: none;}
ol,ul{
    list-style:none;}
strong {
	font-weight: bold;}
/*----------------------------------------
	 ページ全体
----------------------------------------*/
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
    font-size: 14px;
	background: url(../img/common/bg_body.jpg)repeat;
}
#inner{
	width: 1000px;
	margin: 0 auto;
}
#hidden {
	overflow: hidden;
}
#main {
	background: url(../img/common/bg_conts.jpg) repeat;
	padding: 40px 0 60px;
	overflow: hidden;
}
#conts {
	float: left;
	width: 670px;
	margin-left: 10px;
	background: #fff;
}
/*ページトップ*/
#pagetop a {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 60px;
	right: 30px;
}
	
/*----------------------------------------
	 リンクのスタイル
----------------------------------------*/
a {
	text-decoration: underline;
	color: #B1382C;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
	opacity: 0.8;
}
a.bg-hover{
	display: block;
	background: #fff;
}

/*----------------------------------------
	 アイコン
----------------------------------------*/
/*WORD*/
.ico_word:before {
	content: url(../img/common/ico_word.png);
	padding-right: 5px;
	vertical-align: top;
}
/*PDF*/
.ico_pdf:before {
	content: url(../img/common/ico_pdf.png);
	padding-right: 5px;
	vertical-align: top;
}
/*別ウインドウ*/
.blank:after {
	content: url(../img/common/ico_blank.png);
	padding-left: 5px;
	vertical-align: top;
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/
#header {
	margin: 0 auto;
	padding-top: 30px;
}
#header h1 {
	display: inline-block;
}
ul.btn_header {
	float: right;
	overflow: hidden;
}
ul.btn_header li {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
/*----------------------------------------
	グローバルナビ
----------------------------------------*/
#Gnav {
	width: 1002px;
	margin: 20px auto 15px;
	overflow: hidden;	
}
#Gnav li {
	float: left;
	height: 35px;
}
#Gnav li a {
	background: url(../img/common/bg_nav.png) no-repeat;
	text-indent: -999999px;
	height: 35px;
	display: block;
}
#Gnav li a.nav01 {
	width: 176px;
	background-position: 0 0;
}
#Gnav li a.nav02 {
	width: 161px;
	background-position: -176px 0;
}
#Gnav li a.nav03 {
	width: 129px;
	background-position: -337px 0;
}
#Gnav li a.nav04 {
	width: 187px;
	background-position: -466px 0;
}
#Gnav li a.nav05 {
	width: 166px;
	background-position: -653px 0;
}
#Gnav li a.nav06 {
	width: 181px;
	background-position: -819px 0;
}
/*マウス選択時、ページ選択時(.on)*/
#Gnav li a.nav01:hover,
#Gnav li a.nav01.on {
	background-position: 0 -35px;
}
#Gnav li a.nav02:hover,
#Gnav li a.nav02.on {
	background-position: -176px -35px;
}
#Gnav li a.nav03:hover,
#Gnav li a.nav03.on {
	background-position: -337px -35px;
}
#Gnav li a.nav04:hover,
#Gnav li a.nav04.on {
	background-position: -466px -35px;
}
#Gnav li a.nav05:hover,
#Gnav li a.nav05.on {
	background-position: -653px -35px;
}
#Gnav li a.nav06:hover,
#Gnav li a.nav06.on {
	background-position: -819px -35px;
}
/*----------------------------------------
	フッター 
----------------------------------------*/
#footer {
	background: #2A5D8B;
	color: #fff;
	text-align: center;
	padding: 60px 0 50px;
	border-top: 1px solid #fff;
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.4);
}
#footer h1 {
	margin-bottom: 10px;
}
p.copy {
	background: url(../img/common/bg_copy.jpg) repeat-x;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
/*========================================
	装飾 
========================================*/
/*----------------------------------------
	文字装飾
----------------------------------------*/
.txtL { text-align: left; }
.txtR { text-align: right;}
.txtC { text-align: center; }
/*太さ*/
.txtB { font-weight: bold; }
/*--色----------------------------*/
/*グレー*/
.txtGlay { color: #999;}
/*赤*/
.txtRed { color: #F00;}
.txtRedB {
	color: #f00;
	font-weight: bold;
}
/*青*/
.txtBlue { color: #0000ff;}
.txtBlueB {
	color: #0000ff;
	font-weight: bold;
}
/*--サイズ-----------------------*/
/*12px*/
.txt12 { font-size: 12px; }
/*14px*/
.txt14 { font-size: 14px; }
/*16px*/
.txt16 { font-size: 16px; }
/*16px Bold*/
.txt16B {
	font-size: 16px;
	font-weight: bold;
}
/*20px*/
.txt20 { font-size: 20px; }
/*20px Bold*/
.txt20B {
	font-size: 20px;
	font-weight: bold;
}
/*24px Bold*/
.txt24B {
	font-size: 24px;
	font-weight: bold;
}
/*----------------------------------------
	スペース
----------------------------------------*/
/*padding*/
.pdB40 { padding-bottom: 40px; }
/*margin*/
.mgT20 { margin-top: 20px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgB10 { margin-bottom: 10px; }
.mgB30 { margin-bottom: 30px; }

.indent{ padding-left: 2em;}
.indent2{ padding-left: 5em;}
.indent3{ padding-left: 8em;}
/*----------------------------------------
	箇条書き
----------------------------------------*/
.contents {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 1px solid #F7F7F7;
}
.contents_ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
	list-style-type: square;
}
.contents_li {
	text-align: left;
}
