@charset "utf-8";

*{
	margin:0;
	padding:0;
}

a{ color:#333;}
a.link{ color:#eb5505;}
a:link{ text-decoration:none;}
a:hover{ text-decoration:underline;}

p{
	line-height:180%;
}
.or{
	color:#eb5505;
}

img.imgright{
	float:right;
	padding:0 0 25px 25px;
}

img.imgleft{
	float:left;
	padding:0 25px 25px 0;
}

ol{
	font-size:1.2em;
	margin-left:20px;
	margin-bottom:25px;
	line-height:150%;
}

ol li{
	margin:5px 0 10px;
}

ul.list li{
	list-style:disc;
	font-size:1.2em;
	padding:0 0 10px 0;
	line-height:150%;
	margin-left:20px;
	
}

ul.cursor li{
	background:url(../img/common/cursor.png) no-repeat 0 3px;
	padding:0 0 10px 20px;
	font-size:1.2em;
}

ul.cursor li.pdf{
	background:url(../img/common/pdf.png) no-repeat 0 3px;
	padding:0 0 10px 20px;
}

ul.cursor li.excel{
	background:url(../img/common/excel.png) no-repeat 0 3px;
	padding:0 0 10px 20px;
}

ul.cursor li.word{
	background:url(../img/common/word.png) no-repeat 0 3px;
	padding:0 0 10px 20px;
}

/*******************************
header
*******************************/

#header_container{
	width:100%;
	background-color:#ffffff;
}


#header{
	width:980px;
	margin:0 auto;
	height:52px;
	background-color:#ffffff;
}

#header h1{
	float:left;
}

#header .sub{
	float:right;
	width:490px;
	margin:12px 0;
}

#header .sub .field{
	height:18px;
	background-color:#fff;
	border: thin solid #ccc;
	color:#666;
	padding:4px;
	outline: none;
	width:150px;
	float:right;
}

#header .sub .btn{
	padding:0;
	margin:0;
	background-color:#999;
	float:right;
}

#header .sub .submenu{
	float:left;
	margin:3px 0 4px;
}

#header .sub .submenu li{
	float:left;
	line-height:20px;
	margin-right:20px;
}

#header .sub .submenu li:last-child{
	margin-right:0px;
}

#header .sub .submenu li.home{
	background:url(../img/common/head_icn_01.png) no-repeat 0 2px;
	padding:0 0 0 20px;
}

#header .sub .submenu li.contact{
	background:url(../img/common/head_icn_02.png) no-repeat 0 3px;
	padding:0 0 0 20px;
}

/*******************************
mainmenu
*******************************/

#mainmenu{
	height:40px;
	width:100%;
	background-color:#eb5505;
	clear:both;
}

#mainmenu ul{
	width:980px;
	margin:0 auto;
}

#mainmenu li{
	float:left;
}

/*******************************
maincontents
*******************************/

#container{
	position: relative;
	min-height:100%;
	background-color:#CCC;
	background:url(../img/common/mainbg.png);
}

#maincontents{
	clear:both;
	padding-bottom:120px;
}

#maincontents a img:hover{
	opacity:0.8;
}

#maincontents #wrapper{
	width:980px;
	margin:0 auto;
}

#maincontents #bc{
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #cccccc;
}

#maincontents #bc ul{
	width:980px;
	margin:0 auto;
	height:33px;
	font-size:11px;
}

#maincontents #bc ul li{
	float:left;
	padding:11px 0 11px 20px;
	line-height:100%;
	background:url(../img/common/bc.png) 0 11px no-repeat;
	margin-left:15px;
}

#maincontents #bc ul li:first-child{
	padding-left:0px;
	margin-left:0px;
	background:none;
}

#maincontents #bc ul li a{
	color:#eb5505;
}

#maincontents #contentsleft{
	float:left;
	width:210px;
	padding:20px 0;
}

#maincontents #contentsleft h2{
	margin-bottom:20px;
}

#maincontents #contentsleft h2 img:hover{
	opacity:1;
}

#maincontents #contentsleft ul.mainmenu{
	background-color:#fff;
	border:1px solid #999999;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

#maincontents #contentsleft ul.mainmenu li a{
	display:block;
	padding:13px 15px 13px 30px;
	background:url(../img/common/menu_cursor_off.png) no-repeat 15px 19px;
	line-height:150%;
	font-size:1.2em;
}

#maincontents #contentsleft ul.mainmenu li a:hover,
#maincontents #contentsleft ul.mainmenu li a.on{
	background-color:#eb5505;
	background-image:url(../img/common/menu_cursor_on.png);
	background-repeat:no-repeat;
	background-position:15px 19px;
	color:#fff;
	text-decoration:none;
}

#maincontents #contentsleft ul.mainmenu li{
	border-bottom:1px solid #999;
}

#maincontents #contentsleft ul.mainmenu li:last-child{
	border-bottom:none;
}

#maincontents #contentsleft span{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:20px 0 7px;
	line-height:130%;
}

#maincontents #contentsleft .contact{
	background-color:#fff;
	padding:9px;
	border:1px solid #999;
}

#maincontents #contentsleft .contact img{
	display:block;
}

#maincontents #contentsright{
	float:right;
	width:740px;
	padding:20px 0;
}
 
#maincontents h3{
	background:url(../img/common/title_br.png) no-repeat bottom;
	font-size:2.3em;
	font-weight:200;
	line-height:100%;
	padding:0 0 10px 0;
	margin-bottom:20px;
	margin-top:5px;
}

