@charset "Shift_JIS";
/*
===== CONTENTS =====

	ndg.ac.jp/　CSS
	last-updated: 18 January 2006

	1: 基本設定
	2: 文字
	3: レイアウト

====================
*/



/*
===== 1: 基本設定 =====
*/

/*\*/
*html body{
	height:1%;
}
/**/

body{
	text-align:center;
	padding: 0;
	margin:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1,h2,h3,h4,p,div{
	margin: 0;
	padding: 0;
}

a.page-anchor { 
	border: none;
	text-decoration: none;
}

img,
a img,
area{
	text-decoration:none;
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
}

.clr{
	clear:both;
}

.spacerBlock {
	clear:both;
	padding-bottom:10px;
	display:block;
}


a{
	outline : 0 ;
}

a {
/*\*/
   overflow: hidden;
/**/
}


h4.normal{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	margin-bottom:0;
	padding:12px 0 0 0;
}

p#reset{
	margin:0;
	padding:0;
}



/*
===== 2: 文字 =====
*/

.basetxt{
	font-size:0.815em;
	line-height:1.5em;
	color:#333;
}

.attention{
	font-size:0.815em;
	line-height:1.5em;
	color:#CC0202;
}

a {text-decoration:none;}
a:link {color: #06c; text-decoration:none;}
a:visited {color:#609; text-decoration:underline;}
a:hover {color:#CC0202; text-decoration:underline;}
a:active {color:#CC0202; text-decoration:underline;}
a.nolink:hover {color:#000; text-decoration:none;}

a.nonelink {text-decoration:none;display:inline;}
a.nonelink:link {color: #333; text-decoration:none;}
a.nonelink:visited {color:#333; text-decoration:none;}
a.nonelink:hover {color:#333; text-decoration:none;}
a.nonelink:active {color:#333; text-decoration:none;}

#sitemap a {color:#828282;text-decoration:none;}
#sitemap a:link {color: #828282; text-decoration:none;}
#sitemap a:visited {color:#828282;text-decoration:none;}
#sitemap a:hover {color:#CC0202; text-decoration:underline;}
#sitemap a:active {color:#CC0202; text-decoration:underline;}
#sitemap a.nolink:hover {color:#828282; text-decoration:none;}


/* リンクナビ
---------------------------------------------------- */

a.nav_leb1:link   {
	color: #333;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;
	}


a.nav_leb1:link:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #D94141;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;
	}

a.nav_leb1:visited   {
	color: #333;
	text-decoration: none;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;
	}

a.nav_leb1:visited:hover  {
	color: #fff;
	text-decoration: none;
	background-color: #D94141;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;
	}

/*
===== 3: レイアウト =====
*/


/* ヘッダ
---------------------------------------------------- */
#header{
	width:800px;
	margin:0 auto;
	padding: 0;
	position:relative;
	height:50px;
}

#header h1#description{
	font-size:10px;
	font-weight:normal;
	letter-spacing:-0.2px;
	position:absolute;
	z-index:100;
	text-align:left;
	top:0;
	left:0;
}

#logo{
	display:inline;
	padding:3px 0 0 0;
	float:left;
	width:200px;
}

#Hed_nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#Hed_nav li {
  display: inline;
  padding-left: 8px;
  text-transform: uppercase;
}


/*header_btn変更*/
/* :navigation
---------------------------------------------------- */
#ci a{
	position:absolute;
	height:29px;
	width:260px;
	left:0;
	top:15px;
	text-indent:-9999px;
	background:url(../_imgs/logo.gif) no-repeat top left;
	display:block;
	text-decoration:none;
	border:none;
}


ul.nav{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

ul.nav li{
	position:absolute;
	margin:0;
	padding:0;
	text-indent:-9999px;
	top: 0;
}

ul.nav li, 
ul.nav a {
	display: block;
	text-decoration:none;
}

/*#utility-nav*/
#utility-nav{
	position:absolute;
	top:0px;
	left:365px;
	background:url(../_imgs/header_nav.gif) no-repeat top left;
	height:50px;
	width:435px;
}

#utility-nav li,
#utility-nav li a {
	height:50px;
}

li#h-01{
	width:207px;
	left:7px;
}

li#h-02{
	width:99px;
	left:223px;
}

