@charset "utf-8";

/* base CSS */

*{
	margin: 0px;
	padding: 0px;
	/*Safari用太字Hack¥*/
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	/**/
}

body{
	behavior: url("/css/csshover.htc");

	background-color: #D7D4B3;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	text-align: justify;
	text-justify:distribute;
}

img {
	border:none;
}

a:link{			/*基本指定*/
	text-decoration: none;
	color: #001C96;
	border-bottom: 1px #001C96;
}
a:visited{		/*訪問済み指定*/
	text-decoration: none;
	color: #71327F;
	border-bottom: 1px #71327F;
}
a:hover{		/*マウスオーバー指定*/
	text-decoration: none;
	color: #008AFF;
	border-bottom: 1px #008AFF;
}
a.imglink:link{			/*基本指定*/
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a.imglink:visited{		/*訪問済み指定*/
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a.imglink:hover{		/*マウスオーバー指定*/
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
a.info-list-important:link{			/*基本指定*/
	color: #ff0000;
}
a.info-list-important:visited{		/*訪問済み指定*/
	color: #ff0000;
}
a.info-list-important:hover{		/*マウスオーバー指定*/
	text-decoration: none;
	color: #008AFF;
	border-bottom: 1px #008AFF;
}

.clear{
	clear: both;
}
hr.visibility_hidden{
	clear: both;
	border: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.countainer{
	width: 797px;
	margin: 0px auto;
	padding: 0px;
}
.countainer480{
	width: 480px;
	margin: 0px auto;
	padding: 0px;
}
.content{
	width: 600px;
	margin: 0px auto;
}
.content-mainte{
	width: 600px;
	margin: 50px auto 0px;
}
.content_700{
	width: 700px;
	margin: 0px auto;
}
.content_797{
	width: 797px;
	margin: 0px auto;
}

/* header CSS */
.header_bg{
	display: block;
	background: url(../images/bg_head.jpg) no-repeat;
	background-color: #6B1030;
	/*height: 48px;*/
	height: 100px;
}
.header_logo{
	width: 200px;
	height: 48px;
	position: relative;
	overflow: hidden;
}
.header_logo span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bg_head.jpg) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.header_menu{
	margin: 0px;
	padding: 0px;
	top: 14px;
	left: 445px;
	position: absolute;
}
/* footer CSS */
.footer{
	border-top: solid 1px #6B1030;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #6B1030;
}

/* ページタイトル基礎 */
h2{
	width: 797px;
	height: 39px;
	position: relative;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
	clear: both;
}
h2.title480{
	width: 480px;
	height: 39px;
	position: relative;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
	clear: both;
}
h2 span,h2.title480 span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* 記事見出し */
h3{
	background-color: #960000;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
h3.align_center{
	background-color: #960000;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
/* 記事小見出し */
h4{
	width: 600px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}
h4.sub_title480{
	width: 480px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}
h4 span,h4.sub_title480 span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* 記事小見出し2 */
h5{
	color: #960000;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

/* 本文テキスト左寄せ */
.text-right-top{
	text-align: right;
	margin: 0px 0px 5px 0px;
}
.text-right-bottom{
	text-align: right;
	margin: 20px 0px 5px 0px;
}
.text-right{
	text-align: right;
}
/* 本文テキストセンター揃え */
.text-center{
	text-align: center;
}

/* フォントサイズ */
.font_size_18b{
	font-size: 18px;
	font-weight: bold;
}
.font_size_14b{
	font-size: 14px;
	font-weight: bold;
}
.font_size_12b{
	font-size: 12px;
	font-weight: bold;
}
.font_size_12red{
	font-size: 12px;
	color: #960000;
}
.font_size_12redb{
	font-size: 12px;
	color: #960000;
	font-weight: bold;
}
.font_size_10{
	font-size: 10px;
}
.font_bold{
	font-weight: bold;
}
/* 基本共通ボタン */
.pagetop{
	clear: both;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

.btn-s{
	width: 117px;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.btn-s span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.btn-s span.btn-toppage{
	background: url(../images/b_toppage.gif) no-repeat;
}
.btn-s span.btn-back{
	background: url(../images/b_back.gif) no-repeat;
}
.btn-s span.btn-close{
	background: url(../images/b_close.gif) no-repeat;
}
.btn-s span.btn-booktop{
	background: url(../../images/book/b_booktop.gif) no-repeat;
}

ul.large_btn_box3{
	width: 471px;
	margin: 0px auto;
}
ul.large_btn_box3 li.btn-l{
	float: left;
	margin: 20px;
}
*html ul.large_btn_box3 li.btn-l{
	width: 117px;
	float: left;
	margin: 17px;
}
ul.large_btn_box4{
	width: 548px;
	margin: 0px auto;
}
ul.large_btn_box4 li.btn-l{
	float: left;
	margin: 10px;
}
*html ul.large_btn_box4 li.btn-l{
	width: 117px;
	float: left;
	margin: 7px;
}
.btn-l{
	width: 117px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.btn-l span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

/* ダウンロードファイル用基礎設定 */
.download_box{
	border-top: 1px solid #757575;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
	background-color: #FFFFFF;
}
.download_box_bottomline{
	border-bottom: 1px solid #757575;
}
a.download{
	display: block;
	width: 590px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}
a.download:hover{
	background-color: #EFEFEF;
}

.download02{
	display: block;
	width: 590px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}

.download02:hover{
	background-color: #EFEFEF;
}

a.download480{
	display: block;
	width: 470px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}
a.download480:hover{
	background-color: #EFEFEF;
}
a.download_noneline480{
	display: block;
	width: 470px;
	background-color: #FFFFFF;
	padding: 8px 0px 8px 8px;
}
a.download_noneline480:hover{
	background-color: #EFEFEF;
}
a.download797{
	display: block;
	width: 787px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}
a.download797:hover{
	background-color: #EFEFEF;
}
a.download_noneline{
	display: block;
	width: 590px;
	background-color: #FFFFFF;
	padding: 8px 0px 8px 8px;
}
a.download_noneline:hover{
	background-color: #EFEFEF;
}
a.switch-mac,a.switch-win{
	display: block;
	width: 590px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}
a.switch-mac:hover,.switch-win:hover{
	background-color: #EFEFEF;
}
a.switch-mac120,a.switch-win120{
	display: block;
	width: 120px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
a.switch-mac120:hover,.switch-win120:hover{
	background-color: #EFEFEF;
}
a.switch-mac400,a.switch-win400{
	display: block;
	width: 400px;
	background-color: #FFFFFF;
	padding: 8px 0px 8px 8px;
}
a.switch-mac400:hover,a.switch-win400:hover{
	background-color: #EFEFEF;
}
a.switch-mac797,a.switch-win797{
	display: block;
	width: 779px;
	background-color: #FFFFFF;
	padding: 8px 0px 8px 8px;
}
a.switch-mac797:hover,a.switch-win797:hover{
	background-color: #EFEFEF;
}
a.switch-mac797l,a.switch-win797l{
	display: block;
	width: 787px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 8px;
}
a.switch-mac797l:hover,a.switch-win797l:hover{
	background-color: #EFEFEF;
}



/* GET Adobe Reader */
.get_banner_box{
	width: 600px;
	border-bottom: 1px solid #757575;
	margin: 15px 0px 5px;
}
.get_banner_box_797{
	width: 797px;
	border-bottom: 1px solid #757575;
	margin: 15px 0px 5px;
}
.get_banner{
	width: 112px;
	height: 33px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.get_banner span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.get_banner span.banner-pdf{
	background: url(../images/get_adobe_reader.gif) no-repeat;
}
.get_text{
	float: left;
}

/* ページサブメニュー共通テキストリンク */
.page_submenu_head{
	width: 600px;
	margin: 18px auto 18px;
	text-align: center;
	color: #858585;
}
.page_submenu_top{
	width: 600px;
	margin: 0px auto 18px;
	text-align: center;
	color: #858585;
}
.page_submenu_bottom{
	width: 600px;
	margin: 18px auto 0px;
	text-align: center;
	color: #858585;
}
.page_submenu_797head{
	width: 797px;
	margin: 18px auto 18px;
	text-align: center;
	color: #858585;
}
.page_submenu_797top{
	width: 797px;
	margin: 0px auto 18px;
	text-align: center;
	color: #858585;
}
.page_submenu_797bottom{
	width: 797px;
	margin: 18px auto 0px;
	text-align: center;
	color: #858585;
}

/* リスト123 */
ul.list_123{
	margin: 10px 0px 0px 20px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul.list_123 li{
	padding: 0px 0px 10px 0px;
}
ul.list-menu{
	list-style-type: none;
}
ul.list-menu li{
	margin-bottom: 2px;
}
/* テーブル基礎設定 */
table{
	border-collapse: collapse;
	border: 1px solid #757575;
	margin: 10px auto;
}
th{
	background-color: #960000;
	border: 1px solid #757575;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
td{
	background-color: #FFFFFF;
	border: 1px solid #757575;
	padding: 5px;
}
.td_sub_title{
	background-color: #CA7F7F;
	font-weight: bold;
	color: #FFFFFF;
}
.td_sub_title_c{
	background-color: #CA7F7F;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}