@charset "utf-8";
  html,body {
    overflow-x: hidden;
  }

* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
	background-image: url(../image/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #0099CC;
}
a:hover {
	color: #00BCE3;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	background-image: url(../image/head.gif);
	height: 130px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	top: 8px;
	font-weight: normal;
	line-height: 16px;
	color: #999999;
	left: 20px;
}
#head img#logo {
	position: absolute;
	left: 15px;
	top: 30px;
}
#head #l_list {
	position: absolute;
	right: 20px;
	top: 0px;
}
#head #l_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../image/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #l_list a {
	text-decoration: none;
}
/*
ボディ
-------------------------------------------*/

	#body-image_top {
		background-attachment: fixed;
		background-image: url(../image/bg-top.jpg);
		background-repeat: repeat-x;
		background-position:top;
	}
	#body-image_center {
		background-attachment: fixed;
		background-image: url(../image/bg-logo_center.jpg);
		background-repeat: no-repeat;
		background-position:top center;
	}

/*
グローバルナビ
-------------------------------------------*/
/*
#navi {
	background-image: url(image/navi.gif);
	height: 40px;
	padding-left: 30px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 868px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
	height: 40px;
}
#navi li a, #navi li strong {
	line-height: 24px;
	display: block;
	float: left;
	height: 24px;
	width: auto;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
}
#navi li a {
	background-image: url(image/navi_li.gif);
}
#navi li a:hover {
	background-image: url(image/navi_li_ov.gif);
}
#navi li strong {
	background-image: url(image/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}
*/


/*----プルダウン用追加ナビ------*/

#navi_b {
	background-color: #A7B3B3;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BF;
	background-image: url(../image/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#nav {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(../image/navi.gif);
	width: 877px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}

/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
	right: 0px;
	top: 101px;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}



#nav-e {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(../image/navi.gif);
	width: 877px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 122px;
	text-align:center;
}
#nav-e li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 122px;
	text-align:center;
}

#nav ul {
	width: 210px;
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	margin: 0;
}
#nav-e ul {
	width: 210px;
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left: 151px;
	top: 0;
}
#nav-e ul ul {
	left: 151px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
* html #nav-e ul {
	line-height: 0;
} /* IE6 "fix" */

#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav-e ul a {
	zoom: 1;
} /* IE6/7 fix */

#nav ul li {
	float: none;
	width: 210px;
	text-align:left;
}
#nav-e ul li {
	float: none;
	width: 210px;
	text-align:left;
}
 
#nav *:hover {
	background-color: none;
}
#nav-e *:hover {
	background-color: none;
}

#nav a {
	height:30px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../image/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
}
#nav-e a {
	height:30px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../image/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
}

#nav strong {
	height:30px;
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../image/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}
#nav-e strong {
	height:30px;
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../image/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}

#nav a:hover {
	background-image: url(../image/navi_li_ov.gif);
}
#nav-e a.hover {
	background-image: url(../image/navi_li_ov.gif);
}

#nav li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}
#nav-e li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#nav ul a.hover {
	background-color: #5A8130;
	color: #FFFFFF;
	background-image: url(../image/li_w.gif);
}
#nav ul a:hover {
	background-color: #32A2CD;
	background-image: url(../image/li_w.gif);
	color: #FFFFFF;
}
#nav-e ul a.hover {
	background-color: #5A8130;
	color: #FFFFFF;
	background-image: url(../image/li_w.gif);
}
#nav-e ul a:hover {
	background-color: #32A2CD;
	background-image: url(../image/li_w.gif);
	color: #FFFFFF;
}

