@charset "UTF-8";
html {
   overflow-y:scroll;
}

  body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }


a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del{
	text-decoration:line-through
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color:#666;
   width:100%;
   background-color:#E2EAE0;
}

a {
   color:#999;
   text-decoration:none;
}
a:hover {
	opacity:0.9;
}

img {
   vertical-align:middle;
   border:0;
}


/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100px;

	/* バーの装飾 */
	background-color: #8ec31e;
	opacity:0.9;
	color: white;
	box-shadow: 3px 3px 3px #666;
	z-index:99999;
}
/* ------------------------------------------ */
/* ▼メニューバー部分の装飾(必須ではない装飾) */
/* ------------------------------------------ */

	/* ▽メニューバー内の余計な余白を消す */
	#headbar h2,
	#headbar ul,
	#headbar p {
		margin: 0;
		padding: 0;
	}


	/* ▽メニューバーの各項目 (※横幅を固定して左寄せ) */
#headbar table{
	margin:0 auto;
}

#headbar table tr{
	vertical-align:middle;
}

#headbar table td{
	padding:0;
}

#headbar table th{
	text-align:left;
	padding:0;
}
	
#headbar ul{
	height:30px;
	line-height:30px;
	padding:0px 0 0 0;
	border-top:1px solid #fff;
	width:600px;
	margin:0 auto;
}

	#headbar img{
		margin:0;
		padding:0;
}
	
	#headbar ul li {
		margin:0;
		float: left;
		list-style-type: none;
	}
	/* ▽メニューバーの各項目のリンク( ※クリック可能領域を項目全体に広げて、文字を白色に) */
	#headbar ul li a {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size:13px;
		color: #fff;
		font-weight:bold;
		text-align: center;
	}
	/* ▽メニューバーの各項目のリンクにマウスが載ったときの装飾 (※配色を変える) */
	#headbar ul li a:hover {
		color: darkred;
	}
	
	#headbar ul li.menulist {
		padding:0 20px 0 0;
}
	
	/* ▽メニューバー内の「トップへ戻る」リンクの装飾 (※文字サイズを小さくして右寄せ／ついでにメニュー項目の回り込みを解除する) */
	#headbar p#fortop {
		clear: left;
		font-size: 75%;
		text-align: right;
	}
	/* ▽「トップへ戻る」リンクの配色 */
	#headbar p#fortop a {
		color: white;
	}
	/* ▽「トップへ戻る」リンクにマウスが載ったときの配色 */
	#headbar p#fortop a:hover {
		color: yellow;
	}
	
.header{
	text-align:left;
	width:100%;
	margin:10px auto;
}

h1{
	width:100%;
	text-align:center;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:10px;
	margin:0 auto;
	padding:0 0;
	color:#333;
	font-weight:normal;
}

.nav{
	padding:0;
	margin:0;
	/*
	background-color:#fff;
	*/
	background-image:url(../img/bghw.png);
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.menuwrap{
	padding:0 0 5px 0;
	width:100%;
	border-bottom:1px solid #ccc;
	/*background-color:#f7f7f7;*/
}

#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:100%;
	margin:10px auto;
	border-left:1px dotted #999;
}


#menu td{
	/*
	background-image:url(../image/list03.png);
	background-position:left;
	background-repeat:no-repeat;
	height:50px;
	*/
	margin:0;
	text-align:center;
	padding:0 0px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	/*
	border-left:2px dotted #ccc;
	border-right:2px dotted #ccc;
	*/
	width:16.5%;
	border-right:1px dotted #999;
}

#menu td.last{
	border:none;
}
#menu tr{
	padding:0;	
	margin:0;
}

#menu td a{
	color:#333;
	margin: 0px;
	padding:0;
	text-decoration:none;
	font-size:14px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:bold;
	padding:5px 5px 10px 5px;
	margin:0 5px;
	display:block;
}

#menu td:hover{
}


