@charset "Shift_JIS";

/* ベース */

body {
	margin:0;
	padding:0;
	color: #555;
	font-size: 13px;
	line-height: 18px;
}

body#index {
	background: #F1F2ED url("../images/bg-home.gif") repeat-x;
}

body#page-access, body#page-cafe, body#page-all, body#page-about, body#page-events, body#page-asics, body#page-contact, body#page-news {
	background: #F1F2ED url("../images/bg-home.gif") repeat-x;
}

body#campaign {
	background-color: #F1F2ED;
	background-image: url(../shop/img/bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, p, ul, li, dl, dd, dt {
	margin:0;
	padding:0;
	list-style-type: none;
}

p {
	padding: 0 0 1em 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #465FBB;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	background: transparent url("../images/bg-body.png") repeat-y;
}

* html #wrapper { behavior: expression(IEPNGFIX.fix(this)); }

#main {
	width: 900px;
	margin: 0 15px;
	padding: 0;
	position: relative;
}



/* HEADER */

/* #main #header {
	height: 135px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/header-top.jpg") no-repeat;
} */

#main #header {
	height:295px !important;
	background: transparent url("../images/home-header.jpg") no-repeat !important;
}


#main #header_home {
	height:220px !important;
	background-image:url("../images/header_bgimage.jpg")
}

.content #main h1 a {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 37px;
}

/*
#index #main h1 a {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 182px !important;
}
*/

#index #main h1.home a {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 40px !important;
}

.content #main .header-info {
	font-size:12px;
	position:absolute;
	top: 5px;
	width: 350px;
	left:40px;
}

.content #main .header-navi {
	font-size: 12px;
	position: absolute;
	top: 5px;
	width: 350px;
	left: 635px;
}

.content #main .header-navi li {
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}

.content #main .header-navi li.end {
	border-right: none;
}

.content #main #mainmenu {
	width: 861px;
	height: 80px;
	background: transparent url("../images/header-bottom.jpg") no-repeat;
	padding-left: 39px;
}

.content #main #mainmenu li {
	float: left;
}

.content #main #mainmenu-home li#home a {
	width: 68px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-01.gif") no-repeat 0 0;
}

#page-about #mainmenu-home li#home a.selected, .content #main #mainmenu-home li#home a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#about a {
	width: 104px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-02.gif") no-repeat;
}

.content #main #mainmenu-home li#about a.selected, .content #main #mainmenu-home li#about a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#events a {
	width: 73px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-03.gif") no-repeat;
}

.content #main #mainmenu-home li#events a.selected, .content #main #mainmenu-home li#events a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#asics a {
	width: 143px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-04.gif") no-repeat;
}

.content #main #mainmenu-home li#asics a.selected, .content #main #mainmenu-home li#asics a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#cafe a {
	width: 78px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-07.gif") no-repeat;
}

.content #main #mainmenu-home li#cafe a.selected, .content #main #mainmenu-home li#cafe a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#access a {
	width: 99px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-05.gif") no-repeat;
}

.content #main #mainmenu-home li#access a.selected, .content #main #mainmenu-home li#access a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#contact a {
	width: 75px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-c-06.gif") no-repeat;
}

.content #main #mainmenu-home li#contact a.selected, .content #main #mainmenu-home li#contact a:hover {
	background-position: 0 -40px;
}


.content #main #mainmenu-home {
	position: absolute;
	right: 20px;
	top: 55px;
}

.content #main #mainmenu-home li {
	float: left;
}

.content #main #mainmenu-home li#home a {
	width: 68px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-01.gif") no-repeat 0 0;
}

.content #main #mainmenu-home li#home a.selected, .content #main #mainmenu-home li#home a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#about a {
	width: 104px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-02.gif") no-repeat;
}

.content #main #mainmenu-home li#about a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#events a {
	width: 73px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-03.gif") no-repeat;
}

.content #main #mainmenu-home li#events a.selected, .content #main #mainmenu-home li#events a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#asics a {
	width: 143px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-04.gif") no-repeat;
}

