/*
---------- 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 {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom: 15px;
	background-color: #efefef;
	background-repeat: no-repeat;
}

#title {
	
}

#left {
	width:226px;
	float:left;
}

#right {
	width:624px;
	float:right;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main {
	width:510px;
	margin-left: 32px;
	float:left;
}

#main h2 {	
	width:510px;
	margin-bottom: 5px;
	background-image: url(../img/t_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: medium;
	font-weight: bold;
	line-height: 200%;
	text-indent: 13px;
}

#main p {
	margin-bottom: 20px;
	line-height: 150%;
	font-size: small;
}

#main .date {
	font-size: x-small;
	margin-bottom: 10px;
	text-align: right;
	width: 510px;
}

#aki {
	width:50px;
	float:right;
}

#nav {
	width:187px;
	font-size: small;
	margin-left: 20px;
}

#back {
	width:850px;
	background-color: #FFF;
}

.cap {
	font-size: x-small;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 130%;
}

.pagetop{
	font-size: 62.5%;
	line-height: 1.7;
	text-align: right;
	margin-bottom: 10px;
}



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

#title #dspace{
	float:left;
}
#title h1{
	float:right;
}

#main h2{
}

#gallery img{
	padding-bottom: 20px;
}
#gallery img.ttl{
	padding: 0px;
}


/* 段落（セクション内）
   --------------------------------------------- */
#main div.sec{
	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 h3{
	padding-bottom: 10px;
}
#main div.sec p{
	margin-bottom: 1em;
	line-height: 1.5;
}
#main div.sec p.kuno{
	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 #stepnav{
	width: 461px;
	padding-left: 26px;
	padding-bottom: 20px;
}
#main #stepnav p{
	line-height: 2.5;
	font-size:75%;
	border-width: 1px;
	border-top-style: solid;
	border-color: #d7d6c6;
	text-indent: 25px;
}
#main #stepnav p.next{
	background-image: url(../nobeyama/img/icon_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main #stepnav p.back{
	background-image: url(../nobeyama/img/icon_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/* リスト
   --------------------------------------------- */
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;
}





/* ▼段組み：マルチカラム
   --------------------------------------------- */
div.clWrap{
	zoom: 1;
	clear: both;
	margin-bottom: 1em;
}
/* clearfix */
div.clWrap:after{
	content: ".";
	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	line-height: 0;
}
/* Hides from IE-mac \*/
* html div.clWrap{
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/*div.clWrap p{
	margin: 0;
}*/
div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 290px;
}
div.clWrap.clWrap-2cl div.clBox.last{
	float: right;
}
div.clWrap.clWrap-2cl div.clBox table.dataTable01,
div.clWrap.clWrap-2cl div.clBox p{
	margin-bottom: 0.5em;
}


/* ▼段組み：テキスト＋画像
   --------------------------------------------- */
div.clWrap div.pctR01{
	float: right;
	width: 240px;
	margin: 0 0 0 25px;
}
div.clWrap div.pctR02{
	float: right;
	width: 250px;
	margin: 0 0 0 25px;
}
div.clWrap div.pctL01{
	float: left;
	width: 300px;
	margin: 0 25px 0 0;
}
div.clWrap div.pctL02{
	float: left;
	width: 250px;
	margin: 0 25px 0 0;
}

div.clWrap div.txtR01{
	float: right;
	width: 270px;
}
div.clWrap div.txtR02{
	float: right;
	width: 335px;
}
div.clWrap div.txtL01{
	float: left;
	width: 285px;
}
div.clWrap div.txtL02{
	float: left;
	width: 335px;
}

/* ▼注記
   --------------------------------------------- */
span.note,
p.note{
	font-size: 86%;
}