/* タイトル部分
----------------------------------------------------*/
h1 {
	margin-left: 14px !important;
}
#title {
	posision: relative;
	display: block;
	clear: both;
	width: 745px;
	font-size: 12px;
	margin:0 0 0 20px;
	text-align: left;
	background-color: transparent;
}

#title table {
	margin: 10px 0 20px;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

#title td {
	padding: 4px 6px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background: #fef7e2;
	font-size: 12px;
}

#title p {
	posision: relative;
	display: block;
	clear: both;
	/*width: 745px;*/
	font-size: 12px;
	line-height:18px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	margin:15px 0 15px 0;
	text-align: center;
	background-color: transparent;
}
/* Add 2008.08.25. Monkeyworks TTagawa */
#content {
	width: 765px;
	margin-top: 24px;
	/* background: url(../../cmn/image/n_back.jpg) no-repeat right top; */
}


/* 2009.08.21 - added by nakahara@monkey-works.com
---------------------------------------------------------------------- */
#container {
	posision: relative;
	display: block;
	clear: both;
	width: 745px;
	font-size: 12px;
	margin:0 0 10px 15px;
	text-align: left;
}

#container h2 {
	posision: relative;
	display: block;
	clear: both;
	font-size: 18px;
	margin: 0 0 25px 5px;
	padding: 8px;
	text-align: left;
	color: #376BAF;
	background-color: #d6d6d6;
}

#container h3 {
	posision: relative;
	display: block;
	clear: both;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 30px;
	color:#990000;
	border-bottom: #eeeeee 1px solid;
	font-size: 14px;
	margin:10px 15px 10px 20px;
	text-align: left;
	padding-left: 40px;
	background: url(../image/q.gif) no-repeat left top;
}

#container .indentbox {
	margin-left: 20px;
	margin-bottom: 3.0em;
	padding-left: 40px;
}

#container .answer {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	background: url(../image/a.gif) no-repeat left top;
}

#container h4 {
	margin-bottom: 0.5em;
	color: #cb932b;
	font-size: 12px;
}

#container p {
	posision: relative;
	display: block;
	clear: both;
	width: 600px;
	font-size: 12px;
	line-height:18px;
	margin:0 0 10px;
	text-align: left;
	padding-bottom:5px;
	background-color: transparent;
}

#container p.indent-p {
	padding-left: 14px;
}


/* end
---------------------------------------------------------------------- */
