@charset "utf-8";
/* アピアランス -------- */
body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #b5d6ff;
	text-align: center;
}


ol, ul { list-style:none; }



img {
	border:none;
}
ul li img {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
}


iframe { border:none; overflow:auto; }

th { text-align:left; }
td { empty-cells:show; }

hr {

}
form{
	margin: 0px;
	padding: 0px;
}

fieldset { border:none; }
label { cursor:default; }
legend { display:none; }

/* タイポグラフィ -------- */
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { font-weight:normal; font-style:normal; }

em, strong { font-weight:bold; font-style:normal; }

a:link {
	color:#023493;
	text-decoration:none;
}
a:visited { color:#5a2680; text-decoration:none; }
a:hover { color:#0066a7; text-decoration:underline; }
a:active { color:#0066a7; text-decoration:none; }
address {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	color: #FFFFFF;
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 70%;
	line-height: 1.3em;
	clear: both;
}

/*-------------------------
 * フォントサイズ
 * 
--------------------------*/
.txt10b,
.txt10b_Gray
.txt12b,
.txt14b,
.txt14b_Gray_aki,
.txt16b,
.txt18b{
	font-weight:bold;
}
.text_Red {
	color: #FF0033;
}

/* Base_text内はデフォルトで12px */

.Base_text{
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size:75%;
	line-height:1.417;
	margin: 0px;
	padding: 0px;
}
.Base_text .txt10, 
.Base_text .txt10b{
	font-size:83%;
}
.Base_text .txt10_Gray, 
.Base_text .txt10b_Gray{
	font-size:83%;
	color: #686868;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Base_text .txt12, 
.Base_text .txt12b{
	font-size:100%;
}
.Base_text .txt14_Gray_aki,
.Base_text .txt14b_Gray_aki{
	font-size:118%;
	color: #333333;
	line-height: 3em;
}
.Pdf_file {
	float: right;
	font-size: 75%;
	margin: 5px;
	padding: 0px;
	width: 120px;
}

.Base_text .txt14,
.Base_text .txt14b{
	font-size:118%;
}
.Base_text .txt16, 
.Base_text .txt16b{
	font-size:135%;
}
.Base_text .txt18, 
.Base_text .txt18b{
	font-size:152%;
}
.Base_text .txt22, 
.Base_text .txt22b{
	font-size:187%;
}
/*-------------------------
 * ベースボックス
 * 
--------------------------*/

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}
#header{
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	height: 70px;

}
.hidden{
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;

}
#container{
	margin: 0px;
	padding: 0px;
	clear: both;

}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 208px;
	text-align: center;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px;
}

#content{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 682px;
	text-align: left;
	margin-right: 28px;
	
	float: left;
}
#content_main {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 742px;
}
#content_main h1 {
	margin: 0px;
	padding: 0px;
}




#footer{
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 72px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}
#footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#footer ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 83%;
	line-height: 1.3em;
}
#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
#footer a:visited { color:#ffffff; text-decoration:none; }
#footer a:hover { color:#ffffff; text-decoration:underline; }
#footer a:active { color:#ffffff; text-decoration:none; }

#header h1{
	margin-top:12px;
	margin-left:10px;
	width:353px;
	float:left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sitename {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 353px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 10px;
	float: left;

}

#search {
	padding: 0px;
	text-align: right;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
}
#search label {
	font-size: 83%;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#search #sarch_botton {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;

}

#header .Box_right_h {
	font-family: "メイリオ","ＭＳ Ｐゴシック","Osaka", "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	float: right;
	width: 493px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 55px;
}





#sidebar ul {
	margin: 0px;
	padding: 0px;
}

/*-------------------------
 * ヘッダーパンくず
--------------------------*/
#breadcrumbs{
	width:742px;
	height: 25px;
	margin: 0px;
	background-image: url(../images/bg_comb.gif);
	background-repeat: no-repeat;
	padding: 0px;
	color: #FFFFFF;
	text-indent: 10px;
	vertical-align: baseline;
}
#breadcrumbs a:link {
	color:#ffffff;
	text-decoration:none;
}
#breadcrumbs a:visited { color:#ffffff; text-decoration:none; }
#breadcrumbs a:hover { color:#ffffff; text-decoration:underline; }
#breadcrumbs a:active { color:#ffffff; text-decoration:none; }


