@charset "UTF-8";

/* ************************************************************************ */
/* 			body		 */
/* ************************************************************************ */

body {
	background: #fff url(../img/bg-main.jpg) repeat-x;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 0.75em;
		line-height:1.7em;
		text-align: center
}

p{
/* 	margin-left:5px; */
	margin-top:5px;
	margin-bottom:5px;
}

table#basic{
	border: 1px solid #ddd;
}

table#basic td{
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
}

/* 		CLEAR		*/

* html .clearfix {
  height: 1px;
 }

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}



/* 		リンクカラー		*/

a:link {
	color: #3461e6;
	text-decoration: none;
}

a:visited {
	color: #3461e6;
	text-decoration: none;
}

a:hover,a:focus {
	color: #becdfc;
	text-decoration: underline;
}

a:active {
	color: #becdfc;
}

a img{
	border:none;
}

ul#list_basic {
	margin: 10px 0;
	padding: 0;
	list-style:none;
}

#list_basic li {
	margin-left: 15px;
	padding:2px;

}

div#wrapper_ie{

text-align:center;



}


/* 		ページセンタリング Wrapper		*/
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 918px;
	text-align: left

}

/* ------------------------------------------------------------------------- */
/*	ヘッダー		
/* ------------------------------------------------------------------------- */

#header{
	margin-left: 10px;
	width: 898px;
	height: 80px;
	}
	
#logo_area {
	float: left;
	display: inline;
	width: 300px;
	height: 60px;
}

#logo {
	display: block;
	margin: 15px auto;
	width: 300px;
	height: 50px;
	text-decoration: none;
}

#logo div{
  margin-left:2px;
  color:#fff;
	letter-spacing : 1pt;
}

/* ------------------------------------------------------------------------- */
/*	フッター
/* ------------------------------------------------------------------------- */

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	padding-top: 10px;
}

#footer .btm{
background: #fff url(../img/footer_menu.gif) repeat-x;
	}

#footer_menu{
 margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 90%;
	text-align: center;
	border-top: 1px dotted #cccccc;
	}

#footer_menu a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_menu a:hover,
#footer_menu a:focus {
	color: #becdfc;
	text-decoration: underline;
}

#footer_menu a:active {
	color: #becdfc;
}

#footer_menu ul{
	padding: 3px 0;
	}

#footer_menu li{
	padding-left: 7px;
	list-style: none;
	display: inline;
	border-left: 1px dotted #ccc;
	}
	
	
#footer_menu ul li.home{
	padding-left: 0;
	border-left: 0;
	}
	
#footer_menu a:link {
	color: #fff;
	text-decoration: none;
}

#footer_menu a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_menu a:hover,
#footer_menu a:focus {
	color: #becdfc;
	text-decoration: underline;
}

#footer_menu a:active {
	color: #becdfc;
}
	
#footer_word {
	float: left;
	margin-left: 10px;
	padding: 0 0;
	width: 620px;
	font-size: 86%;

	}
	
#footer_word p.phl {
	float: left;
	}

#footer_word p.phl  img {
	margin: 0 15px 10px 0;
	}
	

	
#copy {
	float: right;
	text-align: right;
	padding: 5px; 10px 0 0;
	width: 400px;
	font-size: 75%;
/* 	letter-spacing : 1pt; */
	}


/* 		ユーティリティ制御		*/

#place {
	float: right;
	display: inline;
	margin-top: 5px;
	padding-top: 5px;
	text-align: right;
	color:#fff;
}


/* ------------------------------------------------------------------------- */
/*	コンテンツ		*/
/* ------------------------------------------------------------------------- */

#contents{
	margin: 0;
	width: 918px;
	background: url(../img/bg-contents.jpg) no-repeat;
	}
	
/* firefox,safari この記述が必要（背景表示） */
div#contents:after {
   content : "";
   display : block;
   height : 0;
   clear : both;
}


	
/* 		グローバル制御		*/

#navi {
	float: left;
/* 	display: inline; */
	margin-top: 20px;
	margin-left: 19px;
	_margin-left: -15px;	
	width: 882px;
	height: 40px;
}


@media screen {
	#navi ul {
		margin:0 auto;
		padding: 0;
		width: 882px;
		list-style:none;
	}

	#navi li {
		display: -moz-inline-box; /*for Firefox 2*/
	    display: inline-block; /*for modern*/
	    *display: inline; /*for ie5～7*/
	    *zoom: 1; /*for ie5～7*/
	/* 
		display:inline; */

	}
	
	#print_nav{
	  margin-left:2px;
		display:none;

	}
}

@media print {
	#navi ul {
		display:none;
	}
	#print_nav{
		margin-left:2px;
		display: block;

	}
}
	
/* 		トップ左枠		*/
#top_left{
	float: left;
	margin-top: 20px;
	margin-left: 35px;
	width: 520px;
	display: inline;
	}
	

#top_left h2{
margin-bottom:10px;
}
	
