/* ===============================================
                全体レイアウト 
================================================= */

div#contents {
	width: 800px;
	background-image: url( "img/bg-sideline.png" );
	background-repeat: repeat-y;
	background-position: left top;
}

div#title {
	width: 800px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(img/title.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div#bg-bottomline {
	clear: both;
	width: 800px;
	height: 10px;
	padding-top: 0px;
	background-image: url(img/bg-bottomline.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ===============================================
                Left Lay-out
================================================= */

div#left {
	float: left;
	width: 570px;
	margin: 0px 10px 10px 10px;
	background-image: url( "img/main-sideline.gif" );
	background-repeat: repeat-y;
	background-position: left top;
}

div#topline {
	width: 570px;
	height: 5px;
	background-image: url(img/main-topline.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#bottomline {
	clear: both;
	width: 570px;
	height: 20px;
	background-image: url(img/main-bottomline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.story {
	width: 550px;
	margin: 10px;
	padding: 0px;
}

.vol-title {
	margin-bottom: 10px;
}

div.box {
	width: 550px;
	clear: both;
	margin-top:    10px;
        margin-bottom: 10px;
       
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

div#left h3 {
	display: block;
	font-size: 16px;
	border-left: solid 8px #CFCFCF;
	padding-left: 5px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.question {
	display: block;
	color: #0066FF;
	margin-bottom: 10px;
}

.answer {
	display: block;
	margin-bottom: 20px;
}

.comment {
	display: block;
	color: #FF0000;
        margin-bottom: 20px;
}

/* =============================================== 
               Right Navigation
=================================================*/

div#right {
	float: right;
	width: 190px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

table {
	width: 180px;
	margin: 0px 5px;
}

tr td img {
	width: 50px;
	height: 50px;
	border: solid 1px #EFEFEF;
}

tr td.text {
	width: 135px;
	height: 60px;
	padding-left: 5px;
	color: #FFFFFF;
}

td.text strong {
	color: #FFFFFF;
}

td a:link {
	color:#FFFFFF;
}

td a:visited {
	color: #FFFFFF;
}
