@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: left;
	background: #008b8b;
}

h1 {
	display: none;
	}

h2 {
	color: #000;
	font-size: 1em;
}

h2.h2top {
	font-size: 1.1em;
	height: 18px;
	border-bottom: 1px solid #d2d2d2;
}

#wrapper {
	width: 100%;
	height: auto;
}

#container {
	width: 700px;
	height: auto;
	margin: 15px auto;
	border: 1px solid #ccc;
	background: #FFF;
}

#rimparock {
	width: 800px;
}

#kiyancontents {
	width: 640px;
	margin: 20px auto;
}

#kiyancontents p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 30px;
}

#kiyancontents ul {
	width: 600px;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-left: 10px;
}

#kiyancontents li.indent {
	text-indent: 1em;
	}

.maeuri {
	width: 680px;
	height: 60px;
	color:#990000;
	font-weight: bold;
	margin: 20px 0 0 0;
	}
	
.maeuri a:link {color: #FF3300;text-decoration: underline;}

.maeuri a:visited {color: #FF3300;text-decoration: underline;}
	
#fbplugin {
	width: 500px;
	margin: 10px auto;
}

#copyright {
	color: #333;
	text-align: center;
	margin: 20px auto;
}


