@import"../../css/base.css";

/***** トップ限定のメニュー *****/

/**********************/
/*** メイン情報 START */
/**********************/
#me_main01{
}

/* H2タグ */
#me_mainh201{
	width:700px;
	height:100px;
	text-indent:-50000em;
	background:url("../images/bg_indexh201.jpg") no-repeat top left ;
	margin:20px 0;
}

/*** H3ラグ  */
#me_main01 h3{
	height:23px;
	background:url("../../pic/bg_caption01.jpg") no-repeat left top;
	padding:5px 0 0 10px;
	margin:0px 0 20px;
	font-weight:bold;
	color:#CC0000;
}

p#me_menu01{
	padding:3px 10px;
	background-color:#F1F9FF;
}
p#me_menu01 a{font-weight:600;}

.me_infoarea{margin-bottom:50px;}
.me_infoarea_s{margin-bottom:30px;padding-right:20px;}

p.me_que{
	padding:15px 0 18px 75px;
	background:url("../images/bg_que01.jpg") no-repeat left top;
	margin-bottom:5px;
	font-weight:600;
	font-size:16px;
	color:#CC0000;
	border-bottom:1px dotted #BBBBBB;
}

p.me_ans{
	padding:15px 0 15px 75px;
	background:url("../images/bg_ans01.jpg") no-repeat left top;
}

/* アコーディオン仕掛け */
.accordion_toggle {
	padding:15px 0 18px 75px;
	background:url("../images/bg_que01.jpg") no-repeat left top;
	margin-bottom:5px;
	font-weight:600;
	border-bottom:1px dotted #BBBBBB;

	display: block;
	outline: none;
	cursor: pointer;
}

.accordion_toggle_active {
	color: blue;
	font-weight:bold;
}

.accordion_content {
	padding:15px 0 15px 75px;
	background:url("../images/bg_ans01.jpg") no-repeat left top;
	overflow: hidden;	/* 必須 */
}

