@charset "UTF-8";
/* CSS Document */

/*
Theme Name: toki-wa
Author: keita tanaka
Version: 1.0
*/


/*------ リセット ---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	outline-style:none;
	line-height:1.3;
}

a{
	text-decoration:none;
}

a:hover {
	color:#C00;
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

/*------ 横幅設定 ---------------------------------------------------------------*/
body{
	background-color:#fff;
}

/*------ 横幅設定 ---------------------------------------------------------------*/
/*#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color:#FFF;
	/*background: url("img/wrap_fbg1.png") repeat-y left top;*/


/*-------メイン-------------------------------------------------------------- */

#main{
	/*background-color:#F90;/*オレンジ*/
	width:960px;
	margin:0 auto;
	zoom:100%;
}

#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
}

#top_left_contents{
	/*background-color:#F00;*/
	width:300px;
	float:left;
	margin-right:30px;
	padding-top: 25px;
}

#left_contents{
	/*background-color:#F00;*/
	width:300px;
	float:left;
	margin-right:30px;
}

#center_contents{
	/*background-color:#00F;*/
	width:300px;
	float:left;
}

#right_contents{
	/*background-color:#FF9;*/
	width:300px;
	float:right;
	padding-top:25px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/


/*-----------パンくずリスト-----------------------------*/
#bread{
	padding:10px 0;
	font-size:14px;
	margin-bottom:40px;
}

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

#header {
	background:url(images/header_bg.gif) repeat-x;
	height:75px;
}

/*-----------各施設ヘッダー-----------------------------*/
#header_each{
	background:url(images/header_bg2.gif) repeat-x;
	height:85px;
	zoom:100%;
}

#header_each:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
}

#header_wrap{
	width:960px;
	height:85px;
	margin:0 auto;
}

#header_wrap h1 a{
	background:url(images/main_logo2.gif);
	width:300px;
	height:0px;
	padding-top:85px;
	overflow:hidden;
	display:block;
	float:right;
}

#et_menu li a{
	background:url(images/header_menu.gif);
	width:112px;
	height:0px;
	padding-top:85px;
	overflow:hidden;
	display:block;
	margin:0 20px 0 0;
	float:left;
}

#et_menu #et_menu2 a{background-position:-132px 0;}
#et_menu #et_menu3 a{background-position:-264px 0;}
#et_menu #et_menu4 a{background-position:-396px 0;}
#et_menu #et_menu5 a{background-position:-528px 0;}

#et_menu #et_menu1 a:hover{background-position:0 -85px;}
#et_menu #et_menu2 a:hover{background-position:-132px -85px;}
#et_menu #et_menu3 a:hover{background-position:-264px -85px;}
#et_menu #et_menu4 a:hover{background-position:-396px -85px;}
#et_menu #et_menu5 a:hover{background-position:-528px -85px;}



/*------ フッター ---------------------------------------------------------------*/
/*------ トップフッター --------------------*/
#footer_home{
	background:rgba(255,255,255,0.9);
	width:100%;
	position:fixed;
	bottom: 0px;
}


#footer_home h1 a{
	background:url(images/main_logo1.png);
	width:300px;
	height:0;
	padding-top:67px;
	margin:10px auto;
}

#footer_home h1 a:hover{
	opacity:0.7;
}

#footer_home nav{
	text-align:center;
	}

#footer_home ul::after{
	display:block;
	content:"";
	clear:both;
}

#footer_home li{
	display:inline-block;
}

#footer_home li a{
	background:url(images/home_menu.png);
	width:185px;
	height:0px;
	padding-top:65px;
	overflow:hidden;
	display:block;
	margin:0 0 0 0;
}

#footer_home li a:hover{
	opacity:0.3;
}

#footer_home #home_menu2 a{background-position:-185px 0;}
#footer_home #home_menu3 a{background-position:-370px 0;}
#footer_home #home_menu4 a{background-position:-555px 0;}
#footer_home #home_menu5 a{background-position:-740px 0;}
#footer_home #home_menu8 a{background-position:-925px 0;}
#footer_home #home_menu6 a{background-position:-1110px 0;}
#footer_home #home_menu7 a{background-position:-1295px 0;}

/*------ フッター --------------------*/
#footer{
	background:url(images/footer_bg.gif);
	height:110px;
	margin-top:20px;
}

#footer_box{
	width:960px;
	margin:0 auto;
}

#footer_box:after{
	content:"";
	display:block;
	clear:both;
}

#footer_box p{
	text-align:right;
	color:rgb(139,139,139);
	font-size:13px;
	padding-top:5px;
}

#footer_box p a{
	color:rgb(139,139,139);
}

#footer_add{
	background:url(images/footer_add.gif);
	width:500px;
	height:0px;
	padding-top:110px;
	overflow:hidden;
	float:left;
}

#copyright{
	padding-top:60px;
	display:block;
	color:rgb(223,30,121);
	font-size:13px;
	text-align:right;
}

/*-------ホーム-------------------------------------------------------------------------------------------------------- */

/*-------レフト----------------------------------------------------------*/
h1 a{
	background:url(images/main_logo1.gif);
	width:300px;
	height:0px;
	padding-top:110px;
	overflow:hidden;
	display:block;
}

#ml_menu{
	margin:20px 0 50px;
}

