@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


a:link,
a:visited{
color:#945A36;
}

a:hover{
	text-decoration: none;
}

br.clear{
	clear: both;
}

span.small{
	font-size: 10px;
}

/*------------------------------------------------------------------------------
common(共通部分)
------------------------------------------------------------------------------*/
body{
	background-color: #EFEFEF;
}

div#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}

div#wrapper{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

/* HEADER */
div#header div#header_left{
	float: left;
	width: 445px;
	padding-top: 15px;
	padding-left: 20px;
}

div#header div#header_right{
	float: right;
	width: 455px;
	padding-top: 15px;
	padding-right: 10px;
}


div#header div#header_left h1{
	font-size: 10px;
	color: #999999;
}

div#header div#header_right div#header_navi{
	font-size: 10px;
	list-style-type: none;
	text-align: right;
}

div#header div#header_right div#header_navi a,
div#header div#header_right div#header_navi a:link
div#header div#header_right div#header_navi a:visited{
	margin-left: 5px;
	margin-right: 15px;
	color: #333333;
}

div#header div#header_right div#search{
	text-align: right;
}


div#header div#header_right div#search table{
	background-image: url(../images/header_search_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 411px;
	float: right;
	margin-top: 12px;
}

div#header div#header_right div#search table td#search_A{
	width: 95px;
}

div#header div#header_right div#search table td#search_B{
}

div#header div#header_right div#search table td#search_C{
	background-image: url(../images/header_search_sub.jpg);
	background-repeat: no-repeat;
	width: 46px;
}

div#header div#header_right div#search table input.txtbox{
	width: 255px;
}

div#header div#header_right div#search table input.subbox{
	width: 40px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-right: 3px;
}

img.gd04{
margin-left: 80px;
}


/* TOP NAVI */
div#top_navi{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}


div#top_navi li{
	float: left;
	list-style-type: none;
}

div#top_navi li a{
	display: block;
	height: 36px;
	text-indent: -9999px;
}


li#menu_A a{
	background-image: url(../images/top_navi_01.jpg);
	width: 140px;
}

li#menu_B a{
	background-image: url(../images/top_navi_02.jpg);
	width: 100px;
}

li#menu_C a{
	background-image: url(../images/top_navi_03.jpg);
	width: 110px;
}

li#menu_D a{
	background-image: url(../images/top_navi_04.jpg);
	width: 150px;
}

li#menu_E a{
	background-image: url(../images/top_navi_05.jpg);
	width: 140px;
}

li#menu_F a{
	background-image: url(../images/top_navi_06.jpg);
	width: 125px;
}

li#menu_G a{
	background-image: url(../images/top_navi_07.jpg);
	width: 115px;
}

/* TOP_NAVI HOVER */
li#menu_A a:hover{
	background-image: url(../images/top_navi_hover_01.jpg);
}

li#menu_B a:hover{
	background-image: url(../images/top_navi_hover_02.jpg);
}

li#menu_C a:hover{
	background-image: url(../images/top_navi_hover_03.jpg);
}

li#menu_D a:hover{
	background-image: url(../images/top_navi_hover_04.jpg);
}

li#menu_E a:hover{
	background-image: url(../images/top_navi_hover_05.jpg);
}

li#menu_F a:hover{
	background-image: url(../images/top_navi_hover_06.jpg);
}

li#menu_G a:hover{
	background-image: url(../images/top_navi_hover_07.jpg);
}

/* チラつき防止 */
li#menu_A {
	background-image: url(../images/top_navi_hover_01.jpg);
}

li#menu_B {
	background-image: url(../images/top_navi_hover_02.jpg);
}

li#menu_C {
	background-image: url(../images/top_navi_hover_03.jpg);
}

li#menu_D {
	background-image: url(../images/top_navi_hover_04.jpg);
}

li#menu_E {
	background-image: url(../images/top_navi_hover_05.jpg);
}

li#menu_F {
	background-image: url(../images/top_navi_hover_06.jpg);
}

li#menu_G {
	background-image: url(../images/top_navi_hover_07.jpg);
}

/* line*/
div#line_A{
	margin-bottom: 10px;
	clear: both;
	padding-top: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F5EEE0;
}



/* CONTENTS */
div#contents{
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

