/*
Theme Name: business_003
Theme URI: http://www.megapx.com/p_wp.html
Description: ビジネス用（企業向け）にアレンジした赤色ベースのテーマ 
Version: 1.0
Author: S.Hoshino & M.Endo
Author URI: http://www.megapx.com/p_wp.html
*/

* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	max-height: 100%;
}
#base {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base.png);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-position-y: 250px;
}
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: orangered;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline
}
/*
ヘッダー
-------------------------------------------*/
#head {
	width: 900px;
	background-image: url(img/head.gif);
	height: 120px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#head h1 {
	font-size: 12px;
	position: absolute;
	top: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
	left: 20px;
}
#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#head #h_list {
	position: absolute;
	right: 20px;
	top: 0px;
}
#head #h_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(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #h_list a {
	text-decoration: none;
}
#head #menu-sub_navi {
	position: absolute;
	right: 20px;
	top: 0px;
}
#head #menu-sub_navi li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #menu-sub_navi a {
	text-decoration: none;
}
/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(img/navi.gif);
	height: 30px;
	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: 30px;
}
#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(img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#navi li strong {
	background-image: url(img/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(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#nav {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(img/navi.gif);
	height: 30px;
	width: 113px;
	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: 113px;
}

#nav ul {
	width: 150px;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left: 151px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
 
#nav *:hover {
	background-color: none;
}
#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	text-align: center;
}
#nav strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(img/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
	text-align: center;
}
#nav a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#nav a.hover {
	background-image: url(img/navi_li_ov.gif);
}

#nav 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(img/li_w.gif);
}
#nav ul a:hover {
	background-color: #F75A2D;
	background-image: url(img/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(img/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;
}

/*----カスタムメニュー用追加ナビ------*/

.menu-top_navi-container {
	background-color: #A7B3B3;
	margin-left: 133px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BF;
	background-image: url(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#menu-top_navi {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(img/navi.gif);
	height: 30px;
	width: 764px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}
#menu-top_navi li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 89px;
}
#menu-top_navi .sub-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 210px;
}

#menu-top_navi ul {
	width: 210px;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
}

#menu-top_navi ul ul {
	left: 151px;
	top: 0;
}

* html #menu-top_navi ul {
	line-height: 0;
} 
/* IE6 "fix" */
#menu-top_navi ul a {
	zoom: 1;
}
/* IE6/7 fix */
#menu-top_navi ul li {
	float: none;
}
 
#menu-top_navi *:hover {
	background-color: none;
}
#menu-top_navi a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 6px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	text-align: center;
}
#menu-top_navi .sub-menu a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	text-align: left;
}
#menu-top_navi strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(img/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}
#menu-top_navi a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#menu-top_navi a.hover {
	background-image: url(img/navi_li_ov.gif);
}

#menu-top_navi li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#menu-top_navi ul a.hover {
	background-color: #FFCC00;
	color: #FFFFFF;
	background-image: url(img/li_w.gif);
}
#menu-top_navi ul a:hover {
	background-color: #FFCC00;
	background-image: url(img/li_w.gif);
	color: #FFFFFF;
}
#menu-top_navi ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/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;
}
#menu-top_navi .sub-menu ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/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 {
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	margin: 0 auto;
}
#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;
}

.breadcrumbs {
	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;
	max-height: 100%;
}
.breadcrumbs 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(img/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(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#mokuji li a span {
	color: orange;
	font-size: 11px;
	padding-left: 5px;
}
#mokuji .desc {
	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: #FF6817;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FAE7CD;
	padding-bottom: 1px;
}

#news ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#news li {
	font-size: 14px;
	line-height: 20px;
    float: left;
    padding-right: 20px;
}
#news 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;
	display: block;
    width: 100px;
}

#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: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .box_in h2 {
	font-size: 18px;
	line-height: 40px;
	color: #555;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: url(img/h2a.gif);
	background-repeat: no-repeat;
}
#content h2 {
	font-size: 18px;
	line-height: 40px;
	color: #555;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	max-height: 100%;
}
#content h2 span {
	font-size: 13px;
	padding-left: 10px;
	color: #CC3300;
}
#content h3 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/h3a.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: #FFFACA;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: orangered;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F8A952;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: grey;
	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;
	max-height: 100%;
}
#content h4 span {
	font-size: 12px;
	color: #FF6600;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}
