/*地球のうらがわ*/
@import url(navi.css); 
* {
    padding:0;
	margin:0;
    text-decoration:none;
    line-height:1;
    font-size:100%;
    border-width: 0;
	font-style:normal;
	font-weight:normal;
	letter-spacing: 1px;
	align=:top;
	}

*img{
	padding:0;
	margin:0;
	}

/*table------------*/	
* table{
	color: #3399FF;
	font-size: 11px;
	width:530px;
	}
*td{text-align: left;
vertical-align: baseline;
}
* table p{
	margin: 4px;
	}

/*mail form------------*/
form{
	font-size: 11px;
	width:531px;
    border: 1px solid #0000FF;
	padding: 10px 0 10px 15px;
	margin-bottom: 4px;
	}

input, textarea {
	color: #3399FF;
	background-color: #000000;
	border: 1px solid #0000FF; 
	padding: 4px 4px 0 4px;
	}
textarea{overflow-y: auto;}

#err_box{
	color: #3399FF;
	font-size: 11px;
	width:541px;
	margin: 0 0 6px 0;
	padding: 4px 2px 3px 5px;
	border: 1px solid #0000FF;
	line-height: 15px;
	}

/*body------------*/
html{overflow: hidden;}
body{
    background-color: #0000FF;
	background-image: url(gfx/bg.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	margin-top: 40px;
	
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#0000FF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#0000FF;
	scrollbar-3dlight-color:#000000;
	scrollbar-track-color:#000000;

	}
/*link------------*/
a:link,a:visited  {
	color: #99CCFF;
	text-decoration: underline;
	}
a:hover {
	color: #003399;
	text-decoration: underline;
	}

/*fontcolor------------*/
SPAN# param2 {font-size: 11pt ;}
	.blue {color:#0000FF;}
	.l-blue {color:#99CCFF;}

/*wrap------------*/
#lgwrap{
	text-align:left;
    width:763px;
	height:480px;
    margin:0 auto;
	border: 1px solid #0000CC;
	background-color: #000000;
	background-image: url(gfx/lgwrap.jpg);
	background-repeat: repeat-x;
}

/*header------------*/
#header{
width:763px;
	height:190px;
}
#header h1 {
	font-size: 11px;
	color: #000099;
	padding:1px 0 0 1px;
	font-weight: normal;
	font-style: normal;}

/*core------------*/
#core{
	width:759px;
	padding-left: 5px;}
	
/*coreright------------*/
#coreright{
	float:right;
	width:566px;
	height: 276px;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;/*ねすけ、もじらオーバーフロウスクロール代わり*/
	text-align:left;
	padding-right: 6px;
	}
	
#coreright h2, #coreright h3 {
	color:#0000FF;
	font-size: 11px;
	height: 14px;
	width:539px;
	margin-top: 5px;
	padding: 5px 0 0 11px;
	font-weight: normal;
	font-style: normal;
	background-image: url(gfx/h2.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	}

#coreright p{
	color: #3399FF;
	font-size: 11px;
	width:541px;
	margin: 0 0 6px 0;
	padding: 4px 2px 3px 5px;
	border: 1px solid #0000FF;
	line-height: 15px;
	}

/*footer------------*/
#footer {
	width:763px;
	border-top:1px solid #0000FF;
	float:right;
	text-align:right;}
#footer a:link {
	color: #0099FF;
	text-decoration: none;
	}
#footer a:visited {
	color: #0099FF;
	text-decoration: none;
	}
#footer a:hover {
	color: #0000CC;
	text-decoration: none;
	}
#footer address {
	color: #0000FF;
	font-size: 11px;
	font-style:normal;
	padding:2px 2px 0 0;
}