#ml_menu li a{
	background:url(images/main_menu_tate.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#ml_menu #ml_menu2 a{background-position:0 -50px;}
#ml_menu #ml_menu3 a{background-position:0 -100px;}
#ml_menu #ml_menu4 a{background-position:0 -150px;}
#ml_menu #ml_menu5 a{background-position:0 -200px;}
#ml_menu #ml_menu6 a{background-position:0 -250px;}

#ml_menu #ml_menu1 a:hover{background-position:260px 0;}
#ml_menu #ml_menu2 a:hover{background-position:260px -50px;}
#ml_menu #ml_menu3 a:hover{background-position:260px -100px;}
#ml_menu #ml_menu4 a:hover{background-position:260px -150px;}
#ml_menu #ml_menu5 a:hover{background-position:260px -200px;}
#ml_menu #ml_menu6 a:hover{background-position:260px -250px;}

#left_contents h3, #center_contents h3 {
	font-size:14px;
	border-bottom:solid 1px rgb(139,139,139);
	margin-bottom:10px;
	padding:0 0 5px 10px;
}

#searchform{
	width:210px;
	margin:0 auto;
}

.hidden{
	display:none;
}

.screen-reader-text{
	display:none;
}

#searchform{
	margin-bottom:50px;
}

/*-------センター・ライト----------------------------------------------------------*/
#center_contents h2{
	background:url(images/ichigoichie_title.gif);
	width:298px;
	height:0px;
	padding-top:60px;
	overflow:hidden;
}

#ichigoichie260{
	background:url(images/ichigoichie260.gif);
	width:260px;
	height:0px;
	padding-top:155px;
	overflow:hidden;
	margin:15px auto 0;
}

/*-------ボックス------------------------------------*/
.box{
	width:298px;
	border:solid 1px rgb(178,178,178);
	border-top:none;
	margin-bottom:30px;
}

.ichigo_box{
	font-size:13px;
	margin:150px auto 150px;
}

.ichigo_box p{
	width:240px;
	font-size:13px;
	margin:10px auto;
	text-align:center;
}


.box p{
	width:240px;
	font-size:13px;
	margin:10px auto;
}

.box img{
	width:260px;
	margin:15px 0 20px;
	display:block;
}

.box h4{
	border-bottom:solid 1px rgb(139,139,139);
	font-size:14px;
}

.box h5{
	color: rgb(77, 77, 77);
	font-size:13px;
	margin:20px auto;
	text-align:justify;
	text-justify: inter-ideograph;
}

.box ul{
	
}

.box li{
	font-size:14px;
	border-bottom:solid 1px rgb(139,139,139);
	padding:10px 0;
}

.box li a, .ichiran a, .box p a{
	color:rgb(77,77,77);
}

.box li span{
	font-size:12px;
	color:rgb(77,77,77);
}

.ichiran{
	font-size:12px;
	text-align:right;
	display:block;
	margin:5px 0 10px;
}

.tokiwa_box_top{
	width:258px;
	height:60px;
	border-top: solid 5px rgb(0,151,226);
	padding:0 20px;
}

.otagaisama_box_top{
	width:258px;
	border-top: solid 5px rgb(0,104,55);
	padding:0 20px;
}

.genkisan_box_top{
	width:258px;
	border-top: solid 5px rgb(237,162,59);
	padding:0 20px;
}

.genkisan2_box_top{
	width:258px;
	border-top: solid 5px rgb(255,207,0);
	padding:0 20px;
}

.nonkisan_box_top{
	width:258px;
	border-top: solid 5px rgb(223,28,189);
	padding:0 20px;
}

.aigate_box_top{
	width:258px;
	border-top: solid 5px rgb(144,0,93);
	padding:0 20px;
}

.sunao_box_top{
	width:258px;
	border-top: solid 5px rgb(0,75,255);
	padding:0 20px;
}

.nonkisan-day_box_top{
	width:258px;
	border-top: solid 5px rgb(255,0,0);
	padding:0 20px;
}

