@charset "utf-8";
@import "style.css";
/*@import "admin.css";*/

/*-----------------------------------------------------------------
import for Mac5.X
-----------------------------------------------------------------*/

/*\*//*/
@import url("ie5mac.css");
/**/

/*-----------------------------------------------------------------
BASE
-----------------------------------------------------------------*/
body{
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding:0px;
	line-height:1.7;
	text-align:center;
	background:#DCEDBF url(../img/bg_main.jpg) top repeat-x;
	font-family: Meiryo, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', sans-serif;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,form{
	margin: 0px;
	padding:0px;
	text-align:left;
}
form{
	text-align:center;
}

td,th{
	line-height:1.7;
}


body a {
	color: #003366; text-decoration: none;
}
body a:link {
	color: #003366; text-decoration: none;
}
body a:visited {
	color: #006699; text-decoration: none;
}
body a:hover {
	color: #6600CC; text-decoration: underline;
}


img{
	border:0px;
	vertical-align:bottom
}

.center{text-align:center;}
.big{font-size:1.1em;}
.small{font-size:0.8em;}

.p_bu{font-size:14px;}

.red{color:#FF0000;}
.green{color:#336633;}

.r15{margin-right:15px;}
.r10{margin-right:10px;}
.r8{margin-right:8px;}
.r5{margin-top:5px;}
.l10{margin-left:10px;}

blockquote{
	border:5px solid #DAE6F3;
	background:url(../img/blockquote_gif);
	text-align:left;
	padding:10px;
	margin-top:5px;
	margin-bottom:0px;
	color:#49496D;
}
hr{
	margin: 0;
	padding: 0;
	border-width: 1px 0px 0px 0px; /*  */
	border-style: solid; /*  */
	border-color: #fff; /* F */
	height: 1px; /*  */
	width: 500px;
}

.clear{
	clear:both;
}


/*-----------------------------------------------------------------
Float
-----------------------------------------------------------------*/
.f_right{
	float:right;
	margin:0 0 8px 13px;
}
.f_left{
	float:left;
	margin:0 13px 8px 0;
}
.f_clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.f_clear { display: inline-block; }
/* exlude MacIE5 \*/
* html .f_clear { height: 1% }
.f_clear {display:block;}
/* end MacIE5 */

/*------------------------old------------------------*/
.clear {
	clear:both;
	display:none;
}
.float_r{
	float:right;
	margin:0 0 10px 10px;
}
.float_l{
	float:left;
	margin:0 10px 10px 0;
}



.float_c{
	float:center;
	margin:0 0px 0px 0;
}
/*------------------------
all
------------------------*/
.left { text-align:left}

.center { text-align:center}

.right { text-align:right}



/*-----------------------------------------------------------------
Table
-----------------------------------------------------------------*/
table{
	background:#FFFFFF;
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	line-height:1.5;
}
td{
	text-align:left;
	padding:5px;
}
th{
	background-color:#FFE8E8;
	padding:5px;
	font-weight:normal;
}
/*table border_ON*/
table.b_on{
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-top:13px;
	margin-bottom:13px;
}
.b_on td,.b_on th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:7px 10px;
}
.b_on th{
	background:#BDDDDD;
	/*color:#000033;*/
	font-weight:normal;
	text-align:center;
	padding:5px 10px;
}
.b_on th.sub{
	font-weight:normal;
	background:#D7EAD7;
	/*color:#333;*/
	font-size:1em;
}

table.cell_c td,tr.cell_c td{
	text-align:center;
}

table.b_on table{
	margin-top:5px;
	margin-bottom:5px;
}
table.b_on table.b_n,table.b_on .b_n td,table.b_on .b_n th{
	border:none;
	padding:4px 8px;
	text-align:left;
	vertical-align:top;
	background:#FFF;
}
table.b_on tr.col_on td,table.b_on tr.col_on th{
	background:#EAF4EA;
}

img.linkimg{
	vertical-align:middle;
}
table.p_on{
	margin:0px;
	background-color:transparent;
}
.p_on td,.p_on th{
	padding:0px;
	background-color:transparent;
}
table.po_on{
	margin: 0px 0px 6px 0px;
	background-color: #FF6633;
	text-align: center;
}
.po_on td,.po_on th{
	padding: 0px;
	background-color: #FF6633;
	text-align: center;
}
table.qo_on{
	margin: 0px 0px 6px 0px;
	background-color: #FF6666;
	text-align: center;
}
.qo_on td,.qo_on th{
	padding: 0px;
	background-color: #FF6666;
	text-align: center;
}
table.co_on{
	margin:5px 30px 8px 28px;
	background-color:transparent;
}
.co_on td,.co_on th{
	padding:0px;
	background-color:transparent;
}

/*-----------------------------------------------------------------
title
-----------------------------------------------------------------*/
h2 img{
	margin-bottom:6px;
}

.h3_back{
	background: url(../img/h3.jpg) no-repeat center left;
	width:540px;
	line-height:2.0;
	margin-bottom:13px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
.h3_back h3{
	color:#000033;
	font-size:115%;
	margin:2px 10px 2px 18px;
	padding:3px 0;
}

/*club*/
.h3_club{
	background: url(../img/h_back_jpg) repeat-x bottom;
	border:1px solid #A9B3D4;
	width:540px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.h3_club h3{
	color:#000033;
	font-size:120%;
	margin:2px 10px;
	line-hight:1.5;
}


h4{
	margin:10px 0 8px 10px;
}
h4 img{
	margin-left:10px;
}
.h4_back{
	background:url(../img/h4.jpg) no-repeat center left;
	margin:20px 20px 15px 20px;
	clear:both;
}
.h4_back h4{
	font-size:115%;
	margin:0px 10px 0px 7px;
	padding:2px 5px 2px 9px;
	color:#006633;
	/*border-left:4px solid #ccc;*/
}

h5{
	margin:5px 30px 8px 22px;
	color:#669933;
	font-size:105%;
}

/*-----------------------------------------------------------------
List
-----------------------------------------------------------------*/
#main_area dt{
	clear:both;
}
#main_area ul{
	margin:5px 25px 10px 25px;
}
#main_area li{
	margin-left:5px;
	margin-bottom:2px;
}
#main_area ul li{
	list-style-type:none;
	background:url(../img/arrow_y.gif) 0px 6px no-repeat;
	padding-left:17px;
}
#main_area ul.link li{
	list-style-type:none;
	background:url(../img/arrow.gif) 0px 5px no-repeat;
	padding-left:18px;
}
#main_area ul.link_b li{
	list-style-type:none;
	background:url(../img/arrow.gif) 0px 0px no-repeat;
	padding-left:18px;
	display:inline;
}