div#leftcolumn{
	width: 203px;
	float: left;
}

div#maincolumn{
	width: 655px;
	float: right;
}

div#maincolumn div#main{
	float: left;
	width: 434px;
}

div#maincolumn div#right{
	float: right;
	width: 203px;
}


/* LEFT COLUMN */
div#leftcolumn div.left_A img{
	margin-bottom:5px;
}

div#leftcolumn div.left_navi {
	width: 203px;
	background: url(../images/leftcolumn/side_back.jpg) repeat-y 0 0;
	margin: 10px auto;
}
	div#leftcolumn div.left_navi h3 {
		width: 203px;
		height: 32px;
		padding: 0 0 13px;
	}
	div#leftcolumn div.left_navi ul {
		padding: 0 0 4px;
		list-style: none;
		font-size: 1px;
		text-indent: -9876px;
	}
		div#leftcolumn div.left_navi ul li {
			width: 195px;
			height: 23px;
			margin: 0 4px 10px;
		}
			div#leftcolumn div.left_navi ul li a {
				display: block;
				width: 195px;
				height: 23px;
			}
		div#leftcolumn div.left_navi ul li.money {
			background: url(../images/leftcolumn/side_money.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.money a:hover {
				background: url(../images/leftcolumn/side_money_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.interior {
			background: url(../images/leftcolumn/side_interior.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.interior a:hover {
				background: url(../images/leftcolumn/side_interior_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.plan {
			background: url(../images/leftcolumn/side_plan.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.plan a:hover {
				background: url(../images/leftcolumn/side_plan_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.structure {
			background: url(../images/leftcolumn/side_structure.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.structure a:hover {
				background: url(../images/leftcolumn/side_structure_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.perform {
			background: url(../images/leftcolumn/side_perform.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.perform a:hover {
				background: url(../images/leftcolumn/side_perform_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.security {
			background: url(../images/leftcolumn/side_security.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.security a:hover {
				background: url(../images/leftcolumn/side_security_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.zizai {
			background: url(../images/leftcolumn/side_zizai.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.zizai a:hover {
				background: url(../images/leftcolumn/side_zizai_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.soudan {
			background: url(../images/leftcolumn/side_soudan.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.soudan a:hover {
				background: url(../images/leftcolumn/side_soudan_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.chiba_saitama {
			background: url(../images/leftcolumn/side_chiba_saitama.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.chiba_saitama a:hover {
				background: url(../images/leftcolumn/side_chiba_saitama_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.other {
			background: url(../images/leftcolumn/side_other.gif) no-repeat 0 0;
		}
			div#leftcolumn div.left_navi ul li.other a:hover {
				background: url(../images/leftcolumn/side_other_on.gif) no-repeat 0 0;
			}

		div#leftcolumn div.left_navi ul li.tokyo {
			width: 176px;
			background: url(../images/leftcolumn/side_tokyo.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 25px;
		}
		div#leftcolumn div.left_navi ul li.kanagawa {
			width: 176px;
			background: url(../images/leftcolumn/side_kanagawa.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 25px;
		}

		div#leftcolumn div.left_navi ul li.inside {
			width: 150px;
			background: url(../images/leftcolumn/side_inside.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 51px;
		}
			div#leftcolumn div.left_navi ul li.inside a {
				width: 150px;
			}div#leftcolumn div.left_navi ul li.inside a:hover {
				background: url(../images/leftcolumn/side_inside_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.outside {
			width: 150px;
			background: url(../images/leftcolumn/side_outside.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 51px;
		}
			div#leftcolumn div.left_navi ul li.outside a {
				width: 150px;
			}div#leftcolumn div.left_navi ul li.outside a:hover {
				background: url(../images/leftcolumn/side_outside_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.yokohama {
			width: 150px;
			background: url(../images/leftcolumn/side_yokohama.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 51px;
		}
			div#leftcolumn div.left_navi ul li.yokohama a {
				width: 150px;
			}div#leftcolumn div.left_navi ul li.yokohama a:hover {
				background: url(../images/leftcolumn/side_yokohama_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.kawasaki {
			width: 150px;
			background: url(../images/leftcolumn/side_kawasaki.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 51px;
		}
			div#leftcolumn div.left_navi ul li.kawasaki a {
				width: 150px;
			}div#leftcolumn div.left_navi ul li.kawasaki a:hover {
				background: url(../images/leftcolumn/side_kawasaki_on.gif) no-repeat 0 0;
			}
		div#leftcolumn div.left_navi ul li.k_others {
			width: 150px;
			background: url(../images/leftcolumn/side_k_others.gif) no-repeat 0 0;
			margin-right: 2px;
			margin-left: 51px;
		}
			div#leftcolumn div.left_navi ul li.k_others a {
				width: 150px;
			}div#leftcolumn div.left_navi ul li.k_others a:hover {
				background: url(../images/leftcolumn/side_k_others_on.gif) no-repeat 0 0;
			}


div.soudan{
	font-size: 12px;
	background-color: #E2E3C9;
	border: 1px solid #838544;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.soudan_title{
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

div.soudan_search{
	background-color: #E2E3C9;
	width: 171px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.soudan_search p{
color:#4D4F16;
}
div.soudan_search input.soudan_txt{

width: 120px;
}

div.soudan table{
	width: 195px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}

div.soudan table td{
	padding: 8px;
	vertical-align: top;
	line-height: 160%;
}

div.left_under img{
	margin-bottom: 10px;
}

/* RIGHT */
div#right{
}

div#right h3{
	background-image: url(../images/rightcolumn/right_bg_h3.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 203px;
	font-size: 12px;
	font-weight: bold;
}

div#right h3 a,
div#right h3 a:link,
div#right h3 a:visited{
	display: block;
	margin-left: 30px;
	padding-top: 7px;
}

div#event_item{
	background-color: #FBF2E4;
	font-size: 12px;
	margin-bottom: 10px;
}

div#event_item div.entry{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #945A36;
}

div#event_item div.entry div.date{
	color: #333333;
}

div#event_item  div.entry div.date img{
	margin-left: 5px;
}


div#event_item div.entry div.title{
	line-height: 160%;
}

div#event_item div.details{
	text-align: right;
	padding: 10px;
}

div#news_item {
	background-color: #FBF2E4;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

div#news_item div.entry{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #945A36;
}

div#news_item div.entry div.date{
	color: #333333;
}

div#news_item div.entry div.date img{
	margin-left: 5px;
}


div#news_item div.entry div.title{
	line-height: 160%;
}

div#news_item div.details{
	text-align: right;
	padding: 10px;
}

/* FOOTER */

div#totop{
	text-align: right;
	margin-right: 25px;
}


div#footer{
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #753600;
	padding-top: 20px;
}

div#footer div#footer_navi{
	font-size:10px;
	color: #753600;
	text-align: center;
}

div#footer div#footer_navi a,
div#footer div#footer_navi a:link,
div#footer div#footer_navi a:visited{
	margin-right: 12px;
	margin-left: 12px;
	text-decoration: none;
}

div#footer div#footer_navi a:hover{
	text-decoration: underline;
}


div#footer address{
	font-size: 10px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

/*------------------------------------------------------------------------------
top
index.html
------------------------------------------------------------------------------*/
div#top_img{
	margin-bottom: 10px;
}


div#top_item_A{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#top_item_A table{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D7654;
	border-right-color: #9D7654;
	border-bottom-color: #9D7654;
	border-left-color: #9D7654;
	margin-top: 10px;
}

div#top_item_A table td{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
	padding: 10px;
	
}

div#top_item_A table th{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
		padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


div#top_item_A p{
	line-height: 160%;
}

div#top_item_A div.details{
	text-align: right;
	margin-top:8px;
	margin-bottom:8px;
}

div#top_item_A div.details a{
  
 margin-left:8px;
}


div#top_item_B{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#top_item_B table{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D7654;
	border-right-color: #9D7654;
	border-bottom-color: #9D7654;
	border-left-color: #9D7654;
	margin-top: 10px;
}

div#top_item_B table td{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
	padding: 10px;
	
}

div#top_item_B table th{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
		padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


div#top_item_B p{
	line-height: 160%;
}

div#top_item_B div.details{
	text-align: right;
	margin-top:8px;
	margin-bottom:8px;
}

div#top_item_B div.details a{
  
 margin-left:8px;
}



div#top_item_C{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#top_item_C table{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D7654;
	border-right-color: #9D7654;
	border-bottom-color: #9D7654;
	border-left-color: #9D7654;
	margin-top: 10px;
	width: 434px;
}

div#top_item_C table td{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
	padding: 10px;
	
}

div#top_item_C table th{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ECE1D7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 143px;
	text-align: left;
}


div#top_item_C p{
	line-height: 160%;
}

div#top_item_C div.details{
	text-align: right;
	margin-top:8px;
	margin-bottom:8px;
}

