@charset "utf-8";


* {
	padding:0;
	margin: 0;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEDEDE;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

body {
	background-color: #F1F1F1;
}

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: #228B22;
}
a:hover {
	color: #90EE90;
	text-decoration: none;
}

/*----- ヘッダー -----*/
#head {
	height: 100px;
	position: relative;
	background-color: #FFFFFF;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	top: 8px;
	font-weight: normal;
	line-height: 16px;
	color: #999999;
	left: 20px;
}
#head img#logo {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 15px;
	top: 5px;
}

#head #company {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	color: #00008B;
	
	text-align: left;
	padding-left: 70px;
	padding-top: 15px;
}

#head #info {
	position: absolute;
	right: 25px;
	font-size: 12px;
	color: #666666;
	top: 5px;
	line-height: 26px;
	text-align: right;
}
#head #info strong {
	font-size: 32px;
	color: #F98900;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}


/*----- menu -----*/

#menu_top {
	position: absolute;
	left: 1px;
	bottom: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

#menu ul {
	height: 30px;
	margin: 0px;
	border-bottom: 5px solid #333333;
	background-color: #0B7A8E;
}

#menu li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-right: 1px solid #9AA7B6;
}

#menu li a, #menu li strong {
	height: 20px;
	width: 111px;
	padding: 10px 0px 0px;
	border-bottom: 5px solid #333333;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0B7A8E;
}

#menu li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}



#menu li a:hover {
	padding: 10px 0px 0px;
	border-bottom: 5px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}


/*----- メイン -----*/
#main {
	float: left;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#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 {
	padding-bottom: 5px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	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(img/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 .box_out {

	background-color: #EFEFED;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;

}
#content .box_in {

	background-color: #FFFFFF;
	border: 1px solid #DCDCD8;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;

}

#content h2 {
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	background-color: #0B7A8E;
	
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9BC741;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
#content h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #799A23;
}
#content h3, #content #mokuji h3 {
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	background-color: #0B7A8E;
	
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	font-weight: normal;
}
#content h3 span {
	font-size: 12px;
	color: #E8F4D5;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: #668745;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9DC95C;
	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: #75A239;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 13px;
	padding: 5px;

	line-height: 22px;
	background-image: url(img/line.gif);
	background-position: 0px 5px;

	text-indent: 1em;
	margin: 2px;
}

#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 430px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 450px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#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(img/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(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 450px;
	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: 340px;
}
#content .box02_right .dl_list dl {
	width: 430px;
	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(img/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_left {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}
.img_right {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;

}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #77AD25;
	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: #F1F1ED;
	border-right-color: #F1F1ED;
	border-bottom-color: #F1F1ED;
	border-left-color: #F1F1ED;
}
.btn_s a:hover {
	color: #576B27;
	background-color: #FBFFEC;
	border-top-color: #BDDF75;
	border-right-color: #BDDF75;
	border-bottom-color: #BDDF75;
	border-left-color: #BDDF75;
}


#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(img/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;
}
.daihyo {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*----- フッター ------*/

#foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A3A49D;
	padding: 15px;
	clear: both;
}
#foot p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#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: #A0A8AF;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #868880;
	background-color: #F7F7F4;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCE2E2;
}


/*----- テーブル -----*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 830px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	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(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #F7F7F4;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #DEE4E4;
}

