@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-color: #F0F8FF;
	background-image: url(img/mozousi.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
h2 {
	border-bottom: 5px solid #00BBFF;
}
/* 角丸のための設定
----------------------------------------*/
.rbox {
width:570px;
background-color:#FFFFCC;
}
.textbox {
margin:0x;
padding:10px;
background-color:#FFFFCC;
}
.rtop, .rbottom{
background-color:#FFFFFF;
}
.rtop span, .rbottom span{
display:block;
height:1px;
overflow:hidden;
background-color:#FFFFCC;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;} 
.pagetop {
	float: right;
	font-size: 80%;
}

/* リンクの設定
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
    border-bottom:2px dotted #66CC33;
}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #66CC33;
}
a:active {
	color: #66CC33;
	text-decoration: none;
	border-bottom: 2px solid #66CC33;
}
.comment {
	font-size: 75%;
	color: #666666;
	line-height: 1.2;
}

/* レイアウトの設定
----------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #00BBFF;
}
#header {
	background-color: #FFFFFF;
	background-image: url(magunobo/img/header.gif);
	height: 140px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}
#title {
	padding: 10px 10px 1px;
	background-color: #FFFFFF;
}


#main {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 560px;
	background-color: #FFFFFF;
}
/* ヘッダの設定
----------------------------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	height: 180px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 10px 10px 0px;
}

#header img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 60px;
}

#header ul {
	background-color: #FFFFFF;
	width: 693px;
	position: absolute;
	top: 105px;
	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: 225px;
	margin-left: 285px;
}
#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;
}
#main img {
	margin: 5px;
}
#main ul {
	padding-left: 20px;
}

#sidebar ul {
	width: 190px;
}
#sidebar ul li {
	list-style: none;
	font-size: 80%;
}
#sidebar ul li a {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 190px;
	display: block;
	padding: 5px;
}
#main p {
	padding-top: 0px;
	padding-bottom: 20px;
}
.note {
	background-image: url(img/bg_note_ylw.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
	border: 1px solid #FFCC00;
	margin-bottom: 10px;
	background-color: #FFFFCC;
}
.date {
	font-size: 80%;
	color: #999999;
	text-align: right;
}