div#top_item_C div.details a{
  
 margin-left:8px;
}



div#top_item_D{
	background-image: url(../images/top/bg_img_01.gif);
	border: 1px solid #9D7654;
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#top_item_D table{
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8EAD7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9CDB8;
	border-bottom-color: #E9CDB8;
	border-left-color: #FFFFFF;
}

div#top_item_D table td{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9CDB8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#top_item_D table th{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9CDB8;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9CDB8;
}

div#top_item_D table img{
	margin-right: 10px;
}



div#top_item_E{
	background-image: url(../images/top/bg_img_02.gif);
	border: 1px solid #858747;
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#top_item_E table{
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F8D7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9E2B8;
	border-bottom-color: #E9E2B8;
	border-left-color: #FFFFFF;
}

div#top_item_E table td{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E2B8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#top_item_E table th{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E2B8;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E2B8;
	width: 170px;
}
div#top_item_E table img{
	margin-right: 10px;
}

div#top_item_F{
	margin-top: 15px;
}

div#top_item_G{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #9C4802;
	padding-bottom: 10px;
}

div#top_item_G h3{
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C4802;
}


div#top_item_G table{
	width: 415px;
	margin-right: auto;
	margin-left: auto;
}

div#top_item_G table td{
	padding: 10px;
}

div#top_item_G table img{
	margin-right: 10px;
}


