@charset "utf-8";


body {
	width: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	color: #333333;
	background:#fff;
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
	margin-top: 0;
}

#wrapper {
	margin :0 auto;
	padding: 0;
	text-align: left ;
}

.con_box {
	width: 990px;
	margin :0 auto;
	text-align: center;
	padding-bottom: 60px;
}

/* 共通 */
#pagetopbtn{
position:fixed;
bottom:150px;
right:50px;
z-index:99;
}
#pagetopbtn a:hover img{
	opacity: 1.0;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}

.fixed {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 10000;
    /*background: rgba( 32, 162, 200, 0.8) !important;*/
/*    box-shadow:0px 3px 5px #999;*/
}
/* ------------------------------------------------------------------------
    side navigation
------------------------------------------------------------------------  */
#side_nav {
    position: fixed;
    right: 30px;
    z-index: 20;
    top: 0;
    bottom: 0;
    margin: auto;
    background:url('../img/common/side_nav_bg.png') 0 0 no-repeat;
    width: 44px;
    height: 200px;

}

.right_menu li {
  margin: 18px 0 0 12px;
}

.right_menu li.top {
  margin: 15px 0 0px 14px;
}

.right_menu a{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px 0 0 2px;
}

.right_menu a img {
    position: absolute;
    right: 45px;
    top: 5px;
}

.right_menu a:hover img{
  opacity: 1.0;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}

.right_menu .top .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.right_menu a:hover {
    overflow: visible;
}

.right_menu .top a:before {
    display: block;
    content:"";
    width: 11px;
    height: 8px;
    background:url('../img/common/sub_navi_top.png');

}
/*.right_menu .top a:hover:before {
    background-position:44px 0px;

}
*/

.right_menu .point a:before {
    display: block;
    content:"";
    width: 15px;
    height: 15px;
    background:url('../img/common/sub_navi_point.png');
}

.right_menu .service a:before {
    display: block;
    content:"";
    width: 15px;
    height: 15px;
    background:url('../img/common/sub_navi_service.png');
}
.right_menu .case a:before {
    display: block;
    content:"";
    width: 15px;
    height: 15px;
    background:url('../img/common/sub_navi_case.png');
}

.right_menu .example a:before {
    display: block;
    content:"";
    width: 15px;
    height: 15px;
    background:url('../img/common/sub_navi_example.png');
}




/*-----------------------------------------------------------------------
#header
-------------------------------------------------------------------------*/
#header_area {
	width: 100%;
	background: #ffffff;
/*	position: fixed;*/
	top: 0px;
	padding: 20px 0 10px;
	z-index: 100;
}
#header {
	margin: 0 auto 0;
	text-align: left ;
	width: 990px;
    z-index: 20000;
    background: #ffffff;
}
#header #logo_area {
	width: 620px;
	float: left;
	font-size: 12px;
}
#header #logo_area p {
	line-height: 1.8;
}
#header #logo_area h1 {
	float: left;
	margin-right: 25px;
}
#header #tis_logo_area {
	width: 125px;
	float: right;
	margin-top: 0px;
}
#header #hd_contact_area ul li {
	display: inline-block;
	margin: 0 0 5px 5px;
}
#header #hd_contact_area p {
	margin-left: 5px;
}

/*-----------------------------------------------------------------------
#main_visual
-------------------------------------------------------------------------*/
#main_visual {
	background:#fff url(../img/index/main_img.jpg) center 0 no-repeat ;
/*	width: 990px;*/
	height: 512px;
	margin: 0 auto 0;
	width: 100%;
}

#mail_btn_area {
	clear: both;
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 512px;
}
#mail_btn_area p#mail_btn {
	position: absolute;
	top: 350px;
	right: 0;
/*	margin: 375px 0 0 650px;*/
}
p#mail_btn a:hover img{
	opacity: 1.0;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}

/*-----------------------------------------------------------------------
#navi_area
-------------------------------------------------------------------------*/
#navi_area a:hover img{
	opacity: 1.0;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}
#navi_area {
	background:#1996ba;
	width: 100%;
	z-index:1;
}

