/* --- common style ---------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,table,tr,th,td,dl,dt,dd,img,span,div,ul,li {
	margin:0px;
	border:none;
	padding:0px;
	font-size:14px;
	line-height:2;
	list-style-type:none;
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

table,
table tr,
table tr th,
table tr td {
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

table caption {
	display:none;
}
a {color:#FF0000; text-decoration:underline;}
a:link {color:#FF0000; text-decoration:underline;}
a:visited {color:#FF0000; text-decoration:none;}
a:active {color:#FF0000; text-decoration:none;}
a:hover {color: #FFCC00; text-decoration:none;}

/* --- メイン部の文字色 ----------------------------------------------------------- */

div#main {color:#000000;}

/* --- ヘッダ上部の文字色 ----------------------------------------------------------- */

h2.head { color:#FFFFFF; display:none;}
div#header01.type01 p#to_index a { color:#000000;}
div#header01.type01 p#to_index a:hover { color:#666666;}

/* --- ナビの文字色 ----------------------------------------------------------- */
div#menu ul li a { color: #336699; font-weight:bold; font-size:12px;
}
div#menu ul li a:hover { color: #46C0F4}

div#menu ul li ul li a { color: #000000;}
div#menu ul li ul li a:hover { color:#666666;}


/* --- WHATS NEWの文字色 ----------------------------------------------------------- */
.whats_column { color:#999999;}
.day { color:#895332; font-weight:bold;}

/* --- 以下は固定部分 ----------------------------------------------------------- */
/* --- site layout ----------------------------------------------------------- */

body#type01 {
	text-align:center;
	background:#ffffff;
	margin-bottom:0px;
	padding:0px;
}

div#layout01.type01 {
	width:890px;
	padding:0px;
	margin:0 auto;
	background:url(../img/wrapper_bg_01.jpg) repeat-y;
	text-align:center;
}

div#layout02.type01 {
	width:890px;
	padding:0px;
	margin:0 auto;
	background: url(../img/head02bg_01.jpg) no-repeat;
	text-align:center;
}

div#header01 {
	position:relative;
	width:860px;
	margin:0 15px;
	text-align:left;
}

div#header01.type01 {
	height:150px;
}

div#header01.type01 p#sitemap {
	position:absolute;
	left: 756px;
	top: 3px;
	width: 88px;
}

div#header01.type01 p#to_index a {
	position:absolute;
	left:31px;
	top: 41px;
	width: 463px;
	height: 95px;
	text-indent:-9999px;
	z-index:auto;
}
div#header01.type01 p#inq a {
	position:absolute;
	left:550px;
	top: 54px;
	width: 262px;
	height: 71px;
	text-indent:-9999px;
	z-index:auto;
}

div#header01.type01 h1 {
	width:800px;
	height:117px;
	position:absolute;
	background:url(../img/head01_01.jpg) no-repeat;
	margin:0px;
	text-indent:-9999px;
	top: 31px;
	left: 30px;
}

div#header01 h2 {
	position:absolute;
	width:500px;
	height:20px;
	left: 26px;
	top: 4px;
}

div#header01.type01 p#h_banner01 a {
	position:absolute;
	width:200px;
	height:61px;
	left: 408px;
	top: 51px;
	text-indent:-9999px;
}

div#header01.type01 p#h_banner01 a:hover {
	background:url(../img/head_banner01_01.jpg) no-repeat;
}

div#header01.type01 p#h_banner02 a {
	position:absolute;
	width:199px;
	height:61px;
	left: 619px;
	top: 51px;
	text-indent:-9999px;
}

div#header01.type01 p#h_banner02 a:hover {
	background:url(../img/head_banner02_01.jpg) no-repeat;
}

div#wrapper {
	overflow:hidden;
	width:800px;
	margin:0px 0px 10px 45px;
	text-align:left;
}

div#wrapper.type01 { background:url(../img/main_bg.jpg) repeat-y;}

div#wrapper div#main.type01 {
	float:right;
	width:600px;
	padding:0px;
	background:url(../img/main01bg_01.jpg) no-repeat;
}

div#wrapper div#navi.type01 {
	float:right;
	width:200px;
	text-align:left;
}

div#wrapper div#navi.type02 {
	float:right;
	width:200px;
	text-align:left;
}

div#layout01 div#footer.type01 {
	clear:both;
	width:800px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	background:#FFFFFF url(../img/footer_bg02.jpg) repeat-x top;
	padding-top:10px;
}


/* --- header ---------------------------------------------------------------- */



/* --- wrapper --------------------------------------------------------------- */



/* --- navi ------------------------------------------------------------------ */

div#navi.type02 div#menu {
	margin:10px 0 20px 10px;
	text-align:left;
	padding:90px 0 0;
	width:180px;
	background: url(../img/contents_01.gif) no-repeat top ;
	overflow:hidden;
}