/*-------------------------
 * トップニュースのスクロール設定
--------------------------*/
.scrollbar{
	width: 682px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
.scrollbar div	{
	width: 680px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.scrollbar ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.scrollbar ul li {
	background-image: url(../images/icon_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: list-item;
	clear: both;
	float: left;
	width: 630px;
	
}
.listLink {
	margin-left: 5px;
	width: 530px;
	float: left;
}
.scrollbar ul li img.icon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;	
}
.listDate {
	width: auto;
	float: left;
	margin-right: 5px;
}

.list_all {
	background-image: url(../images/botton_list.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 100px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: -25px;
	position: relative;
	z-index: auto;
}.scrollbar h2 {
	margin: 0px;
	padding: 0px;
}
.list_semiLink {
	margin-left: 5px;
	width: 380px;
	float: left;
}
.list_semiDate {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px;
	
}
/*-------------------------
 * 千葉サンポ住所・secomボックス
--------------------------*/

#about {
	border: 1px solid #c3c3c3;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#about p {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#about form {
	margin: 0px;
	padding: 0px;
}
.Box_Right_250 {
	text-align: right;
	margin: 0px;
	padding: 0px;
}



/*-------------------------
 * コンテンツ設定etc
--------------------------*/
ul li.arrow_blue {
	background-image: url(../images/icon_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding-right: 0px;
	display: list-item;
	clear: both;
	padding-left: 10px;
}
ul li.icon_nomal {
	display: list-item;
	clear: both;
	list-style-type: disc;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/*-------------------------
 * 番号付き数字リスト
--------------------------*/

.list_No {
	list-style-type: decimal;
}
.Banner_img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	width: 208px;
	list-style-type: none;
}

/*-------------------------
 * コンテンツ基本ボックス
--------------------------*/
.box682 {
	padding: 0px;
	width: 682px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.box682 h2 {
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 682px;
	color: #4f4f4f;
	font-weight: bold;
	text-indent: 10px;
	line-height: 210%;
	font-size:152%;
}
.box682 h3 {
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	width: 682px;
	color: #4f4f4f;
	font-weight: bold;
	text-indent: 10px;
	font-size:135%;
	background-position: 0px bottom;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.box682 p {
	margin-right: 5px;
	margin-left: 5px;

}
.profile {
	margin-right: 5px;
	margin-left: 10px;
	padding: 0px;
	width: 650px;
	background-image: url(../images/profile_main.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}
.profile ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.profile li {
	background-image: url(../images/profile_member.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}


.profile dt {
	background-image: url(../images/profile_top.gif);
	background-repeat: no-repeat;
	font-size: 115%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
.profile dd {
	background-image: url(../images/profile_main.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}

p.profile_bottm {
	background-image: url(../images/profile_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 650px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

.Align_right_clearB {
	clear: both;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
}


.Align_Center {
	text-align: center;
}

.Botton_top {
	clear: both;
	text-align: right;
	margin: 5px;
}
.content_both {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*-------------------------
 * 表組み設定
--------------------------*/

/*-------------------------
 * IE5の文字組み対策のため
--------------------------*/

table{
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size:100%;


}
/*-------------------------
 * 表組み設定クラス
--------------------------*/
table.Glay_line
{
	border-collapse:collapse;
	padding: 0px;
	margin: 10px;

}
.Glay_line td {
	border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.Glay_line th {
	margin: 0px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #D4D4D4;
	white-space: nowrap;
	background-color: #e7f3ff;
	font-weight: bold;
}
.Glay_line th.BG_Glayl {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border: 1px solid #D4D4D4;
	white-space: nowrap;
	background-color: #ededed;
	font-weight: bold;
}
/*-------------------------
 * メールフォーム表組み設定クラス
--------------------------*/
table.Mail_Form{
	border-collapse:collapse;
	padding: 0px;
	margin: 10px;
	width: 90%;
}
.Mail_Form caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.Mail_Form td {
	border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.Mail_Form th {
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #D4D4D4;
	white-space: nowrap;
	background-color: #efefef;
	font-weight: bold;
	width: 20%;
}

/*-------------------------
 * 確認フォーム表組み設定クラス
--------------------------*/
table.Mail_Form01{
	border-collapse:collapse;
	padding: 0px;
	width: 616px;
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.Mail_Form01 caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.Mail_Form01 td {
	border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.Mail_Form01 th {
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #D4D4D4;
	white-space: nowrap;
	background-color: #efefef;
	font-weight: bold;
	width: 20%;
}

.event_01 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DBF9FD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBF9FD;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#title_sub {
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 110px;
	width: 742px;
	text-indent: 55px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px;
}

.event_01 li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.event_01 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.event_01 form {
	float: right;
	margin: 0px;
	padding: 0px;
}
.event_01 h4 {
	font-size: 115%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.event_01 p {
	float: left;
	margin: 3px;
	padding: 0px;
}
.form_sem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}


/* セミナー用テーブル */
table.Glay_sem {
	border-collapse:collapse;
	padding: 0px;
	width: 90%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;

	
}
.Glay_sem caption{
	font-weight: bold;
	font-size:135%;
	text-align: left;
	display: table-caption;
	margin-bottom: 8px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #336699;
	text-indent: 5px;
	margin-top: 5px;

}
.Glay_sem td {
border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.Glay_sem .Noline {
		border: 1px solid #ffffff;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.Glay_sem th {
	margin: 0px;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #D4D4D4;
	white-space: nowrap;
	background-color: #e7f3ff;
	font-weight: bold;
}

table.Blue_line5 {
	border: 5px solid #E1F9FF;
}
table img {
	margin-left: 2px;
	vertical-align: middle;
	margin-right: 2px;
}
/* セミナー等カレンダー */
table.Calendar{
	
	border-collapse:collapse;
	padding: 0px;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.Calendar td {
	border: 1px solid #E1E1E1;
	padding: 3px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	width: 70px;
}

.Calendar th.BG_Blue {
	margin: 0px;

	text-align: center;
	vertical-align: top;
	border: 1px solid #E1E1E1;
	white-space: nowrap;
	background-color: #cae0f9;
	font-weight: bold;
}
.Calendar th.BG_Gray {
	margin: 0px;
	
	text-align: center;
	vertical-align: top;
	border: 1px solid #E1E1E1;
	white-space: nowrap;
	background-color: #EFEFEF;
	font-weight: bold;
}
.Calendar th.BG_No {
	margin: 0px;

	text-align: center;
	vertical-align: top;
	border: 1px solid #E1E1E1;
	white-space: nowrap;

	font-weight: bold;
}
th.Red_am {
	color: #993300;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding: 3px;
}
td.Red_am {
	color: #993300;
	margin: 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
th.Black_pm {
	margin: 0px;

	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
td.Black_pm {
	margin: 0px;
	vertical-align: top;
	white-space: nowrap;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
}
#header p {
	margin-top:12px;
	margin-left:10px;
	width:353px;
	float:left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Img_Align_right_p5 {
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
.Botton_right {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_Green {
	color: #339933;
}
.box682 #MailForm_01 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.box682 #MailForm_01 input{
	margin: 5px;
	padding: 2px;
}
.box682 h4 {
	color: #4f4f4f;
	font-weight: bold;
	text-indent: 10px;
	font-size:115%;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #336699;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Sarch_pagenavi {
	clear: both;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
.Sarch_pagenavi a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-left-color: #006699;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 110%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
dl.line_blue {
	margin: 10px;
	padding: 0px;
}
dl.line_blue dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
dl.line_blue dd {
	margin: 5px;
	padding: 0px;
}

/*地震相談バナー*/
.jishin_soudan{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/*テーブル折り返し禁止*/

td.nowrap {
	white-space: nowrap;

}

/****************印刷時背景白に*****************/
@media print {
body {
	background-image: none;
	background-color: #FFFFFF;	
}

#wrapper {
	background-image: none;
}

* { _zoom: 0.9; }

} 
