@charset "UTF-8";

/*
Theme Name: Mobile
Theme URI: http://www.showtem.com/
Description: 
Author: SoftUnique
Author URI: http://www.softunique.jp/
*/


@import "css/reset.css";
@import "css/table.css";
@import "css/flow.css";

/*---------------------------------------*/
/*　　　　　　サイト基本設定　　　　　　*/ 
/*----------------------------------------*/

/*　背景設定　*/

body {
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' ,sans-serif;
	background: url(images/bd_back.gif) repeat-y center top ;
	text-align: center;
}

/*　リンク設定　　*/

a {
	color: #0178FA;
}

a:hover {
	color:#fb6b01;
	background: #FFFACD;	
}


/*　全体枠設定　*/

#wrap {
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
}

	#wrap .tit {
		background: url(images/h1back.gif) repeat-x top left;
	}

	#wrap .tit h1 {
		float: left;
		color: #FFFFFF;
		font-weight: normal;
		line-height: 155%;
		font-size: 13px;
		padding: 0 0 0 10px;
	}


	#wrap .tit h2 {
		color: #FFFFFF;
		font-weight: normal;
		font-size: 13px;
		text-align: right;
		line-height: 155%;
		padding: 0 10px 0 5px;
	}

	#wrap .tit h2 a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#wrap .tit h2 a:hover {
		color: #2356B0;
		background: #E4F2FD;
		text-decoration: none;
	}

	#wrap .tit p {
		position: absolute;
		z-index:3;
		clear: both;
		font-size: 15px;
		color: #555555;
		margin: 32px 10px 0 205px;
		line-height: 125%;
		width:500px;
	}

/*----------------------------------------*/
/*　　　　　　ヘッダー設定　　　　　　　　*/
/*----------------------------------------*/

#header {
	position: absolute;
	z-index:1;
	width: 780px;
	margin:0;	padding: 0;
}

#header .titleback {
	background: url(images/header.jpg) no-repeat top left;
	width: 780px;
	height: 100px;
}
	#header .logo {
		margin: 35px 0 0 2px;
		float: left;
	}

	#header .notice {
		float: right;
		font-size: 14px;
		margin: 22px 0 22px 0;
	}

	#header .navi {
		clear:both;
		width: 780px;
		height:36px;
	}

	#header .navi ul {
		font-size: 16px;
		font-weight: bold; 
		text-align: center;
		margin: 0; padding:0;
		float: left;
	}

	#header .navi ul li {
		display: inline;
	}

	#header .navi ul li.page_item a {
		width: 156px;
		height:36px;
		font-size: 16px;
		padding: 10px 0 0 0;
		background: url(images/navi.gif) no-repeat left top;
		color: #990033;
		text-decoration: none;
		float: left;
	}

	#header .navi ul li.page_item a:hover {
		color: #990033;
		background:url(images/navi.gif) no-repeat right top;
	}

	#header .navi ul li.current_page_item a {
		width: 156px;
		height:36px;
		padding: 10px 0 0 0;
		background:url(images/navi.gif) no-repeat right top;
		color: #990033;
		text-decoration: none;
	}

	#header .navi ul li.current_page_item a:hover {
		background:url(images/navi.gif) no-repeat right top;
	}

		#header .navi ul li.page_item_ask a {
			width: 156px;
			height:36px;
			font-size: 16px;
			padding: 10px 0 0 0;
			background: url(images/navi_last.gif) no-repeat left top;
			color: #990033;
			text-decoration: none;
			float: left;
		}

		#header .navi ul li.page_item_ask a:hover {
			color: #990033;
			background:url(images/navi_last.gif) no-repeat right top;
		}

		#header .navi ul li.current_page_ask a {
			width: 156px;
			height:36px;
			font-size: 16px;
			padding: 10px 0 0 0;
			background:url(images/navi_last.gif) no-repeat right top;
			color: #990033;
			text-decoration: none;
			float: left;
		}

		#header .navi ul li.current_page_ask a:hover {
			background:url(images/navi_last.gif) no-repeat right top;
		}



/*-----------------------------------------*/
/*　　　　　　メイン設定　　　　　　　　　*/
/*----------------------------------------*/

#main_wrap {
	clear:both;
	position: absolute;	z-index:2;
	background: url(images/main_wrap_back.gif) repeat-x top left;
	text-align: justify;
	overflow: hidden;
	text-align: left;
	top:153px;
	width: 780px;
}

/*　パンくずリスト　*/

	#main_wrap .bread {
		position: absolute;
		width: 700px;
		top:11px;
		left: 12px;
		font-size: 12px;
		line-height: 140%;
		color:#555555;
		padding: 0;
	}

		#main_wrap .bread a {
			color:#2356b0;
		}
	
		#main_wrap .bread a:hover {
			color:#fb6b01;
		}