div#navi.type02 div#menu ul {
	width:180px;
	margin:0;
	background:url(../img/contents.jpg) no-repeat;
}

div#navi.type02 div#menu ul li {
	width:170px;
	color:#000000;
	margin:5px 5px;
}


div#navi.type02 div#menu ul li a {
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:url(../img/menu.gif) no-repeat;
	color:#000000;
	font-size:12px;
}


div#navi.type02 div#menu ul li a.menu02 {
	display:block;
	width:160px;
	height:40px;
	line-height:20px;
	padding-left:10px;
	background:url(../img/menu.gif) no-repeat;
	color:#000000;
	font-size:12px;
}



div#navi.type02 div#menu ul li a:hover {
	background:url(../img/menu_ov.gif) no-repeat;
}

div#navi.type02 div#banner_top.type02 p.contents_01 {
	margin:0 0 0 10px;
}

div#navi.type02 div#banner_top.type02 {}

p#l_banner.type02 a {
	display:block;
	width:200px;
	height:150px;
	text-indent:-9999px;
	margin:0px;
	background: url(../img/banner_inq_01.jpg) no-repeat;
}

p#l_banner.type01 a:hover {background: url(../img/banner_inq_ov_01.jpg) no-repeat;}

div#navi.type02 div#banner_bottom.type01 {
	width:175px;
	padding:10px 0 0 5px;
	margin:0 0 0 0px;
	background:#FFFFFF;
}


div#navi.type02 div#rss {
	text-align:center;
	margin:10px 0;
}

a#b_b_01 {
	width:175px;
	height:50px;
	display:block;
	text-indent:-9999px;
	background:url(../img/banner_01.jpg) no-repeat;
}

a#b_b_01:hover {
	background:url(../img/banner_01ov.jpg) no-repeat;
}

a#b_b_02 {
	width:175px;
	height:50px;
	display:block;
	text-indent:-9999px;
	background:url(../img/banner_02.jpg) no-repeat;
	margin:10px 0;
}

a#b_b_02:hover {
	background:url(../img/banner_02ov.jpg) no-repeat;
}




/* --- footer ---------------------------------------------------------------- */

div#footer.type01 dl {
	overflow:hidden;
	width:800px;
	margin:10px auto;
	background:url(../img/bg_footer.jpg) repeat-y;
	text-align:center;
}

div#footer.type01 dl dt {
	display:inline;
	margin:0 10px 0 0;
	font-size:12px;
}

div#footer.type01 dl dd {
	display:none;
}

div#footer.type01 p {
	overflow:hidden;
	width:800px;
	height:30px;
	margin:0px auto;
	padding:10px 0;
	padding-top:15px;
	background: url(../img/footer01_bg_01.jpg) no-repeat;
	text-align:center;
}


/* --- sitemap ---------------------------------------------------------------- */

div#main dl#sitemap {
	margin:0 0 20px 20px;
}

div#main dl#sitemap dt {
	margin:0 0 10px 0;
}

div#main dl#sitemap dd {
	margin:0 0 20px 20px;
}





/* --- main ------------------------------------------------------------------ */

div#main div#main_top {
	overflow:hidden;
	width:590px;
	height:auto;
	padding:0 0 10px 10px;
}

div#main div#main_top p {
margin-bottom:15px;
}



div#main.type01 div#main_top { background:repeat-x;}

/* --- what's new parts ---------------------------------------------------------- */
div.whats_01 {
	width:580px;
	height:148px;
	padding-top:5px;
	background:url(../img/whats_bg_01.jpg)  no-repeat;
}

div.whats_01 div {
	width:560px;
	height:118px;
	margin:5px 10px 0 10px;
	overflow:auto;
}

div.whats_01 div dl {
	float:left;
	padding-bottom:10px;
	margin-top:10px;
	background:url(../img/whats_line_01.jpg) repeat-x bottom;
}

div.whats_01 div dl dt {
	float:left;
	width:95px;
	color:#000099;
}

div.whats_01 div dl dd {
	float:right;
	width:435px;
	margin:0 10px 10px 0;
}

span.new img {
	margin-right:5px;
}


/* --- common parts ---------------------------------------------------------- */
dl.pick01 {
	width:568px;
	height:135px;
	background: url(../img/pick01_bg.jpg) no-repeat;
	padding:6px;
	overflow:hidden;
	margin:10px 0px;
}

dl.pick01 dt {
}

dl.pick01 dd {

}

dt.pick01_title {
	float:right;
	color:#FFFFFF;
	width:320px;
	line-height:30px;
	text-indent:30px;
	font-size:18px;
	background:url(../img/pick01_title.jpg) no-repeat;
}

dd.pick01_img img {
	float:left;
	margin:4px;
}

dd.pick01_body {
	float:right;
	width:320px;
}

