@charset "UTF-8";

/*
Theme Name: Naebo Ladiesclinic
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: #FFF5DF /*url(images/bd_back.gif) left top*/ ;
	text-align: center;
}

/*　リンク設定　　*/

a {
	color: #6F4401;
}

a:hover {
	color:#6F4401;
	background: #FFFACD;	
}


/*　全体枠設定　*/

#wrap {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

	#wrap .tit {
		width: 800px;
	}
	
	#wrap .tit h1 {
		float: left;
		color: #6F4401;
		font-weight: normal;
		font-size: 13px;
		padding: 4px 0 2px 10px;
	}


	#wrap .tit h2 {
		color: #6F4401;
		font-weight: normal;
		font-size: 13px;
		text-align: right;
		padding: 4px 10px 2px 5px;
	}

	#wrap .tit h2 a {
		color: #6F4401;
		text-decoration: none;
	}

	#wrap .tit h2 a:hover {
		color: #6F4401;
		text-decoration: none;
		background:none;
	}

	#wrap .tit p {
		position: absolute;
		z-index:4;
		clear: both;
		font-size: 13px;
		color: #FFFFFF;
		margin: 88px 10px 10px 32px;
		line-height: 125%;
		width:305px;
	}

	#wrap .tit_logo {
		position: absolute;
		z-index:5;
		clear: both;
		text-align: left;
		margin: 0 0 0 120px;
	}

		#wrap .tit_logo a {
			background: none;
			text-decoration: none;
		}

		#wrap .tit_logo a:hover {
			background: none;
			text-decoration: none;
		}


/*----------------------------------------*/
/*　　　　　　ヘッダー設定　　　　　　　　*/
/*----------------------------------------*/

#header {
	position: absolute;
	z-index:1;
	background: url(images/header.gif) no-repeat center top;
	width: 800px;
	height: 310px;
	top:25px;
	margin:0;	padding: 0;
}
	#header .notice {
		float: right;
		font-size: 14px;
		width:300px;
		margin: 22px 0 22px 0;
	}

	#header .navi {
		position: absolute;
		z-index:3;
		clear:both;
		width: 800px;
		height:36px;
		top: 293px;
		left: 0px;
		background:#b9ffbf;
		font-weight: bold;
		margin: 0;
	}

	#header .navi ul {
		font-size: 14px;
		text-align: center;
		margin: 0; padding:0;
		float: left;
	}

	#header .navi ul li {
		display: inline;
	}

	#header .navi ul li.page_item a {
		width: 160px;
		height:36px;
		font-size: 14px;
		padding: 12px 0 5px 0;
		background: url(images/navi_off.gif) no-repeat center top;
		color: #6F4401;
		text-decoration: none;
		float: left;
	}

	#header .navi ul li.page_item a:hover {
		color: #6F4401;
		background:url(images/navi_on.gif) no-repeat center top;
	}

	#header .navi ul li.current_page_item a {
		width: 160px;
		height:36px;
		padding: 12px 0 5px 0;
		background:url(images/navi_on.gif) no-repeat center top;
		color: #6F4401;
		text-decoration: none;
		float: left;
	}

	#header .navi ul li.current_page_item a:hover {
		background:url(images/navi_on.gif) no-repeat center top;
	}

	#header .searchbox {
		position: absolute;
		z-index:5;
		display: inline;
		top: 30px;
		right:20px;
	}

	#header .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 #header .search-box { /* ie6ハック*/
		float: none;
	}

	#header .search-button {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding: 3px 0 3px 0;
		margin:0;
	}


/*-----------------------------------------*/
/*　　　　　　メイン設定　　　　　　　　　*/
/*----------------------------------------*/

#main_wrap {
	clear:both;
	position: absolute;	z-index:2;
	text-align: justify;
/*	background: #FFFEF9 url(images/content_back.gif) repeat-y;*/
	background: #FFFEF9;
	overflow: hidden;
	text-align: left;
	top:355px;
	width: 800px;
	margin:0; padding: 0;
}


#searchbox1 {
	display: inline;
	width:90%;
	margin: 30px 10px 60px 0; padding:0;
}

	#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;
	}

	* html #searchbox1 .search-box1 { /* ie6ハック*/
		float: none;
	}

	#searchbox1 .search-button1 {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding:3px 0 3px 0; margin:0;
	}


/*　　　　　　　　*/
/*　トップページ　*/
/*　　　　　　　　*/


#content_top {
	overflow: hidden;
	width: 800px;
	margin: 0;	padding: 0 10px 0 0;
}

	* html #content_top  { /*IE6以下用CSSハック*/
		width: 790px;
		margin: 0 8px 0 0;
	}

	#content_top .top_img {
		width: 800px;
		margin: 0;	padding: 0;
	}


	#content_top .story_up {
		overflow: hidden;
		width: 800px;
		margin: 15px 0 20px 0;	padding: 0;
	}

		#content_top .story_upl {
			float: left;
			display: inline;
			width: 500px;
			margin: 0 0 0 10px;	padding: 0;
		}

		#content_top .story_upl_new {
			width: 500px;
			overflow: hidden;
			color: #A97E00;
			font-size: 13px;
/*			height: 241px; */
			margin: 0;	padding: 00;
		}

			#content_top .story_upl_new ul {
				list-style-type: none;
				margin: 0;	padding: 5px 0;
			}

				#content_top .story_upl_new ul li {
