@charset "utf-8";

/* ------------------------------------------------------------

	advice style

------------------------------------------------------------ */


/* ----------------------------------------
				index.html
---------------------------------------- */
/* ----------image---------- */

#image_right1 {
	float: right;
	width: 231px;
	margin-left: 15px;
	margin-bottom: 1em;
}



/* ----------list---------- */

ol.list_top1 {
	font-weight: bold;
}

ol.list_top1 li span {
	font-weight: normal;
}

ol.list_top1 li.list_right {
	margin-top: -1.5em;
	margin-left: 277px;
}


/* ----------2column---------- */

#top_column_frame {
	width: 570px;
	background: url(../advice/images/top_column_bottom.gif) no-repeat left bottom;
	margin-left: 3px;
	margin-bottom: 1em;
	padding-bottom: 20px;
}

#top_column_frame .column_base {
	width: 570px;
	background: url(../advice/images/top_column_base.gif) repeat-y left top;
}

#top_column_frame .box_left {
	float: left;
	width: 277px;
	background-image: url(../advice/images/top_image_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top_column_frame .box_right {
	float: right;
	width: 277px;
	background-image: url(../advice/images/top_image_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top_column_frame h4 {
	background-color: #8CB2D9;
	border-bottom: 1px solid #E7E7E7;
	padding: 0.25em 0.5em;
	color: #FFFFFF;
	font-weight: bold;
}

#top_column_frame p.text {
	padding: 10px;
}

#top_column_frame p.image {
	text-align: center;
}


/* ----------column2---------- */

#top_column2 {
	width: 550px;
	background-color: #E7E7E7;
	margin-left: 3px;
	padding: 10px;
}

* html body #top_column2 {
	width: 570px;
}

#top_column2 .box_left {
	float: left;
	width: 90px;
}

#top_column2 .box_right {
	float: right;
	width: 445px;
	margin-top: 1em;
}