#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(../image/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}
#nav-e ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(../image/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#primary{
  height: 280px;
}
#pankuzu {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEB8B8;
	font-size: 12px;
	color: #6B878B;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #6B878B;
	font-size: 13px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 650px;
	padding-bottom: 5px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(../image/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(../image/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #4893B3;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .box_in_topics {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

  height: 300px;
  overflow: auto;
}
#content .box_in_topics p{
  padding-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F5BA7;
	line-height: 26px;
	color: #101010;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}
#content h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #3BAEDB;
}
#content h3 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../image/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	margin-top: 1px;
	padding-top: 2px;
	font-weight: normal;
}
#content h3 span {
	font-size: 12px;
	color: #CAF5FF;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: #30899C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7EC4CB;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #30A2AB;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 13px;
	padding: 5px;
	line-height: 22px;
	background-image: url(../image/line.gif);
	background-position: 0px 5px;
	margin: 5px;
}
#content .box_noline {
	font-size: 13px;
	padding: 5px;
	line-height: 22px;
	background-position: 0px 5px;
	margin: 5px;
}
#content .box_noline img {
	float:right;
}
#content .box_noline_hinshitsu {
	font-size: 13px;
	padding: 5px;
	line-height: 22px;
	background-position: 0px 5px;
	margin: 5px;
}
#content .box_noline_hinshitsu img {
	float:right;
	padding: 5px;
	vertical-align:text-bottom;
}

#content .box_hoshin {
	font-size: 14px;
	padding: 5px;
	line-height: 35px;
	background-position: 0px 5px;
	margin: 5px;
}

#content .box_hoshin img {
	float:right;
}

#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 320px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

/*-----dlリスト-----*/
#content .dl_list {
	background-image: url(../image/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(../image/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 300px;
	padding-top: 6px;
	padding-bottom: 6px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDFDA;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(../image/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

/*----------*/

.img_topics {
	padding: 2px 2px 2px 2px;
	background-color: #EFEFEF;
	border-width: 5px 0px 3px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

.img_left,.img_map {
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #EFEFEF;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: #FFFFFF;
}
.img_right {
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #EFEFEF;
	border-width: 10px 10px 10px 20px;
	border-style: solid;
	border-color: #FFFFFF;
}
.img_left2 {
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #EFEFEF;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: #FFFFFF;
}
.img_left_150 {
	float: left;
	padding: 5px 5px 5px 5px;
	margin-bottom: 200px;
	background-color: #EFEFEF;
	border-width: 10px 20px 10px 10px;
	border-style: solid;
	border-color: #FFFFFF;
}


.img_corporate_map {
	float:right;
	background-image: url("../image/td_odd.gif");
	background-repeat: repeat-x;
	background-color: #F7F7F4;
	margin:0px 2px 0px 2px;
}
.img_access_map {
	float: right;
	background-image: url("../image/td_odd.gif");
	background-repeat: repeat-x;
	background-color: #F7F7F4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  line-height: 10px;
}
.img_access_map img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bg_hoshin{
	background-image:url(../corporate/image/bg_hoshin.jpg);
	background-repeat:no-repeat;
}
.bg_aisatsu{
	background-image:url(../corporate/image/bg_aisatsu.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.bg_hinshitsu{
	background-image:url(../products/image/bg_hinshitsu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #1F9DCD;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
}
.btn_s a:hover {
	color: #04658E;
	background-color: #ECFCFF;
	border-top-color: #6ACAEA;
	border-right-color: #6ACAEA;
	border-bottom-color: #6ACAEA;
	border-left-color: #6ACAEA;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(../image/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

#content .chui {
	color: #E84F28;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F6F6F6;
	padding: 5px;
	float: left;
	width: 220px;
}
#side h3 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../image/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 23px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .side_box {
	background-image: url(../image/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 210px;
	border: 1px solid #C1C1C1;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#side .side_box h3 {
	background-color: #43AFD5;
	background-image: none;
	line-height: 18px;
	text-indent: 8px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5ACCE9;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .side_box .side_inbox {
	background-image: url(../image/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D0D0D0;
	width: 204px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#side .side_menu li {
	line-height:0;
}
#side .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(../image/side_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu li a:hover {
	background-color: #2EA9D8;
	color: #FFFFFF;
	background-image: url(../image/side_li_ov.gif);
}
#side .side_menu li ul {
	background-color: #DFE2E3;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_menu li ul li a {
	background-position: 15px;
	width: 155px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #0099CC;
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 140%;
}
#side .side_box .side_btn {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #E3E3E3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
	color: #505050;
}
#side .side_box .side_prbox p {
	font-size: 10px;
	line-height: 130%;
}
#side .side_box .side_prbox a {
	color: #747474;
	text-decoration: none;
}

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

#foot {
	background-image:url(../image/footer-logo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6CA9C8;
	padding: 15px;
	clear: both;
}
#foot h2 {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	font-weight:bold;
}

#foot p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	line-height: 13px;
}
#foot p span{
  color:red;
  font-weight: bold;
  font-size:110%;
}
.attention{
  color:red;
  font-weight: bold;
  font-size:110%;
}

#foot li a {
	color: #FFFFFF;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8CADB;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #838383;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 580px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content table.table_560 {
	width: 95%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content table.table_330 {
	width: 330px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 11px;
}
#content table.table_300 {
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 11px;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table td.td_noline {
	padding: 5px;
	border:none;
	font-size: 13px;
}
#content table th {
	background-color: #EFEDE7;
	padding: 7px;
	font-size: 13px;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #A2AAAA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
	background-image: url(../image/td_head.gif);
	background-repeat: repeat-x;
  width: 104px;
}