#tokiwa_banner a{
	background:url(images/tokiwa_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#otagaisama_banner a{
	background:url(images/otagaisama_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#genkisan_banner a{
	background:url(images/genkisan_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#genkisan2_banner a{
	background:url(images/genkisan2_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#nonkisan_banner a{
	background:url(images/nonkisan_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#aigate_banner a{
	background:url(images/aigate_title.gif);
	width:260px;
	height:0px;
	padding-top:35px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#sunao_banner a{
	background:url(images/sunao_title.png);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

#nonkisan-day_banner a{
	background:url(images/nonkisan-day_title.gif);
	width:260px;
	height:0px;
	padding-top:25px;
	overflow:hidden;
	margin:15px 0 5px;
	display:block;
}

.shisetsu_mainimg_box{
	width:600px;
	margin:0 auto;
}

#tokiwa_banner a:hover, #otagaisama_banner a:hover, #genkisan_banner a:hover, #genkisan2_banner a:hover, #nonkisan_banner a:hover, #aigate_banner a:hover, #nonkisan-day_banner a:hover, #sunao_banner a:hover
{
	opacity:0.3;	
}

/*------------時輪コンテンツ-----------------------------------*/
#contents{
	width:630px;
	float:right;
}

#contents p{
	width:570px;
	font-size:14px;
	margin:0 auto 10px;
	text-align:justify;
	text-justify: inter-ideograph;
	line-height:1.5;
	color:rgb(77,77,77);
}

/*------------会社概要-----------------------------------*/

#gaiyo_title{
	background:url(images/gaiyo_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#toki-wa_aisatsu_title{
	background:url(images/toki-wa_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:10px auto 30px;
}

#toki-wa_aisatsu_title{
	background:url(images/toki-wa_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:10px auto 30px;
}

#toki-wa_rinen_title{
	background:url(images/toki-wa_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_gaiyo_title{
	background:url(images/toki-wa_gaiyo_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_enkaku_title{
	background:url(images/toki-wa_enkaku_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_mieruka_title{
	background:url(images/toki-wa_mieruka_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#gaiyo_table, #gaiyo_table2 {
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#gaiyo_table td,
#gaiyo_table2 td,
#gaiyo_table3 td
{
	padding:3px 10px;
}

#gaiyo_table td:nth-child(odd), #gaiyo_table2 td:nth-child(odd){
	background:rgb(255,200,220);
	color:rgb(77,77,77);
	text-align:center;
}

#gaiyo_table td:nth-child(even), #gaiyo_table2 td:nth-child(even){
	background:#FFF;
}

#gaiyo_table3 {
	width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:20px 0 0 30px;
}

#gaiyo_table3 th{
	background:rgb(255,200,220);
	color:rgb(77,77,77);
	text-align:center;
    padding: 10px 0;
}

#gaiyo_table3 th:nth-of-type(1){
    width: 170px;
}

#gaiyo_table3 th:nth-of-type(2){
    width: 200px;
}

#gaiyo_table3 td{
	background:#FFF;
    line-height: 1.8;
}

.bg_w{
	background:#FFF!important;
	color:rgba(0,0,0,1.00)!important;
	text-align:left!important;
}

/*------------倫理・法令遵守理念-----------------------------------*/
#rh_title{
	background:url(images/rh_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#rh1_title{
	background:url(images/rh1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh2_title{
	background:url(images/rh2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh3_title{
	background:url(images/rh3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh4_title{
	background:url(images/rh4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh5_title{
	background:url(images/rh5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh6_title{
	background:url(images/rh6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#rh7_title{
	background:url(images/rh7_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*------------施設案内-----------------------------------*/

#annai_title{
	background:url(images/annai_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#toki-wa_a1_title{
	background:url(images/toki-wa_a1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:10px auto 30px;
}

#toki-wa_a2_title{
	background:url(images/toki-wa_a2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#annai_box{
	padding:15px;
}

#annai_box img{
	margin:0 0 15px 15px;
}

#annai_top_img{
	float:left;
	margin:0 10px 5px 30px;
}

/*------------アクセス-----------------------------------*/
#access_title{
	background:url(images/access_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

.access_h4{
	width:570px;
	margin:30px auto 5px;
	padding-bottom:5px;
    font-size:16px;
    border-bottom:solid 1px rgb(77, 77, 77);
	color: rgb(77, 77, 77);
}

#toki-wa_map_title{
	background:url(images/toki-wa_map_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:10px auto 30px;
}

#map{
	width:570px;
	margin:20px auto;
}

#toki-wa_map_title{
	background:url(images/toki-wa_map_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_add_title{
	background:url(images/toki-wa_add_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_tokiwa_title{
	background:url(images/toki-wa_tokiwa_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_otagaisama_title{
	background:url(images/toki-wa_otagaisama_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_genkisan_title{
	background:url(images/toki-wa_genkisan_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_nonkisan_title{
	background:url(images/toki-wa_nonkisan_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#toki-wa_aigate_title{
	background:url(images/toki-wa_aigate_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*------------検索-----------------------------------*/
#search_title{
	background:url(images/search_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

/*------------サイトマップ-----------------------------------*/
#sitemap_title{
	background:url(images/sitemap_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#sitemap_list{
    width:600px;
	margin:0 auto!important;
}

/*------------プライバシーポリシー-----------------------------------*/
#privacy_title{
	background:url(images/privacy_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#p1_title{
	background:url(images/p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#p2_title{
	background:url(images/p2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#p3_title{
	background:url(images/p3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#p4_title{
	background:url(images/p4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#p5_title{
	background:url(images/p5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#p6_title{
	background:url(images/p6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}


/*------------お問い合わせ-----------------------------------*/
#mail_title{
	background:url(images/mail_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 40px;
}

#m1_title{
	background:url(images/m1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#mail_table{
	width:600px;
	font-size:13px;
	margin:20px auto;
}

#mail_table td{
	padding:10px;
	line-height:1.3;
	border-bottom: 1px solid #EEEEEE;
	
}

#mail_table td:nth-child(odd){
	width:150px;
	background: url(images/th.jpg) repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px dotted #CCCCCC;
}

#mail_table td span{
	color:#F00;
}

#form-submit{
	width:200px;
	height:30px;
}

.center{
	text-align:center;	
}
/*-------ときわ----------------------------------------------------------*/

/*-------ときわレフトメニュー---------------*/
#tokiwa_left_logo{
	background:url(images/tokiwa_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#tokiwa_menu{
	margin-bottom:50px;
}

#tokiwa_menu li a{
	background:url(images/tokiwa_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#tokiwa_menu #tokiwa_menu2 a{background-position:0 -50px;}
#tokiwa_menu #tokiwa_menu3 a{background-position:0 -100px;}
#tokiwa_menu #tokiwa_menu4 a{background-position:0 -150px;}

#tokiwa_menu #tokiwa_menu1 a:hover{background-position:260px 0;}
#tokiwa_menu #tokiwa_menu2 a:hover{background-position:260px -50px;}
#tokiwa_menu #tokiwa_menu3 a:hover{background-position:260px -100px;}
#tokiwa_menu #tokiwa_menu4 a:hover{background-position:260px -150px;}

/*-------ときわtop---------------*/
#tokiwa_title{
	background:url(images/tokiwa_tokiwa_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#tokiwa_midashi_title{
	background:url(images/tokiwa_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_aisatsu_title{
	background:url(images/tokiwa_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_rinen_title{
	background:url(images/tokiwa_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#tokiwa_table td{
	padding:3px 10px;
}

#tokiwa_table td:nth-child(odd){
	background:rgb(0,150,225);
	color:#FFF;
	text-align:center;
}

#tokiwa_table td:nth-child(even){
	background:#FFF;
}

/*-------サービス---------------*/
#tokiwa_service_title{
	background:url(images/tokiwa_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#tokiwa_s1_title{
	background:url(images/tokiwa_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_s2_title{
	background:url(images/tokiwa_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_s3_title{
	background:url(images/tokiwa_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#tokiwa_s4_title{
	background:url(images/tokiwa_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.tokiwa_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(0,150,225);
	margin: 0 auto 15px;
}

#tokiwa_s3img_title{
	background:url(images/tokiwa_s3img_title.gif);
	width:570px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:30px auto 0;
}

.underscore{
	font-size:15px;
	padding-bottom:5px;
	border-bottom:solid 1px rgb(139,139,139);
	margin:20px 0 10px 30px;
	width:570px;
}

.tokiwa_s_table, .tokiwa_s_table2{
	font-size:14px;
	margin:4px 0 40px 35px;
}

.tokiwa_s_table td{
	width:190px;
	padding:2px 0;
}

.tokiwa_s_table2 td{
	width:570px;
	padding:2px 0;
}

/*-------サービスの流れ---------------*/
#tokiwa_nagare_title{
	background:url(images/tokiwa_nagare_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#tokiwa_n1_title{
	background:url(images/tokiwa_n1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*-------げんきさん----------------------------------------------------------*/

/*-------げんきさんレフトメニュー---------------*/
#genkisan_left_logo{
	background:url(images/genkisan_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#genkisan_menu{
	margin-bottom:50px;
}

#genkisan_menu li a{
	background:url(images/genkisan_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#genkisan_menu #genkisan_menu2 a{background-position:0 -50px;}
#genkisan_menu #genkisan_menu3 a{background-position:0 -100px;}
#genkisan_menu #genkisan_menu4 a{background-position:0 -150px;}

#genkisan_menu #genkisan_menu1 a:hover{background-position:260px 0;}
#genkisan_menu #genkisan_menu2 a:hover{background-position:260px -50px;}
#genkisan_menu #genkisan_menu3 a:hover{background-position:260px -100px;}
#genkisan_menu #genkisan_menu4 a:hover{background-position:260px -150px;}

/*-------げんきさんtop---------------*/
#genkisan_title{
	background:url(images/genkisan_genkisan_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan_midashi_title{
	background:url(images/genkisan_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_aisatsu_title{
	background:url(images/genkisan_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_rinen_title{
	background:url(images/genkisan_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#genkisan_table td{
	padding:3px 10px;
}

#genkisan_table td:nth-child(odd){
	background:rgb(237,162,59);
	color:#FFF;
	text-align:center;
}

#genkisan_table td:nth-child(even){
	background:#FFF;
}

/*-------サービス---------------*/
#genkisan_service_title{
	background:url(images/genkisan_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan_s1_title{
	background:url(images/genkisan_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_s2_title{
	background:url(images/genkisan_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_s3_title{
	background:url(images/genkisan_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_s4_title{
	background:url(images/genkisan_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.genkisan_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(233,133,30);
	margin: 0 auto 15px;
}

#genkisan_s4img_title{
	background:url(images/genkisan_s4img_title.gif);
	width:570px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:30px auto 50px;
}

.genkisan_s_table{
	font-size:14px;
	margin:4px 0 10px 35px;
}

.genkisan_s_table td{
	width:260px;
	padding:2px 0;
}

.w540{
	width:540px!important;
	margin:0 auto 30px!important;
	zoom:100px;
}

.w540:after{
	content:"";
	display:block;
	clear:both;
}

.w540 p{
	width:540px!important;
}

.w540 img{
	padding:4px;
	border: solid 1px rgb(204,204,204);
}

/*-------ご利用料金---------------*/
#genkisan_price_title{
	background:url(images/genkisan_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan_p1_title{
	background:url(images/genkisan_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_p2_title{
	background:url(images/genkisan_p2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_p3_title{
	background:url(images/genkisan_p3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan_p_table{
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:0 0 10px 30px;
}

#genkisan_p_table th{
	background:rgb(237,162,59);
	color:#FFF;
	text-align:center;
	padding:3px 10px;
}

#genkisan_p_table td{
	padding:3px 10px;
	background:#FFF;
	text-align:center;
}

.mt50{
	margin-top:50px;
}

/*-------おたがいさま----------------------------------------------------------*/

/*-------おたがいさまレフトメニュー---------------*/
#otagaisama_left_logo{
	background:url(images/otagaisama_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#otagaisama_menu{
	margin-bottom:50px;
}

#otagaisama_menu li a{
	background:url(images/otagaisama_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#otagaisama_menu #otagaisama_menu2 a{background-position:0 -50px;}
#otagaisama_menu #otagaisama_menu3 a{background-position:0 -100px;}
#otagaisama_menu #otagaisama_menu4 a{background-position:0 -150px;}

#otagaisama_menu #otagaisama_menu1 a:hover{background-position:260px 0;}
#otagaisama_menu #otagaisama_menu2 a:hover{background-position:260px -50px;}
#otagaisama_menu #otagaisama_menu3 a:hover{background-position:260px -100px;}
#otagaisama_menu #otagaisama_menu4 a:hover{background-position:260px -150px;}

/*-------おたがいさまtop---------------*/
#otagaisama_title{
	background:url(images/otagaisama_otagaisama_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#otagaisama_midashi_title{
	background:url(images/otagaisama_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_aisatsu_title{
	background:url(images/otagaisama_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_rinen_title{
	background:url(images/otagaisama_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#otagaisama_table td{
	padding:3px 10px;
}

#otagaisama_table td:nth-child(odd){
	background:rgb(57,167,74);
	color:#FFF;
	text-align:center;
}

#otagaisama_table td:nth-child(even){
	background:#FFF;
}

/*-------サービス---------------*/
#otagaisama_service_title{
	background:url(images/otagaisama_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#otagaisama_s1_title{
	background:url(images/otagaisama_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_s2_title{
	background:url(images/otagaisama_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_s3_title{
	background:url(images/otagaisama_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_s4_title{
	background:url(images/otagaisama_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_s5_title{
	background:url(images/otagaisama_s5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_s6_title{
	background:url(images/otagaisama_s6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.otagaisama_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(0,104,55);
	margin: 0 auto 15px;
}

#otagaisama_s4img_title{
	background:url(images/otagaisama_s4img_title.gif);
	width:570px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:30px auto 50px;
}

.otagaisama_s_table{
	font-size:14px;
	margin:4px 0 10px 35px;
}

.otagaisama_s_table td{
	width:260px;
	padding:2px 0;
}

/*-------ご利用料金---------------*/
#otagaisama_price_title{
	background:url(images/otagaisama_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#otagaisama_p1_title{
	background:url(images/otagaisama_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_p2_title{
	background:url(images/otagaisama_p2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#otagaisama_p_table{
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:0 0 10px 30px;
}

#otagaisama_p_table td{
	padding:3px 10px;
}
#otagaisama_p_table tr:first-of-type td{
	background:rgb(0,132,69) !important;
	color:#FFF;
}

#otagaisama_p_table td:first-of-type{
	background:rgb(0,132,69) !important;
	color:#FFF;
}

#otagaisama_p_table td{
	background:#FFF;
}

#xl_p{
	font-size:60px !important;
}

/*-------のんきさん----------------------------------------------------------*/

/*-------のんきさんレフトメニュー---------------*/
#nonkisan_left_logo{
	background:url(images/nonkisan_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#nonkisan_menu{
	margin-bottom:50px;
}

#nonkisan_menu li a{
	background:url(images/nonkisan_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#nonkisan_menu #nonkisan_menu2 a{background-position:0 -50px;}
#nonkisan_menu #nonkisan_menu3 a{background-position:0 -100px;}
#nonkisan_menu #nonkisan_menu4 a{background-position:0 -150px;}

#nonkisan_menu #nonkisan_menu1 a:hover{background-position:260px 0;}
#nonkisan_menu #nonkisan_menu2 a:hover{background-position:260px -50px;}
#nonkisan_menu #nonkisan_menu3 a:hover{background-position:260px -100px;}
#nonkisan_menu #nonkisan_menu4 a:hover{background-position:260px -150px;}

/*-------のんきさんtop---------------*/
#nonkisan_title{
	background:url(images/nonkisan_nonkisan_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan_midashi_title{
	background:url(images/nonkisan_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_aisatsu_title{
	background:url(images/nonkisan_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_rinen_title{
	background:url(images/nonkisan_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#nonkisan_table td{
	padding:3px 10px;
}

#nonkisan_table td:nth-child(odd){
	background:rgb(255,222,255);
	color:rgb(77,77,77);
	text-align:center;
}

#nonkisan_table td:nth-child(even){
	background:#FFF;
}

.li_no{
	width: 570px;
	margin: 25px auto 0;
	
}

.li_no li{
	list-style-type: decimal;
	list-style-position:inside;
	color: rgb(77, 77, 77);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 10px;
    text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 2em;
	text-indent: -1.5em;
}

/*-------サービス---------------*/
#nonkisan_service_title{
	background:url(images/nonkisan_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan_s1_title{
	background:url(images/nonkisan_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_s2_title{
	background:url(images/nonkisan_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_s3_title{
	background:url(images/nonkisan_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_s4_title{
	background:url(images/nonkisan_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_s5_title{
	background:url(images/nonkisan_s5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan_s6_title{
	background:url(images/nonkisan_s6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.nonkisan_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(223,28,189);
	margin: 0 auto 15px;
}

/*-------サービス---------------*/
#nonkisan_service_title{
	background:url(images/nonkisan_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan_p1_title{
	background:url(images/nonkisan_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*-------料金案内---------------*/
#nonkisan_price_title{
	background:url(images/nonkisan_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan_p_table{
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 10px 30px;
}

#nonkisan_p_table td{
	padding:3px 10px;
}

#nonkisan_p_table tr:first-of-type td{
	background:rgb(255,222,255);
	color:rgb(77,77,77);
}

#nonkisan_p_table td:first-of-type{
	background:rgb(255,222,255);
	color:rgb(77,77,77);
}

#nonkisan_p_table td{
	background:#FFF;
}

/*-------あいがて----------------------------------------------------------*/

/*-------あいがてレフトメニュー---------------*/
#aigate_left_logo{
	background:url(images/aigate_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#aigate_menu{
	margin-bottom:50px;
}

#aigate_menu li a{
	background:url(images/aigate_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#aigate_menu #aigate_menu2 a{background-position:0 -50px;}
#aigate_menu #aigate_menu3 a{background-position:0 -100px;}
#aigate_menu #aigate_menu4 a{background-position:0 -150px;}

#aigate_menu #aigate_menu1 a:hover{background-position:260px 0;}
#aigate_menu #aigate_menu2 a:hover{background-position:260px -50px;}
#aigate_menu #aigate_menu3 a:hover{background-position:260px -100px;}
#aigate_menu #aigate_menu4 a:hover{background-position:260px -150px;}

/*-------あいがてtop---------------*/
#aigate_title{
	background:url(images/aigate_aigate_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#aigate_midashi_title{
	background:url(images/aigate_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_mean_title{
	background:url(images/aigate_mean_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_aisatsu_title{
	background:url(images/aigate_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_rinen_title{
	background:url(images/aigate_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#aigate_table td{
	padding:3px 10px;
}

#aigate_table td:nth-child(odd){
	background:rgb(143,0,93);
	color:#FFF;
	text-align:center;
}

#aigate_table td:nth-child(even){
	background:#FFF;
}

/*-------サービス---------------*/
#aigate_service_title{
	background:url(images/aigate_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#aigate_s1_title{
	background:url(images/aigate_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s2_title{
	background:url(images/aigate_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s3_title{
	background:url(images/aigate_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s4_title{
	background:url(images/aigate_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s5_title{
	background:url(images/aigate_s5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s6_title{
	background:url(images/aigate_s6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_s7_title{
	background:url(images/aigate_s7_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.aigate_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(143,0,93);
	margin: 0 auto 15px;
}

#aigate_s_table{
	max-width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:0 0 10px 30px;
}

#aigate_s_table tr:first-of-type td{
	background:rgb(143,0,93);
	color:#FFF;
	text-align:center;
}

#aigate_s_table td{
	background:#FFF;
	text-align:center;
	padding:3px 10px;
}

/*-------ご利用料金---------------*/
#aigate_price_title{
	background:url(images/aigate_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#aigate_p1_title{
	background:url(images/aigate_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_p2_title{
	background:url(images/aigate_p2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_p3_title{
	background:url(images/aigate_p3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_p4_title{
	background:url(images/aigate_p4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_p5_title{
	background:url(images/aigate_p5_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#aigate_p_table,#aigate_p_table2{
	max-width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:0 0 10px 30px;
}

#aigate_p_table td, #aigate_p_table2 td{
	padding:3px 10px;
}

#aigate_p_table td:first-of-type, #aigate_p_table2 td:first-of-type{
	background:rgb(143,0,93);
	color:#FFF;
	text-align:center;
}

#aigate_p_table tr:first-of-type td{
	background:rgb(143,0,93);
	color:#FFF;
	text-align:center;
}

#aigate_p_table td,#aigate_p_table2 td{
	background:#FFF;
	text-align:center;
}

.mt50{
	margin-top:50px;
}

/*-------げんきさん2----------------------------------------------------------*/

/*-------げんきさん2レフトメニュー---------------*/
#genkisan2_left_logo{
	background:url(images/genkisan2_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#genkisan2_menu{
	margin-bottom:50px;
}

#genkisan2_menu li a{
	background:url(images/genkisan2_menu.gif);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#genkisan2_menu #genkisan2_menu2 a{background-position:0 -50px;}
#genkisan2_menu #genkisan2_menu3 a{background-position:0 -100px;}
#genkisan2_menu #genkisan2_menu4 a{background-position:0 -150px;}

#genkisan2_menu #genkisan2_menu1 a:hover{background-position:260px 0;}
#genkisan2_menu #genkisan2_menu2 a:hover{background-position:260px -50px;}
#genkisan2_menu #genkisan2_menu3 a:hover{background-position:260px -100px;}
#genkisan2_menu #genkisan2_menu4 a:hover{background-position:260px -150px;}

/*-------げんきさん2top---------------*/
#genkisan2_title{
	background:url(images/genkisan2_genkisan2_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan2_midashi_title{
	background:url(images/genkisan2_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_aisatsu_title{
	background:url(images/genkisan2_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_rinen_title{
	background:url(images/genkisan2_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#genkisan2_table td{
	padding:3px 10px;
}

#genkisan2_table td:nth-child(odd){
	background:rgb(255,190,0);
	color:#FFF;
	text-align:center;
}

#genkisan2_table td:nth-child(even){
	background:#FFF;
}

/*-------サービス---------------*/
#genkisan2_service_title{
	background:url(images/genkisan2_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan2_s1_title{
	background:url(images/genkisan2_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_s2_title{
	background:url(images/genkisan2_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_s3_title{
	background:url(images/genkisan2_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_s4_title{
	background:url(images/genkisan2_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.genkisan2_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(255,170,0);
	margin: 0 auto 15px;
}

#genkisan2_s4img_title{
	background:url(images/genkisan2_s4img_title.gif);
	width:570px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:30px auto 50px;
}

.genkisan2_s_table{
	font-size:14px;
	margin:4px 0 10px 35px;
}

.genkisan2_s_table td{
	width:260px;
	padding:2px 0;
}

.w540{
	width:540px!important;
	margin:0 auto 30px!important;
	zoom:100px;
}

.w540:after{
	content:"";
	display:block;
	clear:both;
}

.w540 p{
	width:540px!important;
}

.w540 img{
	padding:4px;
	border: solid 1px rgb(204,204,204);
}

/*-------ご利用料金---------------*/
#genkisan2_price_title{
	background:url(images/genkisan2_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#genkisan2_p1_title{
	background:url(images/genkisan2_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_p2_title{
	background:url(images/genkisan2_p2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_p3_title{
	background:url(images/genkisan2_p3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#genkisan2_p_table{
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:0 0 10px 30px;
}
#genkisan2_p_table th{
	padding:3px 10px;
	background:rgb(255,190,0);
	color:#FFF;
	text-align:center;
}

#genkisan2_p_table td{
	padding:3px 10px;
	background:#FFF;
	text-align:center;
}

.mt50{
	margin-top:50px;
}

.genkisan2_p_table1_width{
	width:150px;
}


/*-------すなお----------------------------------------------------------*/

/*-------すなおレフトメニュー---------------*/
#sunao_left_logo{
	background:url(images/sunao_left_logo.png);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

#sunao_menu{
	margin-bottom:50px;
}

#sunao_menu li a{
	background:url(images/sunao_menu.png);
	width:260px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#sunao_menu #sunao_menu2 a{background-position:0 -50px;}
#sunao_menu #sunao_menu3 a{background-position:0 -100px;}
#sunao_menu #sunao_menu4 a{background-position:0 -150px;}

#sunao_menu #sunao_menu1 a:hover{background-position:260px 0;}
#sunao_menu #sunao_menu2 a:hover{background-position:260px -50px;}
#sunao_menu #sunao_menu3 a:hover{background-position:260px -100px;}
#sunao_menu #sunao_menu4 a:hover{background-position:260px -150px;}

/*-------すなおtop---------------*/
#sunao_title{
	background:url(images/sunao_sunao_title.png);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#sunao_yurai_title{
	background:url(images/sunao_yurai_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#sunao_midashi_title{
	background:url(images/sunao_midashi_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#sunao_aisatsu_title{
	background:url(images/sunao_aisatsu_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.txt_center{
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.sunao_midashi:first-of-type{
    margin-top: 0!important;
}

.sunao_midashi{
	font-size:18px;
	width:570px;
	color:rgb(0,75,225);
	margin: 50px auto 15px;
}

.sunao_midashi2{
	font-size:16px;
	width:570px;
	color:rgb(0,75,225);
	margin: 20px auto 5px;
}


.sunao_table{
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

.sunao_table td{
	padding:3px 10px;
}

.sunao_table td:nth-child(odd){
	background:rgb(0,75,255);
	color:#FFF;
	text-align:center;
}

.sunao_table td:nth-child(even){
	background:#FFF;
}

#sunao_table2{
	width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#sunao_table2 th{
	padding:3px 10px;
    text-align: center;
    background: rgba(0,75,255,1.00);
	color:#FFF;
}

#sunao_table2 td{
    padding:3px 10px;
    text-align: center;
	background:#FFF;
}

.mb15{
    margin-bottom: 15px!important;
}

.mb50{
    margin-bottom: 50px!important;
}

.sunao_table3{
	width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 20px 30px;
}

.sunao_table3 td, .sunao_table4 td{
	padding:5px;
	background:#FFF;
    text-align: center;
}

.sunao_table3 td:first-of-type{
    text-align: left!important;
}

.sunao_table3 tr:first-of-type td{
	background:rgba(0,75,255,1.00);
	color:#FFF;
}

.sunao_table4{
	width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 20px 30px;
}

.table_bg{
	background:rgba(0,75,255,1.00)!important;
	color:#FFF!important;
}

/*-------サービス---------------*/
#sunao_service_title{
	background:url(images/sunao_service_title.png);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#sunao_s1_title{
	background:url(images/sunao_s1_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#sunao_s2_title{
	background:url(images/sunao_s2_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#sunao_s3_title{
	background:url(images/sunao_s3_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#sunao_s4_title{
	background:url(images/sunao_s4_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.sunao_s_table{
	font-size:14px;
	margin:4px 0 10px 35px;
}

.sunao_s_table td{
	width:260px;
	padding:2px 0;
}

.pdf_icon {
    background: url(images/pdf_icon.png) no-repeat;
    padding: 5px 0 0 40px;
    height: 27px;
    margin:0 0 20px 30px!important;
}

/*-------ご利用料金---------------*/
#sunao_price_title{
	background:url(images/sunao_price_title.png);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#sunao_p1_title{
	background:url(images/sunao_p1_title.png);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*-----------すなおブログ-----------------------------*/
#sunao_blog_title{
	background:url(images/sunao_blog_title.png);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.sunao_single_title{
	background:url(images/sunao_single_title.png);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-------blog----------------------------------------------------------*/
#content{
	width:630px;
	padding-top:25px;
	float:right;
}

#content p{
	width:570px;
	font-size:14px;
	margin:0 auto 10px;
	text-align:justify;
	text-justify: inter-ideograph;
	line-height:1.5;
	color:rgb(77,77,77);
}

#allcat_title{
	background:url(images/allcat_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:25px 0 20px;;
}

.cat_list {
    border-bottom: 1px solid #808080;
    margin: 20px auto 0;
    padding-bottom: 10px;
    width: 600px;
}

.cat_list:after {
    clear: both;
    content: "";
    display: block;
}

.new_img_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B6;
    float: left;
    height: 68px;
    margin-right: 12px;
    text-align: center;
    width: 88px;
}

.new_img_box:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.new_img_box img {
    display: inline-block;
    vertical-align: middle;
}

.entry-date{
	font-size:14px;
	color: #4D4D4D;
}

.cat_list h4{
	    margin: 0 0 5px;
}

.cat_list h4 a{
    color: #4D4D4D;
    font-size: 17px;
}

.cat_list p{
	font-size:13px!important;
}

.blog_news_box {
    border-bottom: 1px solid #B2B2B2;
    margin:0 auto 15px;
    padding: 0 0 10px 0;
	width:570px;
}

.blog_news_box:after {
    clear: both;
    content: "";
    display: block;
}

.kanren_title {
	width:590px;
    border-bottom: 2px solid #E0E0E0;
    font-size: 14px;
    margin: 30px auto;
    padding:0 0 5px 10px;
}

.date {
    font-size: 12px;
    margin: 0;
}

.blog_news_box h6 {
    font-size: 14px;
    margin: 0 0 5px;
}

#ichiran_link {
    float: right;
    font-size: 12px;
    margin: 10px 10px 0 30px;
}

/*-----------ページナビ-----------------------------*/
.wp-pagenavi {
    margin: 30px 0 50px;
    text-align: center;
}

/*-----------ときわブログ-----------------------------*/

#tokiwa_blog_title{
	background:url(images/tokiwa_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.tokiwa_single_title{
	background:url(images/tokiwa_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

.entry-meta{
	font-size:14px;
	width:600px;
	color:rgb(77,77,77);
	margin:10px auto 30px;
	text-align:right;
}

.nav_cat{
	font-size:14px;
	width:600px;
	color:rgb(77,77,77);
	margin:0 auto 50px;
	text-align:right;
	clear:both;
}


/*-----------おたがいさまブログ-----------------------------*/

#otagaisama_blog_title{
	background:url(images/otagaisama_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.otagaisama_single_title{
	background:url(images/otagaisama_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-----------げんきさんブログ-----------------------------*/
#genkisan_blog_title{
	background:url(images/genkisan_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.genkisan_single_title{
	background:url(images/genkisan_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-----------のんきさんブログ-----------------------------*/
#nonkisan_blog_title{
	background:url(images/nonkisan_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.nonkisan_single_title{
	background:url(images/nonkisan_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-----------あいがてブログ-----------------------------*/
#aigate_blog_title{
	background:url(images/aigate_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.aigate_single_title{
	background:url(images/aigate_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-----------げんきさん2ブログ-----------------------------*/
#genkisan2_blog_title{
	background:url(images/genkisan2_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.genkisan2_single_title{
	background:url(images/genkisan2_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/*-----------デイサービスのんきさんブログ-----------------------------*/
#nonkisan-day_blog_title{
	background:url(images/nonkisan-day_blog_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

.nonkisan-day_single_title{
	background:url(images/nonkisan-day_single_title.gif);
	width:560px;
	height:30px;
	overflow:hidden;
	padding-left:40px;
	margin:30px auto;
	font-size:18px;
	color:rgb(77,77,77);
}

/* =Images
-------------------------------------------------------------- */

img {
	margin: 0;
}
.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.zigyo_img{
	margin:0 20px 10px 0;
	float:left;
}

.tenpo_img{
	margin:0 20px 10px 20px;
	float:left;
}


/*-----------social_bookmark-----------------------------*/
.wp_social_bookmarking_light{
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	margin:30px auto 0;
	padding: 8px 0px 5px;
	width:600px;
	height:20px;
	clear:both;
}







.clear{
	clear:both;
}

.ta_right{
	text-align:right !important;
}

.red{
	color:#C00;
}










/*-------のんきさん----------------------------------------------------------*/

/*-------のんきさんレフトメニュー---------------*/
#nonkisan-day_left_logo{
	background:url(images/nonkisan-day_left_logo.gif);
	width:300px;
	height:0px;
	padding-top:40px;
	overflow:hidden;
}

/*-------のんきさんtop---------------*/
#nonkisan-day_title{
	background:url(images/nonkisan-day_nonkisan-day_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan-day_midashi_title{
	background:url(images/nonkisan-day_midashi_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_aisatsu_title{
	background:url(images/nonkisan-day_aisatsu_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_rinen_title{
	background:url(images/nonkisan-day_rinen_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_table{
	width:420px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 0 30px;
}

#nonkisan-day_table td{
	padding:3px 10px;
}

#nonkisan-day_table td:nth-child(odd){
	background:rgb(255,0,0);
	color:#FFF;
	text-align:center;
}

#nonkisan-day_table td:nth-child(even){
	background:#FFF;
}

.li_no{
	width: 570px;
	margin: 25px auto 0;
	
}

.li_no li{
	list-style-type: decimal;
	list-style-position:inside;
	color: rgb(77, 77, 77);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 10px;
    text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 2em;
	text-indent: -1.5em;
}

/*-------サービス---------------*/
#nonkisan-day_service_title{
	background:url(images/nonkisan-day_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan-day_s1_title{
	background:url(images/nonkisan-day_s1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_s2_title{
	background:url(images/nonkisan-day_s2_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_s3_title{
	background:url(images/nonkisan-day_s3_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_s4_title{
	background:url(images/nonkisan-day_s4_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_s5_title{
	background:url(images/nonkisan-day_s5_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

#nonkisan-day_s6_title{
	background:url(images/nonkisan-day_s6_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.nonkisan-day_midashi{
	font-size:18px;
	width:570px;
	text-align:justify;
	text-justify: inter-ideograph;
	color:rgb(223,28,189);
	margin: 0 auto 15px;
}

/*-------サービス---------------*/
#nonkisan-day_service_title{
	background:url(images/nonkisan-day_service_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan-day_p1_title{
	background:url(images/nonkisan-day_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

/*-------料金案内---------------*/
#nonkisan-day_price_title{
	background:url(images/nonkisan-day_price_title.gif);
	width:630px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	margin:0 0 20px;;
}

#nonkisan-day_p1_title{
	background:url(images/nonkisan-day_p1_title.gif);
	width:600px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
	margin:60px auto 30px;
}

.nonkisan-day_p_table{
	width:570px;
	font-size:13px;
	border-spacing:1px;
	background:rgb(204,204,204);
	margin:4px 0 10px 30px;
}

.nonkisan-day_p_table th{
	padding:3px 10px;
	background:rgb(255,0,0);
	color:#FFF;
}

.nonkisan-day_p_table td{
	padding:3px 10px;
	background:#FFF;
	text-align: right;
}

.nonkisan-day_p_table td:nth-child(even){
	background:#FFF;
}

















