/* 基本設定 */

#shadow_left {/* 左飾り位置 */
	width:7px;
	height:2300px;
	margin:0px;
	background-image:url(../01top/top_img/shadow_left.gif);
	background-repeat:repeat-y;
	background-color:#FFC;
	float:left;
}

#shadow_right {/* 右飾り部分 */
	width:7px;
	height:2300px;
	background-color:#FFC;
	background-image:url(../01top/top_img/shadow_right.gif);
	background-repeat:repeat-y;
	float:left;
}

#center {/* センター位置 */
	width:900px;
	height:2300px;
	float:left;
	background:#FFF;
}

#main {/* メイン編集画面 */
	width:870px;
	height:2160px;
	position:relative;
	top:10px;
	background-color:#FFF;
	overflow:hidden;
	margin:0px 15px;
}

h2 {
	font-size:24px;
	font-weight:lighter;
	line-height:1em;
	margin-top:10px;
	color:#333;
}

h4 {
	font-size:12px;
	font-weight:lighter;
	line-height:2em;
	color:#000;
}

h5 {
	font-size:12px;
	font-weight:lighter;
	line-height:1.5em;
	color:#000;
}


h6 {
	font-size:10px;
	margin:0px;
	font-weight:normal;
	color:#FFF;
}

.clear {
	clear:both;
	height:1px;
}

/********** 07_01設定 **********/

#box_left {/* 左ナビ */
	width:190px;
	border:0px;
	margin:0px;
	float:left;
}

#box_right {/* コンテンツ */
	width:680px;
	border:0px;
	margin:0px;
	float:left;
	text-align:left;
}

div#times_top {
	background-image:url(../07times/times_img/times_title.gif);
	background-repeat:no-repeat;
	width:680px;
	height:65px;
	text-indent:-999px;
	margin-bottom:10px;
}

li.times_01 {
	font-size:12px;
	color: #444444;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-weight:bold;
	line-height:1.8em;
}

li.content {
    list-style:none;
    background-image:url(../08counse/08counse_img/list_img.gif);
    background-repeat:no-repeat;
    padding:0px 0px 0px 24px;
}

ul.contents {
	font-size:12px;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-weight:normal;
	line-height:1.8em;
}

.pink {
	color:#EC005F;
	font-weight:bold;
}

.bg_01 {/* 背景画像（０円の理由）配置 */
	background-image:url(../07times/times_img/times_bg.gif);
	background-repeat:no-repeat;
	padding:50px 25px 25px 25px;
	font-size:12px;
	color:#444444;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-weight:bold;
	line-height:1.8em;
}

.komidashi {
	background-image:url(../07times/times_img/buttonimage.gif);
	background-repeat:no-repeat;
	background-position:0% 5%;
	padding:0px 0px 0px 15px;
	font-size:14px;
	color:#339;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-weight:bold;
	line-height:2.5em;
}

.button_sp { margin-right:8px; }

.img_right {
	float:right;
	text-align:right;
	margin-top:-30px;
}