@charset "utf-8";
/* CSS Document */

/*------------------------box 1 ------------------*/
.box_1
{
	
	width:542px;
	margin:0px auto;
	background:url(/images/box_1_top.gif) top left no-repeat;
	margin-top:20px;
	margin-bottom:5px;
	padding-top:10px;
	clear:both;
}

.box_1 .box_body
{
	background:url(/images/box_1_body.gif) top left repeat-y;
}


.box_1  .box_bottom
{
	background:url(/images/box_1_bottom.gif) top left  no-repeat;
	height:10px;

}



/*------------------------box 2 ------------------*/

.box_2
{
	
	width:280px;
	margin:0px auto;
	background:url(/images/box_2_top.gif) top left no-repeat;
	padding-top:10px;
}




.box_2 .box_body
{
	background:url(/images/box_2_body.gif) top left repeat-y;
	min-height:200px;
	//height:1%;

}


.box_2  .box_bottom
{
	background:url(/images/box_2_bottom.gif) top left  no-repeat;
	height:25px;

}


/*------------------------------box 1- text------------*/
.box

{
	/*width:300px;*/
	font-size:12px;
	
}
.box_left
{
	width:61px;
	float:left;
	margin-left:10px;
	//display:inline;
	padding-top:5px;
}


.box_right
{
	/*width:400px;*/
	float:left;
	
	
	
	
}

.box_bottom_text
{
	width:540px;
	float:left;
	margin-top:0px;
	padding-top:0px;

}

.text_top_pink
{
	padding-top:10px;
	margin:0;
	color:#fd3366;
	line-height:100%;
	font-size:14px;
	text-decoration:underline;
}

p.text_top_pink a
{
	padding-top:10px;
	margin:0;
	color:#fd3366;
	line-height:100%;
	font-size:14px;
	text-decoration:underline;
}

.text_top_gray
{
	margin:0;
	padding-top:5px;
	
	color:#666;
	line-height:100%;
}



.text_top_gray_img
{
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
	//padding-bottom:0px;

	color:#666;

}
.text_down_gray
{
	margin:0;
	
	padding-left:22px;
	padding-right:20px;
	font-size:12px;
	color:#666;
	line-height:150%;
	
}

.icon_image_box
{
	padding-right:5px;
}
.icon_image_pen
{
	padding-right:5px;
	padding-left:10px;
}

hr
{
	height:2px;
	border:none;
	background-color:#f1f1f1;
	color:#f1f1f1;
	margin-left:18px;
	margin-right:20px;
	padding:0px;
	margin-top:0px;

}



/*------------------------box 3 ------------------*/

.box_3
{
	
	width:546px;
	margin:0px auto;
	background:url(/images/box_3_top.gif) top left no-repeat;
	padding-top:10px;
	
}




.box_3 .box_body
{
	background:url(/images/box_3_body.gif) top left repeat-y;
	min-height:200px;
	//height:200px;
	
}


.box_3  .box_bottom
{
	background:url(/images/box_3_bottom.gif) top left  no-repeat;
	height:20px;
	

}





