@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
}

img {
	border: none;
	vertical-align:top;
}
 
body {
    font-family: arial,helvetica,clean,sans-serif;
    line-height: 1.6em;
	font-size: 90%;
	text-align: center;
	background-image: url("../i/body_bg.png");
	background-repeat: repeat;
}



table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{ border:0; }

address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}

input ,select{
	vertical-align:middle;
}

.float_l {
	float: left;
	margin-right:3px;
}

.float_r {
	float: right;
	margin-left:3px;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.red {
	color: #ff0000;
	font-weight: normal;
}

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

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrap {
	width:100%;
	text-align: center;
	position: relative;
}

#wrap_f_top {
    position: absolute;
    width: 100%;
    height: 600px;
	top:0;
	left:0;
	bottom:0;
	background-image: url("../i/wrap_bg01.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#wrap_f {
    position: absolute;
    width: 100%;
    height: 600px;
	top:0;
	left:0;
	bottom:0;
	background-image: url("../i/wrap_bg04.png");
	background-position: top center;
	background-repeat: no-repeat;
}

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

#logo {
	text-indent: -500px;
	width: 290px;
	height: 63px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0px;
}

#logo a {
	width: 290px;
	height: 63px;
	display: block;
	background-image: url("../i/logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo a:hover {
	background-position: 0 -64px;
}




#head_navi {
	padding-top: 20px;
	margin-left: 320px;
	list-style:none;
}

#head_navi li {
	width: 126px;
	height: 47px;
	text-indent: -500px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#navi01 a {
	width: 126px;
	height: 47px;
	display: block;
	background-image: url("../i/navi_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navi01 a:hover {
	background-position: 0 -47px;
}

#navi02 a {
	width: 126px;
	height: 47px;
	display: block;
	background-image: url("../i/navi_bg.png");
	background-repeat: no-repeat;
	background-position: -129px 0;
}

#navi02 a:hover {
	background-position: -129px -47px;
}

#navi03 a {
	width: 126px;
	height: 47px;
	display: block;
	background-image: url("../i/navi_bg.png");
	background-repeat: no-repeat;
	background-position: -258px 0;
}

#navi03 a:hover {
	background-position: -258px -47px;
}

#navi04 a {
	width: 126px;
	height: 47px;
	display: block;
	background-image: url("../i/navi_bg.png");
	background-repeat: no-repeat;
	background-position: -387px 0;
}

#navi04 a:hover {
	background-position: -387px -47px;
}

#navi05 a {
	width: 126px;
	height: 47px;
	display: block;
	background-image: url("../i/navi_bg.png");
	background-repeat: no-repeat;
	background-position: -516px 0;
}

#navi05 a:hover {
	background-position: -516px -47px;
}

#main {
	position: relative;
	width: 950px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}

#main_p {
	position: relative;
	width: 950px;
	margin: 20px auto;
	text-align: left;
	color: #666;
}

#main_p_about {
	position: relative;
	width: 950px;
	margin: 30px auto;
	text-align: left;
	color: #666;
}

* html #main_p_about {
	margin: 20px auto;
}

#slide_l_box {
	position: relative;
	width: 950px;
	height: 330px;
	margin: 50px auto;
	text-align:center;
}

#slide_l {
	width: 600px;
	height: 330px;
	margin:0 auto;
	overflow: hidden;
}

#slide_l ul {
	list-style: none;
	margin-left: 75px;
	width: 5000px;
	height: 330px;
}

#slide_l li {
	float: left;
	width: 600px;
	height: 330px;
	font-size:30px;
}

#slidel_btn_l {
	position: absolute;
	width: 67px;
	height: 100px;
	top: 124px;
	left: 0px;
	cursor:pointer;
}

#slidel_btn_r {
	position: absolute;
	width: 67px;
	height: 100px;
	top: 124px;
	left: 890px;
	cursor:pointer;
}

#slide_s_box {
	position: relative;
	width: 952px;
	height: 130px;
	margin:0 auto;
	text-align:center;
	line-height:15px;
	background-image: url("../i/slide_s_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#slide_s {
	position:relative;
	width: 854px;
	height: 95px;
	margin: 0px 52px;
	overflow: hidden;
}

