@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #topicPath
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
#innerH2
  #h2Area
  #contents
  #mainHome
  #subHome
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color: #b0903c;
	text-decoration: underline;
}
a:visited {
	color: #b0903c;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #b0903c;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.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:10px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 760px;
	height: 110px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#header #logo {
	float: left;
	width: 209px;
	height: 36px;
	margin-top: 40px;
}

/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	float: right;
	height: 96px;
	margin-top: 4px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 461px;
	margin: 0 auto;
}

/* ================= ナビゲーションバー ================= */
#gNav{height:96px;}
#gNav li, #gNav a {display:block;}
#gNav a {height:0;padding-top:96px;overflow:hidden;}
#gNav li{float:left;margin:0;}
#gNav li.menu-item-01{width:115px;background:url(../images/btn-menu01.png) no-repeat 0 0;}
#gNav li.menu-item-02{width:115px;background:url(../images/btn-menu02.png) no-repeat 0 0;}
#gNav li.menu-item-03{width:115px;background:url(../images/btn-menu03.png) no-repeat 0 0;}
#gNav li.menu-item-04{width:116px;background:url(../images/btn-menu04.png) no-repeat 0 0;}

#gNav li.menu-item-01 a:hover{width:115px;background:url(../images/btn-menu01.png) no-repeat 0 -96px;}
#gNav li.menu-item-02 a:hover{width:115px;background:url(../images/btn-menu02.png) no-repeat 0 -96px;}
#gNav li.menu-item-03 a:hover{width:115px;background:url(../images/btn-menu03.png) no-repeat 0 -96px;}
#gNav li.menu-item-04 a:hover{width:116px;background:url(../images/btn-menu04.png) no-repeat 0 -96px;}

#gNav li.current-menu-item{background-position:0 -96px;}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	border-top: solid #dadada 1px;
	padding-bottom: 50px;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}


#footer #footerLogo {
	float: left;
	padding: 20px 0 0 0;
}
#footerNavi {
	float: right;
}
#footerNavi ul {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
}

#footerNavi ul li {
	display: inline;
	border-left: dotted 1px #e0e0e0;
	padding: 0 10px 0 10px;
}
#footerNavi ul li.end {
	display: inline;
	border-right: dotted 1px #e0e0e0;
	padding: 0 10px 0 10px;
}

#footerNavi a:link,
#footerNavi a:visited,
#footerNavi a:active {
	color: #333;
	text-decoration: none;
}

#footerNavi a:hover{
	color: #ccc;
	text-decoration: none;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	background:url(../images/bg-header.png) repeat-x;
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background:url(../images/bg-mainImage.png) repeat-x;	
	height: 291px;
	margin: 0;
}
#imgArea {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

/*----------------------------------------------------
	#innerH2
----------------------------------------------------*/
#innerH2 {
	background:url(../images/bg-innerH2.png) repeat-x;	
	height: 111px;
	margin: 0;
}
#h2Area {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 760px;
	margin: 40px auto 0 auto;
	padding: 0 20px 60px 20px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

/*----------------------------------------------------
	#mainHome
		ホーム
----------------------------------------------------*/
#mainHome {
	float: left;
	width: 489px;
}

#mainHome h2{
	width: 529px;
	height: 36px;
}
/* -----------------------------------------------------------
	#subHome
		サイドバー、サブ
----------------------------------------------------------- */
#subHome {
	float: right;
	width: 236px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 556px;
}

#main h2{
	font-size: 18px;
	font-weight: normal;
	width: 556px;
	height: 36px;
	background: url(../images/bg-h2.png) no-repeat;
	padding: 6px 0 0 15px;
}

#main h3{
	font-size: 14px;
	font-weight: bold;
	color:#BE2316;
	width: 556px;
	height: 30px;
	background: url(../images/bg-h3.gif) no-repeat;
	padding: 4px 0 0 35px;
}

#main h4{
	font-size: 14px;
	color: #b0903c;
	padding: 0 0 3px 0;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 14px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 100px;
}

#main .t-item {
	border-collapse: collapse;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px;
	width: 400px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 168px;
}