#content h6 {
	color: #555;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: orangered;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: grey;
	font-size: 13px;
	line-height: 13px;
	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 p {
	font-size: 13px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
	background-image: url(img/line.gif);
	text-indent: em;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 650px;
	margin-left: 0px;
}
#content .box02_right {
	float: right;
	width: 650px;
}
#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(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 6px;
}
#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 .dl_p_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_p_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 28px;
	line-height: 1.4em;
	background-image: url(img/p_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#content .dl_p_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_p_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_p_list dd a {
	line-height: 1.4em;
}
#content .dl_s_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_s_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 28px;
	line-height: 1.4em;
	background-image: url(img/s_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#content .dl_s_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_s_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_s_list dd a {
	line-height: 1.4em;
}

#content .dl_l_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_l_list dt {
	float: left;
	display: block;
	width: 90px;
	font-size: 12px;
	padding-left: 28px;
	line-height: 1.4em;
	background-image: url(img/l_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#content .dl_l_list dd {
	display: block;
	float: right;
	width: 440px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_l_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_l_list dd a {
	line-height: 1.4em;
}

#content .dl_sho_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_sho_list dt {
	float: left;
	display: block;
	width: 90px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
#content .dl_sho_list dd {
	display: block;
	float: right;
	width: 440px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_sho_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_sho_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: 530px;
}
#content .box02_right .dl_list dl {
	width: 630px;
	padding-top: 6px;
	padding-bottom: 6px;
}

dl.dl_link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	clear: both;
}
.dl_link dt {
	font-size: 13px;
	border-bottom-width: 1px;
	line-height: 20px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	float: left;
	width: 573px;
	padding-right: 10px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 10px;
	color: #505050;
}

/*----------*/


.img_left ,
.alignleft{
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	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 ,
.alignright{
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	border-top-width: 10px;
	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;
	margin-bottom: 10px
}

#top_side {
	background-color: #F6F6F6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	width: 220px;
}
#top_side_img {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}
#top_side_img_box {
	background-image: url(img/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;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #F15432;
	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: #D53500;
	background-color: #FFF8EC;
	border-top-color: #F8805C;
	border-right-color: #F8805C;
	border-bottom-color: #F8805C;
	border-left-color: #F8805C;
}


#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 .list_inbox ul.list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#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 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.o_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.o_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.o_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/o_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.x_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.x_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.x_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/x_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.c_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.c_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.c_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.e_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.e_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.e_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/e_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.f_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.f_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.f_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/f_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}
#content ul.l_list{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .list_inbox ul.l_list {
	background-image: url(img/fukidashi_side.png);
	background-size: contain;
	background-position: top;
}
#content ul.l_list li{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 28px;
	background-image: url(img/l_li.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECD0A6;
	color: #655C4B;
}

#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(img/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(img/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: #666666;
	background-image: none;
	line-height: 18px;
	text-indent: 8px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9933;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .side_box .side_inbox {
	background-image: url(img/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(img/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: #FC0;
	color: #FFFFFF;
	background-image: url(img/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: #E12700;
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_inbox dl {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_inbox dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	text-align: right;
	font-size: 85%;
	margin-bottom: 10px;
	color: #655C4B;
}
#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_btn.hover img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #E3E3E3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #505050;
}
#side .side_box .side_prbox p {
	font-size: 10px;
}
#side .side_box .side_prbox a {
	color: #747474;
}
#side .side_inbox {
	background-image: url(img/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_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_inbox dl {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_inbox dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	text-align: right;
	font-size: 85%;
	margin-bottom: 10px;
	color: #655C4B;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	background-position: 0 50px;
	padding: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-size: cover;
}
#foot .menu-foot_navi-container{
	padding-bottom: 25px;
	margin-bottom: 70px;
}
#foot .foot-box{
	margin: 10px 35px;
	border-left: 2px solid grey;
}
#foot h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: black;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 18px;
	margin: 0px 35px;
}
#foot h4 {
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 16px;
	border-bottom: 1px dashed grey;
}
#foot h5 {
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-top: 1px;
	padding-left: 10px;
	line-height: 16px;
}
#foot p {
	font-size: 12px;
	color: #963;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
	margin: 0px 35px;
}
#foot li a {
	color: orange;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: whiteSmoke;
	background-color: #963;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 1px;
}


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 614px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #ffffff;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	background-color: antiqueWhite;
	padding: 7px;
	font-size: 13px;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	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;
}

#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;
}
#head #info {
	position: absolute;
	right: 25px;
	font-size: 12px;
	color: #666666;
	bottom: 37px;
	line-height: 26px;
	text-align: right;
}
#head #info strong {
	font-size: 32px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}


