﻿@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 {
	font-size:100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}

html{
}



#shadow{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 100%;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

#container{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
}


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

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

#header{
	width: 800px;
	float: left;
	margin-bottom: 5px;
}

#header h1 {
	width: 790px;
	height: 15px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #195aa5;
}

/* -------------------------------------------------------------------------------- */
/*      2-2.ヘッダーロゴエリア                                                      */
/* -------------------------------------------------------------------------------- */
#logoArea{
	float: left;
}

#logoArea ul {
	width: 800px;
	height: 80px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#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.logoMenu01 {
	width: 595px;
}

#logoArea ul li.logoMenu02 a {
	width: 85px;
	background-position: -595px 0;
}
#logoArea ul li.logoMenu03 a{
	background-position: -685px 0;
	width: 119px;
}


/* ================================================================================ */
/*      3.メインイメージ                                                      */
/* ================================================================================ */

#mainImage {
	width: 800px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	height: 140px;
	margin-right: auto;
	text-align: center;
	clear: both;
	float: left;
}



/* ================================================================================ */
/*      3.コンテンツエリア                                                          */
/* ================================================================================ */
#contents{
	height: 1%;
	float: left;
	width: 800px;
	padding-top: 5px;
	clear: both;
}



div.catTitle{
	margin-bottom: 20px;
}

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

/* ================================================================================ */
/*      4. section2                                                                 */  
/* ================================================================================ */

div.mainColumn div.section2 {
	width: 550px;
	float: left;
	margin-bottom: 15px;
}


/* ================================================================================ */
/*      5. section3                                                                 */  
/* ================================================================================ */

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




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


#pagetop {
	width: 800px;
}

#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: 700px;
	clear: both;
	height: 25px;
}

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

div p.name{
	text-align: right;
}