#main_msg{
	margin: 0;
	padding:0;
	width: 520px;
	}
	
	
#main_msg p{
	margin-left: 5px;
	padding-bottom: 10px;
	/* width: 510px; */
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160%;
	color:#666;
	}


.btm_dashed_border{
  border-bottom: 1px dashed #2e3fde;

}	

.btm_dashed_border_gry{
  border-bottom: 1px dashed #ccc;
}	

.top_msg{
  margin : 10px 0 12px 0;
	padding-bottom:4px;
  font-size:125%;
  line-height:15pt;
  border-bottom: 1px dashed #257dcf;
}

	 
/* 		リンク制御		*/

#netlink {
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	width: 520px;
}

#netlink ul {
	margin: 0;
	padding: 0;
	width: 520px;
	list-style:none;
	overflow: hidden;
}

#netlink li {
	margin-bottom: 10px;
	float: left;
	display: inline;
	height: 41px;
}

#netlink li.clearance {
	margin-left: 10px;
}
	
	
/*		トップ右枠		*/

#top_right{
	float: right;
	margin-right: 35px;
	display: inline;
	width: 300px;
	}
	
#top_right .mt_20{
	margin-top: 20px;
	}

#top_right .mt_10{
	margin-top: 10px;
	}

#top_right .mt_85{
	margin-top: 85px;
	}
/* 		センター制御		*/

#top_right #centernav {
	width: 300px;
	height: 92px;
	display: inline;
	}

#top_right #centernav ul {
	margin: 20px 0 10px 0;
	padding: 0;
	width: 310px;
	list-style:none;
	}

#top_right #centernav li {
	display:inline;
	}
	
	
/*  */


#top_right #side_box {
	margin: 20px 0 10px 0;
	background: url(../img/top/inside.gif) no-repeat;
	width: 300px;
	height: 95px;
	}

#top_right #side_box ul {
	width: 300px;
	padding: 8px 0 0 8px;
	}
	
#top_right #side_box ul li{
	list-style-type:none;
	display: inline;
	}
	
#top_right #side_box ul li.next{
	margin-left: 6px;
	}


#msg_bnr{
	width: 300px;
	height: 188px;
	background: url(../img/top/msg_bnr2.gif) no-repeat;
	padding:10px;
	color:#666;
}

.div_95p{
	width: 95%;
}

/* ************************************************************************ */
/* 			各ページ汎用		 */
/* ************************************************************************ */

/* 		各ページ左枠		*/
#other_left{
	float: left;
	margin-top: 20px;
	margin-left: 35px;
	width: 635px;
	display: inline;
	}
	
#other_left .mb_10{
	margin-bottom:10px;
}
#other_left .mb_20{
	margin-bottom:20px;
}

#other_left .mb_30{
	margin-bottom:30px;
}

#other_left .pd_30{
	padding-bottom:30px;
}


#other_left .mb_50{
	margin-bottom:50px;
}

#other_left .mb_25{
	margin-bottom:25px;
}

#other_left .ml_15{
	margin-left:15px;
}

#other_left .mt_10{
	margin-top: 10px;
	}
	
#other_left .mt_20{
	margin-top: 20px;
	}

#other_left h3{
	margin-bottom:15px;
	padding:8px 5px 6px 22px;
	background: url(../img/h2_bnr.gif) no-repeat;
	font-size:1.3em;
	letter-spacing : 1pt;
	font-weight:normal;
}

#other_left h4{
  margin : 10px 0 12px 0;
	padding:6px 10px 4px 10px;
	font-weight:normal;
  font-size:130%;
	color:blue;
	background-color:#e5f2ff;
  border-top: 1px dashed #257dcf;
  border-bottom: 1px dashed #257dcf;
}

#other_left div.right{
	float:right;
}

.div_center{
	text-align:center;
}

.komidasi{
	font-weight:bold;
	color:blue;

}

/*		各ページ右枠		*/

#other_right{
	float: right;
	margin-right: 35px;
	display: inline;
	width: 185px;
	}
	
#other_right .mt_20{
	margin-top: 20px;
	}

#other_right .mt_10{
	margin-top: 10px;
	}
	
#other_right .mt_5{
	margin-top: 5px;
	}

/* サイドメニュー追加 */
#menu_waku{
	background: url(../img/menu_waku.gif) no-repeat;
}

#side_navi {
    font-size: 1em; 
    width: 180px;
		padding:1px 0;/* 追加これ以上調整できないので画像をかえる*/

}
#side_navi ul {
	margin : 4px 0 4px 5px;
}
#side_navi li {
	list-style-type: none;

}
#side_navi a {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;                  
    text-decoration: none;
    outline:none;/* 点線を消す */
    width: 100%;
}
#side_navi a:hover{
    text-decoration: none;
		color:#0033ff;
}
#side_navi li:hover {
/*     background: #d2e7bc;
    position: relative; */

}

/* #side_navi a:active{
    border-left: 4px solid #ccc; 
} */

