@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
}
body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #CECDC8;
	scrollbar-highlight-color: #CECDC8;
	scrollbar-shadow-color: #CECDC8;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	
}
body.index {
	background-attachment: scroll;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E7E5E4;
}
.new {
	background-color: #F4F2D9;
	scrollbar-face-color: #F4F2D9;
	scrollbar-track-color: #D4D4D6;
	scrollbar-arrow-color: #D4D4D6;
	scrollbar-highlight-color: #D4D4D6;
	scrollbar-shadow-color: #F4F2D9;
	scrollbar-3dlight-color: #F4F2D9;
	scrollbar-darkshadow-color: #F4F2D9;
}
#news {
	height: 425px;
	width: 335px;
	overflow-y:scroll;
	background-color: #f4f2d9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	overflow: auto;
}
#news dl {
	font-size: 95%;
	color: #333;
	line-height: 140%;
	padding: 5px;
}
#news dl dt .day {
	font-size: 80%;
	color: #333;
}
#news dl dt .title {
	font-size: 88%;
	font-weight: bold;
	color: #F00;
}
#news dl .photo {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#news dl .text {
	font-size: 85%;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 7px;
}
.bg-top {
	background-attachment: fixed;
	background-image: url(../img/bg_tb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*余白*/
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.ptop10 {
	padding-top: 10px;
}
/*ボーダー*/
.bord01 {
	border: 1px solid #C8C7C7;
}
/*フォーム*/
.textf, .texte, .bott {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border: 1px solid #000000;
}
h1,h2,h3 {
	display: none;
	margin: 0px;
	padding: 0px;
}
/*アクセス解析用*/
div.none { display: none; margin: 0px; padding: 0px;}

