@charset "UTF-8";

/*
Theme Name: Porcodoro
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: #FEEE9E url(images/bd_back.gif) repeat-x left top;
	text-align: center;
}

/*　リンク設定　　*/

a {
	color: #008fd1;
}

a:hover {
	color:#02CF43;
	background: #FFFACD;	
}


/*　全体枠設定　*/

#wrap {
	margin: 0 auto 0 auto;
	width: 830px;
	text-align: left;
}

	#wrap .tit {
		width: 830px;
		background:url(images/h1_back.gif) no-repeat top left;
		height: 22px;
	}
	
	#wrap .tit h1 {
		float: left;
		color: #FFFFFF;
		font-weight: normal;
		font-size: 13px;
		padding: 2px 0 4px 0;
	}


	#wrap .tit h2 {
		color: #FFFFFF;
		font-weight: normal;
		font-size: 13px;
		text-align: right;
		padding: 2px 0 3px 5px;
	}

	#wrap .tit h2 a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#wrap .tit h2 a:hover {
		color: #FFFFFF;
		text-decoration: none;
		background:none;
	}

	#wrap .tit p {
		position: absolute;
		z-index:4;
		clear: both;
		font-size: 13px;
		color: #844A21;
		margin: 160px 10px 10px 330px;
		line-height: 140%;
		width:295px;
	}



/*----------------------------------------*/
/*　　　　　　ヘッダー設定　　　　　　　　*/
/*----------------------------------------*/

#header {
	position: absolute;
	z-index:1;
	top:22px;
	margin:0;	padding: 0;
}

	#header .titleback {
		background: url(images/header.gif) no-repeat center top;
		width: 830px;
		height: 350px;
	}

	#header .logo {
		text-align: left;
		margin: 0;
		float: left;
	}

		#header .logo a:hover {
			background: none;
			text-decoration: none;
		}


	#header .notice {
		float: right;
		font-size: 13px;
		width:300px;
		margin: 22px 0 22px 0;
	}

	#header .navi {
		position: absolute;
		z-index:3;
		clear:both;
		width: 830px;
		height:36px;
		top: 275px;
		left: 0px;
	}

		#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: 145px;
					height:45px;
					font-size: 14px;
					padding: 13px 0 5px 0;
					margin-left: 5px;
					background: url(images/navi.gif) no-repeat left top;
					color: #FFFFFF;
					text-decoration: none;
					float: left;
				}

				#header .navi ul li.page_item a:hover {
					color: #FFFFFF;
					background:url(images/navi.gif) no-repeat right top;
				}

				#header .navi ul li.current_page_item a {
					width: 145px;
					height:45px;
					padding: 13px 0 5px 0;
					margin-left: 5px;
					background:url(images/navi.gif) no-repeat right top;
					color: #FFFFFF;
					text-decoration: none;
					float: left;
				}

				#header .navi ul li.current_page_item a:hover {
					background:url(images/navi.gif) no-repeat right top;
				}



				#header .navi ul li.page_item_home a {
					width: 80px;
					height:45px;
					font-size: 14px;
					padding: 13px 0 5px 0;
					background: url(images/navi_home.gif) no-repeat left top;
					color: #FFFFFF;
					text-decoration: none;
					float: left;
				}

				#header .navi ul li.page_item_home a:hover {
					color: #FFFFFF;
					background:url(images/navi_home.gif) no-repeat right top;
				}

				#header .navi ul li.current_page_item_home a {
					width: 80px;
					height:45px;
					padding: 13px 0 5px 0;
					background:url(images/navi_home.gif) no-repeat right top;
					color: #FFFFFF;
					text-decoration: none;
					float: left;
				}

				#header .navi ul li.current_page_item_home a:hover {
					background:url(images/navi_home.gif) no-repeat right 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: url(images/con_back01.gif); */
	background: #FFFFFF;
	overflow: hidden;
	text-align: left;
	top:340px;
	width: 830px;
	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 {
	clear: left;
	overflow: hidden;
	float: right;
	width: 600px;
	margin: 0 ;	padding: 0 10px 0 10px;
	display: inline;
}

	* html #content { /* ie6ハック*/
		padding: 0 10px 0 8px;
	}


