@charset "UTF-8";
@import url("../share/base.css");
  
/* ----------------------------------

制作　NorthPlanning

目次
・format style　（base.cssに記入）
・header style　（base.cssに記入）
・wrapper style　（base.css and ad.cssに記入）
・navi style　ナビ
・main style　メイン
・footer style　（base.cssに記入）
・other style　その他
 ----------------------------------*/
 

 
/* -------------------------
format style (--base.css--)
-------------------------*/

/* -------------------------
header style (--base.css--)
-------------------------*/


/* ------------------------- wrapper style (-- base.css and company.css--) -------------------------*/
#wrapper{
	height:570px;
	background:url("./ad.gif") no-repeat;
}


/*------------ navi style ------------*/

#navi01 a{background-position:0px 0px}
#navi02 a{background-position:-266px -26px}
#navi03 a{background-position:0px -52px}
#navi04 a{background-position:0px -78px}
#navi05 a{background-position:0px -104px}
#navi06 a{background-position:0px -130px}

#navi01 a:hover{background-position:-133px 0px}
#navi02 a:hover{background-position:-266px -26px}
#navi03 a:hover{background-position:-133px -52px}
#navi04 a:hover{background-position:-133px -78px}
#navi05 a:hover{background-position:-133px -104px}
#navi06 a:hover{background-position:-133px -130px}
 


 
 
/*------------ main style ------------*/

 #main{
 float:right;
 width:620px;
 height:auto;
 }
 
#main h1{
width:380px;
height:30px;
margin-top:35px;
margin-left:20px;
}
 
#main h2{
width:430px;
height:70px;
margin-top:10px;
margin-left:20px;
}
 
 
#main p#comment{
width:530px;
height:auto;
font-size:11px;
line-height:18px;
margin-top:10px;
margin-left:20px;
}
 
 
#cover{
	width:300px;
	height:auto;
	margin-top:10px;
	margin-left:20px;
 }
 
 table{
	border-collapse:collapse;
	width:300px;
 }
 
 th{
 background-color:#094;
 color:#fff;
 text-align:left;
 font-size:11px;
 padding:3px;
 }
 
 td{
 background-color:#fff;
 font-size:11px;
 line-height:16px;
 padding:3px 0px 3px 6px;
 border-bottom:1px dotted #094;
 }
 
 td span{
 color:#396;
 }

 
span#contact{
font-size:11px;
position:absolute;
top:505px;
left:490px;
 }
 
p#contact a{
text-indent:-9999px;
display:block;
width:110px;
height:18px;
background:url("./a_contact.gif") no-repeat;
background-position:0px 0px;
position:absolute;
top:502px;
left:640px;
}

p#contact a:hover{
background-position:-0px -18px;
}




/* -------------------------
footer style (--base.css--)
-------------------------*/