@charset "utf-8";

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

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

table {
    border-spacing: 0;
}

img {
    border: 0;
}

ol,ul {
    list-style: none;
}

hr {
		border: #cccccc 1px solid;
}

caption,th {
    text-align: left;
}

a {
    text-decoration: underline;
    outline: none;
}

a img,:link img,:visited img {
    border: none;
}

#container-inner a:hover img
{
opacity:0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

address {
    font-style: normal;
    display: inline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;
    clear: both; 
    visibility: hidden; 
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/ 
* html .clearfix {
    height: 1%;
} 
.clearfix {
    display: block;
} 
/* End hide from IE-mac */

.clear {
	clear: both;
	}

p {
	color: #333333;
	}

.imgLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.imgRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}
	
/* -------------------------------- */
#content-inner {
	  clear: both;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#content-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

body{
  text-align: center;
  font-size: 75%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif; /* 標準文字色 */
  min-width: 1000px;
}

/* Layout ----------------------------------------------------------------- */
#container {
	position: relative;
  margin: 0 auto;
  text-align: left;
}
#container-inner {
  width: 960px;
	margin:0 auto;
}

#header, #content, #footer {
  position: relative;
}

#header-inner, #content-inner, #footer-inner {
  overflow: hidden;
	padding: 0;
}
#content-inner {
	padding: 0 0 25px;
}

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

#header {
	background-image: url("images/headerBg_1R_01.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 190px;
	}
#heade-inner {
	width: 960px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	}
#heade-inner a {
	color: #ffffff;
	}
#heade-inner h1 {
	font-size: 100%;
	padding: 5px 0 2px;
	}
#header .h-logo {
	float: left;
	width: 300px;
	}
#header .address {
	float: right;
	width: 300px;
	text-align: right;
	color: #ffffff;
	padding-top: 65px;
	padding-bottom: 15px;
	}

/* メインメニュー */
#header-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#header-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-menu li {
  display: inline; 
	float: left;
	margin: 0;
	}
#header-menu li a {
	display: block; 
  background-image : url("images/mainmenu.png");
  background-position : left;
  background-repeat: repeat-x;
	width: 135px;
	height: 40px;
	margin-right: 2px;
	text-align: center;
	color: #333;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	}
#header-menu li a:hover{
  background-image : url("images/mainmenu2.png");
  background-position : left;
  background-repeat: repeat-x;
  color: #0e6eb8;
}
#header-menu li a.point {
  background-image : url("images/mainmenu2.png");
  background-position : left;
  background-repeat: repeat-x;
  color: #000;
	}


/* サブメニュー */
#sub-menu {
	margin: 0 auto;
	padding: 0;
	}
#sub-menu ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
	}
#sub-menu li {
  display: inline; 
	float: left;
	margin: 0;
	padding: 0;
	}
#sub-menu li a {
	display: block; 
  background-image : url("images/submenu1.png");
  background-position : left;
  background-repeat: repeat-x;
	width: 184px;
	height: 37px;
	margin-right: 2px;
	margin-bottom: 15px;
	padding-top: 18px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}
#sub-menu li a:hover{
	background-image : url("images/submenu21.png");
  background-position : left;
  background-repeat: repeat-x;
  color: #0e6eb8;
}

#sub-menu li a.point {
  background-image : url("images/submenu21.png");
  background-position : left;
  background-repeat: repeat-x;
  color: #000;
	}

/* コンテンツ ---------------------------------------------------------------- */
#content {
	width: 960px;
	margin: 0 auto;
	}
#content-inner {
	width: 930px;
	margin: 0 auto;
	line-height: 1.5;
	}

/* 共通スタイル -------------------------------------------------------------- */

/* 青の太字 */
.mb-blue {
	font-size: 18px;
	color: #0e6eb8;
	font-weight: bold;
	}

/* 青の文字 */
.m-blue {
	font-size: 13px;
	color: #0e6eb8;
	padding-bottom: 2px;
	}
.daiya-blue {
	color: #0e6eb8;
	margin: 15px 10px 0px;
	padding-left: 15px;
	background: url(images/daiya-blue.png) no-repeat 0% 70%;
	}