div#top_item_H{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#top_item_H h3{
	background-image: url(../images/category/cate_ttl_01.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 404px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 0px; 
	
}

div#top_item_H h3 a,
div#top_item_H h3 a:link,
div#top_item_H h3 a:visited{
	padding-top: 9px;
	display: block;
}

div#top_item_H h3 a:hover{
}

div#top_item_H div#cate_news{
	padding: 18px;
	background-color: #F2F2F2;
	font-size: 12px;
	line-height: 180%;
}
div#top_item_H div#cate_news div.title{
	margin-bottom: 10px;
}
div#top_item_H div#cate_news div.title img{
margin-right: 10px;
}


div#top_item_I{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#top_item_I h3{
	background-image: url(../images/category/cate_ttl_02.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 404px;
	padding-left: 30px;
	font-weight: bold;
}

div#top_item_I h3 a,
div#top_item_I h3 a:link,
div#top_item_I h3 a:visited{
	padding-top: 8px;
	display: block;
}

div#top_item_I h3 a:hover{
}

div#top_item_I div#cate_news{
	padding: 18px;
	background-color: #FBF1E5;
}
div#top_item_I div#cate_news div.title{
	margin-bottom: 10px;
}
div#top_item_I div#cate_news div.title img{
margin-right: 10px;
}



div#cate_search{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#cate_search table{
	width:434px;
	background-image: url(../images/category/search_img_bg.gif);
	background-repeat: repeat-x;
}
div#cate_search table td#cate_search_A{
	
}

div#cate_search table td#cate_search_B input{
width:240px;
}


div#cate_search table td#cate_search_C{
	background-image: url(../images/category/search_img_02.gif);
	width: 67px;
	background-repeat: no-repeat;
}

/*　記事　*/
div#article div.text{ 
	margin: 22px 22px 5px 22px;
	font-size: 12px;
	line-height: 180%;
}


/* ---------------------------------------------
		/club
--------------------------------------------- */

span.admission{
	color: #990033;
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	margin-left: 15px;
}

div#club_head{
	margin: 0 5px 5px 5px;
	width: 100%;
}
div#club_body{
	margin: 0 5px 5px 8px;
	font-size: 12px;
}
div#club_body p{
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 12px;
	line-height: 160%;

}