/*　パンくずリスト　*/

	#content .bread {
		position: absolute;	z-index:5;
		width: 600px;
		font-size: 12px;
		line-height: 140%;
		color:#555555;
		top:0;
		background: url(images/ya_list01.gif) no-repeat 0 18px;
		padding: 15px 10px 0 12px;
	}

		#content .bread a {
			color:#2356b0;
		}
	
		#content .bread a:hover {
			color:#fb6b01;
		}


/*　ストーリー　*/


	#content .story {
		overflow: hidden;
		width: 600px;
		margin: 30px 0 20px 0;	padding: 0;
	}

	#content .story_top {
		overflow: hidden;
		width: 600px;
		margin: 15px 0 5px 0;	padding: 0;
	}

	
	#content .storyNext {
		overflow: hidden;
		clear:both;
		width: 600px;
		margin: 0;	padding: 20px 0 20px 0;
	}


		#content .story h3,#content .storyNext h3,#content .story_top h3 {
			background: url(images/h3_title.gif) no-repeat top left;
			color: #FFFFFF;
			width:600px; height: 35px;
			font-size: 15px;		
			margin: 30px 0 0 0;	padding: 16px 0 0 55px;
		}

		#content .story h4,#content .storyNext h4,#content .story_top h4 {
			clear: both;
			background: url(images/h4_title.gif) no-repeat 0 3px;
/*			border-bottom: 1px #F590A6 solid; */
			height: 26px;
			color: #6B0920;
			font-size: 16px;
			margin: 30px 0 10px 0;	padding: 12px 0 4px 27px;
		}

		#content .story h5,#content .storysup h5,#content .story_top h5 {
			color: #b22c03;
			border-left: 6px #b22c03 solid;
			font-size: 16px;
			margin: 25px 0 10px 3px;	padding: 1px 0 1px 7px;
		}

		#content .story p,#content .story_top p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 10px 0 10px 0;	padding: 3px 0 3px 5px;
		}

		#content .storysup p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 0.5em 0 1em 0;	padding: 0 0 3px 0;
		}

		#content .story ul,#content .story_top ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

			#content .story ul li,#content .story_top ul li {
				color: #555555;
				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 22px;
			}

				#content .story ul li ul{
					list-style-type: none;
					line-height: 180%;
					margin: 5px 0 5px 0;
				}

				#content .story ul li ul li{
					color: #555555;
					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,#content .story_top ol {
			list-style-type: none;
			line-height: 180%;
			margin: 3px 0 20px 0;
			padding: 0;
		}

			#content .story ol li,#content .storyNext ol li,#content .story_top 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,#content .story_top dl {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 15px 0px; 
		}

			#content .story dt,#content .storyNext dt,#content .story_top 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,#content .story_top dd {
				font-size: 14px;
				color: #333333;
				line-height: 180%;
				margin: 0 10px 20px 40px;
				padding: 0;
			}

