/* トップページ */
body {           
	padding:0px;
	margin:0px;
	color:#444444;
}

div#align_center{
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}

div#header{
	border-top: 0px solid sandybrown;
	border-right:0px solid #cc9966;
	border-bottom:0px solid #cc9966;
	border-left:0px solid #cc9966;
	background-image: url(http://www.shinkyu.info/image/header.gif);
	background-repeat: no-repeat;
	width:800px;
	font-size:80%;
	margin-bottom:0px;
	padding:10px 10px 3px 5px;
}

div#title{
	float:left;
	width:200px;
	height:0px;
	padding:10px 0px 0px 10px;
	margin-bottom:5px;
}

div#header_right {
	float:right;
	width:570px;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	font-size:90%;
	color:#999999;
}

div#navibar {
	border-top:0px solid gainsboro;
	border-bottom:1px solid gainsboro;
	padding:0px 0px 2px 0px;
	color:silver;
}

#navibar a {
	color:#3399cc;
	text-decoration: none;
}

#navibar a:hover {
	color: #ff33ff;
	text-decoration: none;
}


div#body{
	width:800px;
	border-top:0px solid #ffcc66;
	border-right:0px solid ffcc66;
	border-bottom:0px solid ffcc66;
	border-left:0px solid ffcc66;
	padding:5px 10px 0px 10px;
	background-image: url(http://www.shinkyu.info/image/body_bg.gif);
	background-repeat: repeat;
}

div#left {
	float:left;
	width:500px;
	text-align:left;
	margin:5px 0px 0px 0px;
	padding:10px 0px 0px 7px;
}

div#right {
	float:right;
	width:250px;
	text-align:left;
	padding:0px 2px 0px 10px;
	margin:0px 2px 0px 0px;
}

div#s_box_top {
	width:260px;
	height:30px;
	padding:15px 10px 0px 10px;
	margin:0px;
	background-image: url(../image/s_box_top.gif);
	background-repeat: no-repeat;
}

div#s_box_middle {
	width:260px;
	margin-top:0px;
	padding:10px 10px 0px 10px;
	color:#666666;
	font-size:90%;
	line-height:150%;
	background-image: url(../image/s_box_middle.gif);
	background-repeat: repeat;
}

div#s_box_bottom {
	width:260px;
	margin-bottom:5px;
	padding:0px;
	background-image: url(../image/s_box_bottom.gif);
	background-repeat: no-repeat;
}

div#center {
	width:700px;
	text-align:center;
	padding:5px 0px 0px 5px;
	margin:5px 0px 0px 5px;
	text-align:left;
}

div#u_line_box {
	width:100%;
	border:1px solid gainsboro;
	padding:10px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

div#line_box {
	width:100%;
	border:1px solid gainsboro;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	line-height:150%;
}

div#ad_box {
	width:100%;
	border:1px solid gainsboro;
	padding:10px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

div#u_line_green {
	width:100%;
	border-bottom:1px solid darkseagreen;
	background-image: url(http://www.shinkyu.info/image/u_line1.gif);
	background-repeat: no-repeat;
	padding:0px 0px 2px 20px;
	color:#666666;
	font-size:90%;
	text-align:left;
}

div#line_gray {
	height:25px;
	border-bottom:1px dotted gainsboro;
	padding:5px 2px 2px 8px;
	background-image: url(http://www.shinkyu.info/image/gray.gif);
	background-repeat: repeat;
	text-align:left;
	font-size:90%;
}

div#line_blue {
	height:25px;
	border-bottom:1px dotted lavender;
	padding:5px 2px 2px 8px;
	background-image: url(http://www.shinkyu.info/image/green.gif);
	background-repeat: repeat;
	text-align:left;
	font-size:90%;
}

div#line_height {
	line-height:150%;
	padding:10px;
	text-align:left;
	font-size:90%;
}

/* ログイン */
div#log_img {
	border:1px solid gainsboro;
}

.log_td {
	font-size:80%;
	line-height:150%;
}

div#footer {
	width:800px;
	height:30px;
	text-align:center;
	font-size:80%;
	color:#666666;
	background-image: url(http://www.shinkyu.info/image/footer.gif);
	background-repeat: no-repeat;
	padding:0px 10px 5px 10px;
	margin-top:0px;
}