@charset "utf-8";

/*----------------------共有タグ------*/
* {
margin:0;
padding:0;
}

img {
	border:0;
}

.clear {
	clear:both;
}

/*----------------------文字サイズ（小）---*/
.small {
	font-size: 65%;
}


/*----------------------本文はじまり------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.03em;
	background-image: url(../images/top_bg2.gif);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
}

#top {
	background-image: url(../images/top_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-size: 85%;
	height: 165px;
	padding-top: 5px;
	font-weight: normal;
	float: right;
}


.wrap {
	width: 978px;
}

.top_txt {
	color: #FFFFFF;
	padding-left: 20px;
	height: 77px;
	width: 197px;
	font-size: 85%;
	line-height: 160%;
}
.top_BT {
	padding-left: 20px;
}

.top_txt2 {
	color: #FFFFFF;
	padding-left: 6px;
	height: 77px;
	width: 211px;
	font-size: 85%;
	line-height: 160%;
	background-image: url(../images/tsushin_bg.gif);
	background-repeat: no-repeat;
}
.top_BT2 {
	padding-left: 5px;
	background-image: url(../images/tsushin_image2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

h2 {
	background-image: url(../images/title_image.gif);
	background-repeat: no-repeat;
	height: 50px;
	background-position: 22px 15px;
	padding-left: 40px;
	padding-top: 23px;
	line-height: 30px;
}


.main_top {
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 10px;
}
.main_top2 {
	background-image: url(../images/title_bg2.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 10px;
}


.main_top_inner {
	width: 945px;
	margin-left: 33px;
}
.main_top_inner a {
	font-weight: bold;
	color: #CC2020;
}

/*サブタイトル*/
.sub_title {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.fleft {
	float: left;
}
.sub_title_txt {
	float: left;
	padding: 3px;
}

.main_top_inner li {
	background-image: url(../images/top_39.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
	margin-top: 5px;
	background-position: 0px 6px;
}
.main_top_inner p {
	padding: 10px;
}

/**/
.gotoTop {
	background-image: url(../images/goto_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	float: right;
}
.gotoTop a {
	font-weight: normal;
	color: #707070;
	font-size: 10px;
}
.redB {
	font-weight: bold;
	color: #CC2020;
}
.border_qr {
	border: 13px solid #515151;
	margin: 15px;
}
.LeftContents {
	float: left;
	margin-right: 20px;
}
.RightContents {
	float: left;
}
.hyo td {
	padding: 7px;
	background-color: #FFFFFF;
}
.hyo {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*--------------------------------------フッダー---------*/
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 66px;
	padding-top: 8px;
	margin-top: 10px;
}
#footerInner {
	width: 978px;
}

.footer_company {
	background-image: url(../images/footer_bg-05.gif);
	background-repeat: no-repeat;
	margin-left: 34px;
	padding-top: 5px;
	height: 28px;
	width: 188px;
	font-size: 11px;
	text-align: center;
}
.footer_company a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_company a:hover {
	text-decoration: underline;
}

/**/
address {
	float: right;
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
}

/*---------------------------お問い合わせはコチラ----*/
a.contactus {
	margin-top: 15px;
	background-image: url(../images/toiawase.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 74px;
	width: 498px;
	text-align: center;
	height: 74px;
	width: 498px;
}

a.contactus:hover {
	background-position:bottom;
}