#main_area td ul{
	margin:0;
}

#main_area td ol{
	margin:0 10px;
}


ul.nt_page{
margin:15px 20px;
}

.nt_page li{
	background:url(../img/arrow.gif) 12px 9px no-repeat;
	padding:3px 5px 3px 30px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	list-style-type:none;
}
/*Firefox、Mozilla、Safari、Operaにのみスタイルを適用
------------------------------*/
html[xmlns] #main_area td ol{
	margin-left:-30px;
}
#main_area td ol li{
	margin-left:20px;
}

#main_area td dl ol{
	margin-left:25px;
}





/*-----------------------------------------------------------------
Common
-----------------------------------------------------------------*/
.coming{
	margin-top:30px;
}


#contents p{
	margin:5px 30px 8px 28px;
	/*clear:both;*/
}

#path{
	text-align:left;
	font-size:0.8em;
	padding:5px 10px 5px 0px;
}

.pageup{
	text-align:right;
	clear:both;
}
.pageup img{
	margin:8px 15px 8px 0;
}



.box{
	margin:10px 25px;
	padding:10px 10px 8px 10px;
	background:#FFFFCC;
	border:#FFCC99 1px solid;
}

.box2{
	margin:0px 0px;
	padding:5px 5px 5px 5px;
	background:#ffffff;
	border:#cccccc 1px solid;
	
}

.boxr{
	margin:10px 25px;
	padding:10px 10px 8px 10px;
	background:#FFE6E6;
	border:#FF9999 1px solid;
	
}

#contents .box2 p{
	margin:5px 3px 0px 7px;
	line-height:1.4;
	font-size:12px;
	color: #333333;
}

#contents .box p{
	margin:5px 15px;
}

td .box{
	margin:5px 0 5px 0;
}

.pdf_box{
	margin:20px 25px;
	padding:8px;
	border:1px solid #CCC;
	font-size:80%;
}
#contents .pdf_box p{
	margin:5px 10px;
}

.img_l{
	float:left;
}
