﻿@charset "UTF-8";

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

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

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

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

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



/* body */
body {
	font-size:100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#container{
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	position: relative;
	padding-top: 0px;
}


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

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

#header{
	width: 840px;
	height: 191px;
	float: left;
	background-color: #999999;
}

#header h1 {
	float: left;
	width: 830px;
	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.ヘッダーロゴエリア                                                      */
/* -------------------------------------------------------------------------------- */
#logoArea{

}

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

#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: 650px;
	background-position: 0px 0px;
}

#logoArea ul li.menu02 a {
	width: 120px;
	background-position: -650px 0px;
}
#logoArea ul li.menu03 a{
	background-position: -770px 0px;
	width: 90px;
}

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


/* ================================================================================ */
/*      3.コンテンツエリア                                                          */
/* ================================================================================ */
#contents{
	height: 1%;
	float: left;
	width: 840px;
	clear: both;
	position: relative;
}

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

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{
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* ================================================================================ */
/*      3-3. section2                                                                */
/* ================================================================================ */
div.mainColumn div.section2 {
	width: 640px;
}

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;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
.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: 545px !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: 640px;
}

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


/* ================================================================================ */
/*      bottom                                                           */
/* ================================================================================ */

#bottom{
	width: 100%;
	background-image: url(../images/background_bottom.jpg);
	background-repeat: repeat-x;
	height: 157px;
	position: relative;
	clear: both;
	float: left;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}

#bottom div.mainColumn{
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	margin-top: 0px;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	clear: left;
	font-size: 12px;
}