.content #main #mainmenu-home li#asics a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#cafe a {
	width: 78px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-07.gif") no-repeat;
}

.content #main #mainmenu-home li#cafe a.selected, .content #main #mainmenu-home li#cafe a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#access a {
	width: 98px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-05.gif") no-repeat;
}

.content #main #mainmenu-home li#access a.selected, .content #main #mainmenu-home li#access a:hover {
	background-position: 0 -40px;
}

.content #main #mainmenu-home li#contact a {
	width: 75px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/mainmenu-h-06.gif") no-repeat;
}

.content #main #mainmenu-home li#contact a.selected, .content #main #mainmenu-home li#contact a:hover {
	background-position: 0 -40px;
}




.bread {
	clear: both;
	padding: 3px 0 0 55px;
	_padding: 3px 0 0 56px;
}

.bread a {
	font-weight: bold;
}

/* MAIN-BODY */
.content #main .main-set {
	background: transparent url("../images/main-bg.jpg") no-repeat 0 0;
}

#index #main .main-set {
	background: transparent url("../images/main-bg-home.jpg") repeat-y 0 0 !important;
}

.content #main .submenu {
	margin-left: 39px;
	_margin-left: 36px;
}

#index #main .enter {
	padding:10px 0 5px 0;
	float:left;
	background-image:# fff url("../images/banner-bg.gif");
	width:310px;
}

#index #main .banner {
	float: left;
	background: #ECEDE9;
	width: 282px;
	text-align: center;
}

#index #main .banner .eventbanner img {
	margin-bottom: 12px;
}

#index #main .sponsorbanner {
	padding-top: 10px;
	padding-bottom: 15px;
	background: #fff;
}

#index #main .sponsorbanner img {
	padding-left: 0;
}

#index #main h2 {
	font-size: 100%;
	margin-bottom: 5px;
}

/* Add fmc */

#index #main h3 {
	width: 484px;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 20px;
	font-size: 130%;
	color: #fff;
	background: transparent url("../images/h3-bg-topi.gif") no-repeat;
}

#index #main .topi-box {
	background-color: transparent;
	display: block;
	margin: 0;
	padding: 8px 3px 0 3px;
}

/* Add fmc --end */

#index #main h4 {
	font-size: 100%;
	margin-bottom: 5px;
}

#index #main .link {
	margin: 0 0 5px 0;
	padding: 0;
}

.content #main .main-body {
	width: 625px;
	padding: 10px 10px 30px 25px;
	margin: 0;
	_margin: 0 0 -10px 0;
	float: right;
}

.content #main .main-body-home {
	width: 495px;
	padding: 10px 20px 30px 55px;
	margin: 0;
	_margin: 0 0 -10px 0;
	float: left;
	position: relative;
}

.content #main .main-body-home .btn-backnumber {
	position: absolute;
	top: 130px;
	right: 30px;
	font-weight: bold;
}

.content #main .main-body-home .btn-backnumber a {
	padding-left: 8px;
	background: transparent url("../images/arrow-submenu.gif") no-repeat 0 4px;
	_background: transparent url("../images/arrow-submenu.gif") no-repeat 0 6px;
}

.content #main .main-body p {
	width: 550px;
	margin: 0 10px 0 40px;
}

.content #main .main-body .box-list {
	width: 550px;
	margin: 0 10px 0 40px;
	padding: 10px;
	border: 2px solid #ddd;
}

.content #main .main-body .box-list li {
	list-style-type: disc;
	margin: 0 0 0 2em;
}

.content #main .main-body .orderd-list {
	width: 550px;
	margin: 0 10px 0 40px;
	padding: 10px;
}

.content #main .main-body .orderd-list li {
	list-style-type: decimal;
	margin: 0 0 0 2em;
}

.content #main .main-body li.none {
	list-style-type: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.content #main .main-body h2.about {
	text-indent: -9999px;
	background: transparent url("../images/h2-about.gif") no-repeat;
	height: 47px;
}

.content #main .main-body h2.asics {
	text-indent: -9999px;
	background: transparent url("../images/h2-asics.gif") no-repeat;
	height: 47px;
}

