﻿@charset "UTF-8";

/* ################################################################################ */
/*        　                                                                        */
/*        ●各ページ共通のスタイル                                                  */
/*       　 1.ページ全体のレイアウト等                                              */
/*        　2.ヘッダ                                                                */
/*        　3.                                           */
/*        　4.フッタ                                                                */
/*        　                                                                        */
/* ################################################################################ */

/* ================================================================================ */
/*      1.ページ全体のレイアウト等                                                  */
/* ================================================================================ */

/* リセット用CSSをインポート */
@import "reset.css";

/* グローバルナビ用CSSをインポート */
@import "globalNavigation.css";

/* フッター用CSSをインポート */
@import "footer.css";

/* 文字広告用CSSをインポート */
@import "kijiko.css";

/* 関連記事用CSSをインポート */
@import "linkage.css";


/* body */
body {
	margin: 0 auto;
	width: 1000px;
	font-size:100%;
	background-color: #999999;
}

a:link {
	text-decoration: none;
	color:#F60
}
a:visited {
	text-decoration: none;
	color:#F90
}
a:hover{
	text-decoration: underline;
	color:#F00
}


#shadow{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	text-align: center;
	float: left;
	background-position: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#shadowBottom{
	text-align: center;
	background-image: url(../images/background_btm.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	clear: both;
	width: 840px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #666666;
	line-height: 2em;
}

#container{
	width: 950px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}


/* ================================================================================ */
/*      2.ヘッダ                                                                    */
/* ================================================================================ */

/* -------------------------------------------------------------------------------- */
/*      2-1.サイトタイトル                                                          */
/* -------------------------------------------------------------------------------- */

#header{
	width: 950px;
	height: 85px;
	float: left;
	background-color: #999999;
}

#header h1 {
	float: left;
	width: 790px;
	height: 1.2em;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*      2-2.プライマリー                                                      */
/* -------------------------------------------------------------------------------- */
#primary{
	background-color: #000000;
	display: none;

}

#primary ul {
	float: left;
	width: 1000px;
	clear: left;
	background-image: url(../images/primary.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#primary li {
	float: left;
	overflow: hidden;
}

#primary li a{
	display: block;
	background-image: url(../images/primary.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -9999px;
}

#primary ul li.menu01 {
	width: 637px;
	background-position: 0px 0px;
	display: none;
}

#primary ul li.menu02 a {
	width: 167px;
	background-position: -637px 0;
	display: none;
}
#primary ul li.menu03 a{
	background-position: -804px 0;
	width: 190px;
	display: none;
}


/* -------------------------------------------------------------------------------- */
/*      2-2.レフトナビ                                  */
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*      2-2.ヘッダーロゴエリア                                                      */
/* -------------------------------------------------------------------------------- */
#logoArea{
	background-color: #000000;

}

#logoArea ul {
	float: left;
	width: 950px;
	clear: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 85px;
	background-color: #000000;
}

#logoArea li {
	float: left;
	overflow: hidden;
}

#logoArea li a{
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-indent: -9999px;
}

#logoArea ul li.menu01 {
	width: 570px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#logoArea ul li.menu02 a {
	width: 125px;
	background-position: -570px 0px;
}
#logoArea ul li.menu03 a{
	background-position: -695px 0px;
	width: 90px;
}

#logoArea ul li.menu04 a{
	background-position: -785px 0px;
	width: 85px;
}

#logoArea ul li.menu05 a{
	background-position: -870px 0px;
	width: 80px;
}

/* ================================================================================ */
/*      3.sticker バナーエリア                                                      */
/* ================================================================================ */

#sticker {
	width: 950px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	height: 100px;
	float: left;
	margin-right: auto;
	text-align: center;
	display: none;
}


#bottomsticker{
	width: 950px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	display: none;
}

/* ================================================================================ */
/*      3.コンテンツエリア                                                          */
/* ================================================================================ */
#contents{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	height: 1%;
	float: left;
	width: 950px;
	padding-top: 5px;
	clear: both;
	background-image: url(../images/rightNavi_bg.jpg);
	background-repeat: repeat-y;
}