#searchbox {
	position: absolute;
	display: inline;
	top: 7px;
	left:591px;
}

#searchbox1 {
	display: inline;
	width:90%;
	margin: 10px 10px 60px 0; padding:0;
}

	#searchbox .search-box {
		float: left;
		background: url(images/search-bg.gif) no-repeat;
		font-size: 12px;
		border: #B6C9D3 solid;
		border-width: 1px 0 1px 1px;
		width: 150px;
		height: 15px;
		padding:3px 0 3px 5px;
		margin:0;
	}

	* html #searchbox .search-box { /* ie6ハック*/
		float: none;
	}

	#searchbox1 .search-box1 {
		float: left;
		background: url(images/search-bg.gif) no-repeat;
		font-size: 12px;
		border: #B6C9D3 solid;
		border-width: 1px 0 1px 1px;
		width: 150px;
		height: 15px;
		padding:3px 0 3px 5px;
		margin: 0 0 0 35px;
	}

	* html #searchbox1 .search-box1 { /* ie6ハック*/
		float: none;
	}


	#searchbox .search-button {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding:3px 0 3px 5px; margin:0;
	}

	#searchbox1 .search-button1 {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding:3px 0 3px 5px;
		margin: 0;
	}


/*　コンテンツスペース　*/

#content {
	clear: left;
	overflow: hidden;
	float: right;
	width: 560px;
	margin: 60px 0 0 20px;	padding: 0;
	display: inline;
}


	#content .story {
		overflow: hidden;
		width: 560px;
		margin: 0 0 20px 0;	padding: 0;
	}
	
	#content .storyNext {
		overflow: hidden;
		clear:both;
		width: 560px;
		margin: 0;	padding: 20px 0 0 0;
	}


	#content .story h3,#content .storyNext h3 {
		background: url(images/h3_title.gif) no-repeat top left;
		color: #FFFFFF;
		font-size: 16px;		
		line-height: 250%;
		margin: 0;	padding: 0 0 0 32px;
	}


	
	#content .story h4,#content .storyNext h4 {
			background: none;
			margin:0;padding:0;
			border-left: 7px #EF7F25 solid;
			border-bottom: 1px #EF7F25 solid;
			color: #893809;
			font-size: 16px;
			padding: 5px 0 4px 10px;
			margin: 40px 0 15px 2px;
	}

	#content .story h5,#content .storysup h5 {
			clear: both;
			border-bottom: 1px #EF7F25 dotted; 
			color: #EF7F25;
			font-size: 16px;
			line-height: 180%;
			margin: 20px 0 0 0;	padding: 0 0 0 5px;
	}

	#content .story p {
		line-height: 180%;	
		color: #333333;
		font-size: 14px;
		margin: 1em 0 1em 0;	padding: 0 0 0 3px;
	}

	#content .storysup p {
		line-height: 180%;	
		color: #333333;
		font-size: 14px;
		margin: 0.5em 0 0.5em 0;	padding: 0 0 3px 0;
	}


	#content .story ul {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 5px 0;
	}

	#content .story ul li {
		color: #222222;
		background: url(images/ya11r_08.gif) no-repeat 5px 8px;
		font-size: 14px;
		line-height: 180%;
		margin: 3px 5px 3px 20px;	padding: 0 0 0 20px;
	}

		#content .story ul li ul{
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

		#content .story ul li ul li{
			color: #222222;
			font-size: 14px;
			background: url(images/ya11r_08.gif) no-repeat 5px 8px;
			line-height: 180%;
			margin: 3px 5px 3px 15px;	padding: 0 0 0 20px;
		}

	#content .story ol,#content .storyNext ol {
		list-style-type: none;
		line-height: 180%;
		margin: 3px 0 20px 0;
		padding: 0;
	}

	#content .story ol li,#content .storyNext ol li {
		color: #222222;
		background: url(images/pin16.png) #FFFCDB no-repeat 7px 9px;
		border: 1px #FDE0A3 solid;
		font-size: 14px;
		line-height: 180%;
		margin: 5px 25px 10px 28px;
		padding: 5px 0 5px 28px;
	}

	#content .story dl,#content .storyNext dl {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 15px 0px; 
	}

	#content .story dt,#content .storyNext dt {
		color: #333333;
		background:url(images/pin16.png) #FFFCDB no-repeat 5px 6px;
		border: 1px #FDE0A3 solid;
		border-bottom: 1px #c17912 solid;
		border-right: 1px #c17912 solid;
		line-height: 180%;
		font-weight: bold;
		font-size: 14px;
		margin: 20px 0 10px 15px;
		padding: 2px 0 2px 25px;
	}

	#content .story dd,#content .storyNext dd {
		font-size: 14px;
		color: #333333;
		line-height: 180%;
		margin: 0 10px 20px 40px;
		padding: 0;
	}

