@charset "Shift_JIS";

/* 要素リセット */
body
{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #3f3f3f; /* 標準文字色 */
  min-width: 900px;
  background-color: #fdf9ef;
}
a 
{
  text-decoration: none;
}

hr
{
  margin-left : 0pt;
  border-width : 0px 0px 1px;
  border-bottom-style : dotted;
  border-bottom-color : #4A78BF;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
  font-size: 1em;
}
/* 画像 */
img
{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
img.right
{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 40px;
  float: right;
}

li
{
  padding: 0.3em;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#header
{
  width: 900px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#inner
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #9bcdfd;
  border-bottom: 3px solid #003c94;
  clear: both;
}

#slider
{
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
}

.clear {
  clear:both;/*floatの解除*/
  margin-bottom: -10px;

}

#wrapper
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: left;

}
.main_900
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
}
.main_640
{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
  float: left;
}
.main_240
{
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: left;
  float: right;
}

.main_430
{
  width: 430px;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 5px;
  text-align: left;
  float: right;
}


#footer
{
  width: 100%;
  hight: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  background-color: #003c94;
  color: #fdf9ef;
  font-size: 0.8em;
  text-align: center;
  clear: both;
}

#footer_wrapper
{
  width: 900px;
  background-color: #003c94;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

#footer_wrapper a 
{
color:#fdf9ef;
text-decoration:none;
}

#footer_wrapper a:link 
{
color:fdf9ef;
text-decoration:none;
}

#footer_wrapper a:visited 
{
color:#fdf9ef;
text-decoration:none;
}

#footer_wrapper a:active 
{
color:#fdf9ef;
text-decoration:none;
}

#footer_wrapper a:hover {

color:#f49603;
text-decoration:none;

}


/*--------------------------------------------------------
  見出し
--------------------------------------------------------*/

#wrapper h1 {
  position: relative;
  color: #fdf9ef;
  background: #003c94;
  font-size: 20px;
  line-height: 1;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}

#wrapper h1:before {
  content: "";
  position: absolute;
  background: #fdf9ef;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}

#wrapper h1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #003c94;
  border-right-color: transparent;
}

#wrapper h2 {
  position: relative;
  font-size: 1.2em;
  font-weight: normal;
  color: #003c94;
  background: #9bcdfd;
  line-height: 1.5;
  border :1px solid #9bcdfd;
  margin: 15px -10px 20px -10px;
  padding: 5px 5px 5px 20px;
  border-radius: 5px;
}

h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #9bcdfd;
}

#wrapper h3
{
  font-size: 1.1em;
  font-weight: normal;
  color: #003c94;
  border-bottom-color: #003c94;
  margin-top: 50px;
  margin-bottom: 0.5em;
  padding-left: 6px;
  border-left-width: 8px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  text-align: left;
}

#wrapper h4
{
  font-size : 1.2em;
  color : #3260a7;
  background-color : #eaffce;
  margin-top : 30px;
  margin-left : 8px;
  padding-top : 6px;
  padding-bottom : 6px;
  padding-left : 10px;
  border-bottom-style : solid;
  border-bottom-width : 2px;
  border-color : #415f95;
}

#wrapper h5
{
  font-size : 1.1em;
  color : #3260a7;
  text-decoration: underline;
  margin : 30px 0 10px 18px;
  padding : 0px;
}
#wrapper h6
{
  font-size : 1em;
  font-weight: normal;
  color : #0000aa;
  margin : 0 0 10px 38px;
  padding : 0px;
}

#wrapper dl
{
    margin-top: -10px;
    padding: 0;
    zoom: 100%;
    font-size: 0.9em;
}

#wrapper dt
{
  float: left;
  margin: 0;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  font-weight: bold;
  width: 130px !important;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background-position: 5px 12px;
  background-repeat: no-repeat;
  color: #003c94;
  font-size: 0.9em;
}

#wrapper dd
{
  margin: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  padding-left: 150px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #4b92d5;
  font-size: 0.9em;
}


/*--------------------------------------------------------
  上に戻るボタン
--------------------------------------------------------*/
.page-top
{
  position: fixed;
  bottom: 60px;
  right: 40px;
  padding: 10px;
  background: #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
}

/*--------------------------------------------------------
  言語メニュー
--------------------------------------------------------*/

#language ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#language li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#language li a{
display: block; 
background-color: #003c94;
padding: 3px;
text-decoration: none;
color: #fdf9ef;
width: 70px; 
margin: 1px;
text-align: center;
font-size: 0.8em;
border-radius:5px;
}
#language li a:hover{
background-color: #f49603;
color: #fdf9ef;
}