/*					width: 500px; */
					line-height: 160%;
					background: url(images/new_line.gif) no-repeat bottom left;
					margin: 0;	padding:  5px 20px 7px 5px;
				}

				#content_top li.tr {
					color: #A97E00;
					font-size: 13px;
					text-align: right;
					line-height: 160%;
				}


			#content_top .story_upl_new img {
				margin: 0;	padding: 0;
			}


		#content_top .story_upr {
			float: right;
			display: inline;
			width: 280px;
			margin: 0 10px 0 0;	padding: 0;
		}


			#content_top .story_upru {
				width: 280px;
				height: 163px;
				background: url(images/top_upru.gif) no-repeat top left;
				margin: 0;	padding: 0;
			}

				#content_top .story_upru_img {
					float: right;
					margin: 0 0 5px 10px;	padding: 0;
				}

				#content_top .story_upru p {
					font-size: 12px ;
					color: #A97E00;
					line-height: 160%;
					margin: 0;	padding: 7px 0 0 0;
				}

				#content_top .story_upru_p {
					margin: 0;	padding: 27px 5px 0 15px;
				}


				#content_top .story_upru_tr  {
					font-size: 12px ;
					text-align: right;
					color: #A97E00;
					background: url(images/ya01.gif) no-repeat 138px 1px;
					margin: 0;	padding: 0 7px 0 10px;
				}

			#content_top .story_uprb {
				width: 280px;
				height: 79px;
				margin: 0;	padding: 0;
			}

			#content_top .story_uprb1 {
				width: 280px;
				height: 70px;
				margin-top: 10px;	padding: 0;
			}



	#content_top .story_bottom {
		overflow: hidden;
		width: 780px;
		margin: 20px 10px 15px 8px;	padding: 0;
	}

		#content_top .story_bottoml {
			float: left;
			display: inline;
			width: 450px;
			margin: 0;	padding: 0;
		}

		#content_top .story_bottoml_new {
			width: 435px;
			overflow: hidden;
			color: #A97E00;
			font-size: 13px;
			margin: 0;	padding: 0 25px 0 0;
		}

			#content_top .story_bottoml_new ul {
				list-style-type: none;
				margin: 0;	padding: 5px 0;
			}

				#content_top .story_bottoml_new ul li {
					width: 450px;
					line-height: 160%;
					background: url(images/new_line.gif) no-repeat bottom left;
					margin: 0;	padding:  5px 0 7px 10px;
				}

			#content_top .story_bottoml_new img {
				margin: 0;	padding: 0;
			}


		#content_top .story_bottomr {
			float: right;
			display: inline;
			overflow: hidden;
			width: 305px;
			margin: 0 0 20px 0;	padding: 0;
		}

				#content_top .story_bottomr p {
					font-size: 13px ;
					color: #A97E00;
					line-height: 160%;
					margin: 0;	padding: 10px 0 0 0;
				}

				#content_top .story_bottomr img {
					margin: 0;	padding: 0 0 10px 0;
				}

				#content_top .story_bottomr a:hover {
					background:none;
				}


/*　					　*/
/*　コンテンツスペース　*/
/*　					　*/


#content {
	clear: left;
	overflow: hidden;
	float: right;
	width: 570px;
	margin: 0 10px 0 0;	padding: 0;
	display: inline;
}

	* html #content  { /*IE6以下用CSSハック*/
		margin: 0 8px 0 0;
	}



/*　パンくずリスト　*/

	#content .bread {
		position: absolute;	z-index:5;
		width: 570px;
		font-size: 12px;
		line-height: 140%;
		color:#A97E00;
		top:0;
		background: url(images/ya_list01.gif) no-repeat 0 23px;
		padding: 20px 10px 0 12px;
	}

		#content .bread a {
			color:#6F4401;
		}
	
		#content .bread a:hover {
			color:#6F4401;
		}


/*　ストーリー　*/


	#content .story {
		overflow: hidden;
		width: 570px;
		margin: 50px 0 20px 0;	padding: 0;
	}
	
	#content .storyNext {
		overflow: hidden;
		clear:both;
		width: 570px;
		margin: 0;	padding: 20px 0 20px 0;
	}


		#content .story h3,#content .storyNext h3 {
			background: url(images/h2_title.gif) no-repeat top left;
			color: #957643;
			width:580px; height: 35px;
			font-size: 15px;		
			margin: 15px 0 15px 0;	padding: 9px 0 0 20px;
		}

		#content .story h4,#content .storyNext h4 {
			clear: both;
			background: url(images/h4_title.gif) no-repeat top left;
			border-bottom: 1px #6F4401 solid;
			color: #957643;
			font-size: 15px;
			margin: 30px 10px 10px 0;	padding: 5px 0 4px 17px;
		}

		#content .story h5,#content .storysup h5 {
			color: #957643;
			background: none;
			border:none;			
			border-left: #957643 5px solid;
			font-size: 15px;
			margin: 25px 0 15px 0;	padding: 1px 0 1px 5px;
		}

		#content .story p {
			line-height: 180%;	
			color: #A97E00;
			font-size: 14px;
			margin: 10px 0 10px 0;	padding: 3px 10px 3px 2px;
		}

	#content .storysup p {
		line-height: 180%;	
		color: #A97E00;
		font-size: 14px;
		margin: 0.5em 0 1em 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: #A97E00;
		background: url(images/ya_list01.gif) no-repeat 5px 8px;
		font-size: 14px;
		line-height: 180%;
		margin: 3px 5px 3px 35px;	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: #A97E00;
			font-size: 14px;
			background: url(images/ya_list01.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: #A97E00;
		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: #A97E00;
		line-height: 180%;
		margin: 0 10px 20px 40px;
		padding: 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 #A97E00 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 0;	padding: 2px 0;
		font-size: 13px;
	}

	#content .photor {
		float: right;
		color: #666666;
		text-align:center;
		font-size: 13px;
		margin: 0 0 7px 15px;	padding: 7px 0 2px 0;
	}

	#content .photol {
		float: left;
		color: #666666;
		text-align:center;
		font-size: 13px;
		margin: 0 15px 7px 0;	padding: 7px 0 2px 0;
	}