/*　トップミドル　*/

	#content .top_mid {
		width: 548px;
		background: url(images/top_mid_back.gif) repeat-x left center;
		border: 1px #6988ee solid;
		margin: 10px 0 0 0;	padding: 15px 10px 10px 10px;
	}

		#content .top_mid h3 {
			width: 540px;
			color: #B63800;
			background: none;
			font-size: 16px;		
			line-height: 160%;
			margin: 0;	padding: 0 0 0 2px;
		}

		#content .top_mid p {
			margin: 0 0 10px 0;	padding: 3px 0 3px 5px;
		}

		#content .top_mid ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 10px 0;
		}

			#content .top_mid ul li {
				color: #5F3100;
				background: url(images/ya_list01.gif) no-repeat 4px 5px;
				font-size: 14px;
				font-weight:bold;
				line-height: 160%;
				margin: 3px 5px 3px 15px;	padding: 0 0 0 22px;
			}

/*　トップ求人情報　*/


	#content .job_mid {
		width: 548px;
		background: #fffef3 url(images/job_back.gif) no-repeat top center;
		border: 1px #C6C655 solid;
		margin: 10px 0 0 0;	padding: 8px 0 10px 10px;
	}

		#content .job_mid h3 {
			float: left;
			background: none;
			color: #6c3100;
			font-size: 16px;		
			line-height: 160%;
			margin: 0;	padding: 0 0 0 13px;
		}

		#content .job_mid_tr {
			font-size: 13px;
			text-align: right;
			padding: 3px 10px 2px 5px;
		}

		#content .job_mid p {
			clear: both;
			margin: 0;	padding: 5px 0 3px 5px;
		}

		#content .job_mid ul {
			list-style-type: none;
			line-height: 180%;
			margin: 0;
		}

			#content .job_mid ul li {
				color: #333333;
				background: url(images/ya03r_10.gif) no-repeat 4px 5px;
				font-size: 14px;
				line-height: 160%;
				margin: 3px 5px 3px 0;	padding: 0 0 0 20px;
			}



/*　コンテンツ　*/


	#content .con_mid,#content .con_midbg {
		clear: both;
		width: 548px;
		background: #f8fcff url(images/content_back.gif) no-repeat top center;
		border: 1px #cde0f4 solid;
		margin: 20px 0 0 0;	padding: 8px 0 10px 10px;
	}

	#content .con_midbg {
		background: #fdf9e4 url(images/content_back.gif) no-repeat top center;
	}

		#content .con_mid h3,#content .con_midbg h3 {
			width: 530px;
			background: none;
			color: #203479;
			font-size: 16px;		
			line-height: 160%;
			margin: 0;	padding: 0 0 10px 13px;
		}

		#content .con_mid p,#content .con_midbg p {
			margin: 0;	padding: 10px 10px 3px 7px;
		}

		#content .con_mid ul {
			list-style-type: none;
			line-height: 180%;
			margin: 0;
		}

			#content .con_mid ul li {
				color: #333333;
				background: url(images/yse10r_10.gif) no-repeat 4px 5px;
				font-size: 14px;
				line-height: 160%;
				margin: 3px 5px 3px 0;	padding: 0 0 0 20px;
			}


	#content .con_mid dl {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 15px 0px; 
	}

		#content .con_mid dt {
			color: #E84E97;
			background: none;
			border: 0;
			line-height: 180%;
			font-weight: bold;
			font-size: 14px;
			margin: 10px 0 0 0;
			padding: 2px 0 2px 10px;
		}

		#content .con_mid dd {
			font-size: 14px;
			color: #333333;
			line-height: 180%;
			margin: 0 10px 10px 10px;
			padding: 0;
		}


	#content .shisetsu h4 {
		background:url(images/h4_title_s.gif) no-repeat top left;
		color: #203479;
		font-size: 16px;
		line-height: 270%;
		margin: 20px 0 0 0;	padding: 0 0 0 70px;
	}


	#content .company table{
		border-collapse: collapse;
		padding: 0px;
		margin-top: 20px;
	}

	#content .company table th {
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		padding: 5px;
		vertical-align: top;
		border: 0;
	}

	#content .company table td {
		vertical-align: top;
		font-size: 14px;
		color: #333333;
		padding: 5px;
	}



/*　トップ声　*/

	#content .top_voice {
		clear: both;
	}

	#content .top_voice {
		width: 600px;
		background:none;
		margin: 15px 0 5px 0;	padding: 2px 10px 0 0;
	}


		#content .top_voice h4 {
			background: url(images/top_voice_h4_title.gif) no-repeat top left;
			color: #FFFFFF;
			font-size: 16px;		
			line-height: 240%;
			margin: 0;	padding: 0 0 0 13px;
		}


	#content .top_voice_waku {
		width: 538px;
		background: #e9f8fe;
		border: 1px #bbeafb solid;
