@charset   "UTF-8";
@import url("main_bottom.css");

h1 {
	font-size:0.8em;
	margin:0.5em;
	padding:0.2em;
	text-align:center;
	color:#999999;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#eeeeee;
}

div#adventure_top {
	text-align:center;
	margin:5px 0;
	font-size:0.8em;
	color:#cc3333;
}

div#adventure_top img {
	border-top:2px solid #666666;
	border-bottom:2px solid #666666;
}

div.adventure {
	padding:2em 1em;
}

div.adventure table {
	font-size: 0.8em;
	border-collapse: collapse;
}

div.adventure table td{
	padding:20px 20px;
	text-align:left;
	width:340px;
	vertical-align:top;
}

div.adventure table td div.story_pic {
	float:left;
	width:110px;
	text-align:center;
}

div.adventure table td div.story_pic img {
	width:100px;
	height:120px;
	border:1px solid #666666;
}

div.adventure table td div.story_mes {
	float:right;
	width:200px;
}

div.adventure table td div.story_mes h2 {
	font-size:1em;
	color:#cc0000;
	text-align:center;
	border-bottom:1px dotted #999999;
}

div.adventure table td div.story_mes h2 a {
	text-decoration:none;
	color:#ff3300;
}

div.adventure table td div.story_mes h2 a:hover {
	color:#ffa600;
}

div.adventure table td div.story_mes p {
	text-indent: 1em;
	padding:0;
	margin:0.5em 0;
}

div.adventure table td div.story_go {
	clear: both;
	text-align: right;
	padding: 2px 30px 2px 2px;
	background-image : url(go.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.adventure table td div.story_go a {
	text-decoration:none;
	color:#ff6600;
}

div.adventure table td div.story_go a:hover {
	color:#ff0000;
}