/* 項目 */
#back-bar {
	background-image: url("images/bg_bar.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 33px;
	}
#back-bar p {
	font-size: 15px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/mk_blue.png) no-repeat 0% 60%;
	}
#back-bar p.mk-blue {
	font-size: 15px;
	color: #0e6eb8;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/mk_blue.png) no-repeat 0% 60%;
	}

.back-bar {
	background-image: url("images/bg_bar.png");
	background-position: left top;
	background-repeat: repeat-x;
	height: 33px;
	}
.back-bar p {
	font-size: 15px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/mk_blue.png) no-repeat 0% 60%;
	}
.back-bar p.mk-blue {
	font-size: 15px;
	color: #0e6eb8;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/mk_blue.png) no-repeat 0% 60%;
	}

/* 矢印付きの項目 */
#koumoku-h {
	width: 905px;
	margin: 0 auto;
	}
#koumoku-h table {
	width: 905px;
	}
#koumoku-h td {
	padding: 10px 50px;
	border-bottom: dotted 1px #ccc;
	}
#koumoku-h td.yg {
	background: url(images/yg_gray.png) no-repeat 35px 50%;
	}
/* 矢印付きの項目 */
.koumoku-h {
	width: 905px;
	margin: 0 auto;
	}
.koumoku-h table {
	width: 905px;
	}
.koumoku-h td {
	padding: 10px 50px;
	border-bottom: dotted 1px #ccc;
	}
.koumoku-h td.yg {
	background: url(images/yg_gray.png) no-repeat 35px 50%;
	}
/* サイトマップ矢印付きの項目 */
#koumoku-hyg {
	width: 905px;
	margin: 0 auto;
	}
#koumoku-hyg table {
	width: 905px;
	}
#koumoku-hyg td {
	padding: 10px 20px;
	border-bottom: dotted 1px #ccc;
	}
#koumoku-hyg td.yg {
	background: url(images/yg_gray.png) no-repeat 1% 50%;
	}

/* 矢印無しの項目（テーブル） */
#koumoku-hyou .title-blue {
	font-size: 14px;
	text-align: left;
	padding: 5px 0;
	color: #0e6eb8;
	margin: 10px 5px 0px;
	}

#koumoku-hyou {
	width: 920px;
	margin: 0 auto;
	}
#koumoku-hyou hr {
	border-bottom: solid 1px #9999ff;
	}
#koumoku-hyou table {
	width: 920px;
	}
#koumoku-hyou td {
	padding: 10px;
	border-bottom: dotted 1px #9999ff;
	}
#koumoku-hyou td.sen {
	padding: 10px;
	border-bottom: solid 1px #9999ff;
	}

/* トップへ */
#move-top {
  display:block;
  text-align:right;
  padding-right: 5px;
  padding-top: 15px;
  }
#move-top a{
  text-decoration: none;
  background-image : url(images/sankaku_top.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  }
/* トップへ */
.move-top {
  display:block;
  text-align:right;
  padding-right: 5px;
  padding-top: 15px;
  }
.move-top a{
  text-decoration: none;
  background-image : url(images/sankaku_top.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  }

/* トップページ ---------------------------------------------------------------- */
.main-img-box {
	width: 962px;
	margin-top: -300px;
	margin-left: 330px;
}
.main-img-box h2 {
	/*font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 50px;
	color: #4c4948;
	line-height: 0.6;
	text-shadow: 0.9px 0.8px 0 #4c4948; 
}
.main-img-box h4 {
	font-size: 20px;
	color: #4c4948;
	padding-top: 25px;
	padding-left: 5px;
}
.main-img-box p {
	font-size: 14px;
	color: #3e3a39;
	font-weight: 500;
	padding: 10px 0;
	padding-left: 5px;
	width: 620px;
	text-shadow: 0.4px 0.3px 0 #3e3a39; 
}

/* トップ項目 */
.koumoku-bar {
	background-color: #cf1225;
	text-align: center;
	color: #ffffff;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	}
.koumoku-photo {
	text-align: center;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	}

/* NEWS */
.news-frame {
	border: none;
	}
#news {
	width: 620px;
	float: left;
	margin-left: 40px;
	border-collapse:collapse;
	border: #cf1225 3px solid;
	}
#news h3 {
	border-collapse:collapse;
	border-bottom: #cf1225 3px solid;
	}

#news-content {
	width: 570px;
	text-align: left;
	margin: 15px;
	}