/*		background: #fef2f7;
		border: 1px #fde0ed solid; */
		margin: 0 0 10px 0;	padding: 3px 10px 5px 10px;
	}

		#content .top_voice_wakup {
			clear: both;
			padding: 10px 0 0 0;
		}

		#content .top_voice_wakup p {
			clear: both;
			line-height: 150%;
			margin:0; padding: 3px 0 5px 0;
		}


	#content .top_voicel {
		font-size: 14px;
/*		border-bottom: 1px dotted #CCCCCC; */
		border-right: 1px dotted #CCCCCC;
		float: left;
		width: 262px;
		height: 117px;
		margin: 0 ;
		padding:  0 5px 0 0;
	}

	#content .top_voicer {
		font-size: 14px;
/*		border-bottom: 1px dotted #CCCCCC; */
		float: right;
		width: 262px;
		height: 117px;
		margin: 0 ;
		padding:  0 5px 0 0;
	}

		#content .top_voicel img,#content .top_voicer img {
			border-style: none;
			float: left;
			margin:0 10px 5px 0;
			padding: 6px 0 0 0;
		}

		#content .top_voicer img {
			margin:0 10px 0 5px;
		}


		#content .top_voicel p,#content .top_voicer p {
			line-height: 150%;
			margin:0; padding: 7px 0 0 0;
		}


/*　料金プラン,月額費用　*/

#content .pricetable {
	width: 560px;
	text-align: center;
	margin:7px 0 20px 0;
}

	#content .pricetable p {
		color:#333333;
		text-align: left;
		padding:5px 7px 5px 2px;
	}

	#content .subtitle {
		color:#333333;
		text-align: left;
		font-size: 14px;
		padding:15px 7px 5px 2px;
	}

	#content .pricetable table {
		width: 558px;
		margin: 5px 0 5px 2px;
		border-collapse: collapse;
		border-spacing: 0;
	}

	#content .pricetable td,#content .pricetable th {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		text-align: left;
	}

	#content .pricetable th {
		font-weight: normal;
		color:#333333;
		background-color: #FFE2BF;
		text-align:center;
		border: 1px #DFBF99 solid;
		padding: 5px 5px 5px 10px;
	}

	#content .pricetable td {
		text-align:right;
		background-color: none;
		border: 1px #DFBF99 solid;
		padding: 5px 5px 5px 10px;
	}

	#content td.pfl {
		text-align:left;
	}


		#content th.wth1 {
			width: 40%;
		}

		#content th.wth2 {
			width: 30%;
		}

		#content th.wth3 {
			width: 60%;
		}

		#content td.tath2 {
			text-align: right;
		}

/*　実績　*/


	#content .result {
		clear: both;
		width: 560px;
		background:none;
		margin: 10px 0 0 0;	padding: 0;
	}

	#content .result h4 {
			border-left: 7px #EF7F25 solid;
			border-bottom: 1px #EF7F25 solid;
			color: #EF7F25;
			font-size: 16px;
			line-height: 180%;
			margin: 20px 0 0 0;	padding: 0 0 0 8px;
	}


	#content .result_waku {
		width: 560px;
		margin: 0 0 10px 0;	padding: 3px 10px 5px 10px;
	}


	#content .resultl {
		font-size: 14px;
		float: left;
		width: 230px;
		margin: 0 ;
		padding:  0 5px 0 0;
	}

	#content .resultr {
		font-size: 14px;
		float: right;
		width: 320px;
		margin: 0 ;
		padding:  0 5px 0 0;
	}

		#content .resultl img,#content .resultr img {
			border-style: none;
			float: left;
			margin:5px 10px 20px 0;
			padding: 6px 0 0 0;
		}

		#content .resultl p,#content .resultr p {
			line-height: 150%;
			text-align: left;
			margin-top:8px ; padding: 0;
		}

/*　テンプレート　*/

	#content .temp {
		clear: both;
		width: 560px;
		margin: 10px 0 5px 0;	padding: 0;
	}


	#content .templ {
		font-size: 14px;
		float: left;
		width: 170px;
		margin: 0 5px 0 0;
		padding:  3px 0;
	}

	#content .templ2 {
		font-size: 14px;
		float: left;
		width: 135px;
		margin: 0 5px 0 0;
		padding:  0;
	}

	#content .templ img {
		margin: 0 0 15px 0;
	}

	#content .templ2 img {
		margin: 0 0 8px 0;
	}