div#club_body ol{
	padding-left: 5px;
	margin-bottom: 5px;
}
div#club_body h3{
	color: #660033;
	font-weight: bold;
	font-size: 17px;
	line-height: 180%;
	margin-bottom: 4px;
	
}
div#club_body h4{
	background: url(../images/club_ttl_01.jpg) no-repeat left;
	text-indent: -9999px;
	height: 22px;
	margin-top: 7px;
	margin-bottom: 10px;
}
div#club_body h5{
	background: url(../images/club_ttl_02.jpg) no-repeat left; 
	text-indent: -9999px;
	height: 22px;
	margin-top: 7px;
	margin-bottom: 10px;
}
div#club_body h6{
	background: url(../images/club_ttl_03.jpg) no-repeat left;
	text-indent: -9999px;
	height: 22px;
	margin-top: 7px;
	margin-bottom: 10px;
}
/* ---------------------------------------------
		/zizai + /qa
--------------------------------------------- */
div#zizai_head,
div#qa{
}
div#zizai_head h3{
	font-size: 13px;
	line-height: 220%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 8px;
}

div#zizai_head p,
div#qa p{
	font-size: 12px;
	line-height: 200%;
}

div#qa img{
	margin-top: 6px;
	margin-bottom: 12px;
}
div#qa h3{
	color: #993300;
	font-size: 14px;
	line-height: 220%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 8px;
}
div#qa div#staff{
	font-size: 12px;
	border: 1px solid #330000;
	padding: 10px 8px 5px 8px;
}

div#qa div#staff div.staff_ttl{
	margin-bottom: 4px;
	color: #993300;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #993300;
}
div#qa div#staff div.staff_name{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#qa div#staff div.staff_copy{
	padding-left: 10px;
	margin-bottom: 20px;
}
div#qa div.link{
	font-size: 0.84em;
	margin: 16px 24px;
	text-align: right;
	font-weight: bold;
}

/*-----------------------------
	お問い合わせ   <td class="left2">
-----------------------------*/

div.form {
	font-size:12px;
}

div.form .std {
	width:92%;
	margin:0 auto;
}

div.form .std td {
	padding:4px 4px 6px 12px;
	border-bottom:2px dotted  #cccccc;
	background:url(../images/line_height.gif) repeat-y left top;
}

div.form .std .left {
	width:160px;
	vertical-align:top;
	color:#0A86A0;
	white-space:nowrap;
	padding-left:20px;
	background:url(../images/list_bg1.gif) no-repeat 4px 0.5em;
}

div.form .std .left2 {
	vertical-align:top;
	color:#B6AF3A;
	white-space:nowrap;
	padding-left:20px;
	background:url(../images/list_bg2.gif) no-repeat 4px 0.5em;
}

.otoiawase{ width:500px; height:200px;}

h3.otoiawaseh3{
	margin-top: 5px;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:bold;
	color: #220000;
}


/*-----------------------------
	sitemap
-----------------------------*/

#main .sitemap {
	font-size:80%;
	line-height:1.67em;
	width:400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#main .sitemap a {
	font-weight:bold;
}

#main .sitemap dd,#main .sitemap li {
	padding-left:24px;
	list-style: none;
	background: url(../images/leftcolumn/list_mark.gif) 0.5em 0.5em no-repeat;

}

/* その他付け足し色々。後で整理します＾＾； */


div#old_entry {
	text-align: right;
	margin: 5px 0 0;
}

div.next_prev {
	padding: 10px 12px;
	margin: 10px 10px 0;
	text-align: center;
	background: #fff;
}

div.small h3 a {
	font-size: 0.8em !important;
}


div.video {
	width: 425px;
	margin: 30px auto;
}

div.center {
	margin: 10px auto;
	width: 400px;
	text-align: center;
	font-size: 12px;
}

div.login {
	font-size: 12px;
	color: #333;
}
	div.login h2 {
		width: 98%;
		margin: 5px auto 10px;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 4px;
		border-bottom: 1px solid #333;
	}
	div.login p {
		width: 92%;
		margin: 1em auto;
	}
	div.login p span.underline {
		text-decoration: underline;
	}
	div.login form {
		width: 100%;
		margin: 15px auto 5px;
		text-align: center;
	}
	div.login div.caution {
		width: 100%;
		text-align: center;
		font-size: 10px;
		margin: 0 auto 40px;
	}


