@charset "UTF-8";

/*==============================================================================

	General
	
==============================================================================*/

html {
	overflow-y: scroll;
}

html,body {
	background: #ffffff;
}

body {
	color: #333333;
}

/*------------------------------------------------------------------------------
	Font
------------------------------------------------------------------------------*/

/*
px = %
10 = 77
11 = 85
12 = 93
13 = 100
14 = 108
15 = 116
16 = 123.1
17 = 131
18 = 138.5
19 = 146.5
20 = 153.9
21 = 161.6
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197
*/

.fs10 { font-size: 77%; }
.fs11 { font-size: 85%; }
.fs12 { font-size: 93%; }
.fs13 { font-size: 100%; }
.fs14 { font-size: 108%; }
.fs15 { font-size: 116%; }
.fs16 { font-size: 123.1%; }
.fs17 { font-size: 131%; }
.fs18 { font-size: 138.5%; }
.fs19 { font-size: 146.5%; }
.fs20 { font-size: 153.9%; }
.fs21 { font-size: 161.6%; }
.fs22 { font-size: 167%; }
.fs23 { font-size: 174%; }
.fs24 { font-size: 182%; }
.fs25 { font-size: 189%; }
.fs26 { font-size: 197%; }

.fl { float: left !important; width: auto; }
.fr { float: right !important; width: auto; }

.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

.fwb { font-weight: bold !important; }
.fwn { font-weight: normal !important; }

.att { color: #da0717 !important; }

/*------------------------------------------------------------------------------
	Margin & Padding
------------------------------------------------------------------------------*/

.m00 { margin: 0 !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/*------------------------------------------------------------------------------
	link
------------------------------------------------------------------------------*/

a:link,
a:active {
	color: #2162d8;
	text-decoration: underline;
}

a:visited {
	color: #2162d8;
}

a:hover {
	color: #ea0000;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	Typography
------------------------------------------------------------------------------*/

h1 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h2 {
	margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h3 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h4 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h5 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h6 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

p {
	margin: 0;
	font-size: 100%;
	line-height: 1.2;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
	color: #e60012;
}

em.red {
	font-weight: bold;
	color: #de2a43;
}

em.blue {
	font-weight: bold;
	color: #4696db;
}

/*------------------------------------------------------------------------------
	List
------------------------------------------------------------------------------*/

dl,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/*------------------------------------------------------------------------------
	Table
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	clearfix
------------------------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*==============================================================================

	Layout
	
==============================================================================*/

/*------------------------------------------------------------------------------
	Header
------------------------------------------------------------------------------*/

header {
	margin: 0;
	background: #bbaad0 url(../img/header_bg.png) no-repeat center top;
}

header #header_top {
	height: 100px;
	width: 970px;
	margin: 0 auto;
	position: relative;
}

header #header_top h1 {
	position: absolute;
	width: 502px;
	height: 44px;
	top: 28px;
	right: 0;
	text-indent: -9999em;
}

header #header_top h1 a {
	display: block;
	width: 502px;
	height: 44px;
	background: url(../img/logo.png) no-repeat left top;
}

header p {
	position: absolute;
	top: 42px;
	left: 12px;
	font-size: 14px !important;
	line-height: 1.6;
	letter-spacing: 0.2em;
	color: #009607;
	text-shadow: 0 1px 0 #fff,
	1px 0 0 #fff,
	0 -1px 0 #fff,
	-1px 0 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}

#global_nav {
	margin: 0 auto;
	width: 950px;
	height: 70px;
}

#global_nav ul {
	margin: 0;
	padding:  20px 0 0 0;
	zoom: 1;
}

#global_nav ul:after {
	content: "";
	display: block;
	clear: both;
}

#global_nav ul li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#global_nav ul li a {
	display: block;
	height: 30px;
	position: relative;
	padding: 0;
	color: #666666;
	text-decoration: none;
	text-indent: -9999em;
}

#global_nav ul li.n01 a {
	width: 125px;
	background: url(../img/gnavi_about.png) no-repeat left top;
}

#global_nav ul li.n02 a {
	width: 124px;
	background: url(../img/gnavi_street.png) no-repeat left top;
}

#global_nav ul li.n03 a {
	width: 252px;
	background: url(../img/gnavi_coupon.png) no-repeat left top;
}

#global_nav ul li.n04 a {
	width: 181px;
	background: url(../img/gnavi_edoranger.png) no-repeat left top;
}

#global_nav ul li.n05 a {
	width: 143px;
	background: url(../img/gnavi_map.png) no-repeat left top;
}

#global_nav ul li.n01 a:hover { border-bottom: 3px solid #7e318e; }
#global_nav ul li.n02 a:hover { border-bottom: 3px solid #036eb8; }
#global_nav ul li.n03 a:hover { border-bottom: 3px solid #8fc31f; }
#global_nav ul li.n04 a:hover {	border-bottom: 3px solid #e83828; }
#global_nav ul li.n05 a:hover { border-bottom: 3px solid #a96223; }

/* panlist */

#panlist {
	margin: 0;
	padding: 0;
}

#panlist p {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-size: 93%;
	line-height: 1.5;
}

#panlist p span {
	padding: 0 10px;
}

/*------------------------------------------------------------------------------
	Content
------------------------------------------------------------------------------*/

#content {
	padding: 30px 0 50px 0;
	font-size: 108%;
}

#content_inner {
	width: 950px;
	margin: 0 auto;
}

/* panlist */

#content #panlist {
	margin: 0;
}

#content #panlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

#content #panlist ul:after {
	content: "";
	display: block;
	clear: both;
}