/*　枠　*/

	#content .sq {
		border: 1px #FDE0A3 solid;
		background:#FFFCDB;
		padding: 10px 0;
		margin: 15px 10px 15px 30px;
	}

	#content .sq ul {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 5px 0;
	}

	#content .sq ul li {
		color: #222222;
		background: url(images/limark01.png) no-repeat 7px 4px;
		font-size: 14px;
		line-height: 180%;
		margin: 3px 5px 3px 15px;
		padding: 0 0 0 27px;
	}


	#content .sq01 {
		border: 1px #333333 solid;
		background:#FFFCDB;
		padding: 10px 10px;
		margin: 15px 20px 15px 25px;
	}

	#content .sq01 p {
		font-size: 12px;
		padding: 2px 0;
		margin: 0;
	}

	#content .anshin {
		overflow: hidden;
		width:520px;
		border: 1px #b7bcf7 solid;
		background: #f4fafe;
		padding: 0;
		margin: 10px 0 50px 30px;
	}

	#content .sq_blank {
		overflow: hidden;
		clear:both;
		padding: 0;
		margin: 10px 5px 10px 10px;
	}


/*　写真配置　*/

	#content .photoc {
		color: #666666;
		text-align:center;
		margin: 10px 0 15px 10px;	padding: 2px 0;
		font-size: 13px;
	}

	#content .photor {
		float: right;
		margin: 0 0 7px 7px;	padding: 10px 0 2px 0;
	}

	#content .photol {
		float: left;
		margin: 0 12px 7px 2px;	padding: 10px 0 2px 0;
	}

	#content .photor1 {
		float: right;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 0 7px 7px 7px;	padding: 10px 0 5px 0;
	}

	#content .photol1 {
		float: left;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 0 7px 7px 7px;	padding: 10px 0 2px 0;
	}

	#content .photol2 {
		float: left;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 7px;	padding: 10px 0 2px 0;
	}


/*　登録の流れ、介護の仕事、個人情報保護　*/

	#content .privacy,#content .flow,#content .kaigojob {
		overflow: hidden;
		width: 560px;
		margin: 0 0 20px 0;	padding: 0;
	}

		#content .privacy h3,#content .flow h3,#content .kaigojob h3 {
		background: url(images/h3_title.gif) no-repeat top left;
		color: #FFFFFF;
		font-size: 16px;		
		line-height: 240%;
		margin: 0;	padding: 0 0 10px 32px;
		}

		#content .privacy h4 {
			clear: both;
			border-bottom: 1px #EF7F25 dotted; 
			color: #EF7F25;
			font-size: 16px;
			line-height: 180%;
			margin: 20px 0 0 0;	padding: 0 0 0 5px;
		}

		#content .flow h4,#content .kaigojob h4 {
			clear: both;
			color: #256C9E;
			font-size: 16px;
			line-height: 190%;
			margin: 30px 0 0 0;	padding: 0 0 0 35px;
		}

		#content .kaigojob h4 {
			color: #E84E97;
		}

		#content .privacy p,#content .flow p,#content .kaigojob p {
			line-height: 180%;
			text-align:justify;
			color: #333333;
			font-size: 14px;
			margin: 0 0 10px 0;	padding: 5px 0 0 5px;
		}


		#content .privacy ul,#content .flow ul {
			list-style-type:disc;
			line-height: 180%;
			text-align:justify;
			margin: 5px 0 5px 30px;
		}

			#content .privacy ul li,#content .flow ul li {
				color: #333333;
/*				background: url(images/ya_list01.gif) no-repeat 5px 6px; */
				font-size: 14px;
				line-height: 180%;
				margin: 5px 0 3px 0;	padding: 0;
			}

		#content .flow1 {
			background: url(images/flow1.gif) no-repeat top left;
		}

		#content .flow2 {
			background: url(images/flow2.gif) no-repeat top left;
		}

		#content .flow3 {
			background: url(images/flow3.gif) no-repeat top left;
		}

		#content .flow4 {
			background: url(images/flow4.gif) no-repeat top left;
		}
		#content .flow5 {
			background: url(images/flow5.gif) no-repeat top left;
		}

		#content .flow6 {
			background: url(images/flow6.gif) no-repeat top left;
		}

		#content .flow7 {
			background: url(images/flow7.gif) no-repeat top left;
		}

		#content .kaigojob1 {
			background: url(images/smile.gif) no-repeat top left;
		}



/*　よくある質問　*/

	#content .qa dl {
		list-style-type: none;
		line-height: 180%;
		margin: 3px 0 12px 0;
		padding: 0;
	}

	#content .qa dt {
		color: #333333;
		background: url(images/q01.gif) #FFFCDB no-repeat 5px 8px;
		line-height: 180%;
		font-weight: bold;
		margin: 25px 5px 15px 0;
		padding: 3px 0 3px 35px;
	}

	#content .qa dd {
		color: #222222;
		background: url(images/a01.gif) no-repeat 5px 5px;
		line-height: 180%;
		margin: 15px 5px 35px 0;
		padding: 0 0 0 35px;
	}

	#content .qa hr {
		width: 98%;
		text-align:center;
		border: 1px #CCCCCC dotted;
	}

