@charset "utf-8";

/* 初期化 -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

fieldset,img {
	border: 0;
}

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

ol,ul {
 list-style:none;
}

caption,th {
 text-align:left;
}

th,td {
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}

/* font汎用 -------------------------------------------------*/

.txt11 {
	font-size:11px;
}

.bold {
	font-weight:bold;
}


/* 一般 ---------------------------------------------------- */

body {
 background-color: #ffffff;
 font-size: 12px;
 color: #333333;
 line-height: 140%;
}

.floatclear {
 clear: both;
 visibility: hidden;
}

a:link,a:visited {
 color: #333333;
 text-decoration: none;
}

a:hover {
 color: #333333;
 text-decoration: underline;
}

.floatclear {
 clear: both;
 visibility: hidden;
}

p {
 line-height: 150%;
}

.clear {
	clear:both;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  
}

.clearfix {
	display: inline-table;
	zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* ヘッダ -------------------------------------------------- */

.head_wrap {
 width: 100%;
 height: 109px;
 background-image: url("../images/head_back.jpg");
 background-repeat: repeat-x;
 background-position: 0px 0px;
}

.head_area {
 width: 950px;
 height: 109px;
 margin: 0px auto 0px;
}

.head_area .head_left {
 width: 510px;
 float: left;
 margin-right:30px;
}

p.topcatchcopy {
 font-size: 10px;
 height: 12px;
 margin: 8px 0px 10px 2px;
}


.head_area .head_language {
 width: 145px;
 float: left;
 background:url(../images/ttl_language.gif) no-repeat 0px 20px;
 padding-top:40px;
}

.head_area .head_language a {
	float:left;
	display:block;
	width:66px;
	height:25px;
	border:2px solid #cccccc;
	text-indent:-9999px;
	background-position:top center;
}

.head_area .head_language a.japanese {
	background:url(../images/bt_japanese.jpg) no-repeat;
	margin-right:5px;
}

.head_area .head_language a.english {
	background:url(../images/bt_english.jpg) no-repeat;
}

.head_area .head_language a.hover {
	border:2px solid #0051A4;
}

.head_area .head_language a:hover {
	background-position:bottom;
}


.head_area .head_right {
 width: 200px;
 float: right;
}

.head_right ul {
 width: 200px;
 height: 30px;
}

.head_right ul li {
 display: block;
 float: left;
 width: 100px;
 height: 30px;
}

.head_right ul li a {
 display: block;
 width: 100px;
 height: 30px;
 text-indent: -9999px;
}

.head_right ul li#headlink1 a:link,.head_right ul li#headlink1 a:visited {
 background-image: url("../images/headlink_home.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.head_right ul li#headlink1 a:hover {
 background-position: 0px -30px;
}

.head_right ul li#headlink1_top a:link,.head_right ul li#headlink1_top a:visited {
 background-image: url("../../images/headlink_home_top.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.head_right ul li#headlink1_top a:hover {
 background-position: 0px -30px;
}

.head_right ul li#headlink2 a:link,.head_right ul li#headlink2 a:visited {
 background-image: url("../images/headlink_contact.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.head_right ul li#headlink2 a:hover {
 background-position: 0px -30px;
}

.head_right img {
	float:left;
}

/* グローバルナビ ------------------------------------------

.nav_wrap {
 width: 100%;
 height: 62px;
 background-image: url("../images/gnav_back.gif");
 background-repeat: repeat-x;
 background-position: 0px 0px;
}

.nav_area {
 width: 950px;
 height: 62px;
 margin: 0px auto 0px;
}

.nav_area ul {
 width: 950px;
 height: 62px;
 margin: 0px auto 0px;
 overflow:visible;
}

.nav_area ul li {
 display: block;
 float: left;
 height: 62px;
}

.nav_area ul li a {
 display: block;
 height: 62px;
 text-indent: -9999px;
 border-left:1px solid #ccc;
}

.nav_area ul li#gNav01 a:link,
.nav_area ul li#gNav01 a:visited {
 width: 135px;
 background-image: url("../images/gnav_01.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav01 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav02 a:link,
.nav_area ul li#gNav02 a:visited {
 width: 135px;
 background-image: url("../images/gnav_02.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav02 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav03 a:link,
.nav_area ul li#gNav03 a:visited {
 width: 135px;
 background-image: url("../images/gnav_03.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav03 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav04 a:link,
.nav_area ul li#gNav04 a:visited {
 width: 135px;
 background-image: url("../images/gnav_04.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav04 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav05 a:link,
.nav_area ul li#gNav05 a:visited {
 width: 135px;
 background-image: url("../images/gnav_05.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav05 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav06 a:link,
.nav_area ul li#gNav06 a:visited {
 width: 135px;
 background-image: url("../images/gnav_06.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav06 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav07 a:link,
.nav_area ul li#gNav07 a:visited {
 width: 132px;
 background-image: url("../images/gnav_07.gif");
 background-repeat: no-repeat;
 background-position: center top;
 border-right:1px solid #ccc;
}
.nav_area ul li#gNav07 a:hover {
 background-position: center bottom;
}

*/

/* グローバルナビ ------------------------------------------ */

.nav_wrap {
 width: 100%;
 height: 62px;
 background-image: url("../images/gnav_back.gif");
 background-repeat: repeat-x;
 background-position: 0px 0px;
}

.nav_area {
 width: 950px;
 height: 62px;
 margin: 0px auto 0px;
}

.nav_area ul {
 width: 950px;
 height: 62px;
 margin: 0px auto 0px;
}

.nav_area ul li {
 display: block;
 float: left;
 height: 62px;
}

.nav_area ul li a {
 display: block;
 height: 62px;
 text-indent: -9999px;
}

.nav_area ul li#gNav01 a:link,
.nav_area ul li#gNav01 a:visited {
 width: 159px;
 background-image: url("../images/gnav_01.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav01 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav02 a:link,
.nav_area ul li#gNav02 a:visited {
 width: 158px;
 background-image: url("../images/gnav_02.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav02 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav03 a:link,
.nav_area ul li#gNav03 a:visited {
 width: 158px;
 background-image: url("../images/gnav_03.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav03 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav04 a:link,
.nav_area ul li#gNav04 a:visited {
 width: 158px;
 background-image: url("../images/gnav_04.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav04 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav05 a:link,
.nav_area ul li#gNav05 a:visited {
 width: 158px;
 background-image: url("../images/gnav_05.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav05 a:hover {
 background-position: center bottom;
}

.nav_area ul li#gNav06 a:link,
.nav_area ul li#gNav06 a:visited {
 width: 159px;
 background-image: url("../images/gnav_06.gif");
 background-repeat: no-repeat;
 background-position: center top;
}
.nav_area ul li#gNav06 a:hover {
 background-position: center bottom;
}

/* キーヴィジュアル ----------------------------------------*/

.keywrap {
 width: 100%;
 height: 110px;
 background-repeat: no-repeat;
 background-position: top center;
}

/* 事業内容 */

#service_key {
 background-image: url("../../service/images/service_key.jpg");
}
/* 実績紹介 */
#case_key {
 background-image: url("../../case/images/case_key.jpg");
}
/* 新着紹介 */
#info_key {
 background-image: url("../../information/images/info_key.jpg");
}
/* 会社概要 */
#company_key {
 background-image: url("../../company/images/company_key.jpg");
}
/* プロフィール */
#profile_key {
 background-image: url("../../profile/images/prof_key.jpg");
}
/* プライバシーポリシー */
#policy_key {
 background-image: url("../../miscs/images/policy_key.jpg");
}
/* お問い合わせ */
#contact_key {
 background-image: url("../../miscs/images/contact_key.jpg");
}


