@charset "utf-8";
/* 基本のスタイル
----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #006699;
	background-attachment: fixed;
	background-position: center center;
}
hr {
	display: none;
}
h2 {
	border-bottom: 5px solid #00BBFF;
	margin-bottom: 5px;
}
/* 角丸のための設定
----------------------------------------*/
.rbox {
	width:510px;
	background-color:#f5f5dc;
	margin-top: 20px;
}
.textbox {
margin:0px;
padding:10px;
background-color:#f5f5dc;
}
.rtop, .rbottom{
background-color:#ffffff;
}
.rtop span, .rbottom span{
display:block;
height:1px;
overflow:hidden;
background-color:#f5f5dc;
}
.r1{margin: 0px 5px;}

.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;} 
/* リンクの設定
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
    border-bottom:2px dotted #00BBFF;
}
a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #00BBFF;
}
a:active {
	color: #00BBFF;
	text-decoration: none;
	border-bottom: 2px solid #00BBFF;
}
/* レイアウトの設定
----------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	height: 140px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}
#canpaingh {
	top: 200px;
	height: 100px;
	width: 800px;
	text-align: center;
}
#canpaingh a {
	border-width: 0px;
	border-style: none;
}


#main {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 510px;
	background-color: #FFFFFF;
}
#sidebar {
	margin: 0px;
	padding: 10px;
	width: 250px;
	float: left;
	background-color: #FFFFFF;
	font-size: 75%;
}
/* ヘッダの設定
----------------------------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	height: 180px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}
#header img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#header #logo {
	position: absolute;
	left: 375px;
	top: 60px;
}

#header ul {
	background-color: #FFFFFF;
	width: 693px;
	position: absolute;
	top: 109px;
	left: 55px;
}
#header ul li {
	list-style: none;
	padding:0px;
	float: left;
	display: inline;
}
#header ul li a {
	text-align: center;
	display: block;
	width: 75px;
	border-style: none;
	margin: 1px;
}
/* フッタの設定
----------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #00BBFF;
	clear: both;
	width: 780px;
	bottom: 0px;
	height: 100px;
	padding: 10px;
	font-size: 75%;
}

#footer ul {
	background-color: #00BBFF;
	width: 300px;
	margin-left: 240px;
}
#footer ul li {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li a {
	border-style: none;
	height: 75px;
	width: 75px;
	text-align: center;
	display: block;
	background-color: #00BBFF;
	border-width: 0px;
	text-decoration: none;
}
#footer address {
	text-align: center;
	clear: both;
	padding-top: 10px;
	line-height: 1.1;
	font-size: 90%;
}
#main img {
	margin-bottom: 5px;
}
#main ul {
	background-color: #FFFFFF;
	width: 510px;
}

#main ul li {
	float: left;
	list-style: none;
	background-color: #FFFFFF;
}
#main ul li a {
	border-width: 0px;
	border-style: none;
	list-style: none;
	display: block;
	padding: 0px;
}
#main div a {
	border-style: none;
}

#sidebar h2 {
	border-bottom: 5px solid #00BBFF;
	margin-top: 15px;
}
#sidebar img {
	border-width: 0px;
	border-style: none;
	margin-bottom: 5px;
}

#sidebar ul {
	font-size: large;
	list-style: url(none) none;
	margin-left: 10px;
}

#sidebar div a {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#dondabe {
	height: 30px;
	width: 300px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 495px;
	font-size: 80%;
	background-image: url(img/bg_eye.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
#dondabe a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px dotted #FFFFFF;
}
#dondabe a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}


.comment {
	font-size: 80%;
	line-height: 1.2;
}
.date {
	font-size: 80%;
	text-align: right;
	float: right;
}
.rbox2 {
	width:510px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textbox2 {
	margin:0px;
	padding:10px 20px;
	background-color:#CCFF66;
	line-height: 1.4;
}
.rtop2, .rbottom2 {

background-color:#ffffff;
}
.rtop2 span, .rbottom2 span {

display:block;
height:1px;
overflow:hidden;
background-color:#CCFF66;
}
.title_white {
	color: #FFFFFF;
	background-color: #66CC00;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
}
.ikizama {
	width: 510px;
	margin-top: 10px;
}
.binder {
	background-image: url(img/binder.gif);
	background-repeat: no-repeat;
	height: 265px;
	padding-top: 37px;
	padding-left: 9px;
}

.ikizama_t {
	background-image: url(img/ikizama_t.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 510px;
}
.ikizama_m {
	background-image: url(img/ikizama_m.jpg);
	background-repeat: repeat-y;
	width: 470px;
	padding-right: 20px;
	padding-left: 20px;
}
.ikizama_b {
	background-image: url(img/ikizama_b.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 510px;
	background-position: bottom;
}
.ikizama_m img {
	margin-right: 10px;
	margin-top: 5px;
}
.point {
	color: #00BBFF;
}
