@charset "UTF-8";

@import url("normalize.css");

@import url("fonts.css");

@import url("globalnavi.css");

/* body -------------------------------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0 0 30px;
	background: #fff url(../images/bg_seamless.gif) repeat 0 0;
}

img {
	outline: none;
}

a {
	outline: none;
	
}

/* clearfix -------------------------------------------------------------------------------- */

/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* Text Aligns */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Float of img */
.f_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}

.f_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 3px;
}


/* Header Part -------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
}

#header .wrapper {
	width: 960px;
	margin: 0 auto;
}

#header .logo {
	width: 178px;
	margin: 0;
	padding: 0;
	float: left;
}

#header .logo h2 {
	width: 178px;
	height: 44px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 17px;
}

#header .logo h2 a, #header .logo h2 a:hover {
	text-decoration: none;
	background: url(../images/header_logo.gif) no-repeat 0 0;
	width: 178px;
	height: 0;
	margin: 0;
	padding-top: 44px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	line-height: normal;
}

#header .navigation {
	width: 660px;
	margin: 0;
	padding: 0;
	float: right;
}

#header .navigation #subnavigation {
	font-size: 85%;
	margin: 0;
	padding: 10px 0 0;
}

#header .navigation #subnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

#header .navigation #subnavigation ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 24px 0 0;
	line-height: 0;
}

#header .navigation #subnavigation ul li:last-child {
	padding-right: 0;
}

#header .navigation #subnavigation ul li a.home {
	background: url(../images/header_subnavi_home.gif) no-repeat 0 0;
	color: #7c7d80;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	line-height: 1.281;
	text-shadow: #fff 0 1px 0;
}

#header .navigation #subnavigation ul li a.sitemap {
	background: url(../images/header_subnavi_sitemap.gif) no-repeat 0 0;
	color: #7c7d80;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	line-height: 1.281;
	text-shadow: #fff 0 1px 0;
}

#header .navigation #subnavigation ul li a.home:hover, #header .navigation #subnavigation ul li a.sitemap:hover {
	color: #3166b1;
	background-position: 0 -63px;
	text-shadow: #fff 0 1px 0;
}

#header .navigation .sns {
	width: 154px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: 13px;
}

#header .navigation .sns a {
	background: url(../images/header_navi_facebook.gif) no-repeat 0 0;
	width: 154px;
	height: 0;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#header .navigation .sns a:hover, #header .navigation .sns a.hover {
	background-position: 0 -22px;
}

/* Global Navigation Part -------------------------------------------------------------------------------- */
#globalnavi {
	width: 960px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/globalnavi_bg.gif) repeat-x 0 0;
}

#globalnavi .wrapper {
	padding-top: 3px;
}

/* Main Content Part */
#maincontainer {
	width: 100%;
	height: 100%;
}

#maincontainer .wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/container_bg.gif) repeat-y;
}

#maincontainer #contents {
	background: url(../images/container_top.gif) no-repeat 0 0;
}

#maincontainer .container {
	background: url(../images/container_bottom.gif) no-repeat 0 bottom;
}

.paddertop {
	padding-top: 15px;
}

.paddermc {
	padding: 20px 20px 25px;
}

.btmtotop {
	width: 960px;
	height: 18px;
	margin: 0 auto 4px;
	padding-top: 30px;
	clear: both;
}

.btmtotop a {
	width: 97px;
	height: 0;
	padding-top: 18px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/navi_totop.gif) no-repeat 0 0;
	float: right;
}

.btmtotop a:hover {
	background-position: 0 -18px;
	text-decoration: none;
}

/* BreadCrumb Part -------------------------------------------------------------------------------- */
#breadcrumbs {
	color: #aeb1b3;
	background: #fff url(../images/breadcrumb_bg.gif) repeat-x;
	height: 20px;
	overflow: hidden;
	font-size: 8pt;
	line-height: 23px;
	width: 960px;
	letter-spacing: 0.1px;
	margin: 10px auto 0;
}

#breadcrumbs .wrapper {
	background: url(../images/breadcrumb_left.gif) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

#breadcrumbs .navi {
	background: url(../images/breadcrumb_right.gif) no-repeat 945px;
	margin: 0;
	padding: 0;
}

#breadcrumbs a, #breadcrumbs span {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #aeb1b3;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 5px;
}

#breadcrumbs .phome a {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #aeb1b3;
	background: url(../images/breadcrumb_home.gif) no-repeat 0 0;
	overflow: hidden;
	width: 0;
	height: 12px;
	margin: 4px 0 0;
	padding: 0 0 0 12px;
}

#breadcrumbs .phome a:hover {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3881e2;
	background: url(../images/breadcrumb_home.gif) no-repeat 0 -52px;
	overflow: hidden;
	width: 0;
	height: 12px;
	padding: 0 0 0 12px;
	margin-top: 4px;
}

#breadcrumbs a:hover {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3881e2;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 5px;
}

#breadcrumbs em {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #52991e;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 5px;
}

#breadcrumbs span {
	background: url(../images/breadcrumb_arrow.gif) no-repeat right center;
	width: 0;
	height: 20px;
	overflow: hidden;
	margin-top: 0;
	padding: 0 0 0 16px;
}
	

/* Footer Part -------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: url(../images/footer_top.gif) repeat-x 0 0;
}

#footer .naviclumn {
	width: 700px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#footer .naviclumn ul {
	list-style-type: none;
	width: 700px;
	margin: 0;
	padding: 0;
}

#footer .naviclumn ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	font-size: 93%;
	line-height: 1.261;
	padding-bottom: 0.7em;
	display: inline;
	float: left;
	color: #babcbf;
	text-shadow: #fff 1px 0 0;
}

#footer .naviclumn li a { 
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #6e7073;
	text-shadow: #fff 0 1px 0;
}

#footer .naviclumn li a:hover {
	color: #2e2f30; 
	text-decoration: underline;
	padding: 0; 
	margin: 0;
	text-shadow: #fff 0 1px 0;
}

#footer address { 
	color: #959698;
	font: 77% 'Lucida Grande', Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	text-shadow: #fff 0 1px 0;
}

#footer .contactclumn {
	width: 190px;
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
}

#footer .contactclumn .contact {
	width: 156px;
	margin: 0;
	padding: 0;
	float: right;
}

#footer .contactclumn .contact h2 {
	background: url(../images/footer_logo.gif) no-repeat 0 0;
	width: 146px;
	height: 0;
	margin: 0 auto 8px;
	padding-top: 45px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

#footer .contactclumn .phone {
	margin: 0 auto;
	padding-left: 23px;
	background: url(../images/footer_icon_phone.gif) no-repeat 0 center;
	font: bold 138.5% Arial, Helvetica, Geneva, sans-serif;
	color: #505354;
	letter-spacing: 0.1em;
	width: 7.8em;
	text-shadow: #fff 0 1px 0;
}

/* for IE */

.ie6 #footer .contactclumn .phone {
	width: 7.3em;
}

.ie7 #footer .contactclumn .phone {
	width: 7.4em;
}

.ie8 #footer .contactclumn .phone {
	width: 7.6em;
}

.ie9 #footer .contactclumn .phone {
	width: 7.5em;
}