#contents {
	background-image: url( "./img/maid_bg.gif" ) !important;
	background-position: bottom right;
	background-repeat: no-repeat;
}


div#main {
	width: 460px;
	float: left;
	padding: 5px;
/*	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background: #dddddd;
*/}

#main p, #main span {
/*	color: #0000de; */
}
h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 30px;
}

.question {
	margin-top: 20px;
	padding: 5px;
	color: #ff1493;
	font-weight: bold;
	padding-left: 25px;
	background-image: url( "./img/hatena.jpg" );
	background-repeat: no-repeat;
	background-position: top left;
}

.answer {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 3px solid #6495ed;
}

.end {
	margin-top: 30px;
}

#contents dl {
	margin-left: 50px;
}

#contents dl dd {
	font-weight: bold;
}

#contents dl {
	background-image: url( "./img/001.jpg" );
	background-repeat: no-repeat;
	background-position: bottom right;
}

span.name {
	text-align: right;
}

.introduce {
	margin: 10px;
}

hr {
	margin: 10px 0px;
}

h3 {
	margin-top: 5px;
}


/* ***********************************
 * Sub Nabigation
 * *********************************** */
ul#subnavi {
	width: 150px;
	float: right;
	list-style-type: none;
	background-image: url( "./img/sub_navi.gif" );
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 25px;
}

ul#subnavi li {
	padding: 5px;
	background-image: url( "./img/sub_navi_line.gif" );
	background-repeat: repeat-y;
	background-position: top left;
}

div#sub_navi_bottom {
	background-image: url( "./img/sub_navi_bottom.gif" );
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
}
