/* ***********************************************************_

 タイトル：
 
 作成者：Yoshihiro Oishi
 
 概　要：
 
 製作日：
 
 変更日：
 
************************************************************ */

@charset "Shift_JIS";

/*Webの保存を防止
---------------------------------------------------------------------*/
@import "http://";

/*スタイルのリセット
---------------------------------------------------------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
  margin:0;
  padding:0;
}
/*フォントのデフォルト設定
----------------------------------------------------------------------*/
body {
	font-size: 13px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: url(../img/back.gif);
	margin:0;
  　padding:0;
}
/*基本項目設定
----------------------------------------------------------------------*/
#warapper {
	height: auto;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#warapper #left_box {
	height: auto;
	width: 220px;
	float: left;
}
#warapper #title_box {
	height: auto;
	width: 220px;
}
#warapper #left_box #left_line {
	background-color: #003333;
	height: 700px;
	width: 70px;
	float: left;
	padding-top: 50px;
	text-align: right;
	padding-right: 3px;
}
#warapper #left_box #left_navi {
	background-color: #006666;
	height: 750px;
	width: 147px;
	float: left;
}
#warapper #left_box #left_navi #navi_menu {
	margin-top: 60px;
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
/*___________ 基本設定 ___________ */
#warapper #main_box {
	height: auto;
	width: 610px;
	float: left;
	font-size: 100%;
	line-height: 150%;
}
#warapper #main_box #mini_navi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.85em;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 50px;
}
#warapper #main_box #endou_photo {
	height: 260px;
	width: 193px;
	float: left;
	padding-left: 10px;
	padding-right: 17px;
}
#warapper #main_box #main_text {
	height: auto;
	width: 390px;
	float: left;
	font: 100%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#warapper #main_box #news_box {
	clear: left;
	padding-right: 10px;
	padding-left: 45px;
	padding-top: 0px;
	font: 100%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	margin: 0px;
}
h2 {
	font: normal 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#warapper #main_box #main_text h3 {
	height: auto;
	width: 300px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #006666;
	border-bottom: 1px none;
	border-left: 1px none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	font: bold 138% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
}
#warapper #main_box #news_box h3 {
	height: auto;
	width: 450px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #FF6600;
	border-left: 8px solid #FF6600;
	border-top-style: none;
	border-right-style: none;
	font: bold 100%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
}

#navi_menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 100%/100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#navi_menu a:hover {
	color: #FFFFFF;
	background-color: #009999;
}
#navi_menu img {
	padding-bottom: 10px;
	padding-left: 18px;
}
.orange {
	color: #FF9900;
}
.text-indent {
	display: block;
	padding-left: 70px;
	font-size: 100%;
	line-height: 150%;
	padding-top: 10px;
}
.text_red {
	color: #F00;
}
