@charset "Shift_JIS";					/*使用する文字コード*/

/*-------------------基本設定-------------------*/

body {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	font-size: 10pt;					/*フォントサイズの指定　x-smallにするとブラウザによるサイズ変更可能*/
	line-height: 1.2em;
	background: #FFFFFF url(images/.jpg) repeat-y; /*状況に応じて追加・削除*/
	text-align:center;
}		

table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	line-height: 1.2em;
}
.contents {
	width:750px;
	text-align:left;
	margin:auto;
}
a:link {								/*通常時のリンク設定*/
	color: #333200;
	text-decoration:none;
	font-weight:bold;
}
a:visited {								/*クリック後のリンク設定*/
	color: #333200;
	text-decoration:none;
	font-weight:bold;
}
a:hover {								/*マウスオーバー時のリンク設定*/
	color: #953502;
	text-decoration:none;
	font-weight:bold;
}
a:active {								/*クリック時のリンク設定*/
	color: #333200;
	text-decoration:none;
	font-weight:bold;
}
.black_link a:link {								/*通常時のリンク設定*/
	color: #000000;
	font-size:11pt;
	text-decoration:underline;
	font-weight:normal;
}
.black_link a:visited {								/*クリック後のリンク設定*/
	color: #000000;
	font-size:11pt;
	text-decoration:underline;
	font-weight:normal;
}
.black_link a:hover {								/*マウスオーバー時のリンク設定*/
	color: #000000;
	font-size:11pt;
	text-decoration:underline;
	font-weight:normal;
}
.black_link a:active {								/*クリック時のリンク設定*/
	color: #000000;
	font-size:11pt;
	text-decoration:underline;
	font-weight:normal;
}

.link{
	width:145px;
	height:38px;
}
.link_text {
	padding-top: 15px;
	padding-left: 33px;
	margin: 0px;
	display: block;
}	
.link a{
	width:145px;
	height:38px;
	display:block;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
}
.link a:link,.link a:visited,.link a:active {								/*クリック時のリンク設定*/
	background-image:url(images/bottan.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}	
.link a:hover{								/*マウスオーバー時のリンク設定*/
	background-image:url(images/bottan.gif);
	background-repeat:no-repeat;
	background-position:0px -38px;
}

.padding a:link {								/*通常時のリンク設定*/
	color: #003300;
	text-decoration:underline;
	font-weight:normal;
}
.padding a:visited {								/*クリック後のリンク設定*/
	color: #003300;
	text-decoration:underline;
	font-weight:normal;
}

.padding a:hover {								/*マウスオーバー時のリンク設定*/
	color: #003300;
	text-decoration:underline;
	font-weight:normal;
}

.padding a:active {								/*クリック時のリンク設定*/
	color: #003300;
	text-decoration:underline;
	font-weight:normal;
	}
	.text3_font12 a:link {								/*通常時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}
.text3_font12 a:visited {								/*クリック後のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}

.text3_font12 a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}

.text3_font12 a:active {								/*クリック時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
	}
	.text1_font12 a:link {								/*通常時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}
.text1_font12 a:visited {								/*クリック後のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}

.text1_font12 a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
}

.text1_font12 a:active {								/*クリック時のリンク設定*/
	color: #0075A9;
	text-decoration:underline;
	font-weight:normal;
	}

/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 0.8em;
	line-height: 1.2em;
}
.fontsize10_linehi12 {
	font-size: 1em;
	line-height: 1.2em;
}
.fontsize12_linehi16 {
	font-size: 1.2em;
	line-height: 1.4em;
}
/*-------------------独自追加項目-------------------*/
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color_red {						/*フォントカラーの設定　項目が増える場合は、.font_color_色名で増やしていく*/
	color: #FF0000;
}
.bg_color_red {							/*背景色の指定　項目が増える場合は、.bg_color_色名で増やしていく*/
	background-color: #FF0000;
}
.bg_img1 {								/*背景画像の指定　項目が増える場合は、.bg_img2、.bg_img3と増やしていく*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.padding {							/*パディング(余白)の設定　項目が増える場合は、.padding_box2、.padding_box3と増やしていく*/
	padding: 0px 10px 0px 10px;
}
.padding1 {							
	padding: 20px 0px 20px 0px;
}
.padding2 {							
	padding-left: 10px;
}
.padding_t2{							
	padding-top: 2px;
	padding-bottom: 2px;
}
.padding5 {
	padding:5px;
}