.content #main .main-body h2.events {
	text-indent: -9999px;
	background: transparent url("../images/h2-events.gif") no-repeat;
	height: 47px;
}

.content #main .main-body h2.all {
	text-indent: -9999px;
	background: transparent url("../images/h2-all.gif") no-repeat;
	height: 47px;
}

.content #main .main-body h2.cafe {
	text-indent: -9999px;
	background: transparent url("../images/h2-cafe.gif") no-repeat;
	height: 47px;
}

.content #main .main-body h2.sitemap {
	text-indent: -9999px;
	background: transparent url("../images/h2-sitemap.gif") no-repeat;
	height: 47px;
}

/* Add fmc -news-*/
.content #main .main-body-news {
	width: 720px;
	_margin: 0 0 -10px 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.content #main .main-body-news p {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 15px;
}

.content #main .main-body-news h3 {
	width: 700px;
	font-size: 130%;
	color: #041E71;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
	border-bottom-style: solid;
	border-bottom-color: #041E71;
	border-bottom-width: 1px;
	line-height: 1.5em;
}

.content #main .main-body-news h4 {
	width: 700px;
	height: 18px;
	padding: 4px 0 5px 10px;
	margin: 0 0 15px 5px;
	color: #333;
	font-weight: bold;
}

.content #main .main-body-news .news-box {
	width: 650px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #E7F9FE;
	border: 1px solid #78A3D5;
}

/* Add fmc --end */



h2.topics {
	text-indent: -9999px;
	background: transparent url("../images/h2-topics.gif") no-repeat;
	height: 47px;
}
.content #main .main-body h3 {
	width: 600px;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 20px;
	font-size: 130%;
	color: #fff;
	background: transparent url("../images/h3-bg.gif") no-repeat;
}

.content #main .main-body h4 {
	width: 575px;
	height: 18px;
	font-size: 130%;
	padding: 4px 0 5px 10px;
	border-left: 4px solid #B3E92B;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 5px;
	display: block;
}

.content #main .main-body h5 {
	width: 550px;
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 40px;
	color: #79AB2E;
	border-bottom: 1px dotted #cdcdcd;
}

.content #main .main-body h5.cafenews {
	width: 550px;
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 20px;
	color: #79AB2E;
	border-bottom: 1px dotted #cdcdcd;
}

.content #main .main-body h6 {
	color: #E874B5;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

.content #main .submenu {
	width: 199px;
	margin-top: 20px;
	border-top: 1px solid #B8DCEA;
	border-right: 1px solid #B8DCEA;
	border-left: 1px solid #B8DCEA;
	border-bottom: 1px solid #B8DCEA;
	background: #E1EEF3;
}

.content #main .submenu h2.submenu-title {
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0 0 10px;
}

.content #main .submenu dl {
	border-top: 10px solid #E1EEF3;
	border-left: 10px solid #E1EEF3;
	border-bottom: 10px solid #E1EEF3;
	border-right: 10px solid #E1EEF3;
	background: #fff;
}

.content #main .submenu dt {
	font-size: 115%;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #B8DCEA;
}

.content #main .submenu dd {
	padding-left: 25px;
	background: transparent url("../images/arrow-submenu.gif") no-repeat 15px 6px;
}


/* Add fmc */
.content #main .submenu dd.s {
	padding-left: 38px;
	background: transparent url("../images/arrow-submenu2.gif") no-repeat 27px 6px;
}
/* Add fmc --end */

.content #main .submenu dd.bottom {
	padding-bottom: 7px;
}

.content #main .submenu dt.end, .content #main .submenu dd.end {
	margin-bottom: 20px;
}

.facility-bg {
	background: transparent url("../images/about-facility-02.jpg") no-repeat;
	padding-left: 240px;
}

.facility-bg h5 {
	width: 200px;
}
.facility-bg p {
	width: 200px;
}

.news {
	font-size: 88%;
	font-weight: normal;
	padding-right: 15px;
}

.entry {
	text-align: center;
}

/* Add fmc */