/*　院長メッセージ　*/

	#content .horimoto {
		width: 570px;
		margin: 30px 0 30px 0;	padding: 0;
	}

		#content .horimotol {
			float: left;
			display: inline;
			width: 165px;
			margin: 0;	padding: 0;
		}

				#content .horimotol img {
					margin: 0 0 10px 0;	padding: 0;
				}

		#content .horimotor {
			float: right;
			display: inline;
			overflow: hidden;
			width: 385px;
			margin: 0 10px 30px 0;	padding: 0 10px 0 0;
		}

		* html #content .horimotor { /*IE6以下用CSSハック*/
			width: 385px;
			margin: 0 10px 30px 0;	padding: 0;
		}


				#content .horimotor p {
					font-size: 13px ;
					color: #A97E00;
					line-height: 160%;
					margin: 0;	padding: 5px 0 0 13px;
				}

				#content .horimotor img {
					margin: 0 10px 0 10px;	padding: 0 0 10px 0;
				}


		#content .horimotor table {
			width: 100%;
			border-collapse:collapse;
			margin: 0 10px 0 10px;
		}

		#content .horimotor td,#content .horimotor th {
			font-size: 13px;
			line-height: 120%;
			font-weight: normal;
			vertical-align: top;
			border: none;
			background: none;
			color:#A97E00;
		}

		#content .horimotor th {
			width: 15%;
			padding: 3px 5px;
		}

		#content .horimotor td {
			width: 85%;
			padding: 3px 5px;
		}

	#content .message {
		clear:both;
		width: 560px;
		overflow: hidden;
		margin: 10px 10px 30px 0;	padding: 0;
	}

		#content .message h4 {
			background: url(images/message_back.gif) no-repeat top left;
			border: none;
			margin: 0;	padding: 50px 0 0 10px;
		}

	#content .messagem {
		background: url(images/top_mid_back.gif) repeat-y;
		margin: 0;	padding: 0 10px 20px 10px;
	}


		#content .messagem p {
			line-height: 180%;	
			color: #A97E00;
			text-align: justify;
			font-size: 14px;
			margin: 0;	padding: 10px;
		}


/*　診療のご案内　*/

		#content .guide {
			width: 570px;
			margin: 30px 0 30px 0;	padding: 0;
		}

		#content .guidel {
			float: left;
			display: inline;
			width: 150px;
			margin: 0;	padding: 0;
		}

				#content .guidel img {
					margin: 0 0 30px 0;	padding: 0;
				}

		#content .guider {
			float: right;
			display: inline;
			overflow: hidden;
			width: 400px;
			margin: 0 10px 30px 0;	padding: 0;
		}

			#content .guider h4 {
				color: #f1665a;
				background: none;
				border: none;
				font-size: 16px;
				margin: 0;	padding: 0 0 10px 10px;
			}

				#content .guider_p {
					font-size: 13px;
					color: #A97E00;
					line-height: 160%;
					margin: 0;	padding: 2px 0 0 13px;
				}

				#content .guider img {
					margin: 3px 10px 0 13px;	padding: 0 0 10px 0;
				}


	#content .time {
		clear:both;
		width: 560px;
		overflow: hidden;
		background: url(images/top_mid_back.gif) repeat-y;
		margin: 10px 10px 30px 0;	padding: 0 10px 20px 10px;
	}

		#content .time h4 {
			color: #428902;
			font-size: 16px;
			background: url(images/h4_time_title.gif) no-repeat left top;
			border: none;
			font-size: 16px;
			margin: 10px 0 0 0;	padding: 7px 0 10px 40px;
		}

		#content .time table {
			width: 75%;
			border-collapse: collapse;
			border-spacing: 0;
			border: 1px #D5FF6F solid;
			margin: 0 auto 15px 70px;
		}

			#content .time td,#content .time th {
				font-size: 14px;
				line-height: 140%;
				font-weight: normal;
				vertical-align: top;
				border: none;
				background: none;
				color:#A97E00;
			}

			#content .time th {
				width: 25%;
				padding: 7px 10px;
				border: 1px #D5FF6F solid;
				background: #ddfd91;
			}

			#content .time td {
				width: 75%;
				padding: 7px 10px;
				border: 1px #D5FF6F solid;
				background: #fffDfD;
			}


	#content .guidecar {
		background: url(images/top_mid_back.gif) no-repeat top left;
		margin: 10px 10px 30px 0;	padding: 0 10px 20px 10px;
		}

		#content .guidecar h5 {
			color: #f1665a;
			background: url(images/h5_guide.gif) no-repeat top left;
			border: none;
			font-size: 16px;
			margin: 0;	padding: 12px 0 5px 50px;
		}
		#content .guidecar ol {
			list-style-type: none;
			line-height: 180%;
			margin: 3px 0 20px 0;
			padding: 0;
		}

			#content .guidecar ol li {
				color: #A97E00;
				background: url(images/pin16.png) no-repeat 7px 9px;
				font-size: 14px;
				line-height: 180%;
				border: none;
				margin: 5px 15px 5px 15px;
				padding: 7px 10px 3px 28px;
			}

		#content .guidecar p {
			font-size: 14px ;
			color: #A97E00;
			line-height: 160%;
			margin: 0;	padding: 2px 10px 10px 0;
		}