#slide_s ul {
	width: 8540px;
	height: 95px;
	list-style: none;
}

#slide_s li {
	float:left;
	margin-right:10px;
	width: 417px;
	height: 95px;
}

#slides_btn_l {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 9px;
	left: 2px;
	cursor:pointer;
}

#slides_btn_r {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 9px;
	left: 907px;
	cursor:pointer;
}

#types {
	width: 950px;
	height: 200px;
	margin: 20px auto;
	position: relative;
	padding:10px 5px 10px 110px;
	text-align: left;
}

#types ul {
	margin-left:37px;
	list-style: none;
}

#types li {
	margin-right:5px;
	float:left;
	width: 290px;
	height: 110px;
}

#side_navi {
	width: 200px;
	float: left;
	text-align: center;
}

#side_navi p {
	text-align:right;
}

#feature {
	margin: 20px 0px 20px 12px;
	width:188px;
	list-style: none;
}

#feature li,#howto li a{
	margin:0px;
	padding:0px;
}

.png_bg {
	margin:0px;
	padding:0px;
}

#howto {
	margin: 20px 0px 20px 12px;
	width:188px;
	list-style: none;
}

#contents {
	margin:20px;
	width: 710px;
	float: right;
	text-align: left;
}

#breadcrumbs {
	width:100%;
	background-color:#fff;
}

#breadcrumbs ul {
	height: 24px;
	margin: 0px 30px;
	list-style:none;
	line-height: 24px;
	overflow: hidden;
}

#breadcrumbs li {
	float:left;
	font-size: 12px;
}

#bread_home a,.bread_basic a {
	display:block;
	color:#666;
	text-decoration:none;
	padding-left: 28px;
	padding-right:10px;
}

#bread_home a:hover,.bread_basic a:hover {
	color:#666;
}

#bread_home a {
	background-image: url("../i/bread_home_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#bread_home a:hover {
	background-position: 0 -24px;
}

.bread_basic {
	padding-left: 28px;
	padding-right:10px;
	background-image: url("../i/bread_basic_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#contents p {
	margin-bottom: 0.4em;
}

.para01 {
	padding:15px;
	background-color:#fff;
	text-align:left;
}

.para01 h1 {
	margin-left:15px;
	margin-bottom:20px;
}

.para01 p {
	padding: 0.7em 40px;
}

.line_up {
	margin: 15px;
	border: 0px solid #999;
	border-top-width:1px;
	line-height:140%;
}

.line_up_f {
	margin: 15px;
}





#contents_top {
	height:20px;
	overflow:hidden;
	background-image: url("../i/contents_top.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#contents_bot {
	margin-top:-10px;
	height:35px;
	overflow:hidden;
	background-image: url("../i/contents_bot.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#tile_box {
	padding:15px 0;
	padding-left: 5px;
	background-color:#fff;
	text-align:left;
}

#pict_tile {
	width: 680px;
	margin: 10px 15px;
	margin-right: 0px;
	list-style: none;
	background-color:#fff;
}

#pict_tile li {
	float:left;
	width:220px;
	margin-right:4px;	
	margin-bottom:4px;
	overflow: hidden;
	background-color:#999;
	color:#333;
	text-align:center;
}

.gray_box {
	width:220px;
	height:220px;
	vertical-align:middle;
	text-align: center;
	background-color:#fff;
}

.gray_box img {
	position:relative;
	margin: 10px 0;
	cursor: pointer;
}




#totop {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	background-image: url("../i/totop_btn.png");
	background-position: top left;
	background-repeat: no-repeat;
}




#footer {
	position:relative;
	width: 100%;
	text-align: center;
	background-color: #f4f4f4;
	color: #666;
	font-size:80%;
}

#foot_div {
	width: 950px;
	margin: 0 auto;
	text-align:center;
}

.youtube {
	margin-top:-3px;
}

.p_left{
	padding:5px 0;
	text-align: left;
	vertical-align: middle;
}