#navi_area ul#g_navi_sub li{
	float: left;
	margin: 0 0 15px 0;
}
#navi_area ul#g_navi_sub li.last{
	margin-right: 0;
}
#con_navi {
	width: 990px;
	padding-top: 18px;
}
#navi_area ul#sub_navi {
	clear:both;
	width: 638px;
	margin: 0 auto;
}
#navi_area ul#sub_navi li {
	float: left;
	margin: 0 15px 0px 0;
}
#navi_area ul#sub_navi  li.last{
	margin-right: 0;
}
/*-----------------------------------------------------------------------
#btm_contact_area
-------------------------------------------------------------------------*/
#btm_contact_area {
	background: #444444;
	width: 100%;
	padding: 62px 0;
}

.btm_contact_box {
	background:url(../img/common/mail_btnbg.gif) 0 0 no-repeat ;
	width: 774px;
	height: 160px;
	margin: 0 auto;
}
#mail_area {
	width: 384px;
	height: 138px;
	float: left;
	text-align: center;
}
#mail_area h3 {
	margin: 30px 0 8px;
}
#mail_area p {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#mail_area p a:hover img {
	opacity: 1.0;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}

#contact_right_area {
	float: right;
	width: 388px;
	margin:40px auto 0;
}
#contact_right_area p {
	margin: 10px auto 10px;
	width: 320px;
}
#contact_right_area ul {
	margin: 15px 0 0 40px;
	width: 270px;
}
#contact_right_area ul li {
	margin: 0 0 5px;
	line-height: 1.0;
}
#contact_right_area ul li.mg2 {
	margin: 0 0 2px;
	line-height: 1.0;
}

/* ### HACK for [IE7] ### */
*:first-child+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
/* === Clear Fix List === */
.clearfix:after{
 	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height: 0;
}
.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.last {
	margin-right: 0;
}
/*-----------------------------------------------------------------------
#footer
-------------------------------------------------------------------------*/

#footer {
	width: 990px;
	margin:0 auto;
	text-align: left;
	padding: 30px;
}


#footer h2 {
	float: left;
	width: 122px;

}

#footer #footer_con {
	width: 688px;
	float: right;

}

.footer_box {
	width: 220px;
	height: 110px;
	border-left: 1px solid #efefef;
	float: left;

}
.footer_box ul {
	padding: 10px 0 0 20px;
	color: #333333;
}

.footer_box ul li {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1.0;
	list-style: none;
	padding-left:30px;
}

ul.ico_arrow li:before {
	content:url("../img/common/ico01.gif");
	position:relative;
	left:-5px;
}

ul.ico_arrow li {
	padding-right: 10px;
}
ul.ico_ex li:before {
	content:url("../img/common/ico02.gif");
	position:relative;
	left:-5px;
}




.footer_box ul li img {
	vertical-align: top;
	margin:2px 5px 0 0;
}

small#copy {
	clear: both;
	float:right;
	font-size: 10px;
	color: #333;
	padding-top: 12px;
}

/*-----------------------------------------------------------------------
font
-------------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}
.red {
	color: #f1292e;
}
.mg0 {
	margin-bottom: 0px;
}
.mg20 {
	margin-bottom: 20px;
}
.mg10 {
	margin-bottom: 10px;
}
.mg30 {
	margin-bottom: 30px;
}
.mg35 {
	margin-bottom: 35px;
}
.mg40 {
	margin-bottom: 40px;
}
.mg45 {
	margin-bottom: 45px;
}
.mg50 {
	margin-bottom: 50px;
}
.mg60 {
	margin-bottom: 60px;
}
.mg80 {
	margin-bottom: 80px;
}

.pg40 {
	padding-bottom: 40px;
}

.ft12 {
	font-size: 12px;
}

/*-----------------------------------------------------------------------
mモーダルウィンドウ
-------------------------------------------------------------------------*/
#glayLayer{
  position:fixed;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  background:black;
  opacity: 0.610;
  filter:alpha(opacity=60);
  z-index: 200000;
}
#overLayer{
  position: fixed;
  background: #fff;
  top:50%;
  left:50%;
 background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    left: 50%;
    margin-left: -325px;
    overflow-x: hidden;
    position: absolute;
    top: 50px;
    width: 640px;
    height:300px;
    z-index: 2500000;
}