/*　ベーコントップ　*/

	#content .top_up {
		width: 600px;
		background:url(images/top_bacon.gif) no-repeat top right;
		margin: 15px 0 10px 0;	padding: 2px 0 10px 0;
	}

		#content .top_up h3 {
			background: none /*url(images/h3_title.gif) no-repeat top left*/;
			color: #ED4702;
			font-size: 18px;
			line-height: 180%;		
			margin: 0 10px 10px 0;	padding: 0 0 0 3px;
		}

		#content .top_up p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 0;	padding: 0 0 10px 5px;
		}

	#content .top_voice {
		clear: both;
	}

	#content .top_foods,#content .top_voice {
		width: 600px;
		background:none;
		margin: 0 0 5px 0;	padding: 2px 10px 10px 0;
	}


		#content .top_foods h4,#content .top_voice h4 {
			background: none;
			color: #ED4702;
			font-size: 18px;
			line-height: 180%;		
			margin: 0 10px 40px 0;	padding: 0;
		}

		* html #content .top_foods h4,#content .top_voice h4 {
			margin: 0 10px 10px 0;	padding: 0;
		}


		#content .top_foods p,#content .top_voice p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 0;	padding: 0 0 10px 5px;
		}

	#content .top_foods1 {
		float: left;
		width: 190px;
		border: 1px #FFCFB2 solid;
		margin: 0 12px 7px 0;	padding: 7px 0 0 0;
	}

	#content .top_foods2 {
		float: left;
		width: 190px;
		border: 1px #FFCFB2 solid;
		margin: 0 0 7px 0;	padding: 7px 0 0 0;
	}

	#content .top_foods1_title,#content .top_foods2_title {
		color: #F1325C ;
		font-size: 16px;
		font-weight: bold;
		text-align:center;
		margin: 0;	padding: 5px 5px 4px 10px;
	}

		#content .top_foods1 a,#content .top_foods2 a {
			line-height: 140%;
			font-size: 13px;
			margin: 0;	padding: 0;
		}

		#content .top_foods1 p,#content .top_foods2 p {
			color: #333333;
			line-height: 140%;
			font-size: 13px;
			text-align: left;
			margin: 0;	padding: 0 5px 5px 10px;
		}

	#content .top_foods1 img,#content .top_foods2 img {
		text-align:center;
		margin: 5px auto;	padding: 0;
	}

	#content .top_voice_waku {
		width: 578px;
		background: #FFFCEF;
		border: 1px #FFCFB2 solid;
		margin: 40px 0 10px 0;	padding: 3px 10px 5px 10px;
	}

	*html #content .top_voice_waku {
		margin: 0 0 10px 0;
	}

		#content .top_voice_wakup {
			clear: both;
			padding: 10px 0 0 0;
		}

	#content .top_voicel {
		font-size: 14px;
		border-bottom: 1px dotted #CCCCCC;
		border-right: 1px dotted #CCCCCC;
		float: left;
		width: 282px;
		height: 117px;
		margin: 0 ;
		padding:  0 5px 7px 0;
	}

	#content .top_voicer {
		font-size: 14px;
		border-bottom: 1px dotted #CCCCCC;
		float: right;
		width: 282px;
		height: 117px;
		margin: 0 ;
		padding:  0 5px 7px 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 5px 5px;
		}


		#content .top_voicel p,#content .top_voicer p {
			line-height: 150%;
			margin:0; padding: 7px 0 0 0;
		}



/*　枠　*/

	#content .sq {
		border: 1px #FDE0A3 solid;
		background:#FFFCDB;
		padding: 10px 10px 10px 0;
		margin: 15px 10px 15px 20px;
	}

		#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 .sq_1 {
		border: 1px #EFC5C2 solid;
		background:#FFF3EF;
		padding: 10px 10px 10px 0;
		margin: 15px 10px 15px 20px;
	}

		#content .sq_1 ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

		#content .sq_1 ul li {
			color: #222222;
			background: url(images/ya02r_08.gif) no-repeat 7px 7px;
			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 15px;
		margin: 15px 20px 25px 25px;
	}

		#content .sq01 p {
			font-size: 13px;
			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 8px;	padding: 7px 0 2px 0;
	}

	#content .photor2 {
		float: right;
		color: #666666;
		text-align:center;
		font-size: 13px;
		margin: 7px 10px 7px 10px;
		padding: 2px 0 0 0;
	}

	#content .photol2 {
		float: left;
		color: #666666;
		text-align:center;
		font-size: 13px;
		margin: 7px 15px 7px 17px;
		padding: 2px 0 0 0;
	}






/*　会社案内　*/

	#content .ad_list {
		font-size: 14px;
		margin: 10px 0 0 5px;
		overflow: hidden;
	}

		#content .ad_list dl {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 15px 0px; 
		}

		#content .ad_list dt {
			clear: both;
			background: none;
			border: none;
			float: left;
			font-weight: normal;
			margin: 0;
			padding: 5px 10px 0 2px;
		}

		#content .ad_list dd {
			margin: 0;
			padding: 5px 10px 0 100px;
		}