#maincontents p{
	font-size:1.1em;
	padding-bottom:30px;
}

#maincontents h4{
	font-size:1.5em;
	line-height:140%;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:10px;
	background:url(../img/common/h4_title.png) no-repeat bottom;
	clear:both;
}

#maincontents h5{
	border-left:3px solid #eb5505;
	padding:5px 0 3px 10px;
	margin-bottom:15px;font-size:1.3em;
	line-height:1em;
}

#maincontents h5.nbr{
	border-left:none;
	padding:5px 0 3px 0;
	margin-bottom:5px;
	font-size:1.3em;
	line-height:1em;
}

table.frame01{
	width: 100%;
	border-collapse: collapse;
	margin:5px 0 25px 0;
	font-size:1.1em;
}

table.frame01 th{
	padding: 6px;
	vertical-align: top;
	color: #333;
	background-color: #dcdcdc;
	border: 1px solid #b9b9b9;
}

table.frame01 td{
	padding: 6px;
	background-color: #eaeaea;
	border: 1px solid #b9b9b9;
}

table.frame02{
	width: 100%;
	margin:5px 0 25px 0;
	font-size:1.2em;
	border-spacing:2px;
}

table.frame03{
	width: 100%;
	margin:5px 0 25px 0;
	font-size:1.2em;
	border-spacing:2px;
}

table.frame03 th{
	padding: 6px;
	color: #333;
	background-color: #dcdcdc;
}

table.frame03 td{
	padding: 6px;
	background-color: #eaeaea;
}

table.frame03 td.c02{
	padding: 6px;
	background-color: #eeeeee;
}

table.frame02 th{
	padding: 6px;
	color: #333;
	background-color: #dcdcdc;
	width:20%;
	border-bottom:4px solid #f8f5f2;
}

table.frame02 td{
	padding: 6px;
	background-color: #eaeaea;
	width:30%;
	border-bottom:4px solid #f8f5f2;
	border-right:4px solid #f8f5f2;
}

ul.link li{
	font-size:1.2em;
	background:url(../img/common/cursor.png) no-repeat 0 3px;
	padding:0 0 5px 20px;
}

ul.link{
	margin-bottom:20px;
}

#maincontents #contentssingle{
	width:740px;
	padding:20px 0;
	margin:0 auto;
}

/*アストロパーク*/
.astropark01 {
	position:relative;
}


.astropark02 img {
	width:290px;
}
.astropark03 {
	width:290px;
	font-size:1.2em;
	clear:both;
	padding-top:20px;
	font-weight:bold;
}
.astropark01 p {
	position:absolute;
	color: white;
	top: 20px;
	left: 20px;
	letter-spacing: 1px;
	font-family:serif;
}
div.astroparktxt1 {
	font-size:1.2em;
	padding:20px 0 30px 0;
	line-height:150%;
}
div.astroparktxt2 {
	font-size:1.2em;
	float:right;
	width:430px;
	line-height:150%;
}

div.astroparktxt2-2 {
	font-size:1.2em;
	float:right;
	width:415px;
	line-height:150%;
	text-indent: -0.5em;
	padding-left: 0.5em;
	margin-top: 20px;
}

div.astroparktxt3 {
	font-size:1.2em;
	padding:0 0 5px 0;
	line-height:150%;
}
div.astroparktxt4 {
	font-size:1.2em;
	padding:0 0 10px 0;
	line-height:150%;
}
table.astroparktable1{
	width:290px;
	border-collapse: collapse;
	margin:5px 0 25px 0;
	font-size:1.1em;
	float:left;
}

table.astroparktable1 td{
	padding: 3px 6px 3px 6px;
	background-color: #eaeaea;
	border: 1px solid #b9b9b9;
}

table.astroparktable2{
	border-collapse: collapse;
	margin:5px 0 20px 0;
	font-size:1.1em;
}
table.astroparktable2 td{
	padding: 3px 6px 3px 6px;
	background-color: #eaeaea;
	border: 1px solid #b9b9b9;
}
.astroparkimg1 {
	width:300px;
	float:right;
}


/*******************************
footer
*******************************/

#footer{
	width:100%;
	position:absolute;
	clear:both;
	background-color:#2b2b2b;
	color:#999999;
	padding:15px 0 55px;
	font-size:0.85em;
	bottom:0;
	margin-top:50px;
}

#footer .inner{
	width:980px;
	margin:0 auto;
}

#footer a{
	color:#999999;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footer .cr{
	float:right;
}

#footer .menu{
	float:left;
}

.pagetop{
	height:45px;
	width:45px;
	background:url(../img/common/pagetop.png);
}
table.club {
	width: 600px;
margin: 20px 0 25px 0;
font-size: 1.2em;
border-spacing: 2px;
}

table.club th {
	padding: 6px;
color: #333;
background-color: #dcdcdc;
width: 8%;
border-bottom: 4px solid #f8f5f2;
}

table.club td {
padding: 6px;
background-color: #eaeaea;
width: 30%;
border-bottom: 4px solid #f8f5f2;
border-right: 4px solid #f8f5f2;
}

.super {
	vertical-align:super;
	font-size:8px;
}


.pdfch {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-bottom: 20px;
	font-family: "微软雅黑","宋体";
}

.pdfch2 {
	color:#eb5505;

}