@charset "UTF-8";
/* CSS Document */


/*----------------------------------------------------
	サイト基本設定
----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background-color: #F0FEFF;
}

* {
	zoom: 1;
	/* \*/
	zoom: 0;
	_zoom: 0;
	/* */
	margin: 0;
	padding: 0;
}
img	{
	margin: 0px;
	padding: 0px;
	outline: none;
	vertical-align: top;
	border: none;
}
ul,ol {
	list-style: none;
}
a {
	color: #117DD7;
	outline: none;
	text-decoration: none;
}	
.clear {
	clear: both;
}
.page_top {
	clear: both;
	font-size: 12px;
	text-align: right;
	padding: 20px 20px 20px 0px;
}
.img_hover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a:hover {
	color:  #4BA7F1;
	text-decoration: underline;
}
.alpha {
	height: 40px;
}
.alpha img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.preparing {
	color: #999;
	font-size: 130%;
	font-weight: bold;
	padding: 100px 0px 0px 0px;
	text-align: center;
	text-shadow: 3px 3px 3px #999999;
}
.topics_pass {
	padding: 10px 0px 5px 20px;
}
.link {
	background-image: url(../img/img_icon02.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
#layout {
	background-image: url(../img/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 840px;
	margin: 0 auto;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	background-image: url(../img/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 180px;
}
#header h1 {
	display: none;
}


/*----------------------------------------------------
	navi
----------------------------------------------------*/
#navi {
	padding-top: 140px;
}
#navi li {
	float: left;
	padding-right: 5px;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
}
#navi li a {
	width: 150px;
	height: 40px;
	display: block;
	outline: none;
}
#navi .navi01 a {
	background-image: url(../img/navi/navi01_off.jpg);
}
#navi .navi01 a:hover {
	background-image: url(../img/navi/navi01_on.jpg);
}
#navi .navi02 a {
	background-image: url(../img/navi/navi02_off.jpg);
}
#navi .navi02 a:hover {
	background-image: url(../img/navi/navi02_on.jpg);
}
#navi .navi03 a {
	background-image: url(../img/navi/navi03_off.jpg);
}
#navi .navi03 a:hover {
	background-image: url(../img/navi/navi03_on.jpg);
}
#navi .navi04 a {
	background-image: url(../img/navi/navi04_off.jpg);
}
#navi .navi04 a:hover {
	background-image: url(../img/navi/navi04_on.jpg);
}
/*----------------------------------------------------
	main_img
----------------------------------------------------*/
#main_img {
	clear: both;
	background-image: url(../img/bg_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 570px;
}
/*----------------------------------------------------
	info
----------------------------------------------------*/
#info {
	width: 310px;
	float: right;
	margin: 50px 20px 0px 20px;
}
#info h2 {
	display: none;
}
#info .backnumber {
	text-align: right;
	padding: 5px 0px 0px 0px;
}
#info .backnumber a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#rss {
	margin-top: 15px;
	height: 160px;
	overflow: auto;
}
/*----------------------------------------------------
	cont_body
----------------------------------------------------*/
#cont_body {
	background-image: url(../img/bg_cont.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	width: 840px;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDFFFF;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	float: left;
	width: 560px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#contents h2 {
	margin-top: 10px;
}
#contents h3 {
	background-image: url(../img/bg_h3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 2px 0px 0px 15px;
	margin: 10px 0px 20px 0px;
}
#contents h4 {
	color: #666666;
	font-size: 17px;
	background-image: url(../img/bg_h4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	clear: both;
}
#contents dl {
	line-height: 1.5;
	color: #333;
	padding: 0px 10px 10px 10px;
}
#contents dt {
	float: left;
}
#contents dd {
	padding-left: 60px;
}
#contents ul {
	padding-left: 10px;
}
#contents ol {
	padding: 0px 20px 0px 40px;
}
#contents ol li {
	list-style: decimal;
	line-height: 1.5;
	color: #333;
}
#contents .txt_style01 {
	padding: 10px 10px 30px 10px ;
}

