@charset "Shift_JIS";

/* -------------------------------------------------------------------- */
/* All Configuration							*/
/* -------------------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5;
	font-size:12px;
}

body{
	text-align:center;
	color:#000;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background: url(../image/bg.jpg) top center repeat;
}


.clear{clear:both;}
a img{border:none;}
a{color:#0000FF;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:underline;}

strong {
	font-weight:bold;
	font-size:100%;
}

#wrapper_top{
	width:100%;
	height: 120px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background: url(../image/bg.jpg) top center repeat-x;
}

#wrapper_top_inner{
	width:960px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
}


h2{
	height:47px;
	color:#333333;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 1px;
	text-align:left;
	padding:25px 0 0 60px;
	background:url(../image/h2_bg.png) no-repeat;
}



/* ------------------------------------------------------------------------------------ */
/* Header h1										*/
/* ------------------------------------------------------------------------------------ */


#header{
	width:960px;
	height:120px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

#header .logo {
	float:left;
	width:150px;
	margin-top:20px;
	margin-left:5px;
}

#header .hmenu {
	float:right;
	width:780px;
	margin-top:35px;
}



#gmenu {
	height:40px;
	position:relative;
	overflow:hidden;
	background:url(../image/hmenu_bg.jpg) repeat-x;
}

#gmenu ul {
	list-style:none;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	text-align:center;
	margin:0;
}

#gmenu li {
	float:left;
}


/* ------------------------------------------------------------------------------------ */
/* アイキャッチ										*/
/* ------------------------------------------------------------------------------------ */


#eyecatch {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
}

#eyecatch_inner {
	width:960px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
}


.viewer {
	margin: 0 auto;
	width: 960px;
	height: 420px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 960px;
	height: 420px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 960px;
	height: 420px;
	display: none;
	position: absolute;
}

/* ------------------------------------------------------------------------------------ */
/* Footer Menu										*/
/* ------------------------------------------------------------------------------------ */

#wrapper_bottom{
	width:100%;
	height: 160px;
	margin:0 auto;
	margin-top:50px;
}


#footer_inner{
	width:960px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
	text-align:right;
	font-size:12px;
}


#footer_inner .fmenu{
	width:960px;
	height:50px;
	font-size:12px;
	text-align:center;
	border-top:1px #999999 dotted;
	border-bottom:1px #999999 dotted;
}

	#footer_inner .fmenu a {color:#333333; font-weight:normal; font-size:12px; text-decoration:none;}
	#footer_inner .fmenu a:hover {color:#CC3300; font-size:12px; text-decoration:underline;}

#footer_inner .fmenu ul {
	width:960px;
	list-style:none;
	text-align:center;
	margin-left:100px;
}
#footer_inner .fmenu li {
	float:left;
	margin:17px 20px 0 20px;
	padding:0 0 0 20px;
	letter-spacing: 1px;
	background: url(../image/arrow.png) 0 2px no-repeat;
}


#footer_inner .addr{
	font-size:12px;
	margin-top: 20px;
	text-align:center;
	color:#333333;
}

#footer_inner .copyright{
	font-size:12px;
	margin-top: 15px;
	text-align:center;
	color:#333333;
}


/* ------------------------------------------------------------------------------------ */
/* Main Contents									*/
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* コンテンツエリア									*/
/* ------------------------------------------------------------------------------------ */

#wrapper_center{
	width:100%;
	margin:0 auto;
}

#container_inner{
	width:960px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
}



#container_inner .topmenu {
	float:left;
	width:300px;
	margin-top:20px;
	border-top:1px #999999 dotted;
	padding-top:15px;
}

#container_inner .topmenu .tm_icon{
	float:left;
	width:110px;
	text-align:left;
}

#container_inner .topmenu .tm_title{
	float:left;
	width:190px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	margin-bottom:5px;
}

	#container_inner .topmenu .tm_title a {color:#333333; font-weight:bold; font-size:14px; text-decoration:underline;}
	#container_inner .topmenu .tm_title a:hover {color:#CC3300; font-size:14px; text-decoration:underline;}

#container_inner .topmenu .tm_txt{
	float:left;
	width:190px;
	text-align:left;
	font-size:12px;
}


#container_inner .topmenu_left {
	margin-left:30px;
}

#container_inner .topmenu_bottom {
	padding-bottom:15px;
	border-bottom:1px #999999 dotted;
}



.gototop{
	clear: left;
	margin:20px 10px 10px 10px;
	color:#333;
	text-align: right;
	display:block;
	overflow:hidden;

}



#container_inner .con_box_left {
	float:left;
	width:700px;
	margin-top:10px;
}

#container_inner .con_box_left .txtbox01{
	width:700px;
	margin:10px 0 40px 0;
	text-align: left;
	letter-spacing: 1px;
}


