/*
---------- CONTENTS ----------
last-updated: 20080917;

- ブラウザスタイル解除
- BASE
- 構造 
- 構造の中
- 段落
- ステップナビ
- リスト

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


/* ブラウザスタイル解除
   --------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}
ol,ul{
	list-style: none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{
	content: '';
}



/* BASE
--------------------------------------------- */

body { background:#fff; color:#333333; font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif; line-height:normal; }


a:link { color:#2882e7; text-decoration:none; }
a:visited { color:#1A5CAB; text-decoration:none; }
a:hover { color:#2882e7; text-decoration:underline; }
a:active { color:#2882e7; text-decoration:underline; }



/* 構造
--------------------------------------------- */

#content {
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#contentInner{
	width:681px;
	float:right;
	margin-bottom: 15px;
	background-image: url(../nobeyama/img/bg_note.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#title{
	width:850px;
	height: 194px;
	background-image: url(../tainai/img/title_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav{
	width:169px;
	float:left;
}
#main{
	width:487px;
	float:left;
}
#gallery {
	width:162px;
	float:right;
	margin-left:32px;
}
#global_footer{
	clear:both;
}


/* 構造の中
--------------------------------------------- */

#title #dspace{
	float:left;
}
#title h1{
	float:right;
}
#nav li,
#nav li a{
	display: block;
}
#main h2{
}
#gallery ul li{
	padding-bottom: 20px;
}
#gallery .ttl{
	padding: 0px;
}


/* メニュー
--------------------------------------------- */
#nav{
	padding-top: 29px;
	background:url(../tainai/img/menu_top.jpg) no-repeat;
	font-size:0.1px; /*for IE6-7*/
}
#nav li{
	zoom:1; /*for IE6-7*/
}
#nav li a img{
	vertical-align: bottom;
}


/* 段落（セクション内）
   --------------------------------------------- */
#main div.sec{
	clear:both;
	width: 461px;
	padding-left: 26px;
	padding-bottom: 20px;
	line-height: 1.5;
	font-size:75%;
}
#main div.sec_03{
	width: 461px;
	padding-left: 26px;
	padding-bottom: 20px;
	background-image: url(../nobeyama/img/line_dot.gif);
	background-repeat: no-repeat;
	background-position: 26px top;
	padding-top: 10px;
	line-height: 1.5;
	font-size:75%;
}
#main div.sec_03.noBdr{
	margin-top: .5em;
	background: none;
}
#main div.sec h3{
	padding-bottom: 10px;
}
#main div.sec p{
	margin-bottom: 1em;
	line-height: 1.5;
}
#main div.sec p.er{
	margin-bottom: 1em;
	color: #306102;
}
#main div.sec img.center{
	padding-left: 64px;
}

#main div.box {
	margin-bottom: -5px;
}
#main div.box_l {
	width:260px;
	float:left;
}
#main div.box_r {
	width:200px;
	float:right;
}
#main div.clear {
	clear: both;
	height: 1px;
}

#main dl.imgbox01{
	margin-bottom: 1em;
}
#main dl.imgbox01 dt{
	float: left;
	margin-right: 1em;
}
#main dl.imgbox01 dd{
	color: #306102;
}
#main dl.imgbox02{
	margin-bottom: 1em;
}
#main dl.imgbox02 dt{
	margin: 0 0 5px -3px;
}
#main dl.imgbox02 dd{
	color: #306102;
}

/* ステップナビ
   --------------------------------------------- */
#main #stepnav{
	clear:both;
	width: 461px;
	padding-left: 26px;
	padding-bottom: 20px;
	border-color: #d7d6c6;
}
#main #stepnav ul{
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #d7d6c6;
}
#main #stepnav ul li{
	line-height: 2.5;
	font-size:75%;
	border-width: 1px;
	border-top-style: solid;
	border-color: #d7d6c6;
}
#main #stepnav ul li a{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
#main #stepnav ul li.next a{
	background-image: url(../nobeyama/img/icon_next.gif);
}
#main #stepnav ul li.back a{
	background-image: url(../nobeyama/img/icon_back.gif);
}



/* リスト
   --------------------------------------------- */
ul.disc{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
}
ul.disc li{
	margin-bottom: 10px;
	line-height: 1.5em;
}

ul.deci{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
}
ul.deci li{
	margin-bottom: 10px;
	line-height: 1.5em;
}




/* Clearfix
   --------------------------------------------- */
#main dl.imgbox01{
	/zoom:1;
}
#main dl.imgbox01:after {
	content:'';
	display:block;
	clear:both;
}