#content table td.td_year {
	background-color: #F7F7F4;
	text-align: right;
	vertical-align:text-top;
	padding: 10px;
	white-space: nowrap;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
  width: 104px;
}

#content table td.td_odd {
	background-color: #F7F7F4;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	background-image: url(../image/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

#content table td.td_month {
	background-color: #F7F7F4;
	text-align: right;
	vertical-align:text-top;
	padding: 15px;
	white-space: nowrap;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
  width:83px;
}

#content table td.td_award {
	background-color: #F7F7F4;
	text-align: left;
	padding: 15px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	background-image: url(../image/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
  width:485px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #DEE4E4;
}
.td_year {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	vertical-align:text-top;

}
.td_month {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	vertical-align:text-top;

}

#content .seisan_td_flex{

}
#content .seisan_td{
  display: inline-block;
  width: 270px;
  text-align: left;
  margin-right: 15px;
}
#content .seisan_td h2{
  width: 270px;
  margin-bottom: 10px;
}

#content .seisan_td img{
  width: 275px;
}

#head #info {
	position: absolute;
	right: 24px;
	font-size: 12px;
	color: #666666;
	bottom: 50px;
	line-height: 16px;
	text-align: right;
}
#head #info strong {
	font-size: 24px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info a {
	font-size: 14px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#head #info span {
	font-size: 14px;
	color: #666666;
}
#head #l_list a:hover {
	background-color: #FFFFFF;
}
#font_red{
	color:red;
}

