@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：あゆ川について
		あゆ川とは
		あゆ川のこだわり
製作者：S.Takahashi
------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin-bottom: 15px;
	
	clear: both;
}

#conts h4 {
	margin-bottom: 12px;
	padding: 3px 3px 3px 5px;
	width: 645px;
	background: #F6E9EA;
	
	color: #8E3E4B;
	font-weight: bold;
	font-size: 110%;
}

#conts h4 span {
	padding-left: 15px;
	
	color: #A6262E;
}

#conts h4.short {
	margin-left: 177px;
	width: 468px;
}

	*+html #conts h4.short {
		margin-top: -100px;
	}


/* テキスト */
#conts p {
	padding: 0;
	line-height: 1.7;
}

#conts p.right {
	padding: 0 0 0 250px;
}

#conts p.left {
	padding: 0 250px 0 0;
}

#conts p.space {
	padding-bottom: 25px;
}

#conts p.spaceBtm {
	padding-bottom: 35px;
}

#conts p.line {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(/img/about/profile/line01.gif) no-repeat left bottom;
}

	*+html #conts p.lineR {
		margin-bottom: 20px;
		padding: 0 0 15px 177px;
		background: url(/img/about/profile/line01.gif) no-repeat left bottom;
	}

/* イメージ */
#conts .photoL {
	margin: 0 20px 0 0;
	float: left;
}

#conts .photoR {
	margin: 0 0 0 20px;
	float: right;
}

#conts .photo {
	text-align: center;
	
	color: #666;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
}

#conts .photo img {
	margin-bottom: 8px;
	display: block;
}

#conts #photo01,
#conts #photo02,
#conts #photo03 {
	width: 230px;
}

/* リスト */
#conts ul {
	margin: 10px 0 0 0;
}

#conts .ul01 {
	margin-bottom: 25px;
}

#conts li {
}

#conts li a {
	padding: 0 0 0 18px;
	background: url(/img/icon/01.gif) no-repeat 0 2px;
}