/*　商品一覧, レシピ　*/

	#content .foods,#content .recipe {
		overflow: hidden;
		width: 600px;
		margin: 30px 0 20px 0;	padding: 0;
	}

		#content .foods h3,#content .recipe h3 {
			background: url(images/h3_title.gif) no-repeat top left;
			color: #FFFFFF;
			width:600px; height: 35px;
			font-size: 15px;		
			margin: 30px 0 0 0;	padding: 16px 0 0 55px;
		}

		#content .foods h4,#content .recipe h4 {
			color: #F1325C;
			font-size: 16px;
			margin: 30px 0 10px 0;	padding: 5px 0 4px 0;
		}


	#content .foods1 {
		width: 600px;
		clear: both;
		border-top: 1px dotted #c0c0c0;
		margin: 10px 0 10px 0;
		padding: 0;
	}

		#content .foods p,#content .foods1 p,#content .recipe p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 10px 0 10px 0;	padding: 3px 0 3px 5px;
		}


		#content .foods ul,#content .recipe ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

			#content .foods ul li,#content .recipe ul li {
				color: #555555;
				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 22px;
			}

		#content .recipe_l {
			display : inline ; float: left ;
			width: 250px;
			font-size: 14px;color: #555555 ;
			margin: 0; padding: 7px 0 10px 0;
		}

		#content .recipe_l img {
			margin: 0; padding: 0 0 10px 0;
		}


		#content .recipe_r {
			display : inline ; float: right ;
			width: 325px;
			margin: 0;
		}

			#content .recipe_l ul,#content .recipe_r ul {
				line-height: 140%;
				margin: 0;
				padding: 15px 0 0 5px;
			}

			#content .recipe_l ul li,#content .recipe_r ul li {
				background: none;
				list-style-type: disc;
				color: #6B0920;
				font-size: 13px;
				line-height: 140%;
				margin: 0 0 0 10px;
				padding: 5px 0 5px 0;
			}


		#content .recipe dl {
			font-size: 14px;
			margin : 0 ; padding : 0px ;
		}
		
			#content .recipe dt {
				clear: both;
				width:180px; color: #033B69 ;
				display : inline ; float: left ;
				margin : 0 ; padding : 7px 0 5px 7px;
				border-bottom: 1px #DDDDDD dashed ;
			}
			
			#content .recipe dd {
			 	color: #555555 ;float: right ;
			 	text-align: left;
				width:120px;
				margin : 0 ; padding : 7px 0 5px 7px;
				border-bottom: 1px #DDDDDD dashed;
			}

		#content .recipe ol {
			list-style-type: decimal;
			line-height: 180%;
			margin: 0;
			padding: 0 0 10px 10px;
		}

		#content .recipe ol li {
			color: #333333;
			font-size: 14px;
			line-height: 180%;
			margin: 0 0 0 15px;
			padding: 5px 0 5px 2px;
		}

		#content .recipe_waku {
			clear: both;
			width: 578px;
			overflow: hidden;
			display: block;
			background: #FFFEF3;
			border: 1px #FEEE9E solid;
			margin: 10px 0 10px 0;	padding: 5px 10px 5px 10px;
		}

		#content .recipe_title {
			font-size: 16px;
			line-height: 160%;
			font-weight: bold;
			margin: 0;
			padding: 3px 0 0 0;
		}

			#content .recipe_title a {
				font-weight: bold;
				color: #E84E97 ;
			}

			#content .recipe_title p {
				font-size: 14px;
				font-weight: normal;
				line-height: 140%;
				margin: 0;
				padding: 10px 0;
			}

		#content .recipe_photol {
			float: left;
			color: #666666;
			text-align:center;
			margin: 0 15px 0 8px;	padding: 7px 0 2px 0;
		}


		#content .recipe_textrs {
			font-size: 13px;
			text-align: right;
			margin: 0;
			padding: 0 10px 0 0;
		}




/*　お客さんの声　*/

	#content .examplelist {
		border: 1px #F9F4CD solid;
		background: #FFFEF3;
		margin: 10px 0 25px 0;
		padding: 10px 0 0 0;
	}

		#content .examplelist h4 {
			color: #333333;
			background: url(images/pin16.png) no-repeat 5px 2px;
			border:none;
			font-size: 14px;
			padding: 2px 0 2px 24px;
			margin: 18px 10px 15px 10px;
		}

		#content .examplelist p {
			font-size: 14px;
			padding: 5px 5px 10px 20px;
		}




/*　相互リンク　*/


	#content .link_box {
		font-size: 14px;
		border-bottom: 1px dotted #CCCCCC;
		border-right: 1px dotted #CCCCCC;
		float: left;
		width: 289px;
		height: 110px;
		margin: 0 5px 5px 0;
		padding:  0 5px 5px 0;
	}

		#content .link_box img {
			border-style: none;
			float: left;
			margin:0 10px 0 0;
			padding: 10px 0 0 0;
		}

		#content .link_box p {
			line-height: 130%;
			margin:0;
		}