/*--------------------------------------------------------
  スタイル
--------------------------------------------------------*/
.moji08
{
  font-size: 0.8em;
  margin-left:10px;
}
.moji08_gray
{
  font-size: 0.8em;
  color: #a1a1a1;
}
.right
{
  font-size: 0.9em;
  margin-top: 8px;
  margin-bottom: 10px;
  text-align : right;
}
.center
{
  margin-top: 8px;
  margin-bottom: 50px;
  text-align : center;
}
.black
{
  color: #282828;
  margin-left:10px;
}
.black02
{
  color: #282828;
  margin-left:50px;
  margin-bottom:30px;
}
.black03
{
  color: #282828;
  margin-left:70px;
  margin-bottom:30px;
}

.tyousei
{
  margin-bottom: 70px;
  clear:both;/*floatの解除*/
}

.gray
{
  color: #a1a1a1;
}

.blue
{
  color: #0074e8;
}

.pa_box
{
    position:relative;
    width:410px;
    height:245px;
    background:#fff;
    border-radius:10px;
    border:1px solid #003c94;
    margin: 10px;
    padding: 5px;
    text-align: left;
    float: left;
}

.pa_box a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-3000px;
}

.pa_box a:hover{
    background-color:#ebeaed;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius:10px;
}

.pa_box02
{
    position:relative;
    width:850px;

    background:#fff;
    border-radius:10px;
    border:1px solid #003c94;
    margin: 10px;
    padding: 5px;
    text-align: left;
    float: left;
}

.pa_box02 a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-3000px;
}

.pa_box02 a:hover{
    background-color:#ebeaed;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius:10px;
}


.pa_box_180
{
width:180px;
margin: 5px;
padding: 5px;
text-align: left;
float: left;
}

.pa_box_630
{
width:630px;
margin: 5px;
padding: 5px;
text-align: left;
float: left;
}

.keikoupen
{
background: linear-gradient(transparent 0%, #4b92d5 0%);
padding: 3px;
font-size: 0.8em;
color: #fdf9ef;
}



/*---------- アクセスマップ ----------*/

#detail.access #contents h3 {
	background: url(../image/title.gif) no-repeat;
}

#map {
	margin-bottom: 15px;
	height: 498px;
	border: 1px solid #CCCCCC;
}

#map_info {
	margin: 0;
	padding: 20px 10px 20px 120px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: url(../image/logo_formap.gif) no-repeat left 50%;
}

#map_info span {
	font-size: 12px;
}

#btn_print {
	margin-bottom: 15px;
	padding-left: 780px;
}

#btn_print a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 120px;
	height: 24px;
	display: block;
	background: url(../image/btn_print.gif) no-repeat 0 0;
}

#btn_print a:hover {
	background: url(../image/btn_print.gif) no-repeat 0 -24px;
}



#btn_oubo a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 40px;
	display: block;
	background: url(../image/btn_oubo.gif) no-repeat 0 0;
	margin-top:30px;
	margin-left:350px;
}

#btn_oubo a:hover {
	background: url(../image/btn_oubo.gif) no-repeat 0 -40px;
}


/*---------- トップアイコン ----------*/

#banner_access a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 100px;
	display: block;
	background: url(../image/banner_access.png) no-repeat 0 0;
}

#banner_access a:hover {
	background: url(../image/banner_access.png) no-repeat 0 -100px;
}

#banner_contact a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 100px;
	display: block;
	background: url(../image/banner_contact.png) no-repeat 0 0;
}

#banner_contact a:hover {
	background: url(../image/banner_contact.png) no-repeat 0 -100px;
}
#banner_patentattorney a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 100px;
	display: block;
	background: url(../image/banner_patentattorney.png) no-repeat 0 0;
	float: left;
	margin-left:10px;
}

#banner_patentattorney a:hover {
	background: url(../image/banner_patentattorney.png) no-repeat 0 -100px;
}
#banner_recruitment a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 100px;
	display: block;
	background: url(../image/banner_recruitment.png) no-repeat 0 0;
	float: left;
	margin-left:10px;
}

#banner_recruitment a:hover {
	background: url(../image/banner_recruitment.png) no-repeat 0 -100px;
}
#banner_service a {
	font-size: 12px;
	line-height: 16px;
	text-indent: -999999px;
	width: 200px;
	height: 100px;
	display: block;
	background: url(../image/banner_service.png) no-repeat 0 0;
	float: left;
	margin-left:10px;
}

#banner_service a:hover {
	background: url(../image/banner_service.png) no-repeat 0 -100px;
}



