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

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

制作　NorthPlanning

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

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

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

/* ---------------------------------------------
 wrapper style (-- base.css and sitemap.css--)
 -----------------------------------------------*/
#wrapper{
height:436px;
background:url("./sitemap.gif") no-repeat;
 }
 
h1{
	position: absolute;
	width:380px;
	height:30px;
	left:140px;
	top:35px;
}
 

 
#site01{
position: absolute;
width:200px;
height:auto;
top:80px;
left:140px;
 }
 
#site01 p{
  padding-top:20px;
  padding-bottom:3px;
 }
 
#site01 p a{
  color:#F00;
  font-size:14px;
  }
 


#site02{
position: absolute;
width:300px;
height:auto;
top:80px;
left:350px;
 }
 
#site02 p{
  padding-top:20px;
  padding-bottom:3px;
 }
 
 #site02 p a{
color:#F00;
font-size:14px;
 }
  #site02 span{
  padding-left:10px;
 font-size:12px;
 }
 
 
/* -------------------------
footer style (--base.css--)
-------------------------*/