#menu td a p{
	color:#999;
	line-height:5px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:10px;
}

#menu td ul li a{
	color:#333;
	
}

#menu td.active a{
	padding:5px 5px 10px 5px;
	margin:0 5px;
	display:block;
	background-image:url(../img/navbbg.png);
}

#menu td a:hover{
	padding:5px 5px 10px 5px;
	margin:0 5px;
	display:block;
	background-image:url(../img/navbbg.png);
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
	background-color:#A4BE9F;
	width:100%;
}
#header{
	padding:10px 0;
	margin:0 auto;
	width:100%;
}

.logo {
	position: absolute;
	top:15px;
	left:0px;
}



.tel {
	position: absolute;
	top:25px;
	right:0px;
	
}
.site {
	position: absolute;
	top:5px;
	right:150px;
	font-size:12px;
	
}
.privacy {
	position: absolute;
	top:5px;
	right:0px;
	font-size:12px;
	
}


/* ========HEADER CUSTOMIZE======== */

.top{
	height:100px;
}



/* ========HEADER CUSTOMIZE======== */
.boxwrap{
	background-color:#ffe1e3;
	border-bottom:5px solid #ccc;
}
.boxwrap01{
	background-color:#ffe1e3;
	border-bottom:5px solid #ccc;
}
.box{
	margin:0 auto;
	padding:0px 0 0 0;
	width:100%;
	text-align:center;
	height:400px;
}
.box01{
margin:0 auto;
	padding:0px 0 0 0;
	width:100%;
	text-align:center;
	height:400px;
	background-image:url(../img/backimg.jpg);
}


.mainimg{
	width:100%;
	background-color:#000;
	text-align:center;
	padding:5px 0;
}

.mainimg img{
	vertical-align:bottom;
}

#headImage ul {
	margin: 0px auto;	
   list-style:none;
   padding:0;
	height:400px;
	
}

#headImage li {
   	position:absolute;
}
/* ========HEADER CUSTOMIZE======== */

.slider{
}

a.button{
	font-weight:normal;
	text-align:center;
	margin:5px auto;
	display:block;
	background-color:#666;
	font-weight:bold;
	color:#fff;
	padding:2px 5px;
	width:55%;
	font-size:14px;
}

a.button02{
	font-weight:normal;
	text-align:center;
	margin:5px 20px;
	display:block;
	background-color:#666;
	width:20%;
	float:right;
	font-weight:bold;
	color:#fff;
	padding:2px 5px;
	font-size:14px;
}


.title{
	background-image:url(../img/title.png);
	width:100%;
	margin:0 auto;
	/*
	height:221px;
	*/
	
}

.title img{
	width:100%;
}

.title h2{
	font-weight:bold;
	font-size:25px;
	text-align:left;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	padding:10px;
}

.title h2 span.small{
	font-size:13px;
}

.title h2 p{
	font-weight:bold;
	margin:0px auto 0;
	font-size:13px;
}

.main h2{
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	color:#666;
	margin:20px auto 10px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	background-image:url(../image/h2bg.png);
	text-align:left;
	padding:5px;
	color:#fff;
	border-radius:5px 5px 0 0;
}





.main{
	margin:0 auto;
	padding:10px 0;
	width:95%;
	font-size:16px;
}
/*********************************************/

h3.producth3{
	margin:0 auto 0px;
	font-size:20px;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	color:#D76971;
}

h3.producth3 span{
	float:right;
	border-bottom:2px solid #D76971;
	font-size:13px;
}
h3.producth3 span b{
	font-size:20px;
}
/*********************************************/
table.toptable{
	text-align:center;
	width:100%;
	margin:10px auto 10px;
}
table.toptable tr{
	vertical-align:middle;
}
table.toptable td{
	padding:0px;
}
table.toptable th{
	text-align:center;
	padding:0 0 0 0px;
	font-weight:bold;
	color:#DF5A6F;
	font-size:20px;
}
/*********************************************/
table.gallery{
	text-align:center;
	width:100%;
	margin:10px auto 50px;
}
table.gallery tr{
	vertical-align:middle;
}
table.gallery td{
	padding:10px;
	width:16%;
}
table.gallery img{
	width:100%;
}
/*********************************************/
table.product{
	text-align:center;
	width:100%;
	margin:10px auto 50px;
}
table.product tr{
	vertical-align:middle;
}
table.product td{
	padding:10px;
	width:33%;
}
table.product img{
	width:100%;
}