/*　よくある質問　*/

	#content .qa {
		overflow: hidden;
		width: 600px;
		margin: 30px 0 20px 0;	padding: 0;
	}

		#content .qa h3 {
			background: url(images/h3_title.gif) no-repeat top left;
			color: #FFFFFF;
			width:600px; height: 35px;
			font-size: 15px;		
			margin: 30px 0 0 0;	padding: 16px 0 0 55px;
		}

		#content .qa h4 {
			clear: both;
			background: url(images/h4_title.gif) no-repeat 0 3px;
/*			border-bottom: 1px #F590A6 solid; */
			color: #F1325C;
			font-size: 16px;
			margin: 30px 0 10px 0;	padding: 5px 0 4px 27px;
		}

		#content .qa p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 10px 0 10px 0;	padding: 3px 0 3px 5px;
		}

	#content .qa dl {
		list-style-type: none;
		line-height: 180%;
		font-size: 14px;
		margin: 3px 0 12px 0;
		padding: 0;
	}

	#content .qa dt {
		color: #333333;
		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: #333333;
		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 .search {
		overflow: hidden;
		width: 600px;
		margin: 50px 0 20px 0;	padding: 0;
	}

		#content .search h3 {
			background: url(images/h2_title.gif) no-repeat top left;
			color: #333333;
			width:600px; 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: #555555;
			font-size: 14px;
			line-height: 180%;
			margin: 5px 25px 10px 15px;
			padding: 5px 0 5px 5px;
		}

		#content .search p {
			line-height: 180%;	
			color: #555555;
			font-size: 14px;
			margin: 0 0 20px 0;	padding: 3px 0;
		}



/*	フォームテーブル	*/

#content .form1,#content .form2,#content .form3 {
	width: 600px;
	text-align: center;
	margin:7px 0 20px 2px;
}

	#content .form3 h4 {
		text-align: left;
		background: none;
		color: #993333;
		font-size: 14px;
		margin:10px 0 0 0; padding: 0;
	}

	#content .form1 p {
		font-size: 13px;
		color:#333333;
		padding:5px 7px 15px 7px;
	}

	#content .form2 p,#content .form3 p {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		padding:0;
	}

	#content .form1 table,#content .form2 table {
		width: 595px;
		border:1px #FC9D05 solid;
		margin: 5px 0 5px 0;
		border-spacing: 1px;
	}

	#content .form3 table {
		width: 400px;
		border:1px #FC9D05 solid;
		margin: 7px 0 5px 0;
		border-spacing: 1px;
	}

	#content .form1 td,#content .form1 th,
	#content .form2 td,#content .form2 th,
	#content .form3 td,#content .form3 th {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		text-align: left;
	}

	#content .form1 th,#content .form2 th {
		width: 30%;
		font-weight: bold;
		color: #804302;
		background: #fedca1;
		border: 0;
		padding: 5px 0 5px 10px;
	}

	#content .form3 th {
		width: 25%;
		font-weight: bold;
		color: #804302;
		background: #FEEE9E;
		border: 0;
		padding: 5px 0 5px 10px;
	}


	#content .form1 td,#content .form2 td,#content .form3 td {
		text-align:left;
		background: #fef5e5;
		padding: 5px;
	}

	#content .form3 td {
		padding: 5px 10px;
	}

	#content .form1 textarea,#content .form2 textarea {
		font-size: 13px;
		line-height: 150%;
	} 

	#content .form1 input {
		margin: 2px 0 0 0;	padding: 2px 0;
	} 


	#content .soryo {
		width: 600px;
		text-align: center;
		margin:7px 0;
	}

		#content .soryor {
			text-align: right;
			font-size: 12px;
			color:#333333;
			margin:2px 2px 0 0;
		}


		#content .soryo table {
			width: 595px;
			border-collapse:collapse;
			margin: 10px auto 20px auto;
		}

		#content .soryo td,#content .soryo th {
			font-size: 12px;
			line-height: 120%;
			border: 1px #FC9D05 solid;
			color:#333333;
		}

		#content .soryo th {
			background: #FFF5CF;
			text-align:center;
			padding: 5px 16px;
		}

		#content .soryo td {
			text-align: right;
			padding: 5px 7px;
		}

		#content .soryo th.bb  {
			text-align:center;
			padding: 5px 2px;
		}