/* コンテンツパート ---------------------------------------- */

.cont_wrap {
 width: 950px;
 margin: 0px auto 0px;
 padding: 32px 0px 32px;
}

#main_floating {
	position: relative;
}

#main_floating:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

h1 {
 width: 950px;
 height: 41px;
 margin: 0px auto 20px;
}

.cont_left {
 width: 738px;
 float: left;
 padding: 0px;
}

.cont_right {
 width: 200px;
 float: right;
}

#sideBar {
	position: relative;
	padding-bottom:50px;
}

h2 {
 width: 723px;
 height: 26px;
 font-weight: bold;
 margin: 0px auto 20px;
 padding: 12px 0px 0px 14px;
 background-image: url("../images/head1back.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
 position: relative;
}

h2 img.up_arrow {
 display: block;
 position: absolute;
 top: 14px;
 right: 24px;
}

/* サイドメニュー ------------------------------------------ */

.side_menu {
 width: 200px;
 margin: 0px auto 16px;
}

.side_menu ul li {
 display: block;
 width: 198px;
 height: 39px;
 border-style: none solid solid;
 border-color: #d9d9d9;
 border-width: 1px;
 font-weight: bold;
 font-size: 13px;
 background-image: url("../images/arrow_graysquare.gif");
 background-repeat: no-repeat;
 background-position: 8px 15px;
}

.side_menu ul li a {
 display: block;
 width: 174px;
  height: 29px;
 padding: 10px 0px 0px 24px;
}

.side_menu ul li.parent {
 border-bottom:none;
}

.side_menu ul li.child {
 display: block;
 width: 198px;
 height: 39px;
 font-weight: bold;
 font-size: 13px;
 background:#F6F6F6;
 border-top:1px dashed #d9d9d9;
}

.side_menu ul li.child a {
	display: block;
	width: 164px;
	height: 29px;
	padding: 10px 0px 0px 34px;
	font-weight:normal;
	color:#4B74B9;
	font-size:12px;
	text-decoration:underline;
	background:url(../images/arrow_child.gif) no-repeat 24px center;
}

.side_menu ul li.child a:hover {
	text-decoration:none;
}






.ceo_area {
 width: 188px;
 height: 260px;
 margin: 0px auto 16px;
 padding: 6px;
 background-image: url("../images/ceo_base.gif");
}

#ceo_prof {
 width: 182px;
 height: 33px;
 margin: 6px auto 0px;
}

