@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: #3399CC;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
hr {
	display: none;
}
h2 {
	border-bottom: 5px solid #00BBFF;
}
/* 角丸のための設定
----------------------------------------*/
.rbox {
width:560px;
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;
}

/* リンクの設定
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
    border-bottom:2px dotted #FFD700;
}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #FFD700;
}
a:active {
	color: #FFD700;
	text-decoration: none;
	border-bottom: 2px solid #FFD700;
}
.comment {
	font-size: 90%;
	color: #666666;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

/* レイアウトの設定
----------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #FFD700;
}
#title {
	background-color: #FFFFFF;
	height: 25px;
	border-bottom: 5px solid #F08231;
	padding: 10px 10px 1px;
}
#main {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 560px;
	background-color: #FFFFFF;
}
/* ヘッダの設定
----------------------------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(header.gif);
	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 5px 5px;
}
#main ul {
	padding-left: 20px;
}

#sidebar ul {
	width: 190px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 190px;
	display: block;
	padding: 5px;
}
#main p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main table a {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.note {
	background-image: url(../img/bg_note_ylw.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFCC00;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	padding: 50px 10px 10px;
}
.title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F08231;
	padding: 0px 5px;
}

.date {
	font-size: 80%;
	color: #999999;
	text-align: right;
}
.id {
	width: 550px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.id_top {
	background-image: url(../img/bg_id_top.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 550px;
}
.id_middle {
	background-image: url(../img/bg_id_middle.gif);
	background-repeat: repeat-y;
	width: 550px;
}
.id_bottom {
	background-image: url(../img/bg_id_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 550px;
}
.id_text {
	background-color: #FFFFFF;
	margin: 0px 30px;
	padding: 10px;
	border: 2px dashed #CCCCCC;
}
.id_title {
	border-bottom: 2px solid #CCCCCC;
	margin: 5px;
	padding: 5px 5px 5px;
}
.id_main {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	border-top: 2px solid #CCCCCC;
}
.fu_grn_top {
	background-image: url(../img/fukidasi_t_grn.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
}
.fu_grn_middle {
	background-image: url(../img/fukidasi_m_grn.gif);
	background-repeat: repeat-y;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
}
.fu_grn_bottom {
	background-image: url(../img/fukidasi_b_grn.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 550px;
	margin-bottom: 5px;
}
.fu_pnk_top {

	background-image: url(../img/fukidasi_t_pnk.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
}
.fu_pnk_middle {

	background-image: url(../img/fukidasi_m_pnk.gif);
	background-repeat: repeat-y;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
}
.fu_pnk_bottom {
	background-image: url(../img/fukidasi_b_pnk.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 550px;
	margin-bottom: 5px;
}
.fu_ore_top {


	background-image: url(../img/fukidasi_t_org.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
}
.fu_ore_middle {


	background-image: url(../img/fukidasi_m_org.gif);
	background-repeat: repeat-y;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
}
.fu_ore_bottom {
	background-image: url(../img/fukidasi_b_org.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 550px;
	margin-bottom: 5px;
}
.fu_blu_top {



	background-image: url(../img/fukidasi_t_blu.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
}
.fu_blu_middle {



	background-image: url(../img/fukidasi_m_blu.gif);
	background-repeat: repeat-y;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
}
.fu_blu_bottom {
	background-image: url(../img/fukidasi_b_blu.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 550px;
	margin-bottom: 5px;
}
.mail {
	padding: 10px;
	border: 2px dotted #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