/* zizai_navi */

div.navi {
	width: 425px;
	height: 33px;
	margin: 10px auto;
}
	div.navi ul {
		width: 425px;
		height: 33px;
		margin: 0;
		list-style: none;
	}
		div.navi ul li {
			float: left;
			width: 135px;
			height: 33px;
			margin-left: 5px;
		}


/* main_contents width:640px; */
div#company,div#privacy {
	font-size: 12px;
	line-height: 150%;
	color: #333;
}
	div#company h2.title, div#privacy h2.title {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 2px solid #C16325;
		padding: 0 0 4px 8px;
		margin: 30px 15px 10px 0;
		color: #562B08;
	}

	div#company p, div#privacy p {
		margin: 0 15px 0 10px;
		text-justify: distribute;
		text-align: justify;
	}
	div#company div.icon_sircle {
		margin-top: 20px;
		font-weight: bold;
		font-size: 14px;
	}
		div#company div.icon_sircle span.red {
			font-size: 12px;
			color: #A06159;
		}

	div#company table {
		border-collapse: collapse;
		border: 1px solid #5D2C04;
		width: 620px;
		margin: 0 auto;
	}
		div#company table td.td_list_aria {
			width: 130px;
			border: 1px solid #5D2C04;
			padding: 5px;
			background: #B15917;
			color: #fee;
		}
		div#company table td.td_text_aria {
			width: 470px;
			border: 1px solid #5D2C04;
			padding: 5px;
			background: #EEEADF;
		}
		div#company table td.C_neutral {
			width: 480px;
			border: 1px solid #5D2C04;
			background: #EEEADF;
		}

div#company table.link {
	border: 0;
	width: 630px;
}
	div#company table.link td {
		border: 0;
		width: 200px;
		padding:5px;
	}


div#privacy td.privacy_policy {
	width: 630px;
	margin: 0 auto;
}
	div#privacy td.privacy_policy {
		list-style-position:outside;
	}
	div#privacy div.text_aria {
		padding-left: 20px;
		clear: both;
	}
		div#privacy div.text_aria h3 {
			margin: 10px 0 5px -15px;
			font-size: 14px;
			font-weight: bold;
			color: #300;
			clear: both;
		}
		div#privacy div.td_waku {
			width: 502px;
			margin: 15px;
		}
			div#privacy div.td_waku div.td_right {
			width: 300px;
			float: left;
			margin-bottom: 10px;
		}
			div#privacy div.td_waku div.td_left {
			width: 200px;
			float: left;
			clear: both;
		}
		div#privacy ol {
			margin-left: 40px;
		}
			div#privacy ol dl {
				margin: 15px 30px;
			}
				div#privacy ol dl dd {
					margin-left: 1em;
					text-indent: -1em;
				}

div#privacy table.co_ca {
	width: 620px;
	margin: 0 auto;
}
	div#privacy table.co_ca td {
		width: 290px;
		padding: 10px;
		border-bottom: 1px dotted #633;
		vertical-align: top;
	}
		div#privacy table.co_ca td h4 {
			font-weight: bold;
			margin-bottom: 8px;
		}
		div#privacy table.co_ca td h4 img {
			margin-right: 8px;
		}

div#privacy ul.caution li {
	width: 600px;
	margin: 0 auto 7px;
}



/*  自在空間  */

ul.zizai_navi {
	list-style: none;
	width: 432px;
	height: 33px;
	margin: 0 auto;
	padding-left: 2px;
}
	ul.zizai_navi li {
		float: left;
		width: 102px;
		margin: 0 6px 0 0;
	}

h2.zizai_title {
	width: 394px;
	height: 30px;
	margin: 20px auto 15px;
	padding: 5px 20px;
	background: url(../images/zizai/h2.jpg) no-repeat 0 0;
	font-weight: bold;
	color: #41240C;
	text-align: left;
	font-size: 18px;
}

