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

制作　NorthPlanning

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

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

/* ---------------------------------------------
 wrapper style (-- base.css and space.css--)
 -----------------------------------------------*/
#wrapper{
	height:592px;
	background:url("./space.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:-266px -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:-133px -26px}
#navi03 a:hover{background-position:-133px -52px}
#navi04 a:hover{background-position:-266px -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{
height:31px;
width:380px;
margin-top:35px;
margin-left:20px;
 }
 
#main h2{
height:48px;
width:380px;
margin-top:10px;
margin-left:20px;
 }


#content{
width:250px;
height:auto;
margin-left:20px;
margin-top:10px;
}

#main p#picture{
	height:185px;
	width:250px;
	position: absolute;
	top: 133px;
	left: 480px;
} 
 
#content p#comment{ 
width:240px;
height:auto;
 }
 
#content p#swf{
width:240px;
height:auto;
margin-top:10px;
 }
 
p#swf a:link,p#swf a:active,p#swf a:visited{
  color:#f00;
  text-decoration:none;
  }

p#swf a:hover{
color:#f00;
text-decoration:underline;
}
 

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

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