/*第1階層*/ 
ul.top-level {
    /* background-color: #fff; */
}
#side_navi li.menu {
	padding:8px 0;
	border-bottom: 1px solid #ccc;
/* 	box-shadow: 0 0 1px 0 #999; */
	background: #f1f1f1 url(../img/ya_ico.gif) no-repeat;
	background-position:3pt 8pt;
}

#side_navi li.active_menu {
	padding:8px 0;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1 url(../img/ya_ico_off.gif) no-repeat;
	background-position:3pt 8pt;
}

/* .active_a {

} */
#side_navi li.menu_end {
  padding:8px 0;
	background: #eee url(../img/ya_ico.gif) no-repeat;
	background-position:3pt 8pt;
}

#side_navi li.active_menu_end {
  padding:8px 0;
	background: #eee url(../img/ya_ico_off.gif) no-repeat;
	background-position:3pt 8pt;
}
/* テスト */
.btn {  

width: 60px;  
height: 38px;  
background: #EEE;  
border: 1px solid #DDD;  
border-radius: 70px;  
-moz-border-radius: 70px;  
-webkit-border-radius: 70px;  
color: #111;  
padding: 42px 20px 20px;  

} 


div#other_left dl.flow{
	margin:0 10px 0 10px;
	_margin:0 10px 0 10px;
	font-size:110%;
}


div#other_left dl.flow dt.title1{
	margin:0;
	padding:5px 0 0 0;
	width:6em;
	height:24px;
	background-color:#00a1e9;
	float:left;
	text-align:center;
	font-size:110%;
	color:#fff;
}

div#other_left dl.flow dd{
	margin-left:6em;
	_margin-left:6em;
	padding:5px 0 0 15px;
	height:22px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:100%;
	font-weight:bold;
	
}

div#other_left div.flow_detail{
	margin:0 10px 6px 10px;
	_margin:0 10px 6px 10px;
	padding:6px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f6f6f6;
}

div#other_left div.flow_detail p{
	margin:0;
	padding-right:0!important;
}

div#other_left p.ya{
	text-align:center;
}

/* フォーム  */
.form_msg{
	width:600px;
	margin: 0 auto;
	padding-top:30px;
	min-height:400px;

}

.kakomi_moji{
	line-height:18px;
	border:1px solid #666;
	padding:0 3px;
}

.gry_waku{
	border:1px solid #ccc;
	padding:0 3px;
}

.tr_backcolor{
	background-color:#eaf4ff;
}

.dashed_tb{
	background-color:#c1e0ff;
  border-top: 1px dashed #257dcf;
  border-bottom: 1px dashed #257dcf;

}

table#comfrm_tbl{
	width:600px;
	font-size:110%;
}

table#comfrm_tbl td{
	border: 1px solid #ccc;
	padding:5px;
}

table#comfrm_tbl td.item{
	background-color:#eaf4ff;
	padding:5px;
	width:25%;

}

#sub {
    border: 0px;
    width: 100px;
    height: 32px;
    font-weight:bold;
    color:#fff;
    background: url(../img/form/sub_btn.gif) left top repeat-x;
    letter-spacing : 1pt;

}

.mb_10{
	margin-bottom:10px;
}

/* 新規開業・・・ */
div#other_left dl.backup dt{
	margin:0;
	padding:2px;
	width:11.2em;
/* 	height:24px; */
	float:left;
	border:1px solid #ccc;
}

div#other_left dl.backup dd{
	margin-left:12em;
	_margin-left:12em;
	padding:7px 0 0 7px;
	border:1px solid #ccc;
	height:87px;
	background-color:#fafafa;
	
}

/* 入金の仕組み・・ */
h5.pay_title{
width:98%;
	border-bottom: 2px dotted #999;
	font-size:120%;
	margin:10px 0;
	padding:0 5px;
}


table.pay_jmoc{
width:99.5%;


}
table.pay_jmoc th{
	background-color:#7fbfff;
  color:#fff;
}


table.pay_jmoc td{
  padding:4px 0 3px 0;
	text-align:center;
	border-top: 1px dotted #999;	
}

table.pay_jmoc td.koumoku{
	background-color:#d1e8ff;
}

table.pay_jmoc td.end{
	border-left: 1px dotted #999;	
	font-size:110%;
	font-weight:bold;
}

.jmoc{

color:#0033ff;
}

ul#rececom {
margin:0 0 25px 15px;
list-style-type: hiragana-iroha;
}


/* サイトマップ */


ul#site_list{

margin:5px 0 100px 30px;
}
ul#site_list li{
list-style:none;
background:url(../img/sitemap/list_3.gif) no-repeat;
background-position: 0 11px ; 
padding:5px 0 5px 10px;
}

ul#site_list a{
text-decoration: none;
font-size:110%;


}


ul .subsite_list{
margin-left:30px;

}

ul.subsite_list li{
list-style:none;
padding-left:10px;
/* background:url(../img/sitemap/list_3.gif) no-repeat;
background-position: 0 11px ;  */
}