.txt-line-through {
	text-decoration: line-through;
}

/* Add fmc --end */

#main-in {
    float: left;
    width: 262px !important;
	height: 200px;
	border: 1px solid #79AB2E;
	margin: 20px 10px 10px 5px;
    padding: 10px;
}

#main-in .ii{
    color:#79AB2E;
	font-size:120%;
	font-weight:bold;
}


#main-in-bottom {
    float: left;
    width: 560px !important;
	border: 1px solid #79AB2E;
	margin: 5px 10px 10px 5px;
    padding: 10px;
}

/* Add fmc */

.content #main .main-body .list {
	text-align: center;
	display: block;
	width: 585px;
	clear: both;
}


.content #main .main-body ul.list-navi {
	background: #fff;
	text-align: center;
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}

.content #main .main-body ul.list-navi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.content #main .main-body ul.list-navi li span,
.content #main .main-body ul.list-navi li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #EAF8DA;
}

.content #main .main-body ul.list-navi li a:hover {
	color: #000;
	border-color: #00f;
	background-color: #CFEDAD;
}


/* Add fmc --end */

/* FOOTER */

#footer {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
}

.pagetop {
	clear: both;
	text-align: right;
	padding: 0 40px 10px 0;
}

.pagetop a {
	padding-left: 14px;
	text-decoration: underline;
	background: transparent url(../images/arrow-totop.gif) no-repeat 0 5px;
}

#footer {
	height: 70px;
}

#footer #footer-menu {
	width: 850px;
	margin:0;
	font-size: 94%;
	text-align: left;
	background: #f0f0f0;
	margin: 0 0 0 20px;
	padding-top: 10px;
}


#footer #footer-menu li {
	float: left;
	padding-right: 1em;
	padding-left: 7px;
	background: transparent url(../images/arrow-small.gif) no-repeat 0 7px;
}

#footer #footer-menu li a, #footer #footer-menu li a:hover {
	color: #999;
}

#footer .copyright {
	width: 880px;
	padding: 5px 20px 10px 0;
	margin: 0;
	text-align: right;
	color: #999;
	background: #f0f0f0;
}

/* HOME */

.top-block {
    padding-top: 8px;
    width: 482px;
	background:url(../images/waku_top.jpg) no-repeat top;
}

.sp-block {
	padding-bottom: 15px;
}

dl.special-topics {
	width: 482px;
	padding-top: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 2px solid #8CC2E8;
	margin-bottom: 6px;
}

dl.special-topics dt {
	float: left;
	width: 90px;
	padding: 5px 0;
	margin: 0;
}



dl.special-topics dd {
	float: left;
	width: 380px;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;

}


dl.topics {
	width: 484px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dedede;
}

dl.topics dt {
	float: left;
	width: 90px;
}

dl.topics dd {
	float: left;
	font-weight: bold;
	width: 380px;
}

dl.topics dd a {
	float: left;
	width: 380px;
	font-weight: normal;
}

dl.topics dd img.itsnew {
	padding: 3px 0 5px 0;
}

dl.special-topics dd img.itsnew {
	padding: 0 0 2px 0;
}

dl.bottom {
	margin-bottom: 20px;
}

.home-bigbanner {
	margin-bottom: 15px;
	margin-top:5px;
	_margin-top:15px;
}

.topnavi {
	width: 492px;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0;
}

.topnavi td {
	width: 166px;
	_width: 160px;
	padding: 0 0 4px 0;
	margin: 0;
}

.topnavi td.weather {
	width: 150px !important;
	background: transparent url(../images/btn_weather.jpg) no-repeat 0 0;
	padding-top: 12px;
}



/* 共通 */

.nowentry {
    float:left;
	_padding-left: 4px;
	margin-left: 44px;
	_margin-left: 20px;

}

.nowentry img {
	margin: 10px 0 20px 0;
	_margin: 10px 0 20px -3px;
}


.nowentry_ie6 {
    float:left;
	margin-left:50px;
	/margin-left:27px;
}

.nowentry_ie6 img {
	margin: 10px 0 20px 0;
	_margin: 10px 0 20px -3px;
}

