@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*line-height: 1.4;*/
	line-height: 1.5;
	color: #333333;
	text-align: center; 
}

h1 { margin: 0;
}

a {
	color: #003333;
}
a:visited {
	color: #333333;
}
a:hover {
    color:#CC0000;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 800px;
	background: #FFFFFF;
/*	padding-top: 106px;*/
	margin: 0 auto;
	text-align: left;
	list-style: none;
	
}
html {  
    overflow-y:scroll;  
} 

/* ロゴとナビゲーション
---------------------------------------------*/
#header {
   height: 41px;
   }
/* ナビゲーション
---------------------------------------------*/

#globalNav {
	position: absolute;
	top: 0;
	width: 800px;
	height: 41px;
	list-style-type: none;
	margin: 0 auto;
}
#globalNav li {
	float: left;
	width: 100px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:41px;
	padding-top: 41px;
	background-image:url(../common/img/header-navigation.gif);
/*	background-image:url(../template/img/header-navigation2.png);*/
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -100px 0; }
	#nav03 a { background-position: -200px 0; }
	#nav04 a { background-position: -300px 0; }
	#nav05 a { background-position: -400px 0; }
	#nav06 a { background-position: -500px 0; }
	#nav07 a { background-position: -600px 0; }
	#nav08 a { background-position: -700px 0; }
	
	
	/* 現在位置 */
/*	#nav01 a.stay { background-position:  0     -82px; }
	#nav02 a.stay { background-position: -100px -82px; }
	#nav03 a.stay { background-position: -200px -82px; }
	#nav04 a.stay { background-position: -300px -82px; }
	#nav05 a.stay { background-position: -400px -82px; }
	#nav06 a.stay { background-position: -500px -82px; }
	#nav07 a.stay { background-position: -600px -82px; }
    #nav08 a.stay { background-position: -700px -82px; }
*/
	 	
/*オンマウス時*/   
	#nav01 a:hover { background-position:  0     -41px; }
	#nav02 a:hover { background-position: -100px -41px; }
	#nav03 a:hover { background-position: -200px -41px; }
	#nav04 a:hover { background-position: -300px -41px; }
	#nav05 a:hover { background-position: -400px -41px; }
	#nav06 a:hover { background-position: -500px -41px; }
	#nav07 a:hover { background-position: -600px -41px; }	 	
	#nav08 a:hover { background-position: -700px -41px; }	
	
/*パン屑リスト
-----------------------------------------------------------	
*/
#topicPath {
	height: 30px;
	list-style: none;
/*	border-bottom: 1px solid #E5E5E5;*/
	font-size: 85%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	background: #EEEEEE url(../common/img/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 25px;
	background: #EEEEEE url(../common/img/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../common/img/topicpath_li_bg_last.gif) left center no-repeat;
	
}

/*2段組の指定部分
------------------------------------------------------------*/
#container {
     position: relative;
	 margin:: 20px 0px;  /*上下方向に10pxのマージン指定*/
	 width: 100%;
/*	 padding-top: 10px;*/
}

#primary {
     /*positionの指定削除*/
     margin-left: 170px;
/*	 padding-bottom: 20px;*/
/*	 background-color:#FFFFCC;*/
}

#primarytop {
     /*positionの指定削除*/
     margin-left: 0px;
/*	 padding-bottom: 20px;*/
/*	 background-color:#FFFFCC;*/
}

#primary .section {
     margin: 20px 0 26px 20px;
}

#primary h2 {
     margin: 0;
	 font-size: 90%;
	 padding-bottom: 10px;
}

#primary h3 {
     margin: 0;
	 font-size: 90%;
	 padding-bottom: 10px;
}

#primary p {
     margin: 10px 0;
}

	 
#secondary {
	position: absolute;
	left: 10px;
	width: 170px;
	top: 0px;
	  }
	  
#secondarytop {
	position: absolute;
	left: 555px;
	width: 245px;
	top: 420px;
	  }	  

#secondarytop2 {
	position: absolute;
	left: 0px;
	width: 530px;
	top: 420px;
	  }	 
	  
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
}	  
	  

/*#tamori {
     position: absolute ;
	}
	*/
#primary-text {
    width: 570px;
    margin-left: 30px;
/*	background-color: #C7D5ED;*/
	}	
	
		
/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 800px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 40px 0 30px 0;
	border-top:#000099 solid 1px;
}
#footer p {
	position: absolute;
	left: 10;
	top: 10px;
}
#footerNav01 {
	position: absolute;
	right: 180px;
	top: 10px;
/*	width: 101px;*/
    list-style-type: none;

}
#footerNav02 {
	position: absolute;
	right: 100px;
	top: 10px;
    list-style-type: none;

/*	width: 58px;*/
}
#footerNav03 {
	position: absolute;
	right: 10px;
	top: 10px;
	list-style-type: none;
/*	width: 48px;*/
}

dl dt {
	font-weight: bold;
}



#snap {
	/*position:fixed;*/
/*    position:relative;*/	
	position: absolute;
	width: 150px;
	/*top: 20px;*/
	/*margin-left: 30px;*/
	/*left: -1px;*/
	top: 480px;
	}	

#snap2 {
	/*position:fixed;*/
/*    position:relative;*/	
	position: absolute;
	width: 152px;
	/*top: 20px;*/
	/*margin-left: 3px;*/
	left: -1px;
	top: 700px;
	}	
	
#chef {
    width: 600px;
	padding: 10px;
	margin-left: 0px;
	border: solid 1px #CC0000;
}	

/*ul{
margin:0px
padding:5px 20px;
list-style-type: none;
}
*/
/*サイトマップの指定
--------------------------------------------------------*/
#map {
     width: 630px;
	 margin-left: 10px;
	 margin-top: 10px;
	 }
#map ul {
  /*list-style-position: inside;*/
  list-style: none;
  margin: 0 0 2em;
}

#map ul ul { margin: 2px 0 1em 3em; }

#map ul ul ul { margin: 2px 0 1em 4em; }
 
#map #contents li { margin-bottom: 2px; }

#map ul a { text-decoration: none; }

#map ul a:hover { text-decoration: underline; }

/*----------------------------------------------------*/
#textbox{
	width: 500px;
	margin-left: 15px;
	margin-top: 45px;
   }
#textbox2{
   width: 500px;
   margin-left: 15px;
   margin-top: 10px;
   }