#content #panlist ul li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	background: url(../img/panlist_section_bg.png) no-repeat left center;
}

#content #panlist ul li.first {
	margin: 0;
	padding: 0;
	background: none;
}

/* main */

#content #main_wrap {
	margin: 0;
	zoom: 1;
}

#content #main_wrap:after {
	content: "";
	display: block;
	clear: both;
}

#content #main_wrap #main {
	float: left;
	width: 700px;
	min-height: 413px;
	height: auto !important;
	height: 413px;
}

#content #main_wrap #main #main_inner {
	border: 1px solid #c9caca;
}

#content #main_wrap #side {
	float: right;
	width: 230px;
}

#content #main_wrap #side #sNav {
	margin: 0 0 20px 0;
}

#content #main_wrap #side h2 {
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.6;
	color: #ffffff;
}

#content #main_wrap #side h2 {
	display: block;
	padding: 18px 20px;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #727171;
	border-left: 1px solid #727171;
	border-right: 1px solid #727171;
}

#content #main_wrap #side h2.about { background: #7e308e; }
#content #main_wrap #side h2.street { background: #036eb8; }
#content #main_wrap #side h2.coupon { background: #8fc31f; }
#content #main_wrap #side h2.edoranger { background: #e83828; }
#content #main_wrap #side h2.map { background: #a96223; }

#content #main_wrap #side h2 a:hover {
	text-decoration: none;
}

#content #main_wrap #side #sNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #727171;
	border-left: 1px solid #727171;
	border-right: 1px solid #727171;
}

#content #main_wrap #side #sNav ul li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6;
}

#content #main_wrap #side #sNav ul li a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 30px;
	border-bottom: 1px dotted #aaaaaa;
	color: #333333;
	text-decoration: none;
}

#content #main_wrap #side #sNav ul li:last-child a {
	border-bottom: none;
}

#content #main_wrap #side #sNav ul li a:before {
	position: absolute;
	top: 17px;
	left: 10px;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/sidenav_icon_bg.png) no-repeat left top;
}

#content #main_wrap #side #sNav ul li a:hover {
	background: #f8f8f8;
	text-decoration: underline;
}

#content #main_wrap #side #sNav ul li.on a {
	font-weight: bold;
}


/*IE7▼*/
*+html body #content #main_wrap #side #sNav ul li a {
	background: url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}

*+html body #content #main_wrap #side #sNav ul li a:hover {
	background: #fff7f7 url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}

*+html body #content #main_wrap #side #sNav ul li.on a {
	background: #fff7f7 url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}
/**/

#content #main_wrap #side #sBnr {}

#content #main_wrap #side #sBnr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side #sBnr ul li {
	margin: 0 0 12px 0;
	padding: 0;
}

#content #main_wrap #side #yNav {
	margin: 0 0 20px 0;
	background: #f9fafb;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

#content #main_wrap #side #yNav h2 {
	margin: 10px;
	padding: 0;
	line-height: 1.6;
}

#content #main_wrap #side #yNav ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side #yNav ul li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6;
}

#content #main_wrap #side #yNav ul li:last-child {
	margin: 0;
}

#content #main_wrap #side #yNav ul li a {
	display: block;
	padding: 0 0 0 25px;
	color: #333333;
	background: url(../img/ynav_icon_bg.png) no-repeat 10px center;
}

#content #main_wrap #side #yNav ul li a:hover {
	background: #ebeced url(../img/ynav_icon_bg.png) no-repeat 10px center;
	text-decoration: underline;
}

#content #main_wrap #side #yNav ul li p {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #dddddd;
}

#content #main_wrap #side #yNav ul li ul {
	margin: 0;
	padding: 0;
}

#content #main_wrap #side #yNav ul li ul li a {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(../img/ynav_icon02_bg.png) no-repeat 10px center;
}

#content #main_wrap #side #yNav ul li ul li a:hover {
	background: #ebeced url(../img/ynav_icon02_bg.png) no-repeat 10px center;
}

#content #main_wrap #side ul.bnr {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side ul.bnr li {
	margin: 0 0 15px 0;
}

#content #main_wrap #side ul.bnr li img {
	vertical-align: top;
}

/*------------------------------------------------------------------------------
	Pagetop
------------------------------------------------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*------------------------------------------------------------------------------
	Fotter
------------------------------------------------------------------------------*/

footer {}

footer #footer_top {
	background: #f3f3f3;
}

footer #footer_top_inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

footer #footer_top ul {
	margin: 0 20px;
	padding: 20px 0;
	list-style: none;
	zoom: 1;
}

footer #footer_top ul:after {
	content: "";
	display: block;
	clear: both;
}

footer #footer_top ul li {
	float: left;
	margin: 0 22px 0 0;
	padding: 0 0 0 14px;
	font-size: 93%;
	line-height: 1.5;
	background: url(../img/utilitynav_link_icon.png) no-repeat left 5px;
}

footer #footer_top ul li.n01 a {
	color: #7e318e;
}

footer #footer_top ul li.n02 a {
	color: #036eb8;
}

footer #footer_top ul li.n03 a {
	color: #87c00b;
}

footer #footer_top ul li.n04 a {
	color: #e83828;
}

footer #footer_top ul li.n05 a {
	color: #a96223;
}

footer #footer_top ul li a:hover {
	text-decoration: none;
}

footer #footer_bottom {
	background: #fff548;
}

footer #footer_bottom_inner {
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/footer_copy_bg.png) no-repeat center top;
}

footer #footer_bottom p {
	text-indent: -9999em;
}