/*　産科　*/

		#content .mate {
			width: 570px;
			margin: 15px 0 30px 0;	padding: 0;
		}

			#content .mate h3 {
				background: url(images/h3_back01.gif) no-repeat top left;
				color: #957643;
				width:570px; height: 130px;
				font-size: 16px;		
				line-height: 500%;
				margin: 10px 0 0 0;	padding: 40px 0 0 20px;
			}

		#content .matel {
			float: left;
			display: inline;
			width: 150px;
			margin: 0;	padding: 0;
		}

				#content .matel img {
					margin: 0 0 30px 0;	padding: 0;
				}


		#content .mater {
			float: right;
			display: inline;
			overflow: hidden;
			width: 400px;
			margin: 0 10px 30px 0;	padding: 0;
		}

			#content .mater h4 {
				color: #f1665a;
				background: none;
				border: none;
				font-size: 16px;
				margin: 0;	padding: 0 0 10px 10px;
			}

				#content .mater_p {
					font-size: 13px;
					color: #A97E00;
					line-height: 160%;
					margin: 0;	padding: 2px 0 0 13px;
				}

				#content .mater img {
					margin: 3px 10px 0 13px;	padding: 0 0 10px 0;
				}


		#content .mate table {
			width: 80%;
			border-collapse:collapse;
			margin: 0 auto 0 auto;
		}

		#content .mate td,#content .mate th {
			font-size: 14px;
			line-height: 120%;
			font-weight: normal;
			vertical-align: top;
			border: none;
			background: none;
			color:#A97E00;
		}

		#content .mate th {
			width: 18%;
			padding: 4px 5px;
		}

		#content .mate td {
			width: 82%;
			padding: 4px 5px;
		}

		#content .mate h4 {
			color: #957643;
			background: none;
			border:none;			
			border-left: #957643 5px solid;
			font-size: 15px;
			margin: 25px 0 15px 0;	padding: 1px 0 1px 5px;
		}

		#content .mate h5 {
			color: #f1665a;
			background: none;
			border: none;
			font-size: 15px;
			margin: 0;	padding: 10px 0 5px 0;
		}

		#content .mate p {
			font-size: 14px ;
			color: #A97E00;
			line-height: 160%;
			margin: 0;	padding: 2px 10px 10px 0;
		}

		#content .mate ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 20px 0;
		}

			#content .mate ul li {
				color: #A97E00;
				background: url(images/ya_list01.gif) no-repeat 5px 6px;
				font-size: 14px;
				line-height: 180%;
				margin: 3px 5px 3px 15px;	padding: 0 0 0 20px;
			}

		#content .mate ol {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 30px 0;
			padding: 0;
		}

			#content .mate ol li {
				color: #A97E00;
				background: url(images/pin16.png) #FFFFDD no-repeat 7px 10px;
				border: 1px #EFEF9B solid;
				font-size: 14px;
				line-height: 180%;
				margin: 5px 30px 10px 25px;
				padding: 10px 10px 10px 28px;
			}

		#content .mate dl {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 15px 0px; 
		}

			#content .mate dt {
				color: #A97E00;
				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 .mate dd {
				color: #A97E00;
				font-size: 14px;
				line-height: 180%;
				margin: 0 10px 20px 40px;
				padding: 0;
			}

		#content .matewho {
			width: 530px;
			line-height: 180%;
			background: url(images/top_mid_back.gif) repeat-y;
			margin: 10px 0 30px 10px;
			padding: 10px 10px 0 10px;
		}

			#content .matewho h4 {
				text-align:center;
				color: #A97E00;
				background: none;
				border:none;			
				font-size: 15px;
				margin: 10px 0 10px 0;	padding: 3px 0;
			}

			#content .matewho ol {
				list-style-type: none; 
				line-height: 180%;
				margin: 5px 0 15px 0;
				padding: 0 0 0 30px;
			}

				#content .matewho ol li {
					color: #A97E00;
					font-size: 14px;
					line-height: 180%;
					background: none;
					border:none;
					margin: 0;
					padding: 5px 0;
				}

				#content .matewho ol {
					list-style-type: decimal; 
				}

		#content .premama {
			clear: both;
			margin: 15px 0 0 0;	padding: 0;
		}

			#content .premama h4 {
				clear: none;
				color: #f1665a;
				background: none;
				border: none;
				font-size: 15px;
				margin: 0;	padding: 10px 0 5px 0;
			}

	#content .story_mid {
		clear:both;
		overflow: hidden;
		width: 560px;
		background: url(images/top_mid_back.gif) repeat-y;
		margin: 20px 0 30px 0;	padding: 15px 20px 20px 20px;
	}

			#content .story_mid_title {
				margin: 10px 0  0 20px;	padding: 0;
			}


				#content .story_mid p {
					font-size: 14px ;
					color: #A97E00;
					line-height: 180%;
					margin: 0;	padding: 10px 35px 0 35px;
				}

			#content .story_midb {
				width: 540px;
				clear: both;
				margin: 25px 0 10px 10px;	padding: 0;
			}

				#content .story_midbl {
					float: left;
					display: inline;
					width: 210px;
					background: #ffffff; 
					margin: 0 0 30px 20px;	padding: 0;
				} 

				#content .story_midbl2 {
					float: left;
					display: inline;
					width: 210px;
					background: #ffffff; 
					margin: 0 0 30px 50px;	padding: 0;
				} 

				#content .story_midbl_img,#content .story_midbl2_img {
					margin: 0 0 5px 0;	padding: 0;
				}

				#content .story_midbl a:hover,#content .story_midbl2 a:hover {
					background: none;
				}

				#content .story_midbl p,#content .story_midbl2 p {
					font-size: 13px ;
					color: #A97E00;
					line-height: 140%;
					margin: 0;	padding: 0 2px 10px 7px;
				}

				#content .story_midb_tr,#content .story_midb_tr  {
					font-size: 12px ;
					background: url(images/ya01.gif) no-repeat 0px 7px;
					color: #A97E00;
					margin: 0 0 0 10px;	padding: 5px 5px 10px 20px;
				}

				#content .story_midb_tr2  {
					font-size: 12px ;
					background: url(images/ya01.gif) no-repeat 0px 7px;
					color: #A97E00;
					margin: 0 0 0 10px;	padding: 5px 5px 0 20px;
				}

					#content .story_midb_tr a:hover,#content .story_midb_tr2 a:hover {
						background: #FFFACD;	
					}


