@charset "UTF-8";

@import "/price_curtain/css/general.css";


/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:1.4;
}

/*---------------------------------------
Common
----------------------------------------*/
body {
	font-family:Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:small;
	*font:x-small;
	color:#333333;
}

html {
	overflow-y:scroll;
}

img {
	border:0;
}

em {
	color:#C33;
}

a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}

a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
}

.clear { 
	width:0; 
	height:0; 
	clear:both;
}

.center { 
	text-align:center; 
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

/*--------------------------------------------------------
#wrapper
--------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:760px;
	text-align:left;
}

/*--------------------------------------------------------
#header
--------------------------------------------------------*/
#header {
	margin-bottom:15px;
	padding:5px 0;
}

/*--------------------------------------------------------
#contents
--------------------------------------------------------*/
#contents{
	margin-bottom:25px;
}

#contents h1 {
	margin-bottom:15px;
	width:760px;
	height:27px;
	background:url(/price_curtain/images/guide/measure/title.gif) no-repeat left top;
	text-indent:-9999px;
}

#contents h2 {
	margin-bottom:20px;
}

#contents h3 {
	margin:10px 0 5px;
	padding:5px 0 5px 18px;
	background:url(/price_curtain/images/guide/measure/marker_step.gif) no-repeat left center;
	font-weight:bold;
}

#contents .attention {
	margin-bottom:25px;
}

#contents .attention dt {
	width:7.3em;
}

#contents .attention dd {
	margin:-1.4em 0 0 7.3em;
}

/* .step */
#contents .step {
	margin-bottom:30px;
	float:left;
	clear:both;
	width:760px;
}

/* .stepPic01 画像1つ */
#contents .step .stepPic01 {
	margin:25px auto 0;
	clear:both;
	width:370px;
}

#contents .step .stepPic01 p {
	padding:10px 0;
	font-weight:bold;
}

/* .stepPic02 画像2つ横並び */
#contents .step .stepPic02 {
	padding-left:10px;
}

#contents .step .stepPic02 p {
	padding:10px 0;
	font-weight:bold;
}

#contents .step .stepPic02 div {
	padding-right:19px;
	float:left;
	width:356px;
}

/* .stepPic03 画像3つ横並び */
#contents .step .stepPic03 {
	padding-left:10px;

}

#contents .step .stepPic03 p {
	font-weight:bold;
}

#contents .step .stepPic03 div {
	float:left;
	width:210px;
}

#contents .step .stepPic03 div.picCenter {
	padding:0 60px;
}


/* .linkTop */
#contents .linkTop {
	margin:30px 0 0;
	clear:both;
	text-align:right;
}

#contents .linkTop a {
	padding:5px 0 5px 18px;
	background:url(/price_curtain/images/marker_arrow.gif) no-repeat 0 0.4em;
}


/*--------------------------------------------------------
#footer
--------------------------------------------------------*/
#footer { 
	margin-top:20px;
	padding-top:3px;
	border-top:1px solid #568F3C;
	clear:both;
	width:100%; 
	font-size:85%;
	text-align:center; 
}
