/* 基本設定 */
body { font-family: "ＭＳ Ｐゴシック", "Osaka";
       color: #000000;
       margin-left: 0px;
       margin-top: 0px;
       padding-left: 0px;
       padding-top: 0px;
       background:url(../common/bg_01.gif);
 }

/* フォントカラー */
.fontcolor1 { color: #CF0000; }
.fontcolor2 { color: #FFFFFF; }
.fontcolor3 { color: #B6A15E; }
.fontcolor4 { color: #5F4F48; }

/* リンクカラー */
A:link { text-decoration: underline;color: #000000; }
A:active { text-decoration: underline;color: #000000; }
A:visited { text-decoration: underline;color: #000000; }
A:hover { text-decoration: underline;color: #CF0000; }

A.navi1:link { text-decoration: underline;color: #B6A15E; }
A.navi1:active { text-decoration: underline;color: #B6A15E; }
A.navi1:visited { text-decoration: underline;color: #B6A15E; }
A.navi1:hover { text-decoration: underline;color: #CF0000; }

/* イメージ */

img { border:0px; }


/*------------------------------------------------------------------
CSS Information

 File Name:      style.css
 Author:         Fumitomo Amamiya(macaya)
 Style Info:     09.04.29より追加
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	汎用class
------------------------------------------------------------------*/
.notes {
	font-size: 10px;
}

/*サイドお問い合わせ*/
dl#side_contact {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

dl#side_contact dt,
dl#side_contact dd {
	font-size: 13px;
	color: #FFFFFF;
}

dl#side_contact dt {
	padding-bottom: 1em;
	margin: 0;
}

dl#side_contact dd {
	padding-bottom: 0.5em;
	margin: 0;
}

div#torikumi_table table {
	border-collapse: collapse;
	width: 420px;
	margin-top: 20px;
}

div#torikumi_table th,
div#torikumi_table td {
	text-align: left;
	font-weight: normal;
	padding: 7px;
	border: 1px solid #CCCCCC;
}

div#torikumi_table th {
	width: 60%;
}

#shiteiten {
	width: 575px;
	height: auto;
	background: url(../img/bg_shitei.jpg) repeat-y;
	margin-left: 15px;
}

#ichiran {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#ichiran li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	white-space: nowrap;
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
}

.shiku {
	background:#E9E9E9;
	padding: 0.5em;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.box_shitei {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box_shitei table {
	font-size: 14px;
	line-height: 1.4;
}

.box_shitei th,
.box_shitei td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.box_shitei th {
	width: 170px;
	color: #CF0000;
}

.kmk {
	width: 70px;
}

.right {
	text-align: right;
	font-size: 13px;
}