#ceo_prof a {
 display: block;
 width: 182px;
 height: 33px;
 text-indent: -9999px;
}

#ceo_prof a:link,#ceo_prof a:visited {
 background-image: url("../images/ceo_prof.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
#ceo_prof a:hover {
 background-position: 0px -33px;
}

#fbooklink {
 width: 180px;
 height: 23px;
 margin: 8px auto 6px;
}

#fbooklink a {
 display: block;
 width: 180px;
 height: 23px;
 text-indent: -9999px;
}

#fbooklink a:link,#fbooklink a:visited {
 background-image: url("../images/linkfacebook.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
#fbooklink a:hover {
 background-position: 0px -23px;
}



#twitterlink {
 width: 180px;
 height: 23px;
 margin: 8px auto 6px;
}

#twitterlink a {
 display: block;
 width: 180px;
 height: 23px;
 text-indent: -9999px;
}

#twitterlink a:link,
#twitterlink a:visited {
 background-image: url("../images/linktwitter.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
#twitterlink a:hover {
 background-position: 0px -23px;
}




.linkbanners {
 width: 200px;
 margin: 0px auto 16px;
}

.linkbanners ul li {
 display: block;
 margin: 0px 0px 12px;
 width: 200px;
}

.linkbanners ul li a {
 display: block;
 width: 200px;
 text-indent: -9999px;
}

.linkbanners ul li#linksfb a:link,.linkbanners ul li#linksfb a:visited {
 height: 75px;
 background-image: url("../images/bn_fb.jpg");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#linksfb a:hover {
 background-position: 0px -75px;
}