/*　婦人科　*/

		#content .woman {
			width: 570px;
			margin: 15px 0 30px 0;	padding: 0;
		}

			#content .woman h3 {
				background: url(images/h3_back02.gif) no-repeat top left;
				color: #957643;
				width:560px; height: 60px;
				font-size: 16px;		
				margin: 10px 0 15px 0;	padding: 22px 0 0 20px;
			}

			#content .woman p {
				font-size: 14px ;
				color: #A97E00;
				line-height: 160%;
				margin: 0;	padding: 2px 10px 10px 0;
			}

		#content .womann {
			clear: both;
			width: 560px;
			margin: 0 0 0 0;	padding: 40px 0 30px 0;
		}




/*　よくある質問　*/

	#content .qa dl {
		list-style-type: none;
		line-height: 180%;
		margin: 3px 0 12px 0;
		padding: 0;
	}

	#content .qa dt {
		color: #A97E00;
		background: url(images/q01.gif) #FFFFDD no-repeat 8px 8px;
		line-height: 180%;
		border: 1px #EFEF9B solid;
		font-weight: bold;
		margin: 25px 0 15px 0;
		padding: 3px 0 3px 35px;
	}

	#content .qa dd {
		color: #A97E00;
		background: url(images/a01.gif) no-repeat 8px 5px;
		line-height: 180%;
		margin: 15px 0 35px 0;
		padding: 0 0 0 35px;
	}

	#content .qa hr {
		width: 100%;
		text-align:center;
		border: 1px #CCCCCC dotted;
	}

/*	スタッフ募集	*/

		#content .staff {
			width: 530px;
			line-height: 180%;
			background: url(images/top_mid_back.gif) repeat-y;
			border: #DEDF45 1px solid;
			margin: 20px 0 30px 10px;
			padding: 10px;
		}

			#content .staff h4 {
				text-align:center;
				color: #A97E00;
				background: none;
				border:none;			
				font-size: 15px;
				margin: 10px 0 10px 0;	padding: 3px 0;
			}

			#content .staff p {
				font-size: 14px ;
				color: #A97E00;
				line-height: 160%;
				margin: 0;	padding: 2px 10px 10px 10px;
			}

			#content .staff ol {
				list-style-type: none; 
				line-height: 180%;
				margin: 5px 0 15px 0;
				padding: 0 0 0 30px;
			}

				#content .staff ol li {
					color: #A97E00;
					font-size: 14px;
					line-height: 180%;
					background: none;
					border:none;
					margin: 0;
					padding: 5px 0;
				}

				#content .staff ol {
					list-style-type: decimal; 
				}



/*	検索結果	*/

	#content .search {
		overflow: hidden;
		width: 570px;
		margin: 50px 0 20px 0;	padding: 0;
	}

		#content .search h3 {
			background: url(images/h2_title.gif) no-repeat top left;
			color: #957643;
			width:580px; height: 35px;
			font-size: 15px;		
			margin: 15px 0 15px 0;	padding: 9px 0 0 20px;
		}
	
		#content .search ul {
			line-height: 180%;
			margin: 3px 0 20px 10px;
			padding: 0;
		}

		#content .search ul li{
			color: #A97E00;
			font-size: 14px;
			line-height: 180%;
			margin: 5px 25px 10px 15px;
			padding: 5px 0 5px 5px;
		}

		#content .search p {
			line-height: 180%;	
			color: #A97E00;
			font-size: 14px;
			margin: 0 0 20px 0;	padding: 3px 0;
		}



/*	フォームテーブル	*/

