@charset "Shift_JIS";

/*--基本設定--*/
body {
	color: #424241;
	text-align: center;
	margin: 0px auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	background-color: #000000;
}

/*--ポップアップ用設定--*/
body.pop {
	color: #424241;
	text-align: center;
	margin: 0px auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

/*--全体枠設定--*/
#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 872px;
	background-image: url(../images/common/contentsback.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
#contents {
	padding: 0px;
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	text-align: center;
	margin: 0px;
}

h2 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*--ポップアップ用設定--*/
#wrapperPop {
	text-align: center;
	margin: 0px auto;
	width: 600px;
	background-color: #FFFFFF;
}

h1.pop {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}


/*--メインメニュー設定--*/
ul#menu {
	margin: 0px;
	float: left;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	width: 202px;
}
ul#menu li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*--テキスト設定--*/
p.text {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 35px;
}
p.link {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;

}

p.font14 {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*--リンク設定--*/
a,a:link {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #fb8506;
	text-decoration: underline;
}
a:visited {
	color: #e25a5a;
	text-decoration: #e25a5a;
}

/*--回り込み解除設定--*/
.clear {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

/*--フッター位置設定--*/
#footer {
	background: #000000 url(../images/common/footer.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 872px;
}


/*--イメージ位置設定--*/
img.right {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.center {
	margin: 0px auto 25px;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.under {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0px;
}


/*--プリントアウト用：20071126追加	--*/

@media print {

/*
全体コンテンツ */

body {
	zoom:85%;
	background-color:#FFFFFF;
}


/*
INDEXページ用 */


#wrapperIndex {
	text-align: center;
	margin: 0px auto;
	width:100%;
	height:100%;
	zoom:80%;
}

#mainIndex {
	background-image: url(../images/index/indexBack.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px 0px 0px 0px;
	width:873px;
	height:400px;
}

#indexImageFlash {
	margin: 0px;
	padding: 0px;
}


/*
TOPページ用 */

#wrapperTop {
	text-align: center;
	margin: 0px auto;
	width:100%;
	height:100%;
	zoom:80%;
}

#mainTop {
	background-image: url(../images/index/topBack.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width:873px;
}

#read {
	background: url(../images/index/readBack.jpg) no-repeat center top;
	width: 100%;
	margin:0px 0px 0px 0px;
	height:100%;
}


/*
二階層目共通コンテンツ */

#wrapper {
	margin: 0px;
	width: 874px;
	background-image: url(../images/common/contentsBack.jpg);
	background-repeat: repeat-y;
	height:auto;
	zoom:88%;
}

#contents {
	float: left;
	width: 601px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#indexLeft {
	float: left;
	width: 202px;
	margin: 0px;
	padding: 0px;
	height:auto;
}


table.book {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img.under {
	margin: 0px;
	padding: 0px;
}

.page-up {
	display:none;
}

#printlayout{
	height:auto;
	margin:0px 0px 0px 0px;
	width: auto;
}

#contentVoice{
	display:none;
}

map{
	display:none;
}

table.link {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 585px;
}

table.link th {
	font-size:13px;
	font-weight:bold;
}

table.link td {
	font-size:13px;
	font-weight:bold;
}

table.link_1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 585px;
}

table.link_1 th {
	font-size:13px;
	font-weight:bold;

}

table.link_1 td {
	font-size:13px;
	font-weight:bold;

}

table.link2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 585px;
}

table.link2 th {
	font-size:13px;
	font-weight:bold;
}

table.link2 td {
	font-size:13px;
	font-weight:bold;
}

table.history {
 width:100%;
 margin-top:0px;
 font-size:10px;
 margin-left: 5px;
 margin-bottom:0px;
 float:left;

}

#printlayout_2{
	height:auto;
	margin:0px 0px 0px 0px;
	width: 670px;
	zoom:80%;
}

#centerSpace {
	text-align: center;
	margin: 0px 0px 0px 0px;
	width:auto;
}

table.history th {
	font-size: 12px;
	line-height: 1.0em;
}

}