.linkbanners ul li#links01 a:link,.linkbanners ul li#links01 a:visited {
 height: 75px;
 background-image: url("../images/side_ban1.jpg");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links01 a:hover {
 background-position: 0px -75px;
}

.linkbanners ul li#links02 a:link,.linkbanners ul li#links02 a:visited {
 height: 75px;
 background-image: url("../images/side_ban2.jpg");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links02 a:hover {
 background-position: 0px -75px;
}

.linkbanners ul li#links03 a:link,.linkbanners ul li#links03 a:visited {
 height: 75px;
 background-image: url("../images/side_ban3.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links03 a:hover {
 background-position: 0px -75px;
}

.linkbanners ul li#links04 a:link,.linkbanners ul li#links04 a:visited {
 height: 75px;
 background-image: url("../images/side_ban4.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links04 a:hover {
 background-position: 0px -75px;
}

.linkbanners ul li#links05 a:link,.linkbanners ul li#links05 a:visited {
 height: 45px;
 background-image: url("../images/side_ban5.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links05 a:hover {
 background-position: 0px -45px;
}

.linkbanners ul li#links06 a:link,.linkbanners ul li#links06 a:visited {
 height: 75px;
 background-image: url("../images/side_ban6.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}
.linkbanners ul li#links06 a:hover {
 background-position: 0px -75px;
}


/* フッタ -------------------------------------------------- */

.foot_wrap {
 width: 100%;
 background-color: #f7f7f7;
 background-image: url("../images/foot_topback.gif");
 background-repeat: repeat-x;
 background-position: 0px 0px;
}

.backtotop {
 width: 950px;
 height: 29px;
 margin: 0px auto 0px;
 position: relative;
}

.backtotop a {
 display: block;
 width: 200px;
 height: 29px;
 text-indent: -9999px;
 position: absolute;
 top: 0px;
 right: 0px;
}

.backtotop a:link,.backtotop a:visited {
 background-image: url("../images/gobackbutton.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.backtotop a:hover {
 background-position: 0px -29px;
}

.foot_area {
 width: 950px;
 margin: 0px auto 0px;
 padding: 0px 0px 35px;
}

.foot_infoarea {
 width: 220px;
 float: left;
 margin-right:10px;
}

.foot_infoarea p {
 margin: 10px 0px 8px;
}

.footlinks {
	width: 440px;
	float: left;
	padding: 0px 0px 0px 25px;
	border-left: solid 1px #cccccc;
}

.footlinks ul {
	float:left;
}

.footlinks ul.list1 {
	width:200px;
}

.footlinks ul.list2 {
	width:220px;
}

.footlinks ul li {
 color: #2e6aa5;
 font-weight: bold;
 margin: 0px 0px 10px 5px;
 padding-left: 19px;
 background: url("../images/foot_round.gif");
 background-repeat: no-repeat;
 background-position: 0px 1px;
}

.link_rule {
 font-weight: normal;
}

.footlinks ul li a:link,
.footlinks ul li a:visited {
 color: #2e6aa5;
 text-decoration: none;
}

.footlinks ul li a:hover {
 color: #2e6aa5;
 text-decoration: underline;
}

.copyrights {
	float:right;
	font-size: 11px;
	width:250px;
}

.copyrights .contactmail {
	width: 200px;
	height: 38px;
	margin: 20px auto 8px;
	float:right;
}

.copyrights .contactmail a {
	display: block;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}

.copyrights .contactmail a:link,
.copyrights .contactmail a:visited {
 background-image: url("../images/footcontact.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.copyrights .contactmail a:hover {
 background-position: 0px -38px;
}
 
.copyrights img {
	float:right;
}

.copyrights address {
	float:right;
	font-size: 11px;
	width:250px;
	padding-top:20px;
	text-align:right;
}

.copyrights address small {
	font-size:10px;
}






















/*--表記シンボル--*/

span.othersite {
	color:#FC4D27;
	padding-left:3px;
	font-weight:normal;
}