/*	検索結果	*/

	#content .search {
		overflow: hidden;
		width: 560px;
		margin: 0 0 20px 0;	padding: 0;
	}

		#content .search h3 {
		background: url(images/h3_title.gif) no-repeat top left;
		color: #FFFFFF;
		font-size: 16px;		
		line-height: 250%;
		margin: 0;	padding: 0 0 0 32px;
		}
	
		#content .search ul {
			line-height: 180%;
			margin: 3px 0 20px 25px;
			padding: 0;
		}

		#content .search ul li{
			color: #222222;
			font-size: 14px;
			line-height: 180%;
			margin: 0 25px 5px 25px;
			padding: 5px 0 5px 10px;
		}

		#content .search p {
			line-height: 180%;	
			color: #222222;
			font-size: 14px;
			margin: 1em 0 1em 1em;	padding: 3px 5px 3px 15px;
		}



/*	フォームテーブル	*/

#content .form1 {
	width: 560px;
	text-align: center;
	margin:7px 0 20px 1px;
}

	#content .form1 p {
		font-size: 13px;
		color:#333333;
		padding:5px 7px 15px 7px;
	}

	#content .form1 table {
		width: 558px;
		border:1px #9CBAE7 solid;
		margin: 5px 0 5px 0;
		border-collapse: collapse;
	}

	#content .form1 td,#content .form1 th {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		border:1px #9CBAE7 solid;
		text-align: left;
	}

	#content .form1 th {
		width: 185px;
		font-weight: bold;
		background-color: #F3F3F3;
		padding: 10px 0 10px 10px;
	}

	#content .form1 td {
		width: 325px;		
		text-align:left;
		background-color: none;
		padding: 10px 5px 10px 10px;
	}

	#content .form1 textarea {
		font-size: 13px;
		line-height: 150%;
	} 

	#content .form1 input {
		margin: 2px 0 0 0;	padding: 2px 0;
	} 



#content .ERR {
	color: #d44;
}


/*　最新情報　*/

/*　ブログ　*/

	#content .storycontent {
		line-height: 180%;
		border: 1px #FFA432 solid;
		width:548px;
		margin: 10px 0 5px 0;
		padding: 5px 5px 10px 5px;
	}

		#content .storycontent h4 {
			color: #FD6D03;
			border: none;
			border-left:7px solid #FFA432;
			background:#FFE3BF;
			line-height: 140%;
			font-size: 12pt;
			margin: 0;
			padding: 5px 10px 3px 10px;
		}

			#content .storycontent h4 a {
				text-decoration: none;
				color: #FD6D03;
				font-size: 12pt;
			}

		#content .storycontent p {
			padding: 5px 5px 8px 15px;
			line-height: 200%;	
			color: #333333;
			font-size: 14px;
		}

		#content .storycontent pre {
			width: 520px;
			font-family: Verdana, Arial, sans-serif;
			background: #f7f7f7;
			border: 1px solid #999999;
			line-height: 140%;
			padding: 3px 10px;
			margin: 15px auto;
			overflow: auto;
			color: #333333;
			font-size: 13px;
		}

		#content .storycontent ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

			#content .storycontent ul li {
				color: #333333;
				background: url(images/ca12_05.gif) no-repeat 5px 9px;
				font-size: 14px;
				line-height: 180%;
				margin: 3px 5px 3px 35px;
				padding: 0 0 0 18px;
			}

		
		#content .datef {
			border-left:7px solid #FFA432;
			background:#FFE3BF;
			line-height: 110%;
			padding: 0 10px 7px 10px;
			margin: 0 0 15px 0;
			text-align: right;
			color:#555555;
			font-size: 9pt;
		}

		#content .meta, #content .meta a {
/*			color: #993333; */
			font-family: Osaka, Verdana, sans-serif;
			margin: 20px 5px 15px 0;
			text-align: right;
			font-size: 9pt;
		}

			#content .meta ul, #content .meta ul li {
				display: inline;
				text-decoration: none;
				background:none;
				margin: 0;	padding: 0;
			}

	#content .news2 {
		width:560px;
		color: #555555;
		line-height: 160%;
		margin: 50px 0 35px 0;
		padding: 0 0 15px 0;
	}

		#content .news2 h3 {
			border: none;
			font-size: 14px;
			margin: 10px 0 0 0;	padding: 3px 5px 3px 0;
		}

		#content .news2 ul {
			list-style-type: none;
			margin: 0 0 0 30px; padding:0;
		}

			#content .news2 ul li {
				background: url(images/ya11r_08.gif) no-repeat 0 7px;
				font-size: 14px;
				margin:0;
				padding: 0 17px 5px 17px;
			}

	#content .news_date {
		text-align: left;
		font-size: 10pt;
		color:#555555;
		margin:0; padding:0 10px 10px 20px;
	}



	#content .cate_date {
		text-align: right;
		font-size: 10pt;
		color:#555555;
		margin:0; padding:0 10px 0 0;
	}