#content .ERR {
	color: #d44;
}

/*　カフェ　*/

#menu_list .photolmenu {
	float: left;
	margin: 10px 10px 7px 0;	padding: 10px 0 2px 0;
	display:inline;
}


#menu_list .menulist {
	margin:10px 0;
	padding:0;
	width:350px;
	float:right;
	border-bottom:solid 1px #e4e7e9;
	}

#menu_list .menulist h3 {
	margin:0;
	padding:0;
	width:350px;
	line-height:200%;
	border:none;
	color: #333333;
	background: none;
	}

#menu_list .menulist dl {
	clear:left;
	margin:0;
	font-size:13px;
	padding:5px 0 0 0;
	width:350px;
	border-top:solid 1px #e4e7e9;
	}

#menu_list .menulist dl.nl {
	clear:left;
	margin:0;
	font-size:13px;
	padding:5px 0 0 0;
	width:350px;
	border-top:none;
}


#menu_list .menulist dl dt {
	float:left;
	width:263px;
	border: 0;
	background:none;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	font-weight: normal;
	font-size:13px;
	line-height:150%;
	_height:1%;
	}

#menu_list .menulist dl dt.nlt {
	float:left;
	width:263px;
	border: 0;
	background:none;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	font-weight: normal;
	font-size:13px;
	line-height:150%;
	_height:1%;
	}



#menu_list .menulist dl dd {
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	width:70px;
	text-align:right;
	font-size:13px;
	line-height:150%;
	}


/*　店舗・アクセス　*/

#access .info {
	overflow: hidden;
	margin:10px 0;
	padding:0;
	width:600px;
/*	float:right; */
	border-bottom:solid 1px #e4e7e9;
	}

#access .info h3 {
			background: url(images/h3_title.gif) no-repeat top left;
			color: #FFFFFF;
			width:600px; height: 35px;
			font-size: 15px;		
			margin: 30px 0 0 0;	padding: 16px 0 0 55px;
	}

#access .info dl {
	clear:left;
	margin:0;
	font-size:14px;
	padding:5px 0 0 0;
	width:600px;
	border-top:solid 1px #e4e7e9;
	}

#access .info dl dt {
	float:left;
	width:150px;
	border: 0;
	border-left: 5px #F18D00 solid;
	background:none;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	font-weight: normal;
	font-size:14px;
	line-height:150%;
	_height:1%;
	}


#access .info dl dd {
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	width:440px;
	text-align:left;
	font-size:14px;
	line-height:150%;
	}

#access .photolaccess {
		float: left;
		margin: 10px 10px 7px 0;	padding: 10px 0 2px 0;
		display:inline;
	}



/*　最新情報　*/


	#content .news {
		width: 600px;
		margin: 55px 0 30px 0;	padding: 0;
	}

		#content .news h3 {
			background: url(images/h3_title.gif) no-repeat top left;
			color: #FFFFFF;
			width:600px; height: 35px;
			font-size: 15px;		
			margin: 30px 0 0 0;	padding: 16px 0 0 55px;
		}

	#content .storycontent {
		color: #555555;
		line-height: 200%;
		background: url(images/top_mid_back.gif) repeat-y;
		border: 1px #FEC31F solid;
		width:587px;
		margin: 20px 10px 5px 0;
		padding: 5px 5px 10px 5px;
	}

		#content .storycontent h4 {
			color: #6B0920;
			border: none;
			border-left:7px solid #FF8400;
			background:#FCF3BE;
			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: #333333;
			font-size: 14px;
		}

		#content .storycontent pre {
			width: 530px;
			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: 14px;
		}

		#content .storycontent ul {
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

			#content .storycontent ul li {
				color: #555555;
				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 #FF8400;
			background:#FCF3BE;
			line-height: 110%;
			padding: 0 10px 7px 10px;
			margin: 0 0 15px 0;
			text-align: right;
			color:#555555;
			font-size: 9pt;
		}


		#content .news h5 {
			background:url(images/mtb01.gif) no-repeat top left;
			border-bottom: 1px #F590A6 solid;
			color: #555555;
			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: #555555;
				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 {
		width:590px;
		color: #555555;
		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 {
			list-style-type: none;
			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:#555555;
		margin:0; padding:0 10px 10px 20px;
	}


/*　　コメントページ　*/

#comments {
	margin: 0 0 20px 5px;
}

	#comments .blog_com {
		width:595px;
		margin:0;	padding: 0;
	}

		#comments .blog_com h4 {
			background: none;
			border-left: 7px solid #FF8400;
			border-bottom: 1px solid #FF8400;
			margin:30px 10px 15px 0;	
			font-size: 11pt;
			font-weight: bold;
			padding: 3px 0 3px 8px;
		}

		#comments .blog_com p {
			color:#555555;
			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:#555555;
		}

		#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:570px;
			background: #FBFBFB;
			margin: 0;
			padding:3px;
		}


