@charset "UTF-8";
/* CSS Document */

#top_wrapper{
	width:100%;
	height:208px;
	background-color:#;
}
#top_wrapper h1#top_h1{
	background-color:#69C;
	font-size:0.7em;
	height:30px;
	line-height:30px;
	padding-left:20px;
	color:#fff;
	font-weight:normal;
}

header{
	width:980px;
	height:120px;
	margin:0 auto;
}
header h1{
	text-align:center;
	font-size:1.6em;
	line-height:100px;
	letter-spacing:4.0px;
	font-weight:normal;
}
header h1 span{
	font-size:0.8em;
}

nav#nav_top{
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

nav#nav_top ul{
	clear:both;
	width:980px;
	margin:0 auto;
	overflow:hidden;
	
}
nav#nav_top li{
	float:left;
}
nav#nav_top li a{
	display:block;
	width:140px;
	height:50px;
	padding:0 25px;
	text-align:center;
	line-height:50px;
	border-right:1px dotted #ccc;
	
	
}
nav#nav_top li a:hover{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#69C;
}

nav#nav_top li.active{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#69C;
}


nav#nav_top li a:first-child{
	border-left:1px dotted #ccc;
}


nav#nav_top li.com_nav{
	border-bottom:5px solid #69c;
	z-index:0
}
nav#nav_top li.pro_nav{
	border-bottom:5px solid #e2bf33;
	z-index:0
}
	
nav#nav_top li.wor_nav{
	border-bottom:5px solid #e07a80;
	z-index:0
}
nav#nav_top li.ser_nav{
	border-bottom:5px solid #9acfaa;
}
nav#nav_top li.con_nav{
	border-bottom:5px solid #597285;
}
/*******slide*******/
/* 設定 */
.container {width: 100%; height: 100%; overflow: hidden;}
.slide_all {width: 980px; margin: 0 auto; height: 500px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 22%; margin-left: -1200px;}
.slide_body {width: 100%;}
.slide {width: 980px;}
.slide img {width: 100%; vertical-align: bottom;}


/**main**/

#main{
	clear:both;
	width:980px;
	margin:50px auto;
	overflow:hidden;
}
#leftside{
	float:left;
	width:200px;
	height:auto;
	margin-right:30px;
}

#leftside li{
	height:100px;
	line-height:100px;
	border-left:1px solid #69c;
	border-right:1px solid #69c;
	border-bottom:1px dotted #69c;
}
#leftside li:first-child{
	border-top:1px solid #69c;
}
#leftside li:last-child{
	border-bottom:1px solid #69c;
}




#rightside{
	width:745px;
	height:auto;
	float:left;
}


/*title*/
#title{
	width:100%;
	height:70px;
	margin-top:5px;
}
.company{
	background-color:#69c;
}

.product{
	background-color:#e2bf33;
}

.work{
	background-color:#e07a80;
}

.service{
	background-color:#9acfaa;
}

.contact{
	background-color:#597285;
}

#title h2{
	color:#fff;
	margin-left:50px;
	font-size:1.1em;
	line-height:70px;
	letter-spacing:2.0px;
	font-weight:normal;
}


/*company**/
#rightside table{
	width:700px;
	border:2px solid #69c;
	color:#666;
	font-size:0.9em;
}
#rightside td{
	padding:15px 25px;
	border-left:2px solid #69c;
	letter-spacing:1.5px;
	line-height:25px;

}
#rightside tr{
	border-bottom:1px dotted #69c;
}


/**product***/


#pro h3{
	clear:both;
	background-color:#efdd94;
	padding:10px;
	color:#333;
	letter-spacing:2.0px;
	font-weight:normal;
	border-bottom:2px solid #e2bf33;
	border-radius:5px 5px 0 0;
	margin-bottom:20px;
	
}
#pro ul{
	margin-bottom:30px;
	overflow:hidden;
}
#pro li{
	float:left;
	margin:5px 16px;
	text-align:center;
	
}
#pro p{
	margin:10px;
	line-height:25px;
}
#pro p a{
	color:#9acfaa;
}
#pro p a:hover{
	color:#666;
}
li.br{
	clear:left;
}
li.text{
	width:150px;
	background-color:#fcf8ea;
	background-image:url(../yuugu/stri.png);
	padding:3px 0px;
}
li.text1{
	width:200px;
	text-align:center;
	background-color:#fcf8ea;
	background-image:url(../yuugu/stri.png);
	padding:3px 0px;
}
li.text2{
	width:300px;
	text-align:center;
	background-color:#fcf8ea;
	background-image:url(../yuugu/stri.png);
	padding:3px 0px;
}