div.zizai_right {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

  /*  about.html  */

	div.zizai_about {
		width: 434px;
		text-align: center;
	}
		div.zizai_about p {
			width: 410px;
			font-size: 14px;
			line-height: 150%;
			margin: 25px auto;
			text-align: left;
		}
		div.zizai_about p.center {
			text-align: center;
			line-height: 170%;
		}
		div.zizai_about p.center:first-line {
			text-decoration: underline;
		}
			div.zizai_about p strong {
				font-weight: bold;
				color: #f60;
			}
			div.zizai_about p em {
				color: #f60;
			}


  /*  chara.html  */

	div.zizai_feature {
		width: 434px;
		text-align: center;
	}
		div.zizai_feature ul.number {
			list-style: none;
			text-align: left;
			color: #41240C;
			line-height: 150%;
			margin: 15px 20px 50px 32px;
			font-size: 14px;
		}
			div.zizai_feature ul.number li {
				padding: 0 0 0 30px;
				margin: 0 0 20px;
				height: 3em;
			}
			div.zizai_feature ul.number li.no1 {
				background: url(../images/zizai/feature/no1.jpg) no-repeat 0 0;
			}
			div.zizai_feature ul.number li.no2 {
				background: url(../images/zizai/feature/no2.jpg) no-repeat 0 0;
			}
			div.zizai_feature ul.number li.no3 {
				background: url(../images/zizai/feature/no3.jpg) no-repeat 0 0;
			}
			div.zizai_feature ul.number li.no4 {
				background: url(../images/zizai/feature/no4.jpg) no-repeat 0 0;
			}
			div.zizai_feature ul.number li.no5 {
				background: url(../images/zizai/feature/no5.jpg) no-repeat 0 0;
			}
		div.zizai_feature p {
			font-size: 14px;
			margin: 15px auto;
		}
			div.zizai_feature p strong {
				font-weight: bold;
				color: #f60;
			}

  /*  system.html  */

	div.zizai_system {
		width: 434px;
		text-align: center;
	}
		div.zizai_system h3 {
			text-align: left;
			border-bottom: 1px dashed #ECE1D7;
			font-size: 14px;
			font-weight: bold;
			color: #41240C;
			padding: 4px 5px 6px;
			margin: 0 0 7px;
		}
		div.zizai_system div.mini_title {
			text-align: left;
			margin: 0 0 10px 2px;
		}
		div.zizai_system p.grade {
			font-size: 12px;
			font-weight: bold;
			color: #673401;
			text-align: left;
			margin: 12px 0 10px;
		}

div#zizai_contact {
	width: 420px;
	margin: 10px auto 30px;
	border: 1px solid #945A35;
	background: #FBF2E4;
	font-size: 12px;
}
	div#zizai_contact div.title {
		background: url(../images/zizai/contact_title.jpg) no-repeat 0 0;
		height: 42px;
		text-indent: -9876px;
	}
	div#zizai_contact div.text {
		margin: 15px 12px 0;
		line-height: 150%;
		border-bottom: 1px dotted #945A35;
		padding-bottom: 15px;
	}
	div#zizai_contact div.btn {
		width: 235px;
		height: 40px;
		text-indent: -9876px;
		background: url(../images/zizai/contact_btn.jpg) no-repeat 0 0;
		margin: 10px auto;
	}
		div#zizai_contact div.btn a {
			display: block;
			width: 235px;
			height: 40px;
		}
		div#zizai_contact div.btn a:hover {
			background: url(../images/zizai/contact_btn_on.jpg) no-repeat 0 0;
		}


div#top_item_H div#cate_news a {
	color: #36C;
}
div.main_list div#cate_news a {
	color: #945A36 !important;
}
	div#top_item_H div#cate_news div.next_prev a {
		color: #945A36;
	}

/* blog_txt */

div#kaiin{
	width: 100%;
	background: #FBF5EB;
	padding: 10px;
margin-left: -10px;
}
div#kaiin div#ttl01{
width: 290px;
margin-left: auto;
margin-right: auto;
}
div#kaiin p#ttl{
color:#330000;
font-weight:bold;
	text-align:center;
	border-bottom: 2px solid #330000;
padding-bottom: 5px;
}
div#kaiin div#txtin{
width: 360px;
margin-left: auto;
margin-right: auto;
}
div#kaiin div#txtin2{
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
  margin-bottom: 10px;
}
div#kaiin p.list{
line-height: 130%;}
div#kaiin p{
margin-bottom: 10px;
margin-top: 10px;
}