/*　枠　*/

	#content .waku {
		clear:both;
		width: 590px;
		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: #555555;
			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:#555555;
			}

			#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: #555555;
				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: #555555;
				font-size: 14px;
				line-height: 180%;
				margin: 0 10px 20px 28px;
				padding: 0;
			}


	#content .waku_c {
		text-align:center;
		font-size: 14px;
		color: #555555;
		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: #555555;
		margin: 0 10px 7px 15px;	padding: 7px 10px 2px 0;
	}

	#content .wakul {
		float: left;
		color: #555555;
		margin: 0 15px 7px 10px;	padding: 7px 0 2px 0;
	}

	#content .waku_w {
		width: 530px;
		background: #FFFFFF;
		margin: 10px 10px 15px 10px;	padding: 10px;
	}

	#content .waku_wb {
		width: 510px;
		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: #555555;
			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: #555555;
			line-height: 140%;
			margin: 0 0 30px 50px;	padding: 0;
		}

		#content .waku_wbl_adobe {
			float: left;
			display: inline;
			background: none;
			font-size: 12px;
			color: #555555;
			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: #555555;
				line-height: 140%;
				margin: 0;	padding: 5px 2px 0 7px;
			}



/*　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: #555555;
	font-size: 14px;
	text-align: right;
	line-height: 160%;
	margin: 5px 0 10px 0;
}

#content .textrs {
	font-size: 12px;
	color: #555555;
	text-align: right;
	margin: 0;
	padding: 0 10px 10px 0;
}

/*　　ページトップへ　*/

#content .page_top {
	text-align: right;
	font-size: 12px;
	margin: 30px 0 30px 0; padding: 0;
}



/*--------------------------------------*/
/*　　　　　　左メニュー設定　　　　　　*/
/*---------------------------------------*/


#left {
	float: left;
	width: 190px;
	margin: 0;
	padding: 15px 0 10px 0;
	display: inline;
}

	#left .menu_img {
		border:0;
		margin:5px 0 0 0;	padding:0;
	}