.margin {
	margin-top:15px;
}
.color_border1 {						/*ボーダーの設定　項目が増える場合は、.color_border2、.color_border3と増やしていく*/
	border: 1px solid #333333;
}
.size_form1 {							/*form項目サイズの固定　項目が増える場合は、.size_form2、.size_form3と増やしていく*/
	width: 200px;
	height: 18px;
}
h1 {									/*h1タグの見た目の設定*/
	margin: 0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	font-weight: normal;
	color: #514F4D;
	line-height: 10pt;
	text-align:right;
}
h2 {									/*h2タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:12px;
	padding-top:2px;
	padding-bottom:7px;
	padding-left:10px;
	color#666666;
}
h3 {									/*h3タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1em;
	line-height: 1.2em;
}
h1.title{
	font-size: 16px;
	margin: 0px;
	font-weight:bold;	
	color: #953502;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	line-height:18px;
	letter-spacing: 0px;
	text-align:left;
}
h2.title{
	font-size: 16px;
	margin: 0px;
	font-weight:bold;	
	color: #953502;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	line-height:18px;
	letter-spacing: 0px;
	text-align:left;
}
.padding3 {							/*パディング(余白)の設定　項目が増える場合は、.padding_box2、.padding_box3と増やしていく*/
	padding: 2px 19px 2px 10px;
}
.table {
	font-size:12px;
	line-height:16px;
	border:1px;
}

.header {
	width:758px;
	height:22px;
	background-repeat:no-repeat;
	background-image:url(images/header_01.gif);
}
.line_gray {
	background-color:#959595;
	height:1px;
}
.line_orange {
	background-image:url(images/line_orange.gif);
	height:7px;
	background-repeat:repeat-x;
}
.side {
	background-image:url(images/side_bk.gif);
	width:145px;
	background-repeat:repeat-y;
}
.footer {
 background-image:url(images/footer_02.gif);
	background-repeat:no-repeat;
	width:612px;
	height:39px;
}
.footer_text{
	font-size:10pt;
	padding-right:8pt;
	text-align:right;
} 

.party_font {
	color:#333333;
	font-weight:bold;
	font-size:12pt;
}	
.style10 {
	color:ff0000;
}
.text_linkcol{
	font-size:12px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	text-align:left;
	line-height:12pt; 
}
.text_linkcol a:link {								/*通常時のリンク設定*/
	color: #333333;
	text-decoration:none;
	font-weight:normal;
}
.text_linkcol a:visited {								/*クリック後のリンク設定*/
	color: #333333;
	text-decoration:none;
		font-weight:normal;
}
.text_linkcol a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
}
.text_linkcol a:active {								/*クリック時のリンク設定*/
	color: #333333;
	text-decoration:none;
		font-weight:normal;
}
.acc_text2 a:link {								/*通常時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}
.acc_text2 a:visited {								/*クリック後のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}
.acc_text2 a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}
.acc_text2 a:active {								/*クリック時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}	
.td_tb6 a:link {								/*通常時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}
.td_tb6 a:visited {								/*クリック後のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}
.td_tb6 a:hover {								/*マウスオーバー時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}
.td_tb6 a:active {								/*クリック時のリンク設定*/
	color: #0075A9;
	text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
}	

.td_top_banner{                                 /*-------------------元-------------------*/
	background-image:url(images/top_banner.gif);
	background-repeat:no-repeat;
	height:23px;
	width:400px;
}
.bg_menu{	
	color:#333200;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/menu.gif);
	cursor:pointer;
}
.bg_menu a:link{	
	color:#333200;
	text-decoration:none;
}
.bg_menu a:visited{
		color:#333200;
	text-decoration:none;
}
.bg_menu a:active{
	color: #333200;
	text-decoration:none;
}
.bg_menu a:hover{		
	color:#953502;
	text-decoration:none;
}

.bg_menu01{	
	color:#953502;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/menu_rollover.gif);
	cursor:pointer;
}
.bg_menu01 a:link{	
	color:#953502;
	text-decoration:none;
}
.bg_menu01 a:visited{
		color:#953502;
	text-decoration:none;
}
.bg_menu01 a:active{
	color: #953502;
	text-decoration:none;
}
.bg_menu01 a:hover{		
	color:#953502;
	text-decoration:none;
}
.textcolor_mail {
 color:#FF0000;
}
.bg_phone {
 background-image:url(images/logo_phone.gif);
 background-repeat:no-repeat;
font-size:10pt;
height:22px;
width:150px;
}
.bg_phone2 {
 background-image:url(images/logo_phone_bg2.gif);
 background-repeat:no-repeat;
font-size:10pt;
height:23px;
width:150px;
}
.bg_phone3 {
 background-image:url(images/logo_phone_bg3.gif);
 background-repeat:repeat;
font-size:10pt;
padding-top:5;
padding-bottom:5;
padding-left:10;
padding-right:10;
}
.bg_phone4 {
 background-image:url(images/logo_phone_bg4.gif);
 background-repeat:no-repeat;
font-size:10pt;
height:20px;
}
.textcolor_phone {
 background-image:url(images/logo_phone_bg1.gif);
 background-repeat:no-repeat;
 color:#FFFFFF;
	height:22px;
}	
.header1{
	background-image:url(images/header1.gif);
	background-repeat:repeat-x;
}
.header2{
	background-image:url(images/header2.gif);
}