/*　404エラーページ　*/

	#content .er {
		text-align: center;
		font-size: 15px;
		margin: 30px 0 30px 0;
	}

		#content .er p {
			font-size: 15px;
			margin: 0; padding: 10px 0;
		}


/*　分割リンク　*/

#content .navilink {
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin: 0 0 30px 0;
}

/*　　問合せ枠　*/

#content .askspace {
	text-align: center;
	margin: 25px 0 15px 20px;
	padding: 15px 0 0 0;
}


/*　　テキスト右配置　*/

#content .textr {
	font-size: 13px;
	text-align: right;
	margin: 10px 0 10px 0;
}

#content .textr1 {
	font-size: 13px;
	text-align: right;
	margin: 0 10px 0 0;
}

#content .textr2 {
	font-size: 14px;
	color: #333333;
	text-align: right;
	margin: 0 10px 0 0;
}


/*　　ページトップへ　*/

#content .page_top {
	text-align: right;
	font-size: 13px;
	margin: 30px 0 30px 0;
}


/*--------------------------------------*/
/*　　　　　　左メニュー設定　　　　　　*/
/*---------------------------------------*/


#left {
	float: left;
	width: 190px;
	margin: 60px 0 20px 0;  
	display: inline;
}

	#left .menu_img {
		border:0;
		margin:5px 0 0 0;	padding:0;
	}


/*　メニュー　*/

	#left .menu,#left .menuB {
		width: 190px;
		margin: 0;	padding:0;
		/*border: 1px #020b6f solid;*/
	}

		#left .menu h4,#left .menu h5 {
			width: 183px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#FFFFFF;		
			margin:0;	padding: 5px 0 4px 7px;
		}

		#left .menu_b {
			width: 188px;
			background: #fefaf6;
			margin: 0;	padding:0 0 5px 0;
			border: 1px #f3e6d6 solid;
		}



		#left .menu_b p {
			color: #333333;
			font-size: 13px;
			line-height: 130%;
			margin: 0;	padding: 2px 0 0 0;
		}

		#left .menu_b ul,#left .menu_b ul.page_item,
		#left .menu_b ul.current_page_item {
			list-style-type: none;
			text-align: left;
			margin: 10px 3px 0 3px;	padding:0;
		}

			#left .menu_b ul li,	
			#left .menu_b ul li.page_item,
			#left .menu_b ul li.current_page_item {
				color: #333333;
				background: url(images/ya_list.gif) no-repeat 0 7px;
				font-size: 13px;
				line-height: 120%;
				margin: 0 0 0 3px;	padding: 5px 0 5px 13px;
			}

		#left .menu_b dl {
			list-style-type: none;
			line-height: 180%;
		}

			#left .menu_b dt {
				color: #FFFFFF;
				background: #BF740C;
				line-height: 180%;
				font-weight: bold;
				padding: 3px 0;
				text-align: center;
			}

			#left .menu_b dd {
				font-size: 13px;
				color: #5F5F5F;
				background: url(images/yd08r_08.gif) no-repeat 0 5px;
				line-height: 130%;
				margin: 0 0 7px 5px;	padding: 0 0 0 12px;
			}

		#left .menu_b hr {
			width: 98%;
			text-align:center;
			border: 1px #CCCCCC dotted;
		}

		#left .menu_b img {
			border:0;
			margin: 3px 0 3px 5px;	padding:0;
		}

/*　お知らせ　*/

	#left .menu_new {
		width: 190px;
		margin: 15px 0 0 0;	padding:0;
	}

		#left .menu_new h4,#left .menu_new h5 {
			width: 183px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#FFFFFF;		
			margin:0;	padding: 5px 0 4px 7px;
		}

		#left .menu_newb {
			width: 188px;
			background: #fefaf6;
			margin: 0;	padding:0 0 5px 0;
			border: 1px #f3e6d6 solid;
		}


		#left .menu_newb p {
			color: #333333;
			font-size: 13px;
			line-height: 140%;
			margin: 15px 5px 10px 10px;	padding:0;
		}

		#left .menu_newb ul {
			list-style-type: none;
			text-align: left;
			margin: 10px 0 0 0;	padding:0 0 10px 0;
		}

			#left .menu_newb ul li {
				width: 163px;
				background: url(images/ya_list.gif) no-repeat 0 7px;
				line-height: 120%;
				font-size: 13px;
				color: #555555;
				margin:0 0 0 7px; padding: 5px 0 5px 13px;
			}

		#left .menu_new1 {
			color: #333333;
			font-size: 13px;
			line-height: 140%;
			margin: 0;	padding: 2px 1px 5px 5px;
		}



/*　バナー　*/
		
		#left .menu_bannar {
			border:0;
			margin: 15px 0 0 0;	padding:0;
		}

		#left .menu_bannart {
			border:0;
			margin: 0;	padding:0;
		}



		#left .menu_bannarb {
			border:0;
			margin: 20px 0 40px 0;	padding:0;
		}


