@charset "utf-8";

body {
	margin:0;
	background-color:#dddddd;
	text-align:center;
	font-size:13px;
	color:#363636;
	}

form {
	margin:0;
	padding:0;
	font-weight:normal;
	}

a:link {
	color:#006699;
	}

a:visited {
	color:#006699;
	}

a:active {
	color:#006699;
	}

a:hover {
	color:#006699;
	}

#container {
	width:950px;
	margin:0 auto;
	padding:10px 0 0 0;
	line-height:140%;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #3a3a3a;
	border-top:1px solid #4c4c4c;
	}

#center {
	float:left;
	width:530px;
	margin-top:5px;
	background-color:#ffffff;
	padding-left:15px;
	overflow:hidden;
	}

#right {
	float:left;
	width:350px;
	padding-left:30px;
	}

#header {
	width:920px;
	height:130px;
	padding:15px;
	margin-bottom:15px;
	}

#header-bottom {
	position:relative;
	width:920px;
	height:60px;
	margin:20px 0;
	}

#banner {
	float:left;
	width:470px;
	height:60px;
	}

#bookmark {
	position:absolute;
	bottom:0px;
	right:0;
	}

#navi {
	width:920px;
	height:20px;
	margin-bottom:15px;
	padding:15px;
	background-color:#00bfff;
	}

#footer {
	clear:both;
	width:950px;
	margin-bottom:15px;
	text-align:center;
	}

#title {
	font-size:30px;
	font-weight:bold;
	}

#title a{
	color:#363636;
	text-decoration:none;
	}

#top strong{
	font-size:13px;
	font-weight:normal;
	}

h4 {
	color:#00b2ee;
	}

h3 {
	color:#00b2ee;
	}

#site dl {
	margin:0;
	padding:0;
}

#site dt {
	margin:0 5px 5px 5px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#006699;
}

#site dd {
	margin:0 0 20px 5px;
	padding:0;
	line-height:130%;
	font-size:10px;
	color:#363636;
}

/* button */
.block {
	margin:5px 0;
	}

.block div {
	float:left;
	margin-right:5px;
	}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

.clearfix {
	min-height:1px;
	}

.clear {
	clear:both;
	}

