@charset "utf-8";

/* 共通設定 */
@import url("common.css");
@import url("sub.css");

/* ================================================== */
/*  自然酒のこだわりページ共通  */
/* ================================================== */

/* --- contents --- */
#contents {
	background:url(../images/kodawari/header.jpg) no-repeat 0 0;
}
/* end */


/* ================================================== */
/*  自然酒のこだわり  */
/* ================================================== */

	/* 米・水・蔵 */
		#maincontents #kodawari .section {
			margin:0 0 30px 0;
			overflow:hidden;
			_zoom:1;
		}
				
			#maincontents #kodawari .section img.left {
				float:left;
				margin:0 10px 0 0;
			}
			
			#maincontents #kodawari .section .float_l {
				width:380px;
			}
				
				#maincontents #kodawari .section .float_l h4 {
					margin:0 0 0 10px;
				}
				
				#maincontents #kodawari .section .float_l p {
					margin:0;
				}
	/* end */
		
	/* 人 */
		#maincontents #kodawari .box {
			margin:0 0 30px 0;
			overflow:hidden;
			_zoom:1;
		}
			
			#maincontents #kodawari .box p {
				margin:0;
			}
				
			#maincontents #kodawari .box img.left {
				float:left;
				margin:0 10px 0 0;
			}
				
			#maincontents #kodawari .box img.right {
				float:right;
				margin:0 0 0 10px;
			}
				
			#maincontents #kodawari .box .float_l {
				width:460px;
			}
		
		#maincontents #kodawari .last {
			margin:0;
		}
	/* end */


/* ================================================== */
/*  なぜ美味しいの？  */
/* ================================================== */

	/* リード文 */
	#maincontents #lead {
		width:590px;
		margin:30px 0;
	}
		
		#maincontents #lead img {
			margin:0 30px 30px 30px;
		}
		
		#maincontents #lead p {
			margin:0;
		}
	/* end */

	/* 出来るまで */
		#maincontents #oishi #howtomake a img {
			margin:0 10px;
			padding:10px;
			border:1px solid #D9D0BD;
		}
	/* end */

	/* コンテンツ */
		#maincontents #oishi h3 {
			padding:0 0 8px 10px;
		}
	/* end */