#content .form1 {
	width: 540px;
	text-align: center;
	margin:7px 0 20px 15px;
}

	#content .form1 p {
		font-size: 13px;
		color:#A97E00;
		padding:5px 7px 15px 7px;
	}

	#content .form1 table {
		width: 535px;
		border:1px #DCDAFA solid;
		margin: 5px 0 5px 0;
		border-spacing: 1px;
	}

	#content .form1 td,th {
		font-size: 13px;
		line-height: 150%;
		color:#A97E00;
		text-align: left;
	}

	#content .form1 th {
		width: 185px;
		font-weight: bold;
		background: #D3EDFB;
		border: 0;
		padding: 5px 0 5px 10px;
	}

	#content .form1 td {
		width: 325px;		
		text-align:left;
		background: #ECF5FA;
		padding: 5px;
	}

	#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 .news {
		width: 570px;
		margin: 15px 0 30px 0;	padding: 0;
	}

		#content .news h3 {
				background: url(images/h3_back03.gif) no-repeat top left;
				color: #957643;
				width:560px; height: 60px;
				font-size: 16px;		
				margin: 10px 0 15px 0;	padding: 22px 0 0 20px;
		}

	#content .storycontent {
		color: #A97E00;
		line-height: 200%;
		background: url(images/top_mid_back.gif) repeat-y;
		border: 1px #b9ffbf solid;
		width:557px;
		margin: 20px 10px 5px 0;
		padding: 5px 5px 10px 5px;
	}

		#content .storycontent h4 {
			color: #3e6117;
			border: none;
			border-left:7px solid #b9ffbf;
			background:#f0fcd3;
			line-height: 140%;
			font-size: 11pt;
			margin: 0;
			padding: 5px 10px 3px 10px;
		}

			#content .storycontent h4 a {
				text-decoration: none;
				font-size: 11pt;
			}

		#content .storycontent p {
			padding: 5px 5px 8px 15px;
			line-height: 200%;	
			color: #A97E00;
			font-size: 14px;
		}

		#content .storycontent pre {
			width: 500px;
			font-family: Verdana, Arial, sans-serif;
			background: #f7f7f7;
			border: 1px solid #999999;
			line-height: 140%;
			padding: 3px 10px;
			margin: 15px auto;
			overflow: auto;
			color: #A97E00;
			font-size: 14px;
		}

		#content .storycontent ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

			#content .storycontent ul li {
				color: #A97E00;
				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 #b9ffbf;
			background:#f0fcd3;
			line-height: 110%;
			padding: 0 10px 7px 10px;
			margin: 0 0 15px 0;
			text-align: right;
			color:#A97E00;
			font-size: 9pt;
		}


		#content .news h5 {
			background:url(images/mtb01.gif) no-repeat top left;
			border-bottom: 1px #2356b0 solid;
			color: #957643;
			font-size: 15px;
			margin: 30px 0 10px 0;	padding: 4px 0 3px 15px;
		}

			#content .news h5 a {
				text-decoration: none;
			}

			#content .news p {
				line-height: 180%;	
				color: #A97E00;
				font-size: 14px;
				margin: 10px 0 10px 0;	padding: 3px 10px 3px 10px;
			}

		#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 {
		clear:both;
		width:560px;
		color: #A97E00;
		line-height: 160%;
		margin: 50px 0 35px 0;
		padding: 0 25px 15px 0;
	}

		#content .news2 h5 {
			border: none;
			font-size: 14px;
			margin: 10px 0 0 0;	padding: 3px 5px 3px 0;
		}

		#content .news2 ul {
			margin: 0 0 0 30px; padding:0;
		}

			#content .news2 ul li {
				background: url(images/ya_list01.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:#A97E00;
		margin:0; padding:0 10px 10px 20px;
	}


/*　　コメントページ　*/

#comments {
	margin: 0 0 20px 5px;
}

	#comments .blog_com {
		width:565px;
		margin:0;	padding: 0;
	}

		#comments .blog_com h4 {
			background: none;
			border-left: 7px solid #95D54F;
			border-bottom: 1px solid #95D54F;
			margin:30px 10px 15px 0;	
			font-size: 11pt;
			font-weight: bold;
			padding: 3px 0 3px 8px;
		}

		#comments .blog_com p {
			color:#A97E00;
			padding:0 10px 0 0;
			border:none;
			line-height: 120%;
			font-size: 10pt;
			margin:5px 0 10px 0;
		}


		#comments .blog_com input,#comments .blog_com textarea {
			font-size: 10pt;
			line-height: 140%;
			color:#A97E00;
		}

		#comments .center_blog01 hr {
			width: 80%;
			height: 1px;
			border-style: dotted none none none;
			border-top-color: #C9CACA;
			border-top-width: 1px;
			margin: 10px 0;
		}

	#content .feedback {
		clear: both;
		margin: 15px 10px 0 0; padding: 20px 0 0 0;
	}


	* html #content .feedback { /*IE6以下用CSSハック*/
		padding: 0;
	}

		#content .feedback p {
			font-size: 13px;
		}

		#content .feedback input {
			width:540px;
			background: #FBFBFB;
			margin: 0;
			padding:3px;
		}


