@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../img/com/bg.png);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* -- main -- */
div#main {
	width:950px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/com/body_main.png);
	background-repeat:repeat-y;
	position:relative;
}

/* -- editable -- */
div#editable {
	position:relative;
	float:left;
	top:0;
	left:40px;
	width:670px;
	padding:7px 0;
	color:rgb(97,97,97);
	font-size:0.8em;
	line-height:1.6em;
	border-top:1px solid rgb(127,127,127);
	border-bottom:1px solid rgb(127,127,127);
}

div#editable a {
	text-decoration:none;
	color:rgb(0,127,0);
}

div#editable a:active, div#editable a:hover {
	text-decoration:underline;
	color:rgb(197,37,0);
}

div#editable h2 {
	margin:0 0 0.8em;
	padding:0;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

div#editable .nextGroup {
	margin-top:2em;
}

div#editable div.inq {
	width:360px;
	margin:0 auto;
	padding:20px;
	background-image:url(../img/com/inqbg.png);
	background-repeat:no-repeat;
}

div#editable div.inq a {
	display:block;
	width:288px;
	height:36px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../img/com/inq.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
div#editable div.inq a:active, div#editable div.inq a:hover {
	background-position:0 -36px;
}