@charset "UTF-8";

/* ################################################################################ */
/*        　                                                                        */
/*        ●個別ページ                                                              */
/*        　                                                                        */
/* ################################################################################ */


/* ================================================================================ */
/*      1.見出し                                                                    */
/* ================================================================================ */

div.container div#contents h4 {
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 50px;
	clear: left;
	width: 679px;
}



/* ================================================================================ */
/*      2.ナビゲーション                                                            */
/* ================================================================================ */
div.container div#contents dl {
	margin-left: 30px;
	overflow: hidden;
	font-size: 80%;
	color: #333333;
	background-color: inherit;
}

div.container div#contents dl dt {
	margin-bottom: 3px;
	padding-left: 12px;
	float: left;
	width: 12em;
	line-height: 1.4;
	background-image: url(../images/marker_area2.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-weight: bold;
}

div.container div#contents dl dt a {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

div.container div#contents dl dt a:hover {
	color: #3366E0;
	background-color: inherit;
	text-decoration: underline;
}

div.container div#contents dl dd {
	margin-bottom: 3px;
	float: left;
	width: 47em;
	line-height: 1.4;
}



/* ================================================================================ */
/*      3.表                                                                        */
/* ================================================================================ */

div.container div#contents div.section {
	margin-right: 90px;
	margin-left: 60px;
	border-bottom: dashed 1px #CCCCCC;
}

div.container div#contents div.section table {
	border-top: dashed 1px #CCCCCC;
	width: 100%;
	font-size: 80%;
}

div.container div#contents div.section table th {
	padding-top: 2px;
	color: #333333;
	background-color: inherit;
	line-height: 1.5;
	font-weight: bold;
}

div.container div#contents div.section table td {
	padding-bottom: 2px;
	line-height: 1.3;
}

div.container div#contents div.section table td.tel1 {
	padding-left: 10px;
	width: 12em;
}

div.container div#contents div.section table td.tel2 {
	padding-left: 10px;
	width: 33em;
}

div.container div#contents div.section table td.button {
	padding-right: 5px;
	width: 38px;
	vertical-align: top;
}



/* ================================================================================ */
/*      3.リンク                                                                    */
/* ================================================================================ */
div.container div#contents p.backToList {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 40px;
	text-align: right;
}




/* ================================================================================ */
/*      4.フッタ                                                                    */
/* ================================================================================ */
div.footer {
	margin-top: 40px;
}