@charset "utf-8";

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

 file name  :style.css
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- default */
body {
	color: #00293b;
	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;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
/*	background: url(../images/bg_gnavi.jpg) repeat-x 0 87px;
*/}

a:link,a:visited {
	color:#333;
	text-decoration: none;
}

a:hover,a:active {
	color:#ccc;
}

a:hover img.alpha{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=70 )";
}




/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.sp{
	display: none !important;
}
.pc{
	display: block !important;
}


.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.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: 10px !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;}

.TXT-H {font-weight:bolder;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

#header {
	width: 960px;
	height:60px;
	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: 12px;
	font-weight:normal;
	float: left;
	margin: 2px 0 0 10px;
}
#headerDescArea h2 {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
padding: 30px 5px 0 0;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 18px;
	background: url(../images/list-arw.png) no-repeat 0 50%;
}
#header #utilityNav li.ask a:hover{
	opacity: 0.5;
}
#header .callIcon {
	width: 16px;
	margin: 0 0px -2px 0;
}
#header .mailIcon {
	width: 16px;
	margin: 0 3px -2px 15px;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 80px;
	background: url(../images/bg_gnavi.jpg) repeat-x 0 12px;
}

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

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

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

#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: 16px;
	text-decoration:none;
	display:block;
	width: 136px;
	height: 42px;
	padding-top: 14px;
	color:#fff;
	background: url(../images/gNav_li_bg.jpg) 0 0 no-repeat;
}

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

#navi #gNav li a:hover{
	background-position:0 -56px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#baner
		バナー
----------------------------------------------------------- */
#baner .box {
	width: 225px;
	float: left;
	border: none;
	margin: 10px 10px 0 0;
	padding: 10px 0;
}
#baner .box img{
	width: 225px;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	padding:5px 0 0;
	margin-top:20px;
	border-top: solid 1px #e6e6e6;
	background: url(../images/bg_footer.jpg) repeat-x 0 0;
}

#footer .copyright {
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

#footerContents .box {
	font-size:small;
	color: #fff;
	width:100px;
	float: left;
	border: none;
	margin-right: 5px;
	padding: 5px;
	border-right: solid 1px #4B68EF;

}
#footerContents .box-end {
	font-size:small;
	color: #fff;
	width:100px;
	float: left;
	border: none;
	padding: 5px;

}


#footerContents h3 {
	font-weight: normal;
}

#footer ul a:link,#footer ul a:visited {
	color:#fff;
}
#footer ul a:hover,#footer ul a:active {
	color:#ccc;
}


/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	padding:10px 0 0;
	margin: 0 auto;
}



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


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

/*----------------------------------------------------
	#contents_bg
----------------------------------------------------*/

#contents_bg {
	background: url(../images/bg_top_btnarea.jpg) repeat-x;
}

/*----------------------------------------------------
	#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 {
	width: 225px;
	float: left;
/*	padding:10px 0 10px 0;
*/	margin-right: 9px;
}
.contentsBox .box img {
	width: 225px;
}

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

#main .index{
	float: right;
	width: 470px;
	overflow:hidden;
}


#main p{
	padding: 15px 10px 15px 10px;
}

/*#main h2{
	font-size: 20px;
	font-weight:normal;
	line-height: 28px;
	margin-bottom:10px;
	background: url(../images/bg-h2.png) repeat-x 0 100%;
	padding: 0 0 3px;
}
*/
#main h3{
	font-size: 18px;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0 30px 0 0;
}

#main h4{
	color: #6c6c6c;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#main img{
	float:left;
	padding:5px 5px 0 0;

}

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

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

/*#main .box {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}
*/
#main ul li{
	list-style-type: none;
	padding: 2px 0 2px 18px;
	background: url(../images/list-arw.png) no-repeat 0 50%;
}

#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 #e6e6e6;
	padding: 10px;
	background: url(../images/bg_footer.png) repeat-x 0 0;
	width: 80px;
	color:#fff;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #e6e6e6;
	padding: 10px;
	width: 535px;
}


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

#sub h3{
	font-size: 18px;
	font-weight: normal;
	width: 230px;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0;
	color: #00C;
}

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

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

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

#sub .box {
	border-bottom: solid #e6e6e6 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}