/*********************************************/
table.youtube{
	text-align:center;
	width:100%;
	margin:10px auto 0;
}
table.youtube tr{
	vertical-align:top;
}
table.youtube td{
	text-align:left;
	padding:0 0 20px 0;
}

table.youtube th{}

/*********************************************/

a.link{
	margin-top:-100px;
  padding-top:100px;
}
/***************************/
table.business{
	width:550px;
	text-align:center;
}
table.business tr{
	vertical-align:top;
}
table.business img{
	height:110px;
}
/***************************/
.wrap01{
	width:100%;
	padding:0 0;
	background-color:#fff2f2;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin:0 auto 0px;
	background: url(../img/bodybg02.png) center center;
}

.bg{
	height:30px;
	background-image:url(../img/bg.png);
}
.bg02{
	height:30px;
	background-image:url(../img/bg02.png);
}

.wrap02{
	width:100%;
	padding:0 0;
	background: url(../img/wrap02.jpg) center center fixed;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrap02_01{
	width:100%;
	padding:0 0;
	background: url(../img/wrap02_01.jpg) center center fixed;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrap03{
	width:100%;
	padding:0 0;
	background: url(../images/wrap03.jpg) center center fixed;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.wrap04{
	width:100%;
	padding:0 0;
	background: url(../images/wrap04.jpg) center center fixed;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.main p{
	color:#333;
	font-size:15px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.main p b{
	color:#e489bc;
	font-weight:bold;
	font-size:18px;
}

.main p.center{
	margin:20px auto;
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.main p.center span{
	font-size:18px;
	color:#D16369;
	font-weight:bold;
}

.main p.small{
	color:#333;
	font-size:13px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.main p.purple{
	color:#9249C3;
	font-weight:bold;
	font-size:16px;
	padding:10px 30px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


.box02{
	margin:0 auto 0;
	width:100%;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	overflow-x:hidden;
	height:300px;
	background: url(../img/bodybg02.png) center center;
	overflow-y:scroll;
	
	
}

p.right{
	margin:10px auto 0;
	text-align:right;
}

.footerbg{
	height:300px;
	background-image:url(../img/footerbg.png);
}

.banner{
	margin:10px auto;
	text-align:center;
}
.banner img{
	width:100%;
}


.banner02{
	margin:40px auto;
	text-align:center;
}

.imgright{
	
	width:100%;
}

/*--------------------------------------------------------- */
.floatleft{
	width:100px;
	height:100px;
	float:left;
	border-radius:100px;
	border:5px solid #ad9f5e;
	margin:0px 10px 20px 0;
}
.floatright{
	width:100px;
	height:100px;
	float:right;
	border-radius:100px;
	border:5px solid #ad9f5e;
}
/*--------------------------------------------------------- */
.imgcircleright{
	margin:0 0 0 20px;
	float:right;
	width:300px;
	border-radius:300px;
}
.imgcircleleft{
	margin:0 20px 0 0;
	float:left;
	width:300px;
	border-radius:300px;
}
/*--------------------------------------------------------- */
table.rightbox{
	width:90%;
	text-align:center;
	margin:0 auto 30px;
}
table.rightbox td img{
	width:100%;
}
table.rightbox tr{
}

table.rightbox td{
	padding:5px;
	width:33%;
}


/*--------------------------------------------------------- */
table.flow{
	width:100%;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.flow td img{
	width:100%;
}
table.flow td{
	padding:15px;
	width:25%;
    word-break: break-all;
}
table.flow span{
	font-size:20px;
}

table.flow td h3{
	font-size:18px;
	text-align:center;
	margin:10px auto;
	color:#FF3E6A;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

table.flow td p{
	width:100%;
	margin:0 auto;
	font-size:13px;
	text-align:center;
	word-wrap:break-word;
}

/*--------------------------------------------------------- */
table.flow02{
	margin:0 auto;
	width:606px;
}
table.flow02 td img{
	width:100%;
}
table.flow02 td{
	padding:15px;
	width:263px;
}
table.flow02 span{
	font-size:20px;
}

table.flow02 td h3{
	font-size:18px;
	text-align:center;
	margin:10px auto;
	color:#ad9f5e;
}

table.flow02 td p{
	margin:0 auto;
	font-size:13px;
	text-align:center;
}
/*--------------------------------------------------------- */
table.voice{
	text-align:center;
}

table.voice tr{
	vertical-align:top;
}
table.voice td{
	width:33%;
	padding:10px;
}
table.voice h3{
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	color:#fff;
	margin:0 auto 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-radius:30px 30px 0 0;
	background-color:#ad9f5e;
	background-image:url(../img/h3left.png);
}
table.voice img{
	float:left;
	width:100px;
	margin:0 10px 0 0;
}

table.voice p{
	text-align:left;
}


/*--------------------------------------------------------- */
.form{
	background-color:#fff;
	padding:20px;
}
table.formTable02{
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width:100%;
	margin:10px auto 0;
	text-align:left;
	border-collapse:collapse;
}
table.formTable02 td,table.formTable02 th{
	padding:5px;
	font-size:14px;
	border-bottom:1px solid #ccc;
}

table.formTable02 tr{
	vertical-align:top;
	}
table.formTable02 th{
	width:230px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

table.formTable02 th .hissu{
	text-align:left;
	float:left;
	margin:0 5px 0 0;
}

table.formTable02 td{
}


/*--------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border:1px solid #ccc;
	font-size:14px;

}
table.formTable td{
	background-image:url(../img/bghw.png);
	border-bottom:1px solid #ccc;
	font-size:14px;
	padding:10px;
	
}

table.formTable th{
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding:15px;
	background-color:#ffa3d2;
	border-bottom:1px solid #ccc;
	width:250px;
}
table.formTable h3{
	font-size:20px;
	background-color:#999;
	padding:0px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0;
	border-radius:20px;
	border:none;
	margin:0 auto 5px;
}
/*--------------------------------------------------------- */

table.company{
	width:100%;
	margin:0 auto 10px;
	text-align:left;
	border-collapse:collapse;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border:1px solid #ccc;
	font-size:13px;

}
table.company td{
	border-bottom:1px solid #ccc;
	padding:10px;
	background-color:#fff;
	
}

table.company th{
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding:10px;
	background-color:#3943B1;
	border-bottom:1px solid #ccc;
	width:200px;
}
/*--------------------------------------------------------- */
table.expensive{
	width:100%;
}
table.expensive td img{
	width:100%;
}
table.expensive td{
	padding:15px;
	width:25%;
}
table.expensive span{
	font-size:20px;
}

table.expensive td h3{
	font-size:16px;
	text-align:center;
	margin:10px auto;
	color:#ad9f5e;
}

table.expensive td p{
	margin:0 auto;
	font-size:13px;
	text-align:center;
}
/*--------------------------------------------------------- */
/* ========HEADER CUSTOMIZE======== */
ul.example{
	padding:0;
	margin:5px 0;	
}

ul.example li{
	height:30px;
	line-height:30px;
	float:left;
	width:470px;
	background-color:#fff;
	color:#fff;
	margin:5px 5px 2px 0;
	padding:5px;
	list-style-image:url(../img/list.png);
	list-style-position:inside;
	list-style-type:none;
	background-color:#ad9f5e;
	background-image:url(../img/menubg.png);
	border-radius:10px;
	
}

ul.example li a{
	color:#fff;
	float:right;
	font-size:13px;
	font-weight:bold;
}

ul.example li a:hover{
	opacity:0.5;
}
/*--------------------------------------------------------- */

.pagetop{
	text-align:right;
	margin:30px 0;
}
	
	
	
.contact02{
	position:relative;
	width:100%;
	height:250px;
	background-image:url(../img/contact.png);
	margin:40px auto;
	text-align:center;
}
	
	
.contact02 img{
	position:absolute;
	right:22px;
	top:102px;
}
/*--------------------------------------------------------- */
.slideFrame {
	position: relative;
	margin:0px 0;
	overflow-x: auto;
	width: 100%;
	height: 208px;
}

.slideCell img{
	height:208px;
	
}


.slideGuide {
	width: 150%;
	height:270px;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
	height:270px;
	background: #FFF;
	color: #333;
}

/* sample */
.slideCell a {
	display: block;
	width: 100%;
	height:270px;
	/*
	background: skyblue;
	*/
}
.slideCell a:hover {
	background: yellow;
}

/* controller */
.slideCtrl {
	display: none;
	position: absolute;
	top: 0;
	width: 30px;
	height:270px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);

}

.slideCtrl.left { left: -5px; color:#333; top:95px;}
.slideCtrl.right { right: -5px; color:#333; top:95px;}


/* クラス名変更
--------------------------------------------------------- */
.cell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 100%;
	background: #FFF;
}

.controller {
	position: absolute;
	top: 0;
	width: 60px;
	height:270px;
	padding-top: 40px;
	background: #676767 url(hatch.png);
	padding-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

.controller.left { left: -5px; }
.controller.right { right: -5px; }



/* ========FOOTER CUSTOMIZE======== */
#main_slide ul,#main_slideli {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_slide li img{
	height:300px;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */


.clear{
	clear:both;
}
/* ========FOOTER CUSTOMIZE======== */	
table.strength{
	width:100%;
	text-align:center;
	margin:0 auto 0px;
	border-collapse:separate;
	border-spacing:20px 10px;
}
table.strength tr{
	vertical-align:top;
}

table.strength td{
	padding:20px 20px 20px 20px;
	width:50%;
	background-image:url(../img/bodybg.png);
	
}
table.strength td h3{
	width:100%;
	font-size:13px;
	border-radius:10px 10px 0 0;
	padding:0;
	border:none;
	color:#fff;
}

table.strength td div{
	background-color:#fff;
	margin:0 auto 20px;
	border-radius:10px;
	padding:0 0 0 0 ;
	
}



table.strength td .left h3{
	background-image:url(../img/h3left.png);
}
table.strength td .right h3{
	background-image:url(../img/h3left.png);
}

table.strength td div.last{
	margin:0 auto;
}


table.strength td p{
	font-size:14px;
	padding:0 5px 10px 5px;
	text-align:center;
	
}
/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:0;
	/*
	background-color:#C7D2C5;
	*/
	color:#fff;
}

#footer ul{
	font-size: 12px;
	margin:0px auto 10px;
	padding:0 0 0 0;
}


#footer li {
	width:50%;
	border:1px solid #E2EAE0;
	background-color:#000;
	text-align:center;
	margin:0px 0px;
	padding:0 10px;
    float:left;
    text-align:center;
	display:block;
}

#footer li.last {
}

.copyright a{
	color:#fff;
}



#footer li a {
	color:#fff;
	text-decoration:none;
	font-size: 13px;
}

#footer li a:hover {
	color:#CCC;
	text-shadow:1px 1px 1px #666;
}




.copyright {
	margin:0px auto;
	font-size:12px;
	color:#fff;
	background-color:#81907E;
    padding:10px 0;
    font-style:normal;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align:center;
}
