@charset "utf-8";

/*初期化*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px "ＭＳ Ｐゴシック", Osaka;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration:underline;
}
a:active {
	color: #0066FF;
	text-decoration:underline;
}
*html input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


/*テンプレート*/
#container {
	margin: 5px auto 0px;
	width: 750px;
}

#header {
	width: 750px;
	background: url(../images/h_back.gif) no-repeat left bottom;
	height: 76px;
}
#header h1 {
	float: left;
	width: 166px;
}
#header #h_right {
	float: right;
	width: 580px;
}
#header #h_right h2 {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-align: right;
	margin-bottom: 5px;
}
#header #h_right ul {
	list-style: none;
	height: 32px;
	margin-right: 8px;
}
#header #h_right li {
	float: right;
	margin-left: 2px;
}
#header #h_right img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#submenu {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#submenu .left {
	float: left;
	width: 50%;
	margin-top: 3px;
}

#submenu #guide {
	background: url(../images/sub_icon.gif) no-repeat left top;
	margin-left: 10px;
	padding: 3px 0px 3px 18px;
	text-align: left;
}
#submenu .right {
	float: right;
	width: 50%;
	margin-top: 5px;
}
#submenu #pan {
	float: right;
	text-align: right;
	margin-right: 10px;
}




#contents {
	margin-top: 15px;
	width: 100%;
	background: url(../images/contents_back.gif) repeat-y;
}
#leftbox {
	float: left;
	width: 556px;
}
#rightbox {
	float: right;
	width: 194px;
}

/*検索*/
#rightbox #seblock {
	margin-bottom: 10px;
	margin-top: 5px;
}
#rightbox #seblock h3 {
	text-align: left;
	margin-left: 9px;
}

#rightbox #seblock #serch {
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-top-width: 1px;
	margin: 0px 8px 0px 9px;
	padding: 0px 0px 5px;
	background: #FFFFFF;
}
#rightbox #seblock #serch .inputbox {
	text-align: left;
	margin: 5px 0px 5px 10px;
}
#rightbox #seblock #serch #pur {
	margin-top: 10px;
}

#rightbox #seblock #serch #submitbox {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	margin: 0px 5px 10px;
}
#rightbox #seblock #serch #se_btn {
	width: 123px;
	margin: 0px auto;
}
#rightbox #seblock #serch #se_btn a {
	background: url(../images/se_btn.gif) no-repeat center top;
	display: block;
	width: 123px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}





/*優待券発行*/
#rightbox #coupon {
	background: url(../images/side_bottom.gif) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#rightbox #coupon .textbox {
	background: #FFFFFF;
	margin-right: 9px;
	margin-left: 8px;
	padding: 3px 3px 8px;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
}
#rightbox #coupon .textbox p {
	line-height: 150%;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

/*掲載施設募集*/
#rightbox #sisetu {
	background: #E3E5E6 url(../images/side_bottom.gif) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#rightbox #sisetu .textbox {
	margin: 0px 8px 4px;
	padding: 1px;
	background: #FFFFFF;
	border-right: 1px solid #F96B69;
	border-bottom: 1px solid #F96B69;
	border-left: 1px solid #F96B69;
}
#rightbox #sisetu .textbox h4 {
	text-align: left;
	padding: 5px 0px 5px 5px;
}
#rightbox #sisetu .textbox p {
	text-align: left;
	line-height: 130%;
	padding-left: 5px;
	padding-bottom: 5px;
}
#rightbox #sisetu .textbox #sisetunext {
	text-align: right;
	margin-right: 5px;
	background: url(../images/sisetu_icon.gif) no-repeat right 2px;
	padding-right: 13px;
}
#rightbox #sisetu .textbox #sisetunext a {
	color: #A70202;
}




.pagetop {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#textlink {
	clear: both;
	line-height: 16px;
	margin-bottom: 10px;
}


#footer {
	clear: both;
	background: #43BA01;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#footer address {
	font-style: normal;
}





/*共通属性*/
.Clear {
	clear:both;
	display: inline-block;
}
.Clear:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .Clear {
	height:0.1%;
}