/*
モジュール
-------------------------------------------------------------------*/

.clearfix:after {
 content: " ";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

.clearfix { display: inline-block; }

/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
#content .box_in .fukidashi_foot_ok {
	background-image: url(img/fukidashi_foot_ok.png) !important;
}
#content .box_in .fukidashi_foot_hatena {
	background-image: url(img/fukidashi_foot_hatena.png) !important;
}
#content .box_in .fukidashi_foot_nayami {
	background-image: url(img/fukidashi_foot_nayami.png) !important;
}

#content .box_in .list_inbox {
	background-image: url(img/fukidashi_foot.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	width: 556px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 200px;
}
#content .box_in .list_inbox h4{
	background-image: url(img/fukidashi_head.png);
	background-size: cover;
	color: purple;
	font-size: 15px;
	line-height: 34px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	border: none;
	text-align: center;
}
#content .box_in .list_inbox h5{
	background-image: url(img/fukidashi_head.png);
	background-size: cover;
	color: orange;
	font-size: 15px;
	line-height: 34px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: center;
}

#content .box_in .shiki{
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	background-image: none;
}
#content .box_in .shiki .em4{
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	line-height: 18px;
	float: left;
	width: 4em;
	background-image: none;
}
#content .box_in .shiki .em8{
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	line-height: 18px;
	float: left;
	width: 8em;
	background-image: none;
}
#content .box_in .shiki .fugo{
	font-size: 13px;
	margin-top: 1em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 18px;
	float: left;
	background-image: none;
}
#content .box_in .shiki p{
	font-size: 13px;
	margin: 5px;
	padding: 5px;
	line-height: 18px;
	background-image: none;
}

#content .fig p {
	font-size: 13px;
	padding: 5px;
	line-height: 22px;
	background-image: none;
	background-position: 0px 5px;
	text-indent: em;
	margin: 5px;
}

#content .fig_nagare {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}
#content .fig_nagare img {
	margin: 0px;
}
#content .nagare {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border: none;
	border-spacing: 2px 0px;
}
#content .td_nagare {
	padding: 0px;
	border: 1px solid #808080;
	border-top: none;
	vertical-align: top;
	background: antiqueWhite;
}
#content .td_nagare img {
	margin: 0px;
	border: 2px solid white;
}
#content .p_nagare {
	font-size: 12px;
	line-height: 18px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: none;
}
#content .box_in .side_btn.hover img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/*
トップページ
-------------------------------------------------------------------*/

#content div.kotei {
	padding-bottom: 15px;
}

#content div.kotei_point {
	padding-left: 20px;
	padding-top: 5px;
}

#content .kotei-column2 {
	float: left;
	width: 280px;
	margin-right: 15px;
	zoom: 1;
}

#content .kotei-column2 ul.kotei_list {
	margin: 0;
	padding: 0;
	background: url(img/kotei_bg.gif) repeat-y;
}

#content .kotei-column2-bottom {
	padding-bottom: 20px;
	background: url(img/kotei_foot.gif) no-repeat bottom;
	zoom: 1;
}

#content .kotei-column2 p {
	color: red;
	font-weight: bold;
	line-height: 44px;
	background: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
	
#content .kotei-column2 dt {
	margin-bottom: 5px;
	background: url(img/kotei1.gif) no-repeat top;
}

#content .kotei-column2 dd.icon {
	float: right;
	padding: 5px 5px 0 0;
}

#content .kotei-column2 dd.link {
	width: 198px;
	line-height: 140%;
	margin: 15px 0 10px 10px;
	padding-left: 8px;
	background: url(img/li.gif) no-repeat left 0.5em;
}

#content .kotei-column2 dd.link a {
	color: #39F;
}

#content .kotei-column2 dd.link a:hover {
	color: lightblue;
}

#content .f2 {
	font-size: 12px;
}

#content .no-rightmargin {
	margin-right: 0 !important;
}

#content .clear {
	clear: both;
}

#content .icon img{
	padding-right: 5px;
}

.uiBoxWhite{
	border: none;
}

#content .wp-caption-text {
	text-align: center;
}

/*
外部リンクアイコン
-------------------------------------------------------------------*/

a[href $='.pdf'] {
	padding-right: 17px !important;
	margin-right: 1px;
	background: url(http://www.fukuikaikei.com/img/pdficon_small.png) no-repeat 100% 50%;
}

.ext-icon-13 {
	padding-right: 11px !important;
	margin-right: 1px;
}

.ext-icon-18 {
	padding-right: 11px !important;
	margin-right: 1px;
}