#container_inner .con_box_left .txtbox01 p {
	margin:0 0 10px 0;
	line-height:1.7;
}



#container_inner .con_box_right {
	float:right;
	width:220px;
}

#container_inner .con_box_right img.bnr{
	margin-bottom:20px;
}


#container_inner .fixbox {
	width:700px;
	margin:10px 0 40px 0;
	text-align: left;
	letter-spacing: 1px;
	display:block;
	overflow:hidden;
}

#container_inner .fixbox .fixbox_r_left {
	float:left;
	width:380px;
}

#container_inner .fixbox .fixbox_r_left p {
	margin:0 0 10px 0;
	line-height:1.7;
}


#container_inner .fixbox .fixbox_r_right {
	float:right;
	width:300px;
	text-align: center;
}

#container_inner .fixbox .fixbox_r_right img {
	margin-bottom:20px;
}



#container_inner .fixbox .fixbox_l_left {
	float:left;
	width:300px;
	text-align: center;
}

#container_inner .fixbox .fixbox_l_left img {
	margin-bottom:20px;
}


#container_inner .fixbox .fixbox_l_right {
	float:right;
	width:380px;
	
}

#container_inner .fixbox .fixbox_l_right p {
	margin:0 0 10px 0;
	line-height:1.7;
}






/* ------------------------------------------------------------------------------------ */
/* サービスリスト									*/
/* ------------------------------------------------------------------------------------ */

#container_inner .con_box_left ul.service {
	list-style:disc;
	text-align:left;
	margin-left:20px;
}
#container_inner .con_box_left ul.service li {
	width:300px;
	float:left;
	margin:3px 0px 0 0px;
	letter-spacing: 1px;
}

	#container_inner .con_box_left ul.service li a {color:#333333; font-weight:normal; font-size:12px; text-decoration:underline;}
	#container_inner .con_box_left ul.service li a:hover {color:#CC3300; font-size:12px; text-decoration:underline;}

/* ------------------------------------------------------------------------------------ */
/* 会社概要										*/
/* ------------------------------------------------------------------------------------ */

table.tbl_company {
	border-collapse:separate;
	width:700px;
	margin-top:20px;
	color:#333333;
}

table.tbl_company th {
	text-align:left;
	padding:10px 0 10px 25px;
	width:140px;
	font-size:12px;
	vertical-align:top;
	border-bottom:1px #999999 dotted;
	font-weight:bold;
	letter-spacing: 1px;
	background:url(../image/arrow02.png) 10px 11px no-repeat;
}

table.tbl_company td{
	text-align:left;
	padding:10px 0 10px 0;
	line-height:1.7;
	font-size:12px;
	border-bottom:1px #999999 dotted;
	letter-spacing: 1px;
}
	table.tbl_company td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_company td a:hover {color:#009999; font-size:12px; text-decoration:underline;}
	




#container_inner .con_box_left ul.company {
	list-style:disc;
	text-align:left;
	margin-left:20px;
}
#container_inner .con_box_left ul.company li {
	width:200px;
	float:left;
	margin:3px 0px 0 0px;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------------------------ */
/* お問い合わせ										*/
/* ------------------------------------------------------------------------------------ */


table.tbl_contact {
	border-collapse:separate;
	width:700px;
	margin-top:15px;
	color:#666666;
}

table.tbl_contact th {
	text-align:left;
	padding:8px 0 8px 25px;
	width:170px;
	font-size:12px;
	vertical-align:top;
	border-bottom:1px #999999 dotted;
	font-weight:bold;
	letter-spacing: 0;
	background:url(../image/arrow02.png) 10px 12px no-repeat;
}

table.tbl_contact td{
	text-align:left;
	padding:8px 0 8px 0;
	line-height:1.7;
	font-size:12px;
	border-bottom:1px #999999 dotted;
	letter-spacing: 1px;
}
	table.tbl_company td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_company td a:hover {color:#009999; font-size:12px; text-decoration:underline;}



table.tbl_contact em{
	font-size:10px;
	color:#CC0000;
	letter-spacing: 1px;
	font-style:normal;
	margin-left:5px;
}

table.tbl_contact tr td textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #999999;
}


  input[type=email],
  input[type=number],
  input[type=password],
  input[type=file],
  input[type=text],
  input[type=url] {
  width: 100%;
  *width: 92%; /* IE7 and below */
  _width: 50px; /* IE6 */
  height: 28px;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  padding-left: 5px;
  background: #fff;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  }
  

#container_inner .con_box_left .btn_submit {
	margin-top:20px;
	text-align:center;
}


/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 

.f12_b_red {
	color:#FF4A4A;
	font-weight:bold;
	line-height:1.8;
	letter-spacing: 1px;
}

.f14_b {
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
}


.f14_b_red {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}

.f_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}


.f_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}