/* ================================================================================ */
/*      3. section1                                                                 */
/* ================================================================================ */
div.mainColumn div.section1 {
	width: 550px;
}

div.section1 ul{
	padding: 0px;
	list-style-type: none;
}

div.section1 li{
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	height: 80px !important;
	padding-bottom: 5px;
}

div.section1 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section1 .column_list_photo img{
	height: 70px;
	width: 70px;
	border: 1px solid #D4D0C8;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
.section1 h4{
	height: 70px;
	margin-left: 5px !important;
	padding-left: 10px !important;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	float: right;
	width: 545px !important;
	margin-bottom: 3px;
	line-height: 1.1em;
	font-size: 14px;
}
.section1 h4 a, .section1 h4 a:visited{
	text-decoration: none;
	color: #777777;
	font-weight: bold;
}

.section1 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}
.section1 p{
	clear: both;
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* ================================================================================ */
/*      3-3. section2                                                                */
/* ================================================================================ */
div.mainColumn div.section2 {
	width: 550px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
}

div.section2 ul{
	padding: 0px;
	list-style-type: none;
}

div.section2 li{
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	height: 80px !important;
	padding-bottom: 5px;
}

div.section2 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section2 .column_list_photo img{
	height: 70px;
	width: 70px;
	border: 1px solid #D4D0C8;
	padding: 0px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
} 
.section2 h4{
	height: 70px;
	margin-left: 5px !important;
	padding-left: 10px !important;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	float: right;
	width: 450px !important;
	margin-bottom: 3px;
	line-height: 1.1em;
	font-size: 14px;
}
.section2 h4 a, .section2 h4 a:visited{
	text-decoration: none;
	color: #777777;
	font-weight: bold;
}


div.mainColumn div.section2 .read {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.section2 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}

.section2 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}
.section2 p{
	clear: both;
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}


/* ================================================================================ */
/*      4. section3                                                                */  
/* ================================================================================ */

div.mainColumn div.section3 {
	width: 550px;
}

div.section3 ul{
	padding: 0px;
	list-style-type: none;
}

div.section3 li{
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	height: 80px !important;
	padding-bottom: 5px;
}

div.section3 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section3 .column_list_photo img{
	height: 70px;
	width: 70px;
	border: 1px solid #D4D0C8;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
.section3 h4{
	height: 70px;
	margin-left: 5px !important;
	padding-left: 10px !important;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	float: right;
	width: 450px !important;
	margin-bottom: 3px;
	line-height: 1.1em;
	font-size: 14px;
}
.section3 h4 a, .section3 h4 a:visited{
	text-decoration: none;
	color: #777777;
	font-weight: bold;
}


div.mainColumn div.section3 .read {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.section3 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}

.section3 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}
.section3 p{
	clear: both;
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}


.catg{
	font-size: 12px;
	color: #88B8FF;
}
.issuedate{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-right: 10px;
}
.keywords{
	font-size: 12px;
	color: #CC0000;
	margin-right: 5px;
	margin-left: 10px;
}

.keyword a:link{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-right: 10px;
}

.keyword a:visited {
	font-size: 10px;
	color: #666666;
	font-weight: lighter !important;
	margin-right: 10px;
}

div.mainColumn div.section1 .read {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}







/* ================================================================================ */
/*      5.トップに戻る                                                              */
/* ================================================================================ */
p.pageTopLink {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 12px;
	clear: both;
	width: 831px;
	background-image: url(../images/shared/page_top_anchor_bg.gif);
	background-repeat: no-repeat;
	background-position: 490px 0;
	text-align: right;
}


#pagetop {
	width: 950px;
}

#pagetop p a{
	width: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image:url(../images/page_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: right;
	margin-right: 10px;
	margin-left: 840px;
	clear: both;
	height: 25px;
}