.normal-table {
	margin: 0.5em 0 0.5em 40px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.normal-table thead th {
	background: #E8F6C6;
}

.normal-table th, .normal-table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 5px 10px;
}

.normal-table th {
	background: #f5f5f5;
}

.line-table {
	margin: 0.5em 0 0.5em 40px;
}

.line-table th, .line-table td {
	border-collapse: collapse;
	padding: 5px 10px;
	margin: 5px 0;
}

.line-table th {
	border-right: 1px solid #ddd;
	font-size: 110%;
	text-align: left;
	vertical-align: top;
}

.border-table {
	margin: 0.5em 0 0.5em 20px;
	width: 570px;
}

.border-table th, .border-table td {
	border-collapse: collapse;
	padding: 10px 10px;
	margin: 5px 0;
}

.border-table td {
	border: 2px solid #B8DCEA;
	text-align: left;
	vertical-align: top;
}

.entry-table {
	margin: 0.5em 0 0.5em 40px;
	width: 550px;
}

.entry-table th, .entry-table td {
	border-collapse: collapse;
	padding: 10px 15px;
	margin: 5px 0;
}

.entry-table td {
	border: 2px solid #B8DCEA;
	text-align: left;
	vertical-align: top;
}

.cafenews-table {
	width: 575px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 4px;
}

.cafenews-table h5 {
	font-size: 110%;
}

.cafenews-table .cafe-logo {
	text-align: center;
	padding-right: 80px;
	width: 495px;
}

.cafenews-table th, .cafenews td {
	border-collapse: collapse;
	padding: 10px 15px;
	margin: 5px 0;
}

.cafenews-table td {
	border: 2px solid #B3E92B;
	text-align: left;
	vertical-align: top;
}

.music-table {
	margin: 0.5em 0 0.5em 40px;
	width: 550px;
}

.music-table th, .music-table td {
	border-collapse: collapse;
	padding: 10px 15px;
	margin: 5px 0;
}

.music-table td {
	border: 2px solid #F3CACA;
	text-align: left;
	vertical-align: top;
}

.noborder-table img {
	border: 1px solid #ddd;
}

.noborder-table {
	margin: 0.5em 0 0.5em 40px;
	width: 550px;
}

.noborder-table th, .noborder-table td {
	border-collapse: collapse;
	padding: 3px 0;
	margin: 5px 0;
}

.noborder-table th {
	text-align: left;
	padding: 0 0 0 10px;
}

.bigger {
	font-size: 120%;
	padding-bottom: 8px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.red {
	color: #e50000;
}

.pink {
	color: #FF8C8C;
	font-weight: bold;
}

.telnum {
	color: #e50000;
	font-size: 18px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.caption {
	text-indent: -1em;
	padding-left: 1em;
}

.indent-20 {
	margin-left: 20px;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
}

.linkbanner {
	padding: 5px 0 5px 20px;
}

#page-all #main h4.sitemap {
	width: 250px;
}

#page-all #main h4.sitemap2 {
	width: 250px;
	border-left: 4px solid #26BFE5;
}

.sitemap-left {
	float: left;
	margin-left: 10px;
}

.sitemap-right {
	float: left;
	margin-left: 30px;
}

.sitemap-left dl, .sitemap-right dl {
	margin-left: 30px;
	margin-bottom: 15px;
}

.sitemap-left dl dt, .sitemap-right dl dt {
	font-weight: bold;
	font-size: 115%;
	margin: 5px 0;
}

.sitemap-left dl dd, .sitemap-right dl dd {
	background: transparent url("../images/arrow-submenu.gif") no-repeat 15px 6px;
	padding-left: 25px;
}


/* Add fmc */
.sitemap-left dl dd.s, .sitemap-right dl dd.s {
	padding-left: 38px;
	background: transparent url("../images/arrow-submenu2.gif") no-repeat 27px 6px;
}


.btn-contact {
	text-align: center;
	margin: 10px 0;
}


/* Campaign */

.cam {
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* Add fmc --end */
