@charset "shift_JIS";











/* =bodyの範囲
------------------------------------------------------------------------------------------*/
body {
	text-align: center;
	color: #626262;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.5em;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-x;
}










/* =infoの範囲
------------------------------------------------------------------------------------------*/
#info {
	margin-top: 20px;
	margin-bottom: 30px;
}
#info p {
	padding-left: 5px;
}










/* =wrap-innerの範囲
------------------------------------------------------------------------------------------*/
#wrap-inner {
}










/* =contentの範囲
------------------------------------------------------------------------------------------*/
#wrap #content {
	float: right;
	width: 385px;
}









/* =blockの範囲
------------------------------------------------------------------------------------------*/
#content .block {
	clear: both;
	padding-bottom: 15px;

}
#content .block h4 {
	float: left;
	width: 165px;
}










/* =sectionの範囲
------------------------------------------------------------------------------------------*/
#content .block .section {
	width: 208px;
	float: right;
}
#content .block .section p {
	padding-top: 10px;
}









/* =sideの範囲
------------------------------------------------------------------------------------------*/
#wrap #side {
	width: 385px;
	float: left;
}










/* =dl・dt・ddの範囲
------------------------------------------------------------------------------------------*/
#side #news dl {
	padding-left: 5px;
	padding-bottom: 10px;
}
#side #news dl dt {
	float: left;
}
#side #news dl dd {
	padding-left: 3em;
	height: 1%;
}
@-moz-document url-prefix() {#side #news dl dd{	padding-left: 7em;
	height: 1%;}}

	
#side #address {
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	height: 168px;
	width: 370px;
	margin-top: 30px;
	position: relative;
}
#side #address img {
	position: absolute;
	top: 55px;
	left: 160px;
}
#link {
	clear: both;
}
