@charset "Shift_JIS";

/* ****************************************
 *  top.css  [2010/05/25]
	Modify  toiyama
 * ****************************************
 */

/* FONT
8px -> 71.4%
9px ->78.5%
10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217%
*/



/*==================================
top---トップページ
================================== */

#container{
width:930px;
padding:15px 0px 0px 0px !important;
}

/*-----------フラッシュ-------------*/
#top #flash{
background: url(../img/topimage.jpg) no-repeat center;
width:920px;
margin:0px 5px;
padding:0px;
}

/*-----------上部バナー-------------*/
#top #bnr{
width:920px;
margin:0px 5px;
padding:0px;
}
#top #bnr li{
width:205px;
float:left;
}

#top #bnr .open{
width:510px;
}


/*-------コンテンツ部分---------*/
#contents{
width:930px;
padding-top:15px;
margin:0px auto;
}


/*------バナー-----*/
#main .bnr{
margin-bottom:15px;
padding:15px 0px 0px 0px;
}

/*-------新着情報---------*/
#news{
width:695px;
margin-bottom:25px;
min-height:220px;   
height: auto !important;   
height:220px; /*IE６用の高さを設定*/  
}

#news h2{
width:695px;
margin-bottom:10px;
}

#news .list{
border-bottom: dotted 1px #CCCCCC;
width:685px;
margin:0px auto;
padding:5px 0px
}

#news .list dt{
width:200px;
float:left;
height:20px;
}
#news .list dt span{
color:#999999;
padding:0px 15px 0px 8px;
}
#news .list dd{
width:482px;
float:right;
height:20px;
}



/*-------ブログ情報---------*/


#blog h2{
width:695px;
margin-bottom:10px;
}

			#blog h2 a:link{
			text-decoration:none;
			}
			#blog h2 a:visited{
			text-decoration:none;
			}
			#blog h2 a:hover{
			text-decoration:none;
			}
			#blog h2 a:active {
			text-decoration:none;
			}


#blog dl{
border-bottom: dotted 1px #CCCCCC;
width:685px;
margin:0px auto;
padding:5px 0px
}

#blog dt{
width:100px;
float:left;
height:20px;
}
#blog span{
color:#999999;
padding:0px 15px 0px 8px;
}
#blog dd{
width:582px;
float:right;
height:20px;
}



/*------------*/
/*
#blog{
width:695px;
font-size: 13px;
line-height: 150%;
margin-bottom:25px;
}
#blog dl,
#blog dt,
#blog dd,
#blog p{
list-style:none;
padding:0px;
margin:0px;
display:block;
}


	#blog ul.list{
	width: 695px;
	padding:5px 10px 10px;
	margin:0;
	font-size: 13px;
	line-height: 150%;
	border:none;
	}


	#blog ul.list li{
		list-style:none;
	}

	#blog ul.list li a{
	padding-left:10px;
	padding-right: 10px;
	}
	*/

