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

/* ----------------------------------

制作　NorthPlanning

目次
・format style　（base.cssに記入）
・header style　（base.cssに記入）
・wrapper style　（base.css and plan.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:643px;
 background:url("./planning.gif") no-repeat;
 }
 
/*------------ navi style ------------*/
 
#navi01 a{background-position:0px 0px}
#navi02 a{background-position:0px -26px}
#navi03 a{background-position:0px -52px}
#navi04 a{background-position:0px -78px}
#navi05 a{background-position:-266px -104px}
#navi06 a{background-position:0px -130px}

#navi01 a:hover{background-position:-133px 0px}
#navi02 a:hover{background-position:-133px -26px}
#navi03 a:hover{background-position:-133px -52px}
#navi04 a:hover{background-position:-133px -78px}
#navi05 a:hover{background-position:-266px -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:440px;
height:30px;
margin-top:10px;
margin-left:20px;
 }
 
#content{
width:250px;
height:auto;
margin-top:10px;
margin-left:20px;
}

#main p#picture{
	width:264px;
	height:364px;
	position: absolute;
	top: 115px;
	left:466px;
}
 
#content p#comment{
width:250px;
height:auto;
font-size:11px;
line-height:18px;
 }
 

 
#content .cover{
  width:250px;
  height:auto;
margin-top:10px;
 }
 
 table{
 border-collapse:collapse;
 width:240px;
 }
 
 th{
 background-color:#f60;
 color:#fff;
 text-align:left;
 font-size:11px;
 padding:3px;
 }
 
 td{
 background-color:#fff;
 font-size:11px;
 line-height:15px;
 padding:3px 0px 3px 6px;
 border-bottom:1px dotted #f60;
 }
 
 td span{
 color:#f90;
 }
 
 
span#contact{
font-size:11px;
position:absolute;
top:565px;
left:490px;
 }
 
p#contact a{
text-indent:-9999px;
display:block;
width:110px;
height:18px;
background:url("./p_contact.gif") no-repeat;
background-position:0px 0px;
position:absolute;
top:562px;
left:640px;
}

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

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