/*　地図　*/
	#left .map {
		background:url(images/map.gif) no-repeat center center;
		margin:0;
		padding:10px 0 0 0;
	}

	#left .map p {
		color: #555555;
		font-size: 12px;
		line-height: 120%;
		margin:0;
		padding:10px;
	}

/*　W3C　*/

	#left .w3c{
		text-align: center;
		margin: 0;	padding: 10px 0;
	}

	#left .w3c p {
		font-weight: normal;
		color: #444444;
		margin: 5px 5px 0 5px;
	}


/*--------------------------------------*/
/*　　　　　　フッター設定　　　　　　*/
/*--------------------------------------*/

#footer {
	clear: both;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	width: 780px;
	margin:0;	padding: 0;
}

	#footer .f_menu {
		color: #333333;
		text-align: center;
		line-height: 180%;
		width: 780px;
		margin:0;	padding: 12px 0 12px 0;
	}

	#footer a {
		color: #0000FF;
	}

	#footer a:hover {
		color:#fb6b01;
		background: #FFFACD;
	}

	#footer .b_menu {
		color: #FFFFFF;
		background: url(images/footerback.gif);
		font-size:12px;
		text-align: center;
		line-height: 140%;
		width: 780px;
		margin:0;	padding: 10px 0 10px 0;
	}

		#footer .b_menu h3 {
			color: #FFFFFF;
			font-size:12px;
			line-height: 140%;
		}

		#footer .b_menu a {
			color: #FFFFFF;
			text-decoration: none;
		}

		#footer .b_menu a:hover {
			text-decoration: none;
			color:#fb6b01;
			background: #2356b0;
		}

	#footer .showtem_link {
		text-align:right;
		border: none;
		margin:0 10px 0 0;
		padding: 0;
	}

.navigation {
	display: block;
	font-size: 13px;
	margin: 10px 10px 30px 20px;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0 10px 10px; 
}

	
.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 10px; 
}
	.alignleft:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}	


/*-----------------------------------*/
/*　　フォントカラー設定　　　　*/
/*---------------------------------*/

.fred {
	color: #FF0000;
}

.fredb {
	color: #FF0000;
	font-weight:bold;
}

.fored {
	color: #ff3300;
}

.fblue {
	color: #0000FF;
}

.fgreen {
	color: #008300;
}

.fgray {
	color: #808080;
}

.foran {
	color: #FFA500;
}

.fpink {
	color: #E84E97;
}

.fbrown {
	color: #993333;
}


.bfred {
	color: #FF0000;
	font-weight:bold;
}

.bfored {
	color: #ff3300;
	font-weight:bold;
}

.bfblue {
	color: #0000FF;
	font-weight:bold;
}

.bfgreen {
	color: #008300;
	font-weight:bold;
}

.bfgray {
	color: #808080;
	font-weight:bold;
}

.bforan {
	font-weight:bold;
	color: #FFA500;
}

.bfbrown {
	font-weight:bold;
	color: #993333;
}

.bfpink {
	font-weight:bold;
	color: #E84E97;
}

.bfred1,.bfored1,.bfblue1,.bfgreen1,
.bfgray1,.bforan1,.bfbrown1,.bfpink1 {
	font-weight:bold;
	font-size:16px;
}


.bfred1 {
	color: #FF0000;
}

.bfored1 {
	color: #ff3300;
}

.bfblue1 {
	color: #0000FF;
}

.bfgreen1 {
	color: #008300;
}

.bfgray1 {
	color: #808080;
}

.bfbrown1 {
	color: #993333;
}

.bforan1 {
	color: #FFA500;
}

.bfpink1 {
	color: #E84E97;
}


/*------------------------------------*/
/*　　　　　　文字装飾　　　　　　　　　*/
/*---------------------------------*/
.under {
	text-decoration: underline;
}

.under_red {
	border-bottom: 1px #E60012 solid;
}

.under_ored {
	border-bottom: 1px #FF3300 solid;
}

.bg_yel {
	color: #333333;
	font-weight:bold;
	background: #FFFF00;
}


/*--------------------------------*/
/*　　　　　　画像設定　　　*/
/*-------------------------------*/

.img_topt{
	border: none;
	margin:0 0 15px 0;
}

.img_bn{
	border: none;
}

.img_b1{
	border: 1px #FFFFFF solid;
}

.img_marg{
	border: none;
	margin: 5px 0;
}

.img_google{
	width: 75px;
	height: 32px;
	border: none;
	/*background: #FFFFFF;*/
	vertical-align: middle;	
}

.img_fr {
	float: right;
	border: 0;	margin: 0 5px 10px 10px;
}



/*--------------------------------*/
/*　　　　　　フロー解除　　　*/
/*-------------------------------*/

.clear {
	clear: both;
}