dd.pick01_detail {
	float:right;
	width:320px;
}

dd.pick01_detail a {
	float:right;
	width:140px;
	height:40px;
	background:url(../img/pick01_detail.jpg) no-repeat;
	text-indent:-9999px;
}

dd.pick01_detail a:hover {background: url(../img/pick01_detail_ov.jpg) no-repeat;}


h3 {
	background: url(../img/h3_type01.jpg) no-repeat bottom left;
	font-size:25px;
	line-height:56px;
	color:#FF0000;
	background-color:#ffe4fd;
	margin:15px 0 20px 0;
}

h3.title {
	background: url(../img/page_t.jpg) no-repeat bottom left;
	font-size:25px;
	line-height:150px;

	color:#ffffff;
	text-align:right;
	padding-right:20px;
}
h4 {
	background: url(../img/h4.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-indent:0px;
	padding-left:40px;
	color:#FF0000;
	margin:15px 0 20px 0;
}

h4.poi {
	background: url(../img/point.jpg) no-repeat;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	text-indent:0px;
	padding-left:40px;
	color:#000000;
	margin:15px 0 20px 0;
	text-decoration:underline;
}
h4.che {
	background: url(../img/check.jpg) no-repeat 0 20px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-indent:0px;
	padding-left:40px;
	color:#FF6B00;
	margin:6px 0 6px 0;
	padding-top:20px;
}

h4.size {
font-size:18px;
}

h5 {
	background: url(../img/h5.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-indent:40px;
	color:#FF0000;
	margin:15px 0 20px 0;
}

ul.check01 li {
	background:url(../img/check01.jpg) no-repeat top left;
	padding-left:40px;
	text-indent:0px;
	line-height:40px;
	margin-bottom:20px;
}

p.center {
	text-align:center;
}

span.font_l {
	font-size:35px;
}

p.inq01 {
	text-align:center;
}

p.inq01 a {
	display:block;
	width:488px;
	height:97px;
	text-indent:-9999px;
	background:url(../img/inq01.jpg) no-repeat;
	margin-left:60px;
	margin-top:50px;
}

p.inq01 a:hover {
	background:url(../img/inq01ov.jpg) no-repeat;
}

p.right {
	text-align:right;
}

table {
	width:100%;
}

table.company {
	width:560px;
	margin:10px 0 10px 10px;
	border:#6633CC solid 1px;
}


table.company tr th {
	width:195px;
	padding:5px;
	background:url(../img/tb_bg.jpg) repeat-y;
	border:#6633CC solid 1px;
	color: #9C60BD;
	font-size:14px;
}

table.company tr td {
	padding:5px;
	border: #993366 solid 1px;
	font-size:14px;
}

.red {
	color:#FF9933;
	font-weight:bold;
}

.green {
	color:#669933;
	font-weight:bold;
}

.bg_color {
	background-color:#FF3300;
	color:#FFFFFF;
}
.img_l{
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_r{
	float: right;
	margin: 0px 0px 10px 10px;
}

div.bg01 {
	background:url(../img/kiji.gif) no-repeat;
clear:both;
background-color:#F7F2DE;
border:1px dotted #666666;
margin:10px 0;
padding:15px;
padding-top:40px;
}
div.bg02 {
clear:both;
background-color:#FFCEE2;
border:1px dotted #666666;
margin:10px 0;
padding:15px;
font-size:17px;
font-weight:bold;
	color:#FF0000;
}
div.bg03 {
	background:url(../img/kiji.gif) no-repeat;
clear:both;
background-color:#DCEACE;
border:1px dotted #666666;
margin:10px 0;
padding:15px;
padding-top:40px;
}

div.bg04 {
clear:both;
background-color:#F7F2DE;
border:1px dotted #666666;
margin:10px 0;
padding:15px;
padding-top:30px;
}

div.bg05 {
clear:both;
background-color:#DCEACE;
border:1px dotted #666666;
margin:10px 0;
padding:15px;
padding-top:30px;
}


table.ta,table.ta tr,table.ta td,table.ta th {
	border:1px solid #666666;
	border-collapse:collapse;
	}


.img_l{
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_r{
	float: right;
	margin: 0px 0px 10px 10px;
}

.red {
color:#FF0000;
}

.h {
color:#FF6600;
font-size:18px;
font-weight:bold;
}

strong {
color:#FF0000;
}
.right {
float:right;
}






p.schoo{
	float:right;
	}
p.skytree{
	float:right;
	}
p.ring{
	float:right;
	}
p.ennum{
	float:right;
	}
p.thank{
	float:right;
	}
p.sora{
	float:right;
	}
p.umisora{
	float:right;
	}
p.yashi{
	float:right;
	}
p.soraki{
	float:right;
	}
	
#main p {
padding-bottom:20px;
}	