/*　メニュー　*/

	#left .menu {
		width: 190px;
		background: #FEEE9E;
		border-right: 1px #EEEEEE solid;
		border-bottom: 1px #EEEEEE solid;
		margin: 0 0 0 10px;	padding:0;
	}

		#left .menu h4,#left .menu h5 {
			width: 178px; height: 28px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#6b0920;		
			margin:0;	padding: 10px 0 0 7px;
		}

		#left .menu p {
			color: #555555;
			font-size: 12px;
			line-height: 140%;
			margin: 0;	padding: 2px 5px 10px 7px;
		}

		#left .menu ul {
			list-style-type: none;
			text-align: left;
			margin: 0;	padding:10px 0 10px 0;
		}

			#left .menu ul li {
				width: 170px;
				background: url(images/ya03r_08.gif) no-repeat 7px 8px;
				line-height: 120%;
				font-size: 13px;
				color: #555555;
				margin:0; padding: 5px 0 5px 18px;
			}



		#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: 14px;
				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 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,#left .menu_profile,#left .menu_mail {
		width: 190px;
		background: #FEEE9E;
		border-right: 1px #EEEEEE solid;
		border-bottom: 1px #EEEEEE solid;
		margin: 10px 0 0 10px;	padding:0;
	}

		#left .menu_new h4,#left .menu_profile h4,#left .menu_mail h4 {
			width: 178px; height: 28px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#6b0920;		
			margin:0;	padding: 10px 0 0 7px;
		}

		#left .menu_new p,#left .menu_profile p,#left .menu_mail p {
			color: #555555;
			font-size: 12px;
			line-height: 140%;
			margin: 0;	padding: 2px 5px 10px 0;
		}
		#left .menu_profile p,#left .menu_mail p {
			padding: 2px 5px 10px 7px;
		}


		#left .menu_new ul,#left .menu_profile ul {
			list-style-type: none;
			text-align: left;
			margin: 0;	padding:10px 0 10px 0;
		}
		#left .menu_profile ul {
			padding:0 0 10px 0;
		}

			#left .menu_new ul li,#left .menu_profile ul li {
				width: 170px;
				background: url(images/ya03r_08.gif) no-repeat 7px 8px;
				line-height: 120%;
				font-size: 13px;
				color: #555555;
				margin:0; padding: 5px 0 5px 18px;
			}

		#left .cbzForm {
			margin: 0;	padding: 5px 0;
		}


			#left .cbzForm p {
				color: #555555;
				font-size: 12px;
				line-height: 120%;
				margin: 0;	padding: 2px 5px 2px 7px;
			}

			#left .cbzForm input {
				margin: 0 5px 0 7px; 
			}

		#left .send_b {
			text-align: center;
			margin: 0;	padding: 5px 0 15px 0;
		}


/*　バナー　*/
		
		#left .menu_bannar {
			border:0;
			margin: 10px 0 0 10px;	padding:0;
		}

		#left .menu_bannart {
			border:0;
			margin: 0 0 0 10px;	padding:0;
		}



		#left .menu_bannarb {
			border:0;
			margin: 20px 0 40px 10px;	padding:0;
		}

/*　地図　*/
	#left .map1 {
		background:url(images/map.gif) no-repeat center center;
		margin:0;
		padding:10px 0 0 0;
	}

	#left .map1 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 {
		text-align: left;
		font-weight: normal;
		font-size: 13px;
		color: #444444;
		margin: 5px 5px 0 5px;
	}


/*--------------------------------------*/
/*　　　　　　フッター設定　　　　　　*/
/*--------------------------------------*/

#footer {
	clear: both;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	width: 830px;
	margin:0;	padding: 0;
}

	#footer .f_menu {
		color: #333333;
		text-align: center;
		line-height: 180%;
		width: 830px;
		background: #CCCCCC;

		margin:0;	padding: 12px 0 12px 0;
	}

	#footer a {
		color: #008fd1;
	}

	#footer a:hover {
		color:#fb6b01;
		background: #FFFACD;
	}

	#footer .b_menu {
		background: #FEEE9E url(images/footerback.gif);
		color: #6b0920;
		font-size:12px;
		text-align: center;
		line-height: 140%;
		width: 830px;
		margin:0;	padding: 10px 0 0 0;
	}

		#footer .b_menu h3 {
			color: #6b0920;
			font-size:12px;
			line-height: 140%;
			margin: 0;padding: 0 0 2px 0;
		}

		#footer .b_menu p {
			color: #6b0920;
			font-size:12px;
			line-height: 140%;
			margin: 0;padding: 0 0 10px 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: #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_top{
	border: none;
	margin:0 0 10px 0;
}

.img_mid {
	border: none;
	margin:10px 0 25px 0;
}

.img_mid_clear {
	border: none;
	clear: both;
	margin:0 0 25px 0;
	padding: 25px 0 0 0;
}

.img_topt{
	border: none;
	margin: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;
}

.img_t {
	border: none;
	margin:15px 0 10px 0;
}

.img_right {
	padding-left: 10px;
	float: right;
	margin: 15px 0 20px 0;
}

.img_left {
	padding-right: 10px;
	float: left;
	margin: 15px 0 20px 0;
}


.img_h3 {
	margin: 30px 0 0 0;
}



/*--------------------------------*/
/*　　　　　　フロー解除　　　*/
/*-------------------------------*/

.clear {
	clear: both;
}