li#h-03{
	width:99px;
	left:331px;
}


li#h-01 a:hover{
	background:url(../_imgs/header_nav.gif) no-repeat -7px -50px;
}

li#h-02 a:hover{
	background:url(../_imgs/header_nav.gif) no-repeat -223px -50px;
}

li#h-03 a:hover{
	background:url(../_imgs/header_nav.gif) no-repeat -331px -50px;
}


/*header-nav02*/
#utility-nav02{
	position:absolute;
	top:0px;
	left:470px;
	background:url(../_imgs/header_nav02.gif) no-repeat top left;
	height:40px;
	width:330px;
}

#utility-nav02 li,
#utility-nav02 li a {
	height:40px;
}

li#h-04{
	width:152px;
	left:5px;
}

li#h-05{
	width:77px;
	left:164px;
}

li#h-06{
	width:77px;
	left:248px;
}

li#h-04 a:hover{
	background:url(../_imgs/header_nav02.gif) no-repeat -5px -40px;
}

li#h-05 a:hover{
	background:url(../_imgs/header_nav02.gif) no-repeat -164px -40px;
}

li#h-06 a:hover{
	background:url(../_imgs/header_nav02.gif) no-repeat -248px -40px;
}



/*header-nav03*/
#utility-nav03{
	position:absolute;
	top:10px;
	left:467px;
	background:url(../_imgs/header_nav03.gif) no-repeat top left;
	height:33px;
	width:333px;
}

#utility-nav03 li,
#utility-nav03 li a {
	height:33px;
}

li#h-07{
	width:155px;
	left:3px;
}

li#h-08{
	width:86px;
	left:158px;
}

li#h-09{
	width:86px;
	left:244px;
}

li#h-07 a:hover{
	background:url(../_imgs/header_nav03.gif) no-repeat -3px -33px;
}

li#h-08 a:hover{
	background:url(../_imgs/header_nav03.gif) no-repeat -158px -33px;
}

li#h-09 a:hover{
	background:url(../_imgs/header_nav03.gif) no-repeat -244px -33px;
}



/* 全体
---------------------------------------------------- */
#wrapper{
	width:800px;
	margin: 20px auto 0;
	padding: 0;
	background: url(../_imgs/wrap_bg.gif) repeat-y;
}

#Homewrapper{
	width:800px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../_imgs/wrap_bg.gif) repeat-y;
}

.spacer{
	display:block;
	height:1px;
	background:url(../_imgs/shadow.gif) repeat-x;
	padding-bottom:10px;
	margin:0;
}


/* コンテント
---------------------------------------------------- */
#content {
	width:580px;
	float:right;
	text-align: left;
}

#content .hr{
	margin:0;
	padding:0;
	display:block;
	height:1px;
	background: url(../../_imgs/hr.gif) repeat-x;
}



/* ナビゲーション
---------------------------------------------------- */
#panNav {
	margin:0;
	padding:3px;
	font-size:0.75em;
	color:#333333;
	background:#E8F0F3;
	text-align:right;
}

#here{
	color: #fff;
	text-decoration: none;
	background-color: #D94141;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;	}

#here1 {
	color: #fff;
	text-decoration: none;
	background-color: #D94141;
	display: block;
	padding:2px 0 2px 0;
	width: 178px;
	vertical-align: middle;	}
	
#g_nav{
	width:200px;
	padding:10px 10px 0 10px;
	float:left;
	text-align: left;
}

#g_nav .line{
	border:1px solid #999;
	width:178px;
	margin:0;
	padding:0;
	background:#fff;
}

