/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 */
/* ---------------------------------------------------------------- */

body {
	color: #232122;
	font-family:  "MS Pゴシック", "MS PGothic","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", Sans-Serif;
}

#contents h1 {
	line-height: 160%;
	margin-bottom: 1em;
}
#contents h2   {
	line-height: 160%;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 5px;
}
#contents h3 {
	line-height: 160%;
	color: #62A90F;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 110%;
}

#contents h4 {
	line-height: 160%;
	margin-bottom: 1em;
	font-weight: bold;
	margin-left: 0px;
	text-align: left;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 50%;
	font-size: 95%;
}

#contents h5 {
	line-height: 160%;
	margin-bottom: 0.5em;
}

#contents h6 {
	line-height: 160%;
	margin-bottom: 0.5em;
}

#contents p {
	line-height: 160%;
	margin-bottom: 0.5em;
	text-align: left;
}

#contents th {
	line-height: 160%;
}

#contents td {
	line-height: 160%;
}

#contents th {
	background-color: #F8FFF0;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 3px double silver;
	line-height: 160%;
	text-align: center;
}

#contents td {
	padding: 5px;
	border-bottom: 1px solid silver;
	line-height: 160%;
}

#contents ul {
	margin-bottom: 1em;
}

#contents ol {
	margin-bottom: 1em;
}

#contents ul li,#contents ol li {
	line-height: 160%;
	margin-left: 2em;
	margin-bottom: 0.5em;
	text-align: left;
}

#contents a {
	color: #232122;
	text-decoration: underline;
}

#contents a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#contents img {
	margin: 0;
	padding: 0;
	border-style: none;
}



/* base Structure サイト基本構造設定用スタイルシート */

/* ---------------------------------------------------------------- */

/* ブラウザ互換用リセット */

/* ---------------------------------------------------------------- */

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;
}
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;
}


/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


/*to enable resizing for IE*/

input,textarea,select{
	*font-size:100%;
}


/*because legend doesn't inherit in IE */

legend{
	color:#000;
}




/* ---------------------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------------------- */



.br-both {
	clear: both;
}



/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
}

#header p {
	text-align: right;
}

#logoArea {
	display: block;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sideArea {
	float: right;
	width: 250px;
}


/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 895px;
}

#gNavigation ul {

}

#gNavigation li {
	display: inline;
	list-style-type: none;
}

#gNavigation li a {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 150%;
}
.base-m {
	font-size: 90%;
	line-height: 170%;
}
.imgFloatRight/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 特殊系 */
/* ---------------------------------------------------------------- */

/* イメージ用 左右寄せ */

  {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgFloatLeft  {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ボックス要素 右左寄せ */

.floatRight {
	float: right;
	display: block;
	width: 48%;
	text-align: right;
}

.floatLeft {
	float: left;
	display: block;
	width: 48%;
	text-align: left;
}


/* インライン要素 右中左揃え */

.inlineRight {
	text-align: center;
	width: 33%;
	float: left;
}

.inlineCenter {
	text-align: center;
	width: 33%;
	float: right;
}

.inlineLeft {
	text-align: center;
	width: 33%;
	float: right;
}

/* ---------------------------------------------------------------- */
/* ボックス設定 */
/* ---------------------------------------------------------------- */

/* 左右余白無し */

.boxA00 {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.boxA01 {
	margin-bottom: 1em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA02 {
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA03 {
	margin-bottom: 3em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/* 左右余白 10px */

.boxB00 {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB01 {
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB02 {
	margin-bottom: 2em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB03 {
	margin-bottom: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* 左右余白 20px */

.boxC00 {
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}
.boxC05 li {
    margin-bottom: 10px;;
}
.boxC01 {
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC02 {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC03 {
	margin-bottom: 3em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC04 {
	margin-right: 20px;
	margin-left: 50px;
	padding: 0;
}

/* 左右余白 30px */

.boxD00 {
	margin-left: 30px;
	padding: 0;
	margin-right: 30px;
}

.boxD01 {
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD02 {
	margin-bottom: 2em;
	padding: 0;
	margin-left: 30px;
	margin-right: 30px;
}

.boxD03 {
	margin-bottom: 3em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ボックスライン設定 */
/* ---------------------------------------------------------------- */

/* 下線 余白20px */

.lineBottomA01 {
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}


/* ---------------------------------------------------------------- */
/* パンくず設定 */
/* ---------------------------------------------------------------- */

#pankuzu {
	padding: 5px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#pankuzu p {
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	padding: 0px;
	color: gray;
	text-align: left;
}

#pankuzu p a {
	color: #FF0000;
}

#pankuzu p a:hover {
	color: #7AD013;
}


/* ---------------------------------------------------------------- */
/* ページタイトル設定 */
/* ---------------------------------------------------------------- */

#pageTitle {
	width: 532px;
	display: block;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#pageTitle h2 {
	margin: 0;
	padding: 0;
}



/* ---------------------------------------------------------------- */
/* ページトップ設定 */
/* ---------------------------------------------------------------- */

#toPageTop {
	display: block;
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#toPageTop p {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	background-image: url(../images/footer-line.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center bottom;
}
#footer .access {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	vertical-align: middle;
}
.ftr_lnk  {
	font-size: 75%;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	padding: 0px;
	width: 920px;
	text-align: center;
}
.ftr_lnk   p   {
	line-height: 160%;
	list-style-type: none;
	color: #009966;
	list-style-image: url(../images/footNavi-point.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.ftr_lnk  a  {
	color: #009966;
}
.ftr_lnk a:hover {
	color: #FF9900;
}

address  {
	text-align: right;
	padding: 5px;
	font-size: 80%;
	color: #333333;
	width: 98%;
}
