@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 20px auto;
	background-color: #333;
	font-family: "IPA mona PGothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	color: #FFF;
	font-size: 80%;
	text-align: center;

	background-image: URL(../img/sur_01bg.jpg);
}
a { text-decoration: none; }
a:link {
	color: #05F;
	text-decoration: underline;
}
a:visited {
	color: #444;
	text-decoration: underline;
}
a:active {
	color: #EEE;
}
a:hover {
	color: #FF0;
	background-color: #F70;
}
h1 {
	line-height: 1.0;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin-bottom: 3px;
}
ul, ol {
	margin: 5px 20px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDD;

	/* 半透明 */
	background-color: #055;
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
img {
	border-style: none;
}

/* ************************************************ */
div#container {
	width: 800px;
	margin: 20px auto;
	padding: 0px;
	border: 1px outset #AAA; /* solid */

	background-image: URL(../img/island_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	background-color: #099;
}
div#header {
	margin: 0px;
	padding: 40px 10px 0px 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center; 
	height: 130px; /* 70 */
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left; 
	position: relative;
}
div#main_contents {
	float: left;
	width: 600px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
div#sub_contents {
	float: right;
	width: 170px;
	padding-right: 10px;
}
div#footer {
	clear: both;
	margin: 0px;
	padding: 5px 20px 1px 20px;
	font-weight: bold;
}
/*********************************************/
div#header h1 {
	font-family: serif;
}
div#footer a {
	color: #FFF;
}
.pcoment {
	padding: 0px;
	margin: 0px;
	font-size: 95%;
	text-align: right;
	line-height: 95%;
}
.topics {
	margin: 5px 0 20px 0;
	padding: 0 10px;
	border: 1px dashed #CCC; 
	text-align: left;
}
/* パンくず もどき */
div#pan {
	margin: 5px 0px;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #8DD;
	font-weight: bold;
}
div#pan ul {
	margin: 0;
}
div#pan ul li {
	display:inline;  
	list-style-type:none;  
}
/*********************************************/
div#sub_contents p {
	font-size: 90%;
}
.smallfont {
	font-size: 75%;
}
div#sub_contents h2 {
	display: none;
}
div#sub_contents div.sub_contents h3 {
	margin-top: 5px;
	padding: 2px 10px 3px 5px;
	border-bottom: 1px solid #8DD;
}

/*********************************************/
div#main_contents p {
	padding-left: 10px !important;
}
div#main_contents h2 {
	display: none;
}
div#main_contents div.main_contents h3 {
	margin-top: 2px;
	margin-bottom: 7px;
	padding: 2px 10px 2px 5px;
	border-left: 5px solid #F07;
	font-size: 110%;
	font-weight: bold;
}
div#main_contents div.main_contents {
	margin: 10px 0;
	padding: 10px;
	border: 1px outset #8CC; /* solid */
}

/* IE6用設定 */
* html body {
	text-align: center;
}
* html body div#container {
	width: 800px;
	text-align: left;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}