/**work**/

#work p{
	background-color:#F2C9CA;
	padding:10px;
	color:#333;
	letter-spacing:2.0px;
	font-weight:normal;
	border-bottom:2px solid #E07A80;
	border-radius:5px 5px 0 0;
	margin-bottom:10px;
}

/***service**/
#service{
	padding:30px;
	background-color:#EDF7F1;
	overflow:hidden;
}
#service p{
	color:#333;
	line-height:35px;
}

#service ul{
	margin-top:20px;
}
#service li{
	float:left;
	margin:0px 20px;
}
li.text3{
	width:300px;
	text-align:center;
	letter-spacing:2.0px;
	border-bottom:3px dotted #fff;
	line-height:40px;
	
}
li.text4{
	width:300px;
	font-size:0.8em;
	line-height:30px;
	margin-top:5px;
	padding-top:10px;
	
}

/*******contact**********/
#contact p span{
	color:#69c;
}
#contact h3{
	background-color:#cdd4da;
	padding:10px;
	color:#333;
	letter-spacing:2.0px;
	font-weight:normal;
	border-bottom:2px solid #597285;
	border-radius:5px 5px 0 0;
	margin-bottom:20px;
}
#privacy h3{
	background-color:#cdd4da;
	padding:10px;
	color:#333;
	letter-spacing:2.0px;
	font-weight:normal;
	border-bottom:2px solid #597285;
	border-radius:5px 5px 0 0;
	margin-bottom:20px;
	font-size:1.2em;
}
#privacy h4{
	margin-left:20px;
}
#privacy p{
	padding:25px;
}
#formWrap p{
	font-size:0.8em;
	line-height:30px;
	width:700px;
	margin:20px auto;
}
#formWrap{
	width:745px;
	margin:0 auto;
}
#formWrap img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.formTable{
	width:600px;
	margin:0 auto;
}
.formTable th{
	background-color:#dde2e6;
	text-align:left;
	padding:20px;
	vertical-align:middle;
	border:2px solid #fff;
}
.formTable td{
	vertical-align:middle;
	background-color:#eef0f2;
	border:2px solid #fff;
	font-size:1.1em;
	font-weight:normal;
}
.cw{
	font-size:1.4em;
}
p#sub_btn{
	text-align:center;
}
input.sub_bt{
	width:250px;
	border:none;
	height:50px;
	background-color:#f0f0f0;
	font-size:1em;
	box-shadow:1px 1px 1px #ccc;
	margin-top:50px;
}
input.sub_bt:hover{
	background-color:#CCC;
	
}

#privacy{
	font-size:0.8em;
	line-height:25px;
	margin:50px auto;
}
.red{
	color:#f00;
	font-size:0.8em;
	margin-left:5px;
}






/**map**/
#top_map{
	clear:both;
}
#tmap_canvas{
   width:100%;
   height:350px;
   margin-top:30px;
}


/**footer**/
footer{
	clear:both;
	position:relative;
	color:#333;
	background-color:#f9f9f9;
	padding-top:30px;
}
footer #f_wrapper{
	width:980px;
	margin:20px auto;
	height:150px;
}
#f_wrapper #left{
	float:left;
	width:250px;
	border-right:1px dashed #333;
	height:120px;
}
#f_wrapper #right{
	float:left;
	width:725px;
}
#right li{
	margin-bottom:9px;
}
#right ul li a{
	color:#333;
	font-size:0.8em;
}
#right li a:hover{
	color:#69c;
}

.font1 span{
	font-size:0.7em;
	margin-left:5px;
}
#font2{
	font-size:0.8em;
	margin-top:15px
}
#font2 p{
	line-height:25px;
}


/**f_nav**/
.f_nav{
	float:left;
	border-right:1px dashed #ddd;
	height:100px;
	padding:10px 13px;
}
.f_nav:last-child{
	border-right:none;
}
li.b_bottom{
	border-bottom:1px solid #eee;
	line-height:25px;
}
.f_nav span{
	font-size:0.8em;
	color:#ddd;
	padding-right:2px;
}

p#copy{
	clear:both;
	text-align:center;
	background-color:#69C;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:0.5em;
}

/****top_btn*******/

#top_btn{
	position:absolute;
	top:10px;
	right:50px;
	width:50px;
	height:30px;
}

