body {  scrollbar-3dlight-color:#000066;
        scrollbar-face-color:#FFFFFF;
        scrollbar-arrow-color:#000066;
        scrollbar-highlignt-color:#0098E1;
        scrollbar-shadow-color:#000066;
        scrollbar-track-color:#000066;}
.box {  font-size: 10pt; color: #000066;}
BODY{
  margin-top : 0px;
  top : 0px;
  margin-bottom : 0px;
}
TABLE{
  margin-top : 0%;
  margin-left : 0%;
  margin-right : 0%;
  margin-bottom : 0%;border-width : 0px 0px 0px 0px;}
HR{
  font-weight : 100;
  color : gray;
  text-decoration : blink;
  font-size : 2px;
}
TD{
  text-decoration : none;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
/* ------------------------------
 全体　700px
------------------------------ */
#wrapper{
	background-color: #FFFFFF;
	width: 700px;
	margin:auto;
	padding:0;
}

/* ------------------------------
 見出し
------------------------------ */
h1{
	margin:0;
	padding:5px 0px;
}
h2{
	margin:5px 15px;
}

/* ------------------------------
 Header（パンくず）
------------------------------ */
#header {
	text-align: left;
	font-size: 0.8em;
	padding:0 5px 3px 5px;
}

/* ------------------------------
 contents
------------------------------ */
.contents {
	width:640px;
	margin:0 30px;
	padding:5px 0;
	font-size:1.2em;
	text-align: left;
	background-color: #FFFFFF;
}

.information {
	margin:0 5px;
	padding:5px;
	font-size:0.9em;
	text-align: center;
	line-height:1.3;
	border: 1px solid #CC0000;
}
.information strong{
	color:#CC0000;
	font-weight:bold;
	font-size:1.0em;
}
.information h2{
	color:#CC0000;
	font-weight:bold;
	font-size:1.1em;
}
.information h3{
	margin:20px 0 10px 1em;
	color:#CC0000;
	font-weight:bold;
	font-size:1.0em;
	text-align:left;
}
.information p{
	text-align:left;
	margin:5px 10px;
	font-size:1.0em;
	line-height:1.3;
}

.info{
	padding:10px;
	font-size:1.0em;
	color:#CC0000;
	background-color:#FFCCCC;
}

table.syousai{
	width:450px;
	font-size:0.9em;
	line-height:1.2;
}

.syousai th{
	width:80px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
	border-bottom:dotted 1px #999999;
}
.syousai td{
	text-align:left;
	vertical-align:top;
	padding-top:5px;
	border-bottom:dotted 1px #999999;
}

.information1 {
	margin:0 5px;
	padding:5px;
	font-size:0.9em;
	text-align: center;
	line-height:1.3;
	border: 1px solid #CC0000;
	background-color:#FFFFCC;
}
.information1 h2{
	color:#CC0000;
	font-weight:bold;
	font-size:1.1em;
}
.information1 h3{
	margin:1em 0 0;
	color:#FF6600;
	font-weight:bold;
	font-size:1em;
}
.information1 p{
	margin: 0 0 1em;
}
.information1 strong{
	color:#FF3399;
	font-weight:bold;
	font-size:1.0em;
}

.info_l{
	color:#CC0000;
	font-size:0.9em;
	text-align:left;
	padding:5px;
}

.notice_list{
	list-style-type:outside;
	margin:5px 5px 5px 20px;
	padding-left:10px;
	font-size:0.9em;
	text-align:left;
	color:#CC0000;
}

.information2 {
	margin:0 5px;
	padding: .5em .75em;
	font-size:0.9em;
	text-align: left;
	line-height:1.3;
	border: 3px solid #CC0000;
	background-color:#FFFFCC;
}
.information2 h2{
	color:#CC0000;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	margin:0;
}
.information2 .h2	{
	background: #c00;
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 8px;
	padding: 4px;
}
.information2 .h2 span	{
	font-size: 1.2em;
}
.information2 video	{
	margin-bottom: 8px;
}
.information2 h3{
	margin:1em 0 0;
	color:#FF6600;
	font-weight:bold;
	font-size:1em;
	text-align:left;
}
.information2 p{
	font-size:1em;
	margin:0 0 1em;
}
.information2 ul{
	font-size:1em;
	margin:1em 0 0;
	padding: 0;
	list-style: none;
}
.information2 li{
	text-indent: -1em;
	padding-left: 1em;
}
.information2 strong{
	color:#FF3399;
	font-weight:bold;
	font-size:1.0em;
}
em{
	font-style: normal;
	color: #FF6600;
}

/* ------------------------------
 リスト(横並び)
------------------------------ */
dl.data{
	margin: 0;
	padding: 0;
}

dl.data dt{
	float: left;
	width: 7em;
	margin:0 0 0 15px;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.2;
	color:#666666;
	font-size:0.9em;
	text-align:left;
}

dl.data dd{
	margin:0 10px;
	padding: 5px 0 3px 7em;
	line-height: 1.2;
	border-bottom: 1px #CCCCCC solid;
	font-size:0.9em;
	text-align:left;
}

/* ------------------------------
 Footer
------------------------------ */
#footer	{
	background-color:#FFFFFF;
	font-size:	10pt;
	text-align:center;
	width: 700px;
	padding:50px 0 20px 0;
	clear: both;
}

/* ------------------------------
 album
------------------------------ */
.photo td{
	font-size:0.9em;
	line-height:1.1;
	text-align:center;
	vertical-align: top;
	width: 235px;
}


/* ------------------------------
 kon
------------------------------ */
.information a:link{
	color:#FF0099;
	font-style:normal;
	text-decoration:underline;
}
.information a:visited{
	color:#FF0099;
	font-style:normal;
	text-decoration:none;
}
.information a:hover{
	color:#FF0099;
	text-decoration:none;
}
.information a:active{
	color:#FF0099;
	text-decoration:none;
}


.information2 a:link{
	color:#FF0099;
	font-style:normal;
	text-decoration:underline;
}
.information2 a:visited{
	color:#FF0099;
	font-style:normal;
	text-decoration:none;
}
.information2 a:hover{
	color:#FF0099;
	text-decoration:none;
}
.information2 a:active{
	color:#FF0099;
	text-decoration:none;
}



.small {
	font-size: 12px;
	color: #333333;
}
.orange {
	font-size: 12px;
	color: #FF6600;
}
p {
	font-size: 13px;
	line-height: 120%;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6699;
	text-decoration: underline;
}
a:active {
	color: #FF6699;
	text-decoration: underline;
}

.information1 a{
	color:#FF0000;
	text-decoration:underline;
}



/* -------------------------------------------------------------------
			ul.attention
------------------------------------------------------------------- */

ul.attention	{
	color: #c00;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	text-align: left;
}
ul.attention li	{
	text-indent: -1em;
	padding-left: 1em;
}

li.attention	{
	font-size: 0.9em;
	color: #c00;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}

.sub_section	{	padding: 0 10px;	text-align: left;	}
.sub_section h3,	.sub_section h4,	.sub_section h5,	.sub_section h6	{	margin: 0;	}