/*　枠　*/

	#content .waku {
		clear:both;
		width: 560px;
		overflow: hidden;
		background: url(images/top_mid_back.gif) repeat-y;
		margin: 20px 0 30px 0;	padding: 15px 20px 20px 20px;
	}

		#content .waku p {
			line-height: 180%;	
			color: #A97E00;
			font-size: 14px;
			margin: 10px 10px 10px 0;	padding: 3px 10px 3px 2px;
		}

		#content .waku h4 {
			color: #f1665a;
			background: none;
			border: none;
			font-size: 16px;
			margin: 10px 20px 15px 0;	padding: 0;
		}

		#content .waku table {
			width: 540px;
			border-collapse:collapse;
			margin: 0 10px 0 0;
		}

			#content .waku td,th {
				font-size: 14px;
				line-height: 180%;
				font-weight: normal;
				border: none;
				background: none;
				color:#A97E00;
			}

			#content .waku th {
				width: 270px;
				padding: 2px 5px;
			}

			#content .waku td {
				vertical-align: middle;
				padding: 3px 5px;
			}

		#content .waku dl {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 15px 0px; 
		}

			#content .waku dt {
				color: #A97E00;
				background:url(images/ha01.gif) no-repeat 0 6px;
				line-height: 180%;
				font-weight: bold;
				border: none;
				font-size: 14px;
				margin: 20px 0 5px 0;
				padding: 2px 0 2px 28px;
			}

			#content .waku dd {
				color: #A97E00;
				font-size: 14px;
				line-height: 180%;
				margin: 0 10px 20px 28px;
				padding: 0;
			}


	#content .waku_c {
		text-align:center;
		font-size: 14px;
		color: #A97E00;
		margin: 10px 20px 15px 0;	padding: 2px 0;
	}

		#content .waku_c h4 {
			color: #f1665a;
			background: none;
			border: none;
			font-size: 16px;
			margin: 10px 20px 15px 0;	padding: 0;
		}

		#content .waku_c img {
			margin: 10px 0;
		}

	#content .wakur {
		float: right;
		color: #A97E00;
		margin: 0 10px 7px 15px;	padding: 7px 10px 2px 0;
	}

	#content .wakul {
		float: left;
		color: #A97E00;
		margin: 0 15px 7px 10px;	padding: 7px 0 2px 0;
	}

	#content .waku_w {
		width: 500px;
		background: #FFFFFF;
		margin: 10px 10px 15px 10px;	padding: 10px;
	}

	#content .waku_wb {
		width: 480px;
		clear: both;
		margin:  0 0 0 50px;	padding: 0 10px 0 0;
	}

		#content .waku_wbl {
			float: left;
			display: inline;
			width: 120px;
			background: none;
			font-size: 12px;
			color: #A97E00;
			line-height: 140%;
			margin: 0 0 30px 0;	padding: 0;
		} 

		#content .waku_wbl2 {
			float: left;
			display: inline;
			width: 120px;
			background: none; 
			font-size: 12px;
			color: #A97E00;
			line-height: 140%;
			margin: 0 0 30px 50px;	padding: 0;
		}

		#content .waku_wbl_adobe {
			float: left;
			display: inline;
			background: none;
			font-size: 12px;
			color: #A97E00;
			line-height: 140%;
			margin: 5px 10px 30px 0;	padding: 0;
		} 


			#content .waku_wbl img,#content .waku_wbl2 img {
				margin: 0 0 10px 0;	padding: 0;
			}

			#content .waku_wb p {
				font-size: 13px ;
				color: #A97E00;
				line-height: 140%;
				margin: 0;	padding: 5px 2px 0 7px;
			}


	#content .bookl {
		float:left;
		width: 180px;
		overflow: hidden;
		font-size: 13px;
		line-height: 150%;
		color: #A97E00;
		margin: 15px 0 10px 10px;	padding: 5px 10px 5px 0;
	}

	#content .bookr {
		float:right;
		width: 300px;
		overflow: hidden;
		font-size: 14px;
		line-height: 180%;
		color: #A97E00;
		margin: 15px 10px 10px 10px;	padding: 5px 0 5px 10px;
	}

/*　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 .textr {
	color: #A97E00;
	font-size: 14px;
	text-align: right;
	line-height: 160%;
	margin: 10px 0 10px 0;
}

#content .textrs {
	font-size: 12px;
	color: #A97E00;
	text-align: right;
	margin: 0;
	padding: 0 0 10px 0;
}

#content .t_right {
	color: #A97E00;
	font-size: 14px;
	text-align: right;
	line-height: 180%;
	margin: 10px 0 10px 0;	padding: 0;
}

	#content .t_right p {
		line-height: 180%;
		margin: 0;
		padding: 3px 10px 3px 2px;
	}


/*　　ページトップへ　*/

#content_top .page_top {
	text-align: right;
	font-size: 12px;
	margin: 30px 10px 30px 0; padding: 0;
}
#content .page_top {
	text-align: right;
	font-size: 12px;
	margin: 30px 0 30px 0; padding: 0;
}


	* html #content .page_top,* html #content_top .page_top { /*IE6以下用CSSハック*/
	margin: 30px 0 30px 0; padding: 0;
	}



/*--------------------------------------*/
/*　　　　　　左メニュー設定　　　　　　*/
/*---------------------------------------*/


#left {
	float: left;
	width: 190px;
	margin: 20px 0 0 10px;
	padding: 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;
	}

		#left .menu h4,#left .menuB h4,#left .menu h5 {
			width: 160px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 14px;
			color:#336600;		
			margin:0;	padding: 7px 0 6px 30px;
		}

		#left .menu p,#left .menuB p {
			color: #A97E00;
			font-size: 13px;
			line-height: 130%;
			margin: 15px 5px 10px 10px;	padding:0;
		}

		#left .menu ul,#left .menu ul.page_item,
		#left .menu ul.current_page_item {
			list-style-type: none;
			text-align: left;
			margin: 0;	padding:0;
		}

			#left .menu ul li,	
			#left .menu ul li.page_item,
			#left .menu ul.current_page_item  {
					width: 190px;
			}

				#left .menu ul li a,	
				#left .menu ul li.page_item a {
					width: 166px;
					color: #336666;
					background: url(images/menu.gif) no-repeat top left;
					display: block;
					text-decoration: none;
					font-weight: bold;
					font-size: 13px;
					line-height: 120%;
					margin: 0;	padding: 10px 2px 9px 22px;
				}

				#left .menu ul li.page_item a:hover,
				#left .menu ul li.current_page_item a {
					width: 166px;
					color: #993333;
					background: url(images/menu.gif) no-repeat top right;
					display: block;
					text-decoration: none;
					font-weight: bold;
					font-size: 13px;
					line-height: 120%;
					margin: 0;	padding: 10px 2px 9px 22px;
				}



		#left .menu dl {
			list-style-type: none;
			line-height: 180%;
		}

			#left .menu dt {
				color: #FFFFFF;
				background: #BF740C;
				line-height: 180%;
				font-weight: bold;
				padding: 3px 0;
				text-align: center;
			}

			#left .menu dd {
				font-size: 0.85em;
				color: #5F5F5F;
				background: url(images/yd08r_08.gif) no-repeat 0 5px;
				font-size: 13px;
				line-height: 130%;
				margin: 0 0 7px 5px;	padding: 0 0 0 12px;
			}

		#left .menu hr {
			width: 98%;
			text-align:center;
			border: 1px #CCCCCC dotted;
		}

		#left .menu img {
			border:0;
			margin: 3px 0 3px 5px;	padding:0;
		}