#textcolor{
	color:#333200;
	padding-left:20px;
}
.menu{
	color:#333200;
	background-image:url(images/menu.gif);
	cursor:pointer;
}

.td_left{
	background-image:url(images/line_left.gif);
	background-repeat:repeat-y;
}
.td_right{
	background-image:url(images/line_right.gif);
	background-repeat:repeat-y;
}

.td_menu{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat;
}

.td_tb_bg{
	background-image:url(images/top2.gif);	
}
.td_top_banner{
	background-image:url(images/top_banner.gif);
	background-repeat:no-repeat;
}

.td_h1_banner{
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	height:35px;
}

.td_h2_banner{
	background-image:url(images/banner2.gif);
	background-repeat:no-repeat;
	font-size:12px;
	padding-left:10px;
	text-align:left;
	line-height:30px;
	color: #333200;
	height:25px;
}
.td_button{
	color: #953502;	
	background-image:url(images/bt.gif);
	background-repeat:repeat;
}
.td_button a:link {color: #953502; text-decoration:underline;}

.td_button a:visited {color: #953502; text-decoration: underline;}

.td_button a:active {color: #953502; text-decoration: underline;}

.td_button a:hover {color: #953502; text-decoration: underline;}

.td_line{
	background-image:url(images/line.gif);
	background-repeat:repeat;
	
}
.td_tb1{
	background-image:url(images/tb_1.gif);
	background-repeat:repeat-x;

}
.td_tb2{
	background-image:url(images/tb_2.gif);
	background-repeat:repeat-y;

}
.td_tb3{
	background-image:url(images/tb_3.gif);	

}
.td_tb4{
	background-image:url(images/tb_4.gif);
	background-repeat:repeat-y;
}
.td_tb5{
	background-color:#FFEEE2;
}

.td_tb6{
	background-color:#F0F0F0;
}
.side_menu{	
	font-size:12px;	
	color:#CC3333;
	padding-left:25px;	
	background-image:url(images/menu.gif);
} 

.header_text{
	font-size:12px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	padding-top:0px;
	text-align:right;
	line-height:12pt; 
}

.text_font12{
	font-size:12px;
	padding-bottom:0px;
	padding-left:9px;
	padding-right:0px;
	padding-top:0px;
	text-align:left;
	line-height:10pt; 
}
.text0_font12{
	font-size:12px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-align:left;
	line-height:10pt; 
}
.text1_font12{
	font-size:12px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	text-align:left;
	line-height:12pt; 
}

.text2_font12{
	font-size:12px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	text-align:left;
	line-height:12pt; 
}
.acc_text {
	font-size:12px;
	line-height:20px;
	padding-left:10px;
	background-color:#FFEEE2;
}
.acc_text2 {
	font-size:12px;
	line-height:20px;
	padding-left:10px;
	background-color:#F0F0F0;
}
	
	
.text3_font12{
	font-size:12px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:left;
	line-height:20pt; 
}

.text4_font12{
	font-size:12px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	text-align:left;
	line-height:20pt;
	background-color: #EEF6DE;
}
.text5_font12{
	font-size:12px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	text-align:left;
	line-height:12pt; 
}

.text6_font12{
	font-size:12px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	text-align:left;
	line-height:12pt;
	color:#1D2088;
}

#guidance_form INPUT[type="text"],SELECT,TEXTAREA {
	border: 1px solid #ccc;
}


/********** --ボディコンテンツ枠 **********/

.main_td{ background: #FFFFFF; padding:0px; }


/********** --フッター **********/
/*#footer{
	background-image:url(images/footer1.gif);

}/*


/********** --ポップアップ **********/

.popup_range {
	width:600px;
	border: 1px solid #999999;
	margin-top:10px;
	background-color:#ffffff;
}
.popup_header {
	height:30px;
	color: #205DE8;
	background-image:url({$BlogTmplUrl$)img/header.gif);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:12px; font-weight:bold; letter-space:1px; 
	padding:9px 10px 8px 10px;
	border-bottom: 2px solid #999999;
}
.popup_main { 
	padding:10px 10px 20px 10px;
}

.popup_footer {
	background-image:url({$BlogTmplUrl$)img/footer.gif);
	background-repeat:repeat-y;
	background-position:top center;
	font-size:11px; letter-space:1px; color:#333333;
	padding:8px 0px 3px 0px;
}
.border1{
border-color:#cc0000;
border-width:1px;
}.font14 {
	font-size: 14px;
}
