@charset "utf-8";
/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #1F1F1F;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-color: #F7F7F4;
}
/*リンクの基本設定*/
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; }

p {
	margin: 0px;
}

ul{
	text-align:left;
	padding-left:0;
	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: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 2px;
	height: 25px;
	padding-right: 13px;
	float: right;
}

.back1 {
	float: right;
	width: 855px;
}
.back_logo {
	float: right;
	width: 855px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 46px;
	padding-top: 17px;
}
.image {
	width: 830px;
	padding-right: 13px;
	padding-left: 12px;
	float: right;
	background-image: url(../img/back2.jpg);
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

