/*************************

		1.リセット
		2.common
		3.レイアウト
		4.footer
		5.css_switch
		6.準備中


*************************/
/*-------------------------------------------------------------
 リセット
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
 caption, img, form{
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type:none;
		list-style:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { border:none;}

hr{
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #cccccc;
		height: 1px;
	}

html{overflow-y:scroll;}



/*-------------------------------------------------------------
 common
---------------------------------------------------------------*/

.b5{margin-bottom:5px!important;}
.b10{margin-bottom:10px!important;}
.b20{margin-bottom:20px!important;}
.b30{margin-bottom:30px!important;}
.b40{margin-bottom:40px!important;}
.b50{margin-bottom:50px!important;}


.t10{margin-top:10px!important;}
.t20{margin-top:20px!important;}
.t30{margin-top:30px!important;}
.t40{margin-top:40px!important;}

.l5{margin-left:5px!important;}
.l10{margin-left:10px!important;}
.l20{margin-left:20px!important;}
.l30{margin-left:30px!important;}
.l40{margin-left:40px!important;}

.r10{margin-right:10px!important;}
.r20{margin-right:20px!important;}
.r30{margin-right:30px!important;}
.r40{margin-right:40px!important;}

.clear{clear:both;}
.center{margin:0px auto;}
.ora{color:#f29200;}
.pur{color:#6c3e78;}
.red{color:#A00000;}

.center_m{ margin:0px auto;}

.chui{
	font-size:75%;
	font-weight:normal;
	color:#F24F4F;
	}

/* 写真左寄せ２カラム */
.common_l_box{
	width:315px;
	margin:0px 0px 20px 20px;
	float:left;
}

.common_l_box dt{
	width:auto;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	font-size:120%;
	color:#6C3E78;
	background-repeat:no-repeat;
	border-bottom:dotted 1px #82547D;
	background-position:0px 2px;
	padding:0px 0px 0px 18px;
	margin-bottom:5px;
	cursor:pointer;
}

.common_l_box a{ text-decoration:none;}

body .common_l_box dd{
	width:auto;
	padding:0em;
	text-indent:0em;
}

.common_txt_img_l{
	min-height: 110px;
	height: auto !important;
	height: 110px;
	margin:0px 0px 0px 0px;
	}
.common_txt_img_l p{padding:5px}
.common_txt_img_l img{
	float:left;
	padding:5px 5px 5px 0px;
}
/* 右寄せのテキスト　「>>一覧を見る」など　*/
.common_txt_r{
	text-align:right;
	margin:15px 20px 30px 0px; 
}

.common_txt_r2{
	text-align:right;
	margin:5px 20px 30px 0px;
}

.common_txt_r3{
	text-align:right;
	margin:5px 20px 0px 0px;
}

/* 2,3階層ページタイトル */
.common_title_box{ 
	width:690px;
	min-height:30px;
	text-align:center;
	background-repeat:repeat-y;
	margin-bottom:20px;
}

.common_title_box h1{
	padding-top:5px;
	padding-bottom:3px;
	font-size:130%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}


/* 左アイコンタイトル下線 幅665 */
.common_icon_title{
	width:650px;
	margin:0px auto 20px auto;
}
.common_icon_title h2, .common_icon_title dt{
	width:auto;
	font-size:120%;
	color:#6C3E78;
	background-repeat:no-repeat;
	border-bottom:dotted 1px #82547D;
	background-position:0px 2px;
	padding:0px 0px 0px 18px;
	margin-bottom:5px;
}


/* 見出し中央タイトル下線 幅665　下部に内容 */
.common_title_dotted_c{
	width:650px;
	font-size:140%;
	font-weight:bold;
	color:#6C3E78;
	text-align:center;
	color:#6C3E78;
	border-bottom:dotted 1px #82547D;
	padding-bottom:3px;
	margin:0px auto 5px auto;
}

.common_txt_01{
	width:640px;
	margin:0px auto 20px auto;
}

.common_txt_02{
	width:600px;
	margin:0px auto 20px auto;
}



/* 見出し左寄せタイトル下線 幅665　下部に内容 */
.common_title_dotted_l{
	width:650px;
	font-size:140%;
	font-weight:bold;
	text-align:left;
	padding-bottom:3px;
	margin:0px auto 5px auto;
}

/* 見出し左寄せタイトル下線 文字小 幅665　下部に内容 */
.common_title_dotted_ls{
	width:650px;
	font-size:120%;
	text-align:left;
	padding-bottom:3px;
	margin:0px auto 5px auto;
}


/* 小タイトル　テキストのみ　サイズ＆色指定　下ライン無し */
.pur-sub_ti{
	width:640px;
	margin:0px auto 10px auto;
	font-size:120%;
	color:#6c3E78;
}


/* テーブル　青 */

.common_table_01{border-collapse:collapse;}
.common_table_01 td{
	border: solid 1px  #666666;
	padding:3px 5px;
}
.common_table_01 th{
	padding:3px 5px;
	background-color: #E0EFFE;
	border: solid 1px #666666;
}


/* ブログの新着情報　*/
.blog_news_box, .blog_news_box_l{
	border-bottom:dotted 1px #666666;
	padding:0px 10px 12px 10px;
}

.blog_news_box dl, .blog_news_box_l dl{
	float:left;
	padding:0px 0px 0px 20px;
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.blog_news_box dt, .blog_news_box_l dt{
	float:left;
	width:100px;

}

.blog_news_box dd, .blog_news_box_l dd {
	float:left;
	margin-left:0px;
}
.blog_news_box dd	{width:370px;}
.blog_news_box_l dd	{width:410px;}



/* ブログのアーカイブ、記事ボックス　*/
.blog_archive_box{
	width:560px;
	margin:0px auto 30px auto;
}

.blog_archive_box_s{
	width:510px;
	margin:0px auto 30px auto;
}



/* ブログの記事 タイトル、日付、記事内容　*/
.blog_title{
	font-size:130%;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	color:#F29200;
	border-bottom:dotted 1px #F29200;
}

.blog_date{
	font-size:90%;
	text-align:right;
	margin:0px 10px 5px 0px;
}

/*---------------------------------*/
/*ブログテキスト部分　*/
/*---------------------------------*/
.blog_txt{
	overflow:hidden;
	padding:0px 10px 100px 10px;
}


.blog_txt ul li{
	list-style:disc;
	margin-left:2em;
	}

.blog_txt ol li{
	list-style: decimal;
	margin-left:2em;
	}




/*-------------------------------------------------------------
 レイアウト
---------------------------------------------------------------*/
/* height:100% */
html,body{height: 100%;}
body > .outside_box2 {height: auto;}
/* height:100% 終わり */

body{
	color:#666666;
	font-size:80%;
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.5em;
}

/*FireFox文字サイズ用hack*/
html>/**/body body{
	font-size:85%;
}


/* フラッシュ、photoエリア　*/
.top_photo_box{
	width:1200px;
	height:315px;
	margin:0px auto;
}

#flashcontent{
	width:auto;
	height:315px;
	background-color:#FFF;
}



/* 縦ライン背景の設定　*/
.outside_box1, .outside_box2{
	width: 915px;
	background-position: center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0px auto;
}
.outside_box1{height:113px;}
.outside_box2{height:100%;}



/* 縦ライン位置 */
.line{
	padding-top:1px;position: absolute;
	z-index:10;
}


.main_out_box{
	width:900px;
	height:auto;
}

.left_side_box{
	width:200px;
	height:auto;
	float:left;
	background-repeat:no-repeat;
}

/*** コンテンツ　***/
.contents_box{
	width:690px;
	height:auto;
	float:right;

}

.contents_in_box{
	widows:525px;
	height:auto;
	float:left;
}

.contents_in_rightbox{
	width:160px;
	height:auto;
	float:right;
}

/*  上部画像あり content */
.content{
	width:auto;
	min-height:700px;
	margin:0px 0px;
	}
/* 上部画像なし content */
.content_tp_100{
	width:auto;
	min-height:700px;
	margin:0px 0px;
	padding-top:100px;
}


/* content内　２カラム */
.content_left{
	width:530px;
	float:left;
	margin-top:30px;

}
.content_right{
	width:160px;
	float:right;
	margin-top:30px;
}

.content_right img{
	margin:0px 10px 6px 10px;
}


/*-------------------------------------------------------------
 header
---------------------------------------------------------------*/
.header_box{
	width:900px;
	height:112px;
	background-repeat:no-repeat;
	position:relative;
}

.top_submenu_box{
	text-align:right;
	padding:10px;}

.top_submenu_box img{
	vertical-align:-2px;
	}

.search{
	position:absolute;
	top:48px;
	left:600px;
}

.search_input{
	width:115px;
	height:14px;
}

input.bt_search{
	position:absolute;
	top:0px;
	left:123px;
}

.top_link_box{
	width:200px;
	height:80px;
	position:absolute;
	top:32px;
	left:0px;

}



/*-------------------------------------------------------------
 menu
---------------------------------------------------------------*/
.menu_box{
	width:915px;
	height:auto;
	background-color:#003366;
	position:relative;
	margin:0 auto;
	}

.main_menu01, .main_menu02, .main_menu03, .main_menu04, .main_menu05{
	position: absolute;
	top: 1px;
}

.main_menu01{ left: 220px;}
.main_menu02{ left: 355px;}
.main_menu03{ left: 490px;}
.main_menu04{ left: 625px;}
.main_menu05{ left: 760px;}

.outside_menu{
	position: absolute;
	left:900px;
	top:386px;
}

/* 左メニュー　*/
.left_menu_box{

}

.left_txt_menu_box, .left_txt_menu_box_ora{
	margin:20px 0px 20px 20px;
	color:#FFFFFF;
}


/*　メニュー共通部分　*/
.menu_box li, .left_menu_box{line-height:0px;}
/* ie6 */
*html .menu_box ul{ padding-top:3px;}
*html .menu_box li{margin-top:-3px;}
*html .left_menu_box ul{ padding-top:3px;}
*html .left_menu_box li{margin-top:-3px;}
*html body .outside_menu ul{ padding:3px;}
*html body .outside_menu li{ margin-top:-3px;}
/* ie7 */
*+html .menu_box ul{ padding-top:3px;}
*+html .menu_box li{margin-top:-3px;}
*+html .left_menu_box ul{ padding-top:3px;}
*+html .left_menu_box li{margin-top:-3px;}
*+html body .outside_menu ul{ padding:3px;}
*+html body .outside_menu li{ margin-top:-3px;}



/* 左テキストメニュー */
.left_txt_menu_box a{ color:#FFF;}
.left_txt_menu_box a:link{ color:#FFF;}
.left_txt_menu_box a:visited{ color:#BBB;}

.left_txt_menu_box_ora a{ color:#FFF;}
.left_txt_menu_box_ora a:link{ color:#FFF;}
.left_txt_menu_box_ora a:visited{ color:#993300;}







/*-------------------------------------------------------------
 footer
---------------------------------------------------------------*/
.footer_box{
	clear:both;
	width:700px;
}
.footer_box p{text-align:center;}




/*-------------------------------------------------------------
 CSS_switch
---------------------------------------------------------------*/

.switch-box{ }

ul#css_switch {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	list-style: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position:absolute;
	top:48px;
	left:850px;

	}

ul#css_switch li {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	float: left;
	overflow: hidden;
	}

ul#css_switch li.liquid {width: 20px;}

ul#css_switch li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -100em;
	overflow: hidden;
	}

ul#css_switch li.fixed a {	background: url(../img/font_m-off.jpg) no-repeat left center;}
ul#css_switch li.liquid a {	background: url(../img/font_l-off.jpg) no-repeat left center;}


/*-------------------------------------------------------------
 準備中
---------------------------------------------------------------*/
.junbi_box{
	width:450px;
	border:solid 1px #CCCCCC;
	margin:70px auto;
	}

.junbi_box p{
	padding:30px;
	font-size:120%;
	color:#FF9999;
	text-align:center; 
	}

