@charset "utf-8";
/* 全ページ共通スタイル */


/* ================================================================================
 * YUI 3.5.0 (build 5089) http://yuilibrary.com/license/
 * ================================================================================ */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,
caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;
font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;
font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}legend{color:#000}

/* Additional Hack */
html{background-color:transparent;background-image:none}
img{vertical-align:bottom}



/* ================================================================================
 * Base
 * ================================================================================ */

body {
  min-width: 1024px;
  font-family: Meiryo, sans-serif;
  font-size: 75%; /* 12px */
  line-height: 1.75; /* 21px */
  color: #4d4d4d;
}
a {
  color: #d7100f;
  text-decoration: none;
}
a:hover {
  color: #d7100f;
  text-decoration: underline;
}

.bold {
	font-weight:bold;
}
.notesList {
	text-indent:-1.9em;
	margin-left:1.9em;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.alC {
	text-align:center;
}
.alL {
	text-align:left;
}
.alR {
	text-align:right;
}
.inBox {
	padding:10px 30px;
}
.mgt10 {
	margin-top:10px!important;
}
.mgt20 {
	margin-top:20px!important;
}
.neutral {
	margin:0px!important;
	padding:0px!important;
}
/* clearfix */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:block;}
.clear{clear:both;}

/* Wrapper */
#wrapper {
}
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner .inner {
  width: auto;
  margin: auto;
}


/* ================================================================================
 * Header
 * ================================================================================ */

#header {
  color: #fff;
  background-color:#000;
}
#header .inner {
  position: relative;
  padding-top: 9px;
  overflow: hidden;
  /zoom: 1;
  width: 980px;
}
#header a {
  color: #fff;
}
#header .tagline {
  font-size: 1%;
  margin-bottom: 5px;
}
#header .siteTtl {
}
#header .globalNav {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header .globalNav li {
  float: left;
}
#header .utils {
  position: absolute;
  top: 9px;
  right: 0;
  /zoom: 1;
}
#header .utils:after {
  content: "";
  display: block;
  clear: both;
}
#header .helpNav {
  float: left;
  font-size: 1%;
  overflow: hidden; 
  /zoom: 1;
}
#header .helpNav li {
  float: left;
}
#header .fontSizeNav {
  float: left;
  font-size: 1%;
  overflow: hidden; 
  /zoom: 1;
}
#header .fontSizeNav dt,
#header .fontSizeNav dd {
  float: left;
  /display: inline;
}
#header .fontSizeNav dd {
  margin-left: 3px;
}
#header .search {
  float: left;
  /display: inline;
  margin-top: -2px;
  margin-left: 7px;
  border: 1px solid #404040;
  background: #2b2b2b;
  overflow: hidden;
  /zoom: 1;
}
#header .search .query {
  float: left;
  height: 17px;
  width: 125px;
  padding: 2px 4px;
  color: #fff;
  background: transparent;
  border: none;
}
#header .search .submit {
  float: left;
}


/* ================================================================================
 * Content
 * ================================================================================ */

#content .inner {
  position: relative;
  padding-bottom: 1px;
  background: #fff;
  width:980px;
}
#content .inner {
  _width:960px;
}

/* Section */
#main .section {
  position: relative;
  margin-top: 30px;
  padding: 0 15px;
}
#main .section p,
#main .section ol,
#main .section ul,
#main .section table {
  margin-bottom: 1.5em;
}
#main .section {
  margin-left: -15px;
  margin-right: -15px;
}
#main .section p,
#main .section ul,
#main .section table {
	margin: 0px 15px 10px;
}
#main .section .mainTtl_h3 {
    background: url("../img/bg_hd_h3.gif") repeat-x scroll 0 0 #000000;
    border-radius: 1px 1px 1px 1px;
    border-top: 2px solid #000000;
    color: #FFFFFF;
    font-size: 133.333%;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 20px;
    padding: 9px 0;
	clear: both;
}
#main .section .mainTtl_h3 span {
    border-left: 3px solid #D7100F;
    display: block;
    padding: 2px 10px 0;
}
#main .section .secTtl_h3 {
	padding-left: 1px;
	font-size: 116.666666667%; /* 14px */
	color: #000;
	background: url(../img/bg_h3.gif) repeat-x;
	border-top: 2px solid #7f7f7f;
	border-bottom: 1px solid #ebebeb;
	font-weight:bold;
	margin-bottom:10px;
}

#main .section .secTtl_h3 span {
	display: block;
	padding: 7px 15px 7px;
	background: url(../img/icon_h3.gif) no-repeat 0px 7px;
}

#main .section .section {
	padding: 0px;
	margin: 20px 15px 0px;
}

#main .section .secTtl_h4 {
	padding-left: 1px;
	font-size: 100%;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	background: #FFF;
	border-top-style: none;
	font-weight:bold;
	margin-bottom:10px;
}
#main .section .secTtl_h4 span {
	display: block;
	padding: 2px 15px 2px;
	background: url(../img/icon_h4.gif) no-repeat 0px 5px;
}
#main .section .notesList {
	margin: 10px 10px 10px 40px;
}

#main .section .secTtl_h5 {
	padding-left: 1px;
	font-size: 100%;
	color: #333;
	background: #FFF;
	border-top-style: none;
	font-weight:bold;
	margin-left:15px;
}
#main .section .secTtl_h5 span {
	display: block;
	padding: 2px 10px 2px;
	background: url(../img/icon_h5.gif) no-repeat 0px 6px;
}

#main .section .headline {
	padding-left: 1px;
	font-size: 116.666666667%; /* 14px */
	color: #333;
	background: #FFF;
	border-top-style: none;
	font-weight:bold;
}
#main .section .headline span {
	display: block;
	padding: 5px 15px 10px;
	background: url(../img/icon_headline.gif) no-repeat 0px 6px;
}
#fontSize dd {
    cursor: pointer;
}
/* ================================================================================
 * Footer
 * ================================================================================ */

#footer {
  padding: 8px 0 12px;
  background: #e8e8e8;
}
#footer .footNav {
  float: right;
  overflow: hidden;
  /zoom: 1;
}
#footer .footNav li {
  float: left;
}
.footlogo {
	text-align: right;
	margin-top: 10px;
}
