﻿body {
	*font-size:small;
	*font:	x-small;
	line-height:1.6;
	text-align: left;
}
body{
font-size: 12px;
font-family:"MS PGothic",Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #403f3f;
}
/*ヘッダー */

#global-header{
	background: url(../img/top/header-top-bg.png) left top repeat-x;
	height: 102px;
	}
#global-header h1{
	padding-top: 32px;
	width: 980px;
	margin: 0 auto;
}

/********/
/*スライダーの背景*/
#slider-zone{
	background: url(../img/top/mainwrap-bg.png) repeat-x;
	width: 100%;
	height: 437px;
}


#slide-parent {
	width:980px;
	margin:0 auto;
	position:relative;
	background: url(../img/top/main-image-bg.png) no-repeat left top;
	z-index:0;
}


#slides .slide {
	width:980px;
	height:437px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top: 200px;
	left: 2px;
	width:39px;
	height:39px;
	display:block;
	z-index:101;
}

#slides .next {
	left: 942px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	width:26px;
	z-index:999;
	bottom: 10px;
	left: 467px;
	display: none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:11px;
	height:0;
	padding-top:10px;
	background-image:url(../img/top/slider-nav.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/********/

/*メニュー*/
nav#tp-menu{
	width: 100%;
	height: 117px;
	background:url(../img/top/menu-wrap-bg.png) repeat-x;
}
nav#tp-menu ul{
	width: 980px;
	margin:0 auto;
}
nav#tp-menu ul:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
nav#tp-menu ul li{
	width: 180px;
	display: block;
	float: left;
	padding: 24px 12px 0 0;
}
nav#tp-menu ul li:first-child{
	padding-left: 17px;
}

nav#tp-menu ul li.last-child{
	padding: 24px16px 0 0;
}

/*コンテンツ*/
section#contetsbox{
	width: 946px;
	margin: 0 auto;
}

/*********lfbox***********/
#cont-lfbox{
	width:645px;
	padding-right: 44px;
	float: left
}
#cont-lfbox h2#bosyu{
	margin-top: 57px;
	clear: both;
}
#cont-lfbox p{
	width: 635px;
	padding-bottom: 43px;
	padding-top: 32px;
	line-height:1.8;
}
#cont-lfbox p a{
	color: #c94c46;
}
#cont-lfbox h2.newstit{
	padding-top: 44px;
	border-top: solid 1px #CECECE;
	width: 635px;
}
#cont-lfbox dl.news{
	padding-top: 20px;
	color: #808080;
}
#cont-lfbox dl.news dt{
	width: 70px;
	background: url(../img/top/news-bg.png) no-repeat left ;
	padding-left: 15px;
	float: left;
}
#cont-lfbox dl.news dd{
	color: #403f3f;
}
#cont-lfbox dl.news dd a{
	text-decoration: underline;
}

/*********rtbox***********/
#cont-rtbox{
	width: 244px;
	background: url(../img/common/side-border.png) no-repeat left top;
	float: left;
	padding-bottom: 51px;
}
#cont-rtbox ul.link-box{
	padding: 37px 0 0 47px;
}
#cont-rtbox ul.link-box li{
	padding-bottom: 3px;
}

/*********footer***********/


footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #8E8E8E;
	margin-top: 140px;
}
footer address{
	width: 938px;
	margin: 0 auto;
	background: url(../img/common/foot-logo.png) no-repeat left 24px;
	padding: 21px 0 21px 42px;
}
footer address .ja {
	display: table-cell;
	padding-right: 30px;
}
footer address .en {
	display: table-cell;
}

footer .copyright{
	background: #e9e9e9;
	padding: 5px 0 5px 0;
}
footer .copyright p{
	width: 980px;
	margin: 0 auto;
	font-size: 11px;
}