@charset "utf-8";
/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #1F1F1F;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/*リンクの基本設定*/
a {
	text-decoration:underline;
	color:#339999;
}
a:hover {
	color:#3EB9B9;
	text-decoration:none;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }

.text_top {
	float: right;
	width: 550px;
	padding-bottom: 20px;
}
.box1 {
	float: left;
	width: 260px;
}
.box2 {
	float: right;
	width: 260px;
}

.baner {
	float: right;
	width: 260px;
	padding-bottom: 10px;
}
.baner_botton {
	float: right;
	width: 260px;
	padding-bottom: 5px;
}
address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	width: 400px;
	float: left;
}
.pri {
	float: right;
	width: 400px;
	text-align: right;
	font-size: 11px;
}
ul{
	text-align:left;
	padding-left:0;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
li{
	padding-left:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
}
.flame {
	width: 550px;
	height: 160px;
	overflow:auto;
	scrollbar-base-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-track-color: #E0E0E0;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	color: #333333;
	font-size:11px;
	margin: 0px;
}

h1 {
	display: none;
}

