@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

html{
overflow-y:scroll;
}

a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-size: small;
	font-family: "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*----------------------------------------------------
	ＴＮＪ設定
----------------------------------------------------*/

.fqfb{margin : 10px 0 5px 3px;}

.fclear{clear : both;}

.fqkw{
	margin : 10px 0 0 15px;
	font-size : 80%;}
	
.fqcom{
	margin : 0px 0 0 10px;
	font-size : 90%;}
	
.fqban{margin : 0 0 10px 5px;}
	
.fqred{color : red;}

.fqgreen{color : green;}

.fq80{font-size : 80%;}


/* --- ナビゲーションバー --- */
div.nav198 {
width: 100%; /* ナビゲーションの幅 */
padding-top: 0px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
border-bottom: 0px #004080 solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav198 ul.nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav198 ul.nl li {
width: 8em; /* タブの幅 */
margin-right: 4px; /* タブの右マージン */
background: #f9f9f9 url(images/tab_gen1_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
div.nav198 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(images/tab_gen1_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav198 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav198 ul.nl li.active {
background: #004080 url(images/tab_act1_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav198 ul.nl li.active a {
background: url(images/tab_act1_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}




/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {background: url(images/wall.png) 50% 0 repeat-y;}

html{background: url(images/bg.png);}

a:link {
	color:#b44848;
	text-decoration: none;
}
a:visited {
	color:#b44848;
	text-decoration: none;
}
a:hover {
	color:#c15a58;
	text-decoration: underline;
}
a:active {
	color:#c15a58;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 20px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0;
}

#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding: 20px 5px 0 0;
	font-size : 80%;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/navi_bg.png) no-repeat 50% 12px;
}

#navi #gNav li {
	float: left;
	text-align: center;
	padding-top:12px;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 44px;
	padding-top: 12px;
	background: url(images/gNav_li_bg.png) 100% 50% no-repeat;
}


#navi #gNav li a:hover {
	color : red;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 44px;
	padding-top: 12px;
	background: url(images/gNav_li_bg.png) 100% 50% no-repeat;
}


#navi #gNav span {
	color:#b44848;
	font-size: 10px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
}

#footer ul a{color:#fff;}

#footer .copyright {
	text-align: center;
	padding: 5px;
	font-size:10px;
	color:#666;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 10px 0;
}

#footerContents ul li{
	display: inline;
	border-right: solid 1px #ffaea7;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	padding:7px 10px 5px 0px;
	margin: 0 auto;
	background: url(images/bg_footer.png) ;
	font-size : 80%;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 300px;
}
#imgArea {
	width: 960px;
	margin: 20px auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px -15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 290px;
	height: 56px;
	float: left;
	margin-left: 15px;
	padding:10px;
	background: url(images/box.png) no-repeat;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	overflow:hidden;
}

#main p{
	margin : 0 25px 0 15px ;
}

#main h2,#main h3{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	background: url(images/bg-h2.png) no-repeat;
	padding: 12px 0 0 14px;
	margin : 10px 0 0 0 ;
}

#main h4{
	color: #b44848;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 10px;
}

#main .section{
	margin: 0px 0 20px 0;
	padding: 10px 10px 10px 5px;
}

#main .sectionBorder{
	margin: 10px 0 10px 0;
	padding:0px;
	min-height:1px;
}

#main .box {
	width: 205px;
	float: left;
	border-right: solid #ccc 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 205px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main99 ul li{
	list-style-type: none;
	padding: 2px 0 2px 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #b44848;
	padding: 10px;
	background-color: #ffaaa4;
	width: 120px;
}

#main .t-item {
	text-align : left;
	border-collapse: collapse;
	border: solid 1px #b44848;
	padding: 10px;
	width: 500px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(images/bg-side-h3.png) no-repeat;
	margin:10px 0 0 0;
	padding: 15px 0 0 16px;
}

#sub ul {
	margin: -10px 0 2px;
	font-size: 12px;
	margin: -5px 0 0px 0;
	padding: 5px 10px 10px 10px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub ul li a{display:block;}

#sub .sectionBorder{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
}

#sub .box {
	padding: 5px 0;
}