/* スマホ向け (画面幅600px以下) */
@media screen and (max-width:600px){
  #base {
    width: 100%;
  }
  #head {
  	background-image: url(../image/head-s.gif);
    width: 100%;
    height: 90px;
  }
  #body-image_top,#body-image_center{
    background-image:none;
  }
  #primary{
    width: 100%;
    height: 150px;
  }
  #amazingslider-1,#amazingslider-wrapper-1{
    width: 100%;
    margin: 0;
  }
  #sub, #side {
	float: none;
	width: auto;
  }
  .side_box{
    width: 95%;
  }
  #main {
	  width: 97.5%;
  }

  #content{
    float:none;
    width: 100%;
  }
  #content p {
	background-image: none;
  }
  #navi{
    width: auto;
  }
  #nav_e{
    width: auto;
  }
  #navi_b{
  display: none;    
  }
  #side{
    width: 98%;
  }
  #side .side_box {
    width: 98%;
  }
  #side .side_box .side_inbox {
    width: 98%;
  }
  #side .side_box .side_inbox .side_menu {
    width: 92.7%;
  }
  #side .side_box .side_inbox .side_menu li a{
    width: 100%;
  }
  #side .side_box .side_btn {
    width: 100%;
  }
  #side .side_box .side_btn img {
    width: 97.5%;
  }

  
  #menubar-s {
    display: block;overflow: hidden;
    position: absolute;
    top: 80px;	/*上から100pxの場所に配置*/
    border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
    z-index: 10;
    width: 45%;
    animation-name: menu1;		/*上のkeyframesの名前*/
    animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
  }
  #menubar-s ul{
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;text-decoration: none;
    padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
    border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
    background: rgba(0,0,0,0.8);	/*背景色*/
    font-size: 16px;
    color: #fff;	/*文字色*/
  }
  /*英語表記（飾り文字）*/
  #menubar-s li a span {
    display: block;
    font-size: 12px;	/*文字サイズ*/
  }
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: absolute;
    top: 30px;	/*上から24pxの場所に配置*/
    right: 3%;	/*右から3%の場所に配置*/
    border: 1px solid #000;	/*枠線の幅、線種、色*/
  }
  /*アイコン共通設定*/
  #menubar_hdr.close,
  #menubar_hdr.open {
    width: 48px;	/*幅*/
    height: 48px;	/*高さ*/
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: url(../image/icon_menu.png) no-repeat center top/48px;
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: url(../image/icon_menu.png) no-repeat center bottom/48px;
  }
  /*デフォルトでは非表示に*/
  body .nav-fix-pos-pagetop a {display: none;}
  /*ボタンの設定*/
  body.is-fixed-pagetop .nav-fix-pos-pagetop a {
    display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
    width: 50px;		/*幅*/
    line-height: 50px;	/*高さ*/
    bottom: 50px;		/*下から50pxの場所に配置*/
    right: 7%;			/*右から3%の場所に配置*/
    background: #000;	/*背景色（古いブラウザ用）*/
    background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
    color: #fff;		/*文字色*/
    border: 1px solid #fff;	/*枠線の幅、線種、色*/
    animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
    animation-duration: 1S;	/*アニメーションの実行時間*/
    animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
  }
  /*マウスオン時*/
  body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
    background: #999;	/*背景色*/
  }
  
  #foot{
    width: 93.5%;
  }
  
  #content table.table_info,#content table.table_seihin,#content table.table_hinshitsu{
    table-layout: fixed;
    width: 100%;
  }
  #content table.table_info td.td_head, #content table.table_info td.td_odd{
    display: block;
    width: 98%;
    text-align: left;
  	border-right-width: 1px;
	  border-right-style: solid;
  	border-right-color: #D7D7CE;
  }

  #content table.table_enkaku,#content table.table_winning{
    width: 100%;
  }
  #content table.table_winning td.td_month{
    width: 10%;
  }
  #content table.table_winning td.td_award{
    width: 90%;
  }
  #content table.table_hinshitsu td.td_noline{
    display: block;
    width: 90%;
  }
  #content table.table_hinshitsu td.td_noline h2{
    /*削除不可*/
  }
  
  #content .seisan_td{
    width: 90%;
    text-align: left;
  }
  #content .seisan_td h2{
    width: 100%;
  }
  
  #content .seisan_td img{
    width: 100%;    
  }
  #content table.table_hinshitsu td.td_noline img{
    width: 100%;   
  }
  #content .box_in{
  	padding-right: 10px;    
  	padding-left: 10px;
  }
  #content .box_in_img, #content .box_noline img{
    width: 99%;
  }
  #content table.table_contact td.td_head{
    display: block;
    width: 95%;
  	border-right-width: 1px;
	  border-right-style: solid;
  	border-right-color: #D7D7CE;
    text-align: left;
  }
  #content table.table_contact td.td_odd,#content table.table_contact td.td_noline{
    width: 95%;
  }
  .img_map,.img_left_150{
    width: 95%;
  }
  .img_map img,.img_left_150 img{
    width: 100%;
  }
  .img_left_150{
	margin-bottom: 0px;    
  }
  .box_in iframe{
    width:100%;
  }
}