#g_nav .lineMt3 {
	border:1px solid #999;
	width:178px;
	margin-top:3px;
	padding:0;
	background:#fff;
}

#g_nav .lineMt10 {
	border:1px solid #999;
	width:178px;
	margin-top:10px;
	padding:0;
	background:#fff;
	text-align:center;
}

#g_nav .Mt10 {
	margin-top:10px;
}

#g_nav .Mt10Pb10 {
	margin-top:10px;
	margin-bottom:10px
}

#g_nav img{
	vertical-align:top;
	display:inline;
}

#g_nav .hr{
	display:block;
	height:2px;
	background:url(../_imgs/shadow.gif) repeat-x;
	width:180px;
}


#g_nav a{
	text-decoration:none;
}

#g_nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

#g_nav li{
	margin:0;
	padding:0;
}

/*
add2006/09/15

*/
.borderBox{
	border:solid 3px #cc2002;
	padding:5px;
	margin:12px 0 24px 0;
	text-align:center;
}
/* TOPナビゲーション
---------------------------------------------------- */
#g_navHome {
	float:left;
	text-align:left;
	padding:0 20px 0 0;
	width:200px;
}

#g_navHome .pad10{
	padding:10px 10px 0 10px;
}

#g_navHome .line{
	border:1px solid #999;
	width:178px;
	margin:0;
	padding:0;
	background:#fff;
}

#g_navHome .lineMt3 {
	border:1px solid #999;
	width:178px;
	margin-top:3px;
	padding:0;
	background:#fff;
}

#g_navHome .lineMt10 {
	border:1px solid #999;
	width:178px;
	margin-top:10px;
	padding:0;
	background:#fff;
	text-align:center;
}

#g_navHome .Mt10 {
	margin-top:10px;
}

#g_navHome .Mt10Pb10 {
	margin-top:10px;
	margin-bottom:10px
}

#g_navHome img{
	vertical-align:top;
	display:inline;
}

#g_navHome .hr{
	display:block;
	height:2px;
	background:url(../_imgs/shadow.gif) repeat-x;
	width:180px;
}


#g_navHome a{
	text-decoration:none;
}

#g_navHome ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

#g_navHome li{
	margin:0;
	padding:0;
}
/* フッタ
---------------------------------------------------- */

#pagetop{
	clear:both;
	width:800px;
	margin: 0 auto 0;
	padding: 0;
}

#pagetop p {
	text-align:right;
	margin:10px 0 10px 0;
}


#footer{
	width:800px;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
	height: 10px;
	text-align: left;
	border-top: 3px solid #333;
}

#footer #footerNav {
	background: url(../_imgs/f_nav.gif) no-repeat;
	height: 12px;
	margin:0;
	list-style:none;
	text-align:left;
	position: relative;
}

#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}

#footer ul li, #footer ul li a {
	height: 12px;
	display: block;
	text-indent: -9999px;
}

#footer ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

#fn1 {left: 0px; width: 78px;}
#fn2 {left: 170px; width: 90px;}
#fn3 {left: 350px; width: 125px;}
#fn4 {left: 561px; width: 90px;}
#fn5 {left: 735px; width: 65px;}

#fn1 a:hover {background:  url(../_imgs/f_nav.gif) 0 -12px no-repeat;}
#fn2 a:hover {background: url(../_imgs/f_nav.gif) -170px -12px no-repeat;}
#fn3 a:hover {background: url(../_imgs/f_nav.gif) -350px -12px no-repeat;}
#fn4 a:hover {background: url(../_imgs/f_nav.gif) -561px -12px no-repeat;}
#fn5 a:hover {background: url(../_imgs/f_nav.gif) -735px -12px no-repeat;}

#footer p {
	margin: 0;
	padding: 0 0 1em 0;
	text-align: right;
	font-size:12px;
	line-height: 1.4em;
}

#footer a{
	display:inline;
}

/*アクセスログ*/

.acclog{
	display:none;
}

