@charset "utf-8";
@import url("common.css");
/*******************************************/
/*  toppage.css                            */
/*******************************************/
*{margin:0; padding:0;}

/* right contents */
div#flower {
	height: 250px;
	width: 200px;
	text-align: center;
	background-image: url(../img/page/r_flower_back.gif);
	margin: 10px 17px 10px 18px;
}
div#flower img {
	margin-top: 5px;
}
div#flower p {
	margin: 0 5px 0 5px;
}
div#flower p#flower_setumei {
	font-size: 11px;
	color: #663410;
	text-align: left;
	padding-top: 5px;
}

div#flower div#ohana {
	text-align: center;
	margin-bottom: 10px;
}

/* left contents message */

div#left_contents div.message {
	width: 585px;
	margin:0 10px 25px 10px;
}
div#left_contents div.message p{
	width: 340px;
	margin-left: 40px;
}
div#left_contents div.c_information p.top_title {
	color: #e25a2a;
	background-image: url(../img/cmn/treatment_tittle_back.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;
	clear: both;
	font-weight: bolder;
	margin-bottom: 5px;
	border-bottom: 1px solid #e25a2a;
	width: 575px;
}


/* left contents infomation */

div#left_contents div.c_information {
	width: 595px;
	padding-bottom: 25px;
	padding-left: 10px;
}
div#left_contents div.c_information div.info {
	padding-top: 8px;

}
div#left_contents div.c_information div.info div#c_i div#naka {
	background-repeat: repeat-y;
	background-image: url(../img/page/info_naka.gif);
	width: 585px;
}

div#c_image {
	width: 850px;
	margin:0 auto 0 auto;
}

div.info div#c_i div#naka dl {
	margin-left: 25px;
	border-bottom: 1px dotted #000;
	width: 535px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.info div#c_i div#naka dl dt {
	float: left;
	background-image: url(../img/cmn/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-right: 3em;
	padding-left: 10px;
}
div.info div#c_i div#naka dl dd {
	margin-left: 50px;
}
table.infomation {
	width: 535px;
	margin-left: 25px;
}
table.infomation tr th {
	font-weight: normal;
	text-align: left;
	background-image: url(../img/cmn/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding:8px 0 4px 15px;
	border-bottom: 1px dotted #000;
	width: 120px;
}
table.infomation tr td {
	border-bottom: 1px dotted #000;
	padding:8px 0 4px 0;
}

