@import url("style.css");



#left h3{
padding: 3px 3px 3px 8px;
font-size: 110%;
border-bottom: solid 1px #FB8294;
color: #FA5A73;
}

#left h4{
	padding: 3px 3px 3px 20px;
	font-size: 105%;
	background-image: url(images/arow_mt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: auto 0 0 18px;
	color: #FF7979;
}

.h4p{
margin: 0 18px 15px 40px!important;
}




/* トリミングページ用 */
.trim {
	width:515px;
	margin:1em auto 3em auto;
	background: url(images/trim_step02.gif) repeat-y;
}

.trim dl{ margin:0 20px;}

.trim dd{ padding:0 0 1em 0;}


			


/* フォーム */

form.info{ margin:0 0 0 18px;}

th.f{
	border-bottom:dotted 1px #A5ACB2;
	background-color: #EaEaE9;
	padding: 0 5px;
}

#left h3.dot{
	background: url(images/dot_p.gif) repeat-x bottom;
	padding:5px;
	border:none;
}

.info input,
.info textarea{
font-size:13px;
line-height:1.2em;
padding:3px;
}


/* テーブル型dl */

dl.table{margin:1em 0 1em 18px;}

.table dt {
	float:left;
	width:4em;
	clear:both;
	padding: 3px 0 3px 9px;
	background: url(images/arow_triangle.gif) no-repeat left;
	font-weight: bold;
}

.table dd {
	margin-left:4em;
	padding: 3px 0;
}