/*　お知らせ　*/

	#left .menu_new {
		width: 190px;
		background:url(images/menu_new_back02.gif) no-repeat bottom left;
		margin: 20px 0 0 0;	padding:0;
	}

		#left .menu_new h4 {
			width: 160px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 14px;
			color:#336600;		
			margin:0;	padding: 7px 0 6px 30px;
		}

		#left .menu_new p {
			color: #A97E00;
			font-size: 13px;
			line-height: 120%;
			margin: 15px 5px 10px 10px;	padding:0;
		}

		#left .menu_new ul {
			list-style-type: none;
			text-align: left;
			background:url(images/menu_new_back01.gif) repeat-y top left;
			margin: 0;	padding:15px 0 10px 0;
		}

			#left .menu_new ul li {
					width: 170px;
					background: url(images/ya_list01.gif) no-repeat 7px 7px;
					line-height: 120%;
					font-size: 13px;
					color: #A97E00;
					margin:0 ; padding: 5px 5px 5px 17px;
			}


/*　バナー　*/
		
		#left .menu_bannar {
			border:0;
			margin: 20px 0 0 0;	padding:0;
		}

		#left .menu_bannarb {
			border:0;
			margin: 20px 0 40px 0;	padding:0;
		}

/*　地図　*/
	#left .map1 {
		background:url(images/map.gif) no-repeat center center;
		margin:0;
		padding:10px 0 0 0;
	}

	#left .map1 p {
		color: #A97E00;
		font-size: 12px;
		line-height: 120%;
		margin:0;
		padding:10px;
	}

/*　W3C　*/

	#left .w3c{
		text-align: center;
		margin: 0;	padding: 10px 0;
	}

	#left .w3c p {
		text-align: left;
		font-weight: normal;
		font-size: 13px;
		color: #444444;
		margin: 5px 5px 0 5px;
	}


/*--------------------------------------*/
/*　　　　　　フッター設定　　　　　　*/
/*--------------------------------------*/

#footer {
	clear: both;
	color: #309A01;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	width: 800px;
	margin:0;	padding: 0;
}

	#footer .f_menu {
		color: #309A01;
		text-align: center;
		line-height: 180%;
		width: 800px;
		margin:0;	padding: 12px 0 12px 0;
	}

	#footer a {
		color: #008fd1;
	}

	#footer a:hover {
		color:#fb6b01;
		background: #FFFACD;
	}

	#footer .b_menu {
		background: url(images/bottom.gif) no-repeat top left;
		color: #6F4401;
		font-size:12px;
		text-align: center;
		line-height: 140%;
		width: 800px;
		margin:0;	padding: 10px 0 0 0;
	}

		#footer .b_menu h3 {
			color: #6F4401;
			font-size:14px;
			line-height: 140%;
			margin: 0;padding: 30px 0 2px 0;
		}

		#footer .b_menu p {
			color: #6F4401;
			font-size:12px;
			line-height: 140%;
			margin: 0;padding: 0 0 2px 0;
		}

		#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 0;
}

.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: #008000;
}

.fgray {
	color: #808080;
}

.foran {
	color: #FFA500;
}

.bfred {
	color: #FF0000;
	font-weight:bold;
}

.bfored {
	color: #ff3300;
	font-weight:bold;
}

.bfblue {
	color: #0000FF;
	font-weight:bold;
}

.bfgreen {
	color: #008000;
	font-weight:bold;
}

.bfgray {
	color: #808080;
	font-weight:bold;
}

.bforan {
	font-weight:bold;
	color: #FFA500;
}

.bfred1,.bfored1,.bfblue1,.bfgreen1,
.bfgray1,.bforan1,.bfbrown1 {
	font-weight:bold;
	font-size:16px;
}


.bfred1 {
	color: #FF0000;
}

.bfored1 {
	color: #ff3300;
}

.bfblue1 {
	color: #0000FF;
}

.bfgreen1 {
	color: #008000;
}

.bfgray1 {
	color: #808080;
}

.bfbrown1 {
	color: #993333;
}

.bforan1 {
	color: #FFA500;
}


/*------------------------------------*/
/*　　　　　　文字装飾　　　　　　　　　*/
/*---------------------------------*/
.under {
	text-decoration: underline;
}

.under_red {
	border-bottom: 1px #E60012 solid;
}

.under_ored {
	border-bottom: 1px #FF3300 solid;
}

.bg_yel {
	color: #A97E00;
	font-weight:bold;
	background: #FFFF00;
}



/*--------------------------------*/
/*　　　　　　画像設定　　　*/
/*-------------------------------*/

.img_topt{
	border: none;
	margin:0 0 10px 10px;
}

.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;
}

.img_t {
	border: none;
	margin:15px 0 10px 0;
}

/*--------------------------------*/
/*　　　　　　フロー解除　　　*/
/*-------------------------------*/

.clear {
	clear: both;
}