.p_right{
	padding:15px 0;
	text-align: right;
	vertical-align: middle;
}

.p_right a{
	margin-right:10px;
	color: #666;
	text-decoration:none;
}

.p_right a:hover{
	text-decoration:underline;
}

#foot_ul {
	margin:15px auto;
	list-style:none;
	text-align:left;
}

#foot_ul li {
	float: left;
	width: 32%;
	height: 180px;
}

#foot_ul .li_end {
	float: left;
	width: 32%;
	height: 90px;
}

#mow_bg {
	position: fixed;
	display:none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #00cc33;
	background-color: #333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#mow {
	position: fixed;
	display:none;
	left: 50%;
	top: 50%;
	margin-top: -320px;
	margin-left: -295px;
	text-align: center;
	width: 590px;
	background-color:#fff;
	z-index: 10;
}

#mow img {
	margin:20px;
}

* html #mow_bg{
     position:absolute;
}
* html #mow{
	 position: absolute;
} 

#mow_box {
	position:relative;
	width:590px;
	height:100%;
}

#mow #close_btn {
	position:absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

#mow #close_btn img {
	margin:0px;
}

#mow ul {
	list-style:none;
	text-align:center;
}

.form_cont {
	margin-left:20px;
	text-align: left;
}

.form_cont label{
	margin-right: 0px;
}

.lbl{
	padding-right: 10px;
}

.top_lbl{
	display: inline-block;
	margin-top:1em;
	font-weight: bold;
}

.input_btn {
	width: 120px;
	text-align:center;
	padding: 5px 0px;
}





#tab_navi {
	margin: 0px;
	margin-left: 14px;
	list-style: none;
	width:644px;
}

#tab_navi li {
	width: 161px;
	height: 35px;
	float: left;
	text-align:left;
	overflow: hidden;
	line-height: 35px;
	text-indent: -500px;
}

#tab_navi02 a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tab_navi02 a:hover {
	background-position: 0px -35px;
}

#tab_navi02_on a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: 0 -35px;
}

#tab_navi01 a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -161px 0;
}

#tab_navi01 a:hover {
	background-position: -161px -35px;
}

#tab_navi01_on a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -161px -35px;
}

#tab_navi03 a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -322px 0;
}

#tab_navi03 a:hover {
	background-position: -322px -35px;
}

#tab_navi03_on a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -322px -35px;
}

#tab_navi04 a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -483px 0;
}

#tab_navi04 a:hover {
	background-position: -483px -35px;
}

#tab_navi04_on a {
	display: block;
	background-image: url("../i/tab_navi_bg.png");
	background-repeat: no-repeat;
	background-position: -483px -35px;
}

#tab_ul {
	margin-left:14px;
	width:644px;
	padding: 10px 0px;
	list-style:none;
	background-image: url("../i/tab_div_bg.png");
	background-repeat: no-repeat;
	background-position:top left;
}

#tab_ul li {
	text-align: center;
}

.about_tbl {
	margin: 20px auto;
	width: 590px;
	background-color:#fff;
}

.about_tbl td {
	padding: 10px;
	border: 1px solid #999999;
}

.companytbl_ltd {
	vertical-align: middle;
	width:30%;
	background-color: #eee;
	text-align:left;
}

.companytbl_rtd {
	width:70%;
	text-align:left;
}
.companytbl_rtd p {
	margin:0px;
	padding:5px;
}

.com_main {
	margin:15px;
	padding:20px;
	background-color:#fff;
	text-align:left;
}

.com_main h2 {
	font-size:120%;
	color:#009933;
	padding:0.8em;
	background-color:#eee;
	border: 2px solid #009933;
	border-top-width:0px;
	border-left-width:0px;
	
}

.com_main h3 {
	text-align:left;
	padding:0.5em;
	color: #009933;
}

.com_main div {
	margin: 10px;
}

.com_sub h3,.com_sub p{
	margin-left:0px;
	padding-left:0px;
}

.bbb {
	 padding: 0px 0px 0px 0px;
	 celspan: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px
}