#news-yg dd{
	width:550px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	background: url(../images/yg_gray.png) no-repeat left 20%;
	border-bottom:dashed 1px #CCC;
	}
	
#news-yg hr{
  border:none;
  border-top:dashed 1px #CCC;
  height:1px;
  color:#FFFFFF;
  margin-top: 0px;
  padding-bottom: 15px;
	}

#top-side {
	float: right;
	width: 270px;
	text-align: center;
	margin-right: 10px;
	}

/* 事業概要 ---------------------------------------------------------------- */
#business-inner p {
	color: #7b7e7a;
	}
#business-inner p.marubar {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0 10px 10px;
	padding: 5px 0 0;
	color: #ffffff!important;
	background-color: #8ec31c;
	border: 1px solid #8ec31c;
	border-radius: 20px;
	text-align: center;
}
#business-inner p.mozi2 {
	font-size: 14px;
	padding: 10px 0;
}

#business-inner #kokunai-tenkai-map {
	position: relative;
}

.kaigai-tenkai {
	margin-top: 20px;
	padding: 30px 100px;
	background-color: #eef1f6;
}
.kaigaiboxL {
	float: left;
	padding-top: 30px;
}
.kaigaiboxR {
	float: right;
	width: 360px;
}
#business-inner .kaigaiboxL p.marubar {
	margin: 0 10px 10px;
	padding: 5px 0 0;
}
#business-inner .kaigaiboxL p.mozi2 {
	font-size: 14px;
	padding: 10px 0;
	line-height: 2;
}


/* 製品情報 ---------------------------------------------------------------- */
.kome-blue {
	color: #0e6eb8;
	margin: 5px 10px 0;
	}

.product-tb {
	font-size: 15px;
	color: #0e6eb8;
	font-weight: bold;
	padding-bottom: 7px;
	}
#product-info-left {
	float: left;
	width: 450px;
	}
#product-info-right {
	float: right;
	width: 450px;
	}
.proinfo-img {
	float: left;
	padding-right: 20px;
	padding-bottom: 40px;
	width: 205px;
	}
.proinfo-mozi {
	float: right;
	width: 225px;
	}
	
/* お問い合わせ ---------------------------------------------------------------- */
#contact-form {
	width:600px;
	color:#000;
	line-height:120%;
	margin-left: 20px;
}
table.contact{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.contact td,table.contact th{
	border:1px solid #000;
	padding:10px;
	line-height: 22px;
}
table.contact th{
	width:30%;
	font-weight:normal;
	background:#cfe5b3;
	text-align:left;
}
.contact-bt {
	padding-left: 230px;
}
.as {
	color: #ff0000;
}
	
/* プライバシー ---------------------------------------------------------------- */

/* プライバシーの矢印付きの項目 */
#koumoku-hp {
	width: 890px;
	margin: 0 auto;
	}
#koumoku-hp table {
	width: 890px;
	}
#koumoku-hp td {
	padding: 10px 15px;
	border-bottom: dotted 1px #ccc;
	}
#koumoku-hp td.yg {
	background: url(images/yg_gray.png) no-repeat 0% 50%;
	}

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

#footer a {
	text-align: left;
	bottom: 0;
	width: 100%;
  min-width:1000px;
	}
#footer a {
	color: #ffffff;
	}
#footer-inner {
	width: 960px;
	margin: 0 auto;
	}
#footer p {
	font-size: 10px;
	padding-bottom: 10px;
	}
#footer-privacy {
	background-color: #cf1225;
	height: 26px;
	}
#f-privacy {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
	}
	
	