/**-- memorial --**/
#contents table {
	color: #333;
	margin: auto;
	background-color: #F7FFFF;
	width: 95%;
}
#contents th {
	padding: 4px;
	background-color: #BCBCBC;
	color: #FFFFFF;
	font-weight: nomal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#contents .txt_red {
	color: #8C0000;
}
#contents td {
	padding: 4px;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A2A2A2;
	border-bottom-color: #A2A2A2;
}
#contents .pht_L{
	float: left;
	padding: 20px 30px 0px 30px;
}
#contents .pht_R {
	float: left;
	padding: 0px 0px 0px 30px;
	margin-bottom: 50px;
}
#memorial_box01 {
	margin: 30px 0px 40px 0px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 20px 20px 0px 20px;
}
#memorial_box01 img {
	padding-bottom: 20px;
}
#contents h5 {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #3420E8;
}
#closed_box01 {
	width: 480px;
	margin: 0 auto;
	color: #666666;
	font-weight: bold;
}
#closed_box01 .type01 {
	text-align: center;
	background-color: #FFC;
	border: dashed 1px #666666;
	color: #333;
	font-size: 110%;
	padding: 5px;
}
#closed_box01 .type02 {
	text-align: center;
	background-color: #D2FFFF;
	border: dashed 1px #666666;
	color: #333;
	font-size: 110%;
	padding: 5px;
}
#closed_box01 .arrow {
	padding: 0px 0px 30px 0px;
	text-align: center;
}
/*----------------------------------------------------
	side_R
----------------------------------------------------*/

#side_R {
	float: left;
	width: 200px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	font-size: 12px;
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #295CB8;
}


/*テキスト装飾***********/
/*文字ムラサキ*/
.txt_purple {
	color: #5F265E;
	font-weight: normal;
}
.txt_purpleB {
	color: #5F265E;
	font-weight: bold;
}
/*文字オレンジ*/
.txt_orange {
	color: #FF7212;
	font-weight: normal;
}
.txt_orangeB {
	color: #FF7212;
	font-weight: bold;
}
/*文字ピンク*/
.txt_pink {
	color: #992459;
	font-weight: normal;
}
.txt_pinkB {
	color: #992459;
	font-weight: bold;
}
/*文字ミドリ*/
.txt_gre {
	color: #4D784D;
	font-weight: normal;
}
.txt_greB {
	color: #4D784D;
	font-weight: bold;
}
/*文字アカ*/
.txt_red {
	color: #AD2447;
	font-weight: normal;
}
.txt_redB {
	color: #AD2447;
	font-weight: bold;
}
.txt_red01 {
	color: #F00;
	font-weight: normal;
}
.txt_red01B {
	color: #F00;
	font-weight: bold;
}
/*文字アオ*/
.txt_blu {
	color: #3A9DB9;
	font-weight: normal;
}
.txt_bluB {
	color: #3A9DB9;
	font-weight: bold;
}
/*文字グレー*/
.txt_gry {
	color: #666666;
	font-weight: normal;
}
.txt_gryB {
	color: #666666;
	font-weight: bold;
}
/*大文字*/
.txt_sizeL {
	font-weight: normal;
	font-size: 130%;
}
.txt_sizeLB {
	font-size: 120%;
	font-weight: bold;
}
/*大文字2*/
.txt_sizeLL {
	font-weight: normal;
	font-size: 150%;
}
.txt_sizeLLB {
	font-size: 150%;
	font-weight: bold;
}
/*中文字*/
.txt_sizeM {
	font-weight: normal;
	font-size: 100%;
}
.txt_sizeMB {
	font-size: 100%;
	font-weight: bold;
}
/*小文字*/
.txt_sizeS {
	font-size: 80%;
	font-weight: normal;
}
.txt_sizeSB {
	font-size: 80%;
	font-weight: bold;
}
/*小文字2*/
.txt_sizeSS {
	font-size: 60%;
	font-weight: normal;
}
.txt_sizeSSB {
	font-size: 60%;
	font-weight: bold;
}
/*下線*/
.txt_uline {
	text-decoration: underline;
}
/*赤下線*/
.txt_reduline{
	color: #FF0000;
	text-decoration: underline;
}
.txt_h4sb {
	font-size: 16px;
	font-weight: bold;
}
/*テキスト装飾***********/