/*----------------------------------------------------
	ニュースリリース
----------------------------------------------------*/
.info {
	padding-top: 10px;
	overflow:auto;
}
dl.info dt {
	height:2em;
	padding-top:10px;
}
dl.info dd {
	padding-bottom: 10px;
	border-bottom:1px dotted #e0e0e0;
}
dt.date {
}

/*----------------------------------------------------
	画像右寄せ左寄せ
----------------------------------------------------*/

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;
}


/*----------------------------------------------------
	日付・記事ナビゲーション
----------------------------------------------------*/

#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;
}

/*松村追加*/

 table {
/*	border:0px;
	margin-bottom:5px;
*/
	 }

 td { 
/*  	border:1px solid #dddddd;
*/   	line-height: 160%;
	padding: 5px 5px 5px 0px;
	margin: 0px;
/*text-align:left;
		vertical-align: top;
*/
 }

.none table td {
	border:0px;
	padding: 5px;
	margin: 0px;

}
	 
.list_o{ 
	width:740px;
	height:500px;
	overflow:auto; 
}

.list_ol li{
border-bottom:2px dotted #dddddd;
}



.list_ol{ 
	float:left;
	margin:0px 10px 10px 0px;
	width:320px;
	height:100px;
	overflow:auto; 
}

 
.list01 table {
	border-collapse: collapse;
	margin-bottom:10px;

	 }

.list01 td { 
 	background-color:#FFF;
	color:#333333;
  	border:1px solid #dddddd;
   	line-height: 140%;
	font-size:small;
	padding: 10px;
	margin: 0px;
/*	text-align:left;
*/	vertical-align: top;

 }
 
.list01 th {
 background-color:#F2EDDF;
  	border:1px solid #dddddd;
	font-size:small;
	color:#222;
	line-height: 140%;
	padding: 10px;
	margin: 0px;
	text-align:left;
	font-weight:bold;
 }
 
.list01d td { 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	padding:10px 3px 10px 0px;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 } 
th {
 background-color:#E9F3EB;
  	border:1px solid #dddddd;
	font-size:small;
	color:#333;
	line-height: 140%;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-weight:bold;
 }
 
  .list02 table {
	border-collapse: collapse;
   	line-height: 160%;
	margin-bottom:10px;
	 }

.list02 td{ 
 background-color:#FFFFFF;
  	border: 1px solid #dddddd;
	line-height: 160%;
		font-size: small;
	padding: 20px;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
.list02d td{ 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	line-height: 160%;
	padding: 20px 5px 20px 0px;
	text-align:left;
	margin: 0px;
	text-align:left;
	vertical-align: top;	
 } 
 
 .list02 th {
 background-color:#E9F3EB;
  	border: 1px solid #dddddd;
	color:#333;
	font-size: small;
	padding: 20px;
	margin: 0px;
	font-weight:bold;
 }
 
 .list03 table {
	border-collapse: collapse;
   	line-height: 180%;
	margin-bottom:10px;
	 }

.list03 td{ 
 background-color:#FFFFFF;
  	border: 1px solid #dddddd;
	line-height: 180%;
	font-size: small;
	padding: 30px;
	margin: 0px;
	text-align:left;
	vertical-align: top;
 }
 
.list03d td{ 
	border-right: none;
	border-top: none;	
	border-bottom: 1px dashed #aaa;
	border-left: none;
	line-height: 180%;
	padding: 30px 5px 30px 0px;
	text-align:left;
	vertical-align: top;
 }
 
 .list03 th {
 background-color:#eeeeee;
  	border: 1px solid #dddddd;
	padding: 5px 3px 5px 0px;
	line-height: 180%;
	text-align:left;
	font-weight:bold;
 }
 
.border01 img{
  	border: 1px solid #dddddd;
	padding:10px;
	background: url(images/bgb.gif);
}

.border02 img{
  	border: 1px solid #dddddd;
	padding:10px;
	background: url(images/bgg.gif);
}

hr {
  	border-bottom: 1px solid #ddd;
  	border-top: 0px solid #eee;
	}

.production  a {display:none; visibility:hidden; color:#ccc;}

.pagetopup {
text-align:right;
}