/* 2カラム */
#main-Left {
	float: left;
	width: 160px;
	/*width: 200px;*/
}
#main-Right {
	float: right;
	width: 725px;
	/*width: 685px;*/
}
ul.sidemenulist {
	padding-top: 19px;
}
ul.sidemenulist li {
	font-size: 13px;
	color: #1F497D;
	background-color: #EAF1BD;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 10px;
	border-bottom: 1px solid #4F81BD;
}
ul.sidemenulist li:last-child {
	border-bottom: 0px solid #4F81BD;
}
ul.sidemenulist li a {
	display: block;
	width: 100%;
	color: #1F497D;
}
ul.sidemenulist li:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #EAF1BD;
}
ul.sidemenulist li.active {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #EAF1BD;
	font-weight: bold;
}

/* 会社案内 */
#main-Right img {
	max-width: 725px;
	height: auto;
}

#main-Right div.mainList ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 25px 0px;
	text-align: center;
}
#main-Right div.mainList li {
	width: 320px;
	float: left;
	margin: 0 20px 10px;
}
#main-Right table {
	width: 725px;
	max-width: 725px;
}
dl.boxborder {
	padding: 5px 15px;
}
dl.boxborder dt {
	float: left;
	width: 80px;
	border: 1px solid #333333;
	font-size: 18px;
	padding: 2px 3px;
	text-align: center;
}
dl.boxborder dd {
	margin-left: 90px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 14px;
}

.box-cont {
    position: relative;
    width: 725px;
    height: 434px;
}
.boxborder-rinenbumon {
	position: absolute;
    left: 15px;
    top: 18px;
	width: 80px;
	border: 1px solid #333333;
	font-size: 18px;
	padding: 2px 3px;
	text-align: center;
}

.box-cont .box1 {
    position: absolute;
    left: 300px;
    top: 18px;
    width: 150px;
    height: 120px;
    text-align: center;
    /*background-color: #7B68EE;
    border: 1px solid #ccc;
    border-radius: 50%;*/
}
.box-cont .box2 {
    position: absolute;
    left: 160px;
    top: 110px;
    width: 150px;
    height: 120px;
    text-align: center;
    /*background-color: #CCFF00;
    border: 1px solid #ccc;
    border-radius: 50%;*/
}
.box-cont .box3 {
    position: absolute;
    left: 295px;
    top: 207px;
    width: 150px;
    height: 120px;
    text-align: center;
    /*background-color: #CC99CC;
    border: 1px solid #ccc;
    border-radius: 50%;*/
}
.box-cont .box4 {
    position: absolute;
    left: 430px;
    top: 115px;
    width: 150px;
    height: 120px;
    text-align: center;
    /*background-color: #99CC33;
    border: 1px solid #ccc;
    border-radius: 50%;*/
}

.box-cont .box1 h2.subttl {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    border: 1px solid #17316c;
    border-radius: 3px;
    margin: 10px 30px 5px;
    color: #fff;
    background-color: #17316c;
}
.box-cont .box2 h2.subttl {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    border: 1px solid #aa7321;
    border-radius: 3px;
    margin: 10px 30px 5px;
    color: #fff;
    background-color: #aa7321;
}
.box-cont .box3 h2.subttl {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    border: 1px solid #7c2f8d;
    border-radius: 3px;
    margin: 10px 30px 5px;
    color: #fff;
    background-color: #7c2f8d;
}
.box-cont .box4 h2.subttl {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    border: 1px solid #417c28;
    border-radius: 3px;
    margin: 10px 30px 5px;
    color: #fff;
    background-color: #417c28;
}
.box-cont .box1 p,
.box-cont .box2 p,
.box-cont .box3 p,
.box-cont .box4 p {
    margin: 5px 10px 5px;
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    color: #fefefe;
}

.box-cont .boxtop {
    position: absolute;
    left: 295px;
    top: 130px;
    color: #ffffff;
    font-weight: bold;
    text-shadow:
        0 1px 3px #333,
        1px 0 3px #333,
        0 -1px 3px #333,
        -1px 0 3px #333,
        -1px -1px 3px #333,
        1px -1px 3px #333,
        -1px 1px 3px #333,
        1px 1px 3px #333
        ;
}
.box-cont .boxtop p.smallf {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.box-cont .boxtop p.bigf {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.6;
}
