@charset "UTF-8";
/* for ie 6-7
*{zoom:1;}
ul, ol, li { zoom: normal; }*/

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px 0 0 0;
	padding: 0;
	color: #1B1D26;
	-webkit-text-size-adjust:none;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	line-height: 120%;
	background-color: #00A13F;
	font-size: 12px;
}/*background-color: #003DA7;*/
textarea,input,select {
	font-size: 12px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}/*
* {
	margin: 0;
	padding: 0;
	border: 0;
}*/
p {
	margin-top: 5px;
}
.p_large {
	margin-top: 10px;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.t_center {
	text-align:center;
}
.t_right {
	text-align:right;
}
.t_left {
	text-align:left;
}
.hidden {
	display: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
	float: none;
}
.inline {
	display: inline;
}
/*text*/
.h1{
	font-size:18px;
	font-weight: bold;
}
.h2{
	font-size:16px;
	font-weight: bold;
}
.h3{
	font-size:14px;
	font-weight: bold;
}
.h4{
	font-size:12px;
	font-weight: bold;
}
.small{
	font-size:10px;
}
.normal{
	font-size:12px;
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.ssmall{
	font-size:9px;
}
/*color*/
.black {
	color: #1B1D26;
}
.red {
	color: #B02524;
}
.gray {
	color: #A9B1B5;
}
.grayLight {
	color: #D3D8DA;
}
.grayDark {
	color: #575F69;
}
.blue {
	color: #0084BD;
}

/*link*/
a {
	cursor: pointer;
}
a:link {
	color: #1B1D26;
	text-decoration: underline;
}
a:visited {
	color: #1B1D26;
	text-decoration: underline;
}
a:hover {
	color: #B02524;
	text-decoration: underline;
}
a img {
	border: 0;
}
/*a {
	text-decoration: none;
}*/
.navi {
	cursor: pointer;
}
.navi:link {
	color: #1B1D26;
	text-decoration: none;
}
.navi:visited {
	color: #1B1D26;
	text-decoration: none;
}
.navi:hover {
	color: #B02524;
	text-decoration: underline;
}
.navi2 {
	cursor: pointer;
}
.navi2:link {
	color: #1B1D26;
	text-decoration: none;
}
.navi2:visited {
	color: #1B1D26;
	text-decoration: none;
}
.navi2:hover {
	color: #1B1D26;
	text-decoration: underline;
}
#pankuzu a:link {
	color: #A9B1B5;
	text-decoration: underline;
	font-size:10px;
}
#pankuzu a:visited {
	color: #A9B1B5;
	text-decoration: underline;
	font-size:10px;
}
#pankuzu a:hover {
	color: #575F69;
	text-decoration: underline;
	font-size:10px;
}
.btn {
	cursor: pointer;
}
/*radius*/
.r02 {
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.r03 {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.r04 {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.r05 {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.r06 {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.r07 {
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.r08 {
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
.r10 {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
/*for this site*/
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 15px;
	background-color: #FFFFFC;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}
#header {
	height: 100px;
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
#logo {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
}
#poweredbyis {
font-style:oblique;
font-weight: bold;
font-size: 5px;
color:#1D68A4;
text-align: right;
	float: right;
	margin-right: 13px;
}
#btn-unit {
	float: none;
	clear: both;
}
.navi-btn {
	height: 65px;
	width: 80px;
}
.navi-btn1 {
	background-image: url(../img-common/btn-top_no.png);
}
.navi-btn1:hover {
	background-image: url(../img-common/btn-top_on.png);
}
.navi-btn1-fx {
	background-image: url(../img-common/btn-top_on.png);
}
.navi-btn2 {
	background-image: url(../img-common/btn-riyou_no.png);
}
.navi-btn2:hover {
	background-image: url(../img-common/btn-riyou_on.png);
}
.navi-btn2-fx {
	background-image: url(../img-common/btn-riyou_on.png);
}
.navi-btn3 {
	background-image: url(../img-common/btn-ryokin_no.png);
}
.navi-btn3:hover {
	background-image: url(../img-common/btn-ryokin_on.png);
}
.navi-btn3-fx {
	background-image: url(../img-common/btn-ryokin_on.png);
}
.navi-btn4 {
	background-image: url(../img-common/btn-port_no.png);
}
.navi-btn4:hover {
	background-image: url(../img-common/btn-port_on.png);
}
.navi-btn4-fx {
	background-image: url(../img-common/btn-port_on.png);
}
.navi-btn5 {
	background-image: url(../img-common/btn-jizen_no.png);
}
.navi-btn5:hover {
	background-image: url(../img-common/btn-jizen_on.png);
}
.navi-btn5-fx {
	background-image: url(../img-common/btn-jizen_on.png);
}

.navi-btn1-en {
	background-image: url(../img-common/btn-top-en_no.png);
}
.navi-btn1-en:hover {
	background-image: url(../img-common/btn-top-en_on.png);
}
.navi-btn1-en-fx {
	background-image: url(../img-common/btn-top-en_on.png);
}
.navi-btn2-en {
	background-image: url(../img-common/btn-riyou-en_no.png);
}
.navi-btn2-en:hover {
	background-image: url(../img-common/btn-riyou-en_on.png);
}
.navi-btn2-en-fx {
	background-image: url(../img-common/btn-riyou-en_on.png);
}
.navi-btn3-en {
	background-image: url(../img-common/btn-ryokin-en_no.png);
}
.navi-btn3-en:hover {
	background-image: url(../img-common/btn-ryokin-en_on.png);
}
.navi-btn3-en-fx {
	background-image: url(../img-common/btn-ryokin-en_on.png);
}
.navi-btn4-en {
	background-image: url(../img-common/btn-port-en_no.png);
}
.navi-btn4-en:hover {
	background-image: url(../img-common/btn-port-en_on.png);
}
.navi-btn4-en-fx {
	background-image: url(../img-common/btn-port-en_on.png);
}
.navi-btn5-en {
	background-image: url(../img-common/btn-jizen-en_no.png);
}
.navi-btn5-en:hover {
	background-image: url(../img-common/btn-jizen-en_on.png);
}
.navi-btn5-en-fx {
	background-image: url(../img-common/btn-jizen-en_on.png);
}

.navi-mgn1 {
	display: inline;
	float: left;
	//margin-left: 190px;
margin-left: 230px;
}
.navi-mgn2 {
	display: inline;
	float: left;
	margin-left: 68px;
}
.border {
	clear: both;
	float: none;
	height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D8DA;
}
.border-bottom {
	margin-top: 10px;
}

#pankuzu {
	font-size: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
#copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 50px;
	color: #FFFFFF;
}
#main {
	margin-right: 25px;
	margin-left: 25px;
}
#prelord {
	height: 1px;
	overflow: hidden;
	display: none;
}
.ttlIcon {
	height: 36px;
	width: 38px;
	float: left;
}
.attIcon {
	height: 36px;
	width: 35px;
	float: left;
}
.ttlTxt {
	padding-top: 15px;
	padding-left: 6px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.ttlTxtSec {
	padding-top: 13px;
	padding-left: 6px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.bodyCase {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	clear: both;
}
#pankuzuSet {
	padding-right: 25px;
	padding-left: 25px;
}
.secTtl {
}
.secSet {
	margin-top: 30px;
}
#ryokin-table {
	padding-top: 10px;
	font-weight: bold;
}
.block {
	margin-top: 20px;
}
.block2 {
	margin-top: 10px;
	margin-left: 10px;
}
.smallAtention table {
	padding: 4px;
	border: 1px solid #D3D8DA;
}
.smallAttNb table {
	padding: 4px;
}
.smallAtention {
	padding-right: 15px;
}
.smallIcon {
	width: 30px;
	padding-left: 3px;
}
.attSet {
	padding-right: 150px;
	padding-left: 150px;
}
.bodySet {
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #D3D8DA;
	margin-top: 2px;
	margin-left: 3px;
}
.bodySet ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
	line-height: 160%;
}
.bodySet2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #D3D8DA;
	margin-top: 6px;
	margin-left: 3px;
}
.bodySet2 ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
	line-height: 140%;
}.bodySet2 ul li {
	padding-top: 3px;
}

.JP {
	display:none;
}
.EN {
	display:none;
}
#button {
	background-color: #FF7D23;
	padding: 7px;
	color: #fff;
	width: 50px;
	text-align: center;
	//position: absolute;
	//top: 0px;
	//right: 0px;
	line-height: 0px;
	padding:10px; /* 要素内の余白 */
	font-weight: bold;
}
#himeji a {
	text-decoration: none;
}