@charset "utf-8";

/* ============================================================ */
/* reset */
/* ============================================================ */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}

address,caption,cite,code,dfn,em,th,var{
  font-style:normal;
  font-weight:normal;
}

table { border-collapse: collapse; border-spacing: 0; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
fieldset,img { border:0; }

h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after{ content:''; }

/* ============================================================ */
/* clearfix */
/* ============================================================ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;/* for IE 7*/
}

/*?*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/

/* ===================================================== */
/* 共通 */
/* ===================================================== */

body {
	background: #fff;
	text-align: center;
	color: #666;
	font-size: 82%;
	line-height: 160%;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link { color: #4D4D4D; }
a:visited { color: #4D4D4D; }
a:hover { color: #AA9D00; }
a:active { color: #AA9D00; }

ol.list_nmb {
	margin: 2px 0px 2px 55px;
	list-style-type: decimal;
}

ol.list_alp {
	margin: 2px 0px 2px 55px;
	list-style-type: lower-alpha;
}

ul.list_ccl {
	margin: 2px 0px 2px 45px;
	list-style-type: disc;
}

.box_ttl {
	font-weight: bold;
	margin: 0px 40px;
}

.box01 {
	background: #FCFCC9;
	width: 700px;
	margin:5px auto;
	padding: 15px 25px 15px 0px;
}

.box02 {
	width: 700px;
	border: 2px solid #BADB49;
	margin:5px auto;
	padding: 15px 25px 15px 0px;
}

.box03 {
	width: 600px;
	margin:5px auto;
	padding: 15px 25px;
	font-weight: bold;
	background: #FFF9CE;
}

.box04 {
	width: 600px;
	margin:5px auto;
	border: 1px solid #ccc;
}

.ttl_s {
	color: #8EAC29;
	font-weight: bold;
	margin: 5px 20px;
	padding: 5px 10px;
	border-top: 2px dotted #ADC651;
	border-bottom: 2px dotted #ADC651;
}

.disp_no { display: none; }
.bld { font-weight: bold; }

.red { color: #DA4646; }

.t-ctr { text-align: center; }

img.flt_l { float: left; margin: 0 10px 10px 0; }
img.flt_r { float: right; margin: 0 0 10px 10px; }
.flt_l { float: left; }
.flt_r { float: right; }

/* table =================== */

.bdr_btm { border-bottom: 1px dotted #ccc; }

table.tbl01 {
	width: 700px;
	margin:5px auto;
	border: 1px solid #ccc;
}

table.tbl01 th {
	vertical-align: top;
	padding: 3px 12px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #2589B3;
	background: #F4F4F4 ;
}

table.tbl01 td {
	vertical-align: top;
	padding: 3px 12px;
	border: 1px solid #ccc;
	
}


table.tbl02 {
	width: 760px;
	margin: 5px auto;
	border: 1px solid #ccc;
}

table.tbl02 th {
	text-align: center;
	padding: 3px 12px;
	border: 1px solid #ccc;
	background: #F4F4F4 ;
}

table.tbl02 th.bg_yl {
	padding: 3px 12px;
	border: 1px solid #ccc;
	color: #2589B3;
	background: #FFFFD3 ;
}

table.tbl02 td {
	padding: 3px 12px;
	border: 1px solid #ccc;
	text-align: right;
}

table.tbl02 th.bg_red { background: #FFEDF7; font-weight: bold; }
table.tbl02 td.bg_red { background: #FFEDF7; font-weight: bold; }

table.tbl03 {
	border-top: 1px dotted #ddd;
}

table.tbl03 th,
table.tbl03 td {
	border: 0px;
	background: transparent;
	padding: 3px 8px;
	border-bottom: 1px dotted #ddd;
}

table.tbl03 th {
	background: #F9F9EF;
	color: #90940A;
	white-space: nowrap;
}


table.tbl_res_member { margin: 5px 0 5px 30px; }
table.tbl_res_member td { padding: 2px 12px; }
table.tbl_res_member td.top_arw {
	background: url(result/image/arrow.gif) left 6px no-repeat;
	padding: 2px 12px 2px 15px;
}

table.no_line {
	border: 0px;
}

table.no_line th {
	vertical-align: top;
	padding: 2px 12px 2px 0;
	border: 0px;
}

table.no_line td {
	vertical-align: top;
	padding: 2px 12px 2px 0;
	border: 0px;
	
}

/* ===================================================== */
/* header */

div#h_container {
	background: url(image/head_bg_border.gif) left top repeat-x;
	text-align: left;
	height: 177px;
}

div#header {
	width: 900px;
	height: 75px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

div#header div#head_logo { float: left;	width: 481px; height: 75px; }
div#header div#head_logo h1 { margin: 0; }


div#header div#head_menu {
	width: 400px;
	height: 75px;
	float: right;
}

/* ===================================================== */
/* header_menu */

div#h_container div#head_menu li { float: left; }
div#header div#head_menu li a {
	text-indent: -9999px;
	height: 30px;
	background: url(image/head_menu.gif) left top no-repeat;
	display: block;
	outline: none;
}

div#header div#head_menu li a.menu01 { background-position: 0 0; width: 94px; }
div#header div#head_menu li a.menu02 { background-position: -94px 0; width: 118px; }
div#header div#head_menu li a.menu03 { background-position: -212px 0; width: 105px; }
div#header div#head_menu li a.menu04 { background-position: -317px 0; width: 83px; }

div#header div#head_menu li a.menu01:hover { background-position: 0 -30px; }
div#header div#head_menu li a.menu02:hover { background-position: -94px -30px; }
div#header div#head_menu li a.menu03:hover { background-position: -212px -30px; }
div#header div#head_menu li a.menu04:hover { background-position: -317px -30px; }

/* ===================================================== */
/* main_menu */

div#main_menu_c { width: 900px; height: 60px; margin: 0 auto; }
div#main_menu_c div#main_menu li { float: left; }

div#main_menu_c div#main_menu li a {
	text-indent: -9999px;
	width: 180px;
	height: 60px;
	background: url(image/main_menu.gif) left top no-repeat;
	display: block;
	outline: none;
}

div#main_menu_c div#main_menu li a.menu01 { background-position: 0 0; }
div#main_menu_c div#main_menu li a.menu02 { background-position: -180px 0; }
div#main_menu_c div#main_menu li a.menu03 { background-position: -360px 0; }
div#main_menu_c div#main_menu li a.menu04 { background-position: -540px 0; }
div#main_menu_c div#main_menu li a.menu05 { background-position: -720px 0; }

div#main_menu_c div#main_menu li a.menu01in { background-position: 0 -60px; }
div#main_menu_c div#main_menu li a.menu02in { background-position: -180px -60px; }
div#main_menu_c div#main_menu li a.menu03in { background-position: -360px -60px; }
div#main_menu_c div#main_menu li a.menu04in { background-position: -540px -60px; }
div#main_menu_c div#main_menu li a.menu05in { background-position: -720px -60px; }

div#main_menu_c div#main_menu li a.menu01:hover { background-position: 0 -120px; }
div#main_menu_c div#main_menu li a.menu02:hover { background-position: -180px -120px; }
div#main_menu_c div#main_menu li a.menu03:hover { background-position: -360px -120px; }
div#main_menu_c div#main_menu li a.menu04:hover { background-position: -540px -120px; }
div#main_menu_c div#main_menu li a.menu05:hover { background-position: -720px -120px; }

/* ===================================================== */
/* main_content */
/* ===================================================== */

div#mainContent {
	width: 900px;
	margin: 0 auto 15px auto;
	padding: 0 20px;
	text-align: left;
}

/* ===================================================== */
/* index_menu */

div#main_image_c { margin-left: 25px; width: 860px; height: 535px; }
div#index_menu h2 {
	width: 375px;
	height: 40px;
}
div#main_image_c div#index_menu { margin-left: 476px; margin-bottom: 25px; }
div#main_image_c div#index_menu li a {
	text-indent: -9999px;
	width: 375px;
	height: 67px;
	background: url(image/index_menu.gif) left top no-repeat;
	display: block;
	outline: none;
}

div#main_image_c div#index_menu li a.menu01 { background-position: 0 0; }
div#main_image_c div#index_menu li a.menu02 { background-position: 0 -67px; }
div#main_image_c div#index_menu li a.menu03 { background-position: 0 -134px; }

div#main_image_c div#index_menu li a.menu01:hover { background-position: -375px 0; }
div#main_image_c div#index_menu li a.menu02:hover { background-position: -375px -67px; }
div#main_image_c div#index_menu li a.menu03:hover { background-position: -375px -134px; }

/* ===================================================== */
/* what's new */


div#wtnew_c { margin-left: 478px; }
div#wtnew_c div.wtnew_ttl { padding: 0 25px 0 0; }
div#wtnew_c div.wtnew_list_box {
	width: 370px;
	height: 215px;
	background: #F3FBFF ;
	border: 1px solid #d5d5d5;
}

div#wtnew_c div.wtnew_list_box div.wtnew_list {
	margin: 20px 15px 0 15px;
	height: 180px;
	overflow: auto;
	scrollbar-face-color: #77BEDB;
	scrollbar-track-color: #F3FBFF;
	scrollbar-arrow-color: #F3FBFF;
	scrollbar-highlight-color: #77BEDB;
	scrollbar-shadow-color: #77BEDB;
	scrollbar-3dlight-color: #F3FBFF;
	scrollbar-darkshadow-color: #F3FBFF;
}

* html body dl.list dd div{
   display:inline-block;
}

dl.list {
	border-bottom: 1px dotted #D1D1D1;
	width: 320px;
}

dl.list dt {
	float:left;
	width: 80px;
	color: #D84545;
	font-size: 94%;
	font-weight: bold;
	background: url(image/whatsnew_mark.gif) 3px 11px no-repeat;
	border-top: 1px dotted #D1D1D1;
	padding: 5px 0 0 12px;
}

dl.list dd {
   margin-left: 90px;
   padding: 5px;
   border-top: 1px dotted #D1D1D1;
}

/* ===================================================== */
/* footer */
/* ===================================================== */

div#f_container {
	background: url(image/footer_bg_border.gif) left top repeat-x;
	height: 95px;
}

div#footer {
	background: url(image/footer_bg.gif) left top no-repeat;
	width: 850px;
	height: 95px;
	margin: 0 auto;
}
div.address { display: none; }
div#footer div.kit_btn { padding: 25px 0 0 705px; }
div#footer div.kit_btn a {
	background: url(image/footer_kit_btn.gif) left top no-repeat;
	text-indent: -9999px;
	width: 145px;
	height: 30px;
	display: block;
	outline: none;
}
div#footer div.kit_btn a:hover { background-position: 0 -30px; }

/* ===================================================== */
/* 下階層 */
/* ===================================================== */

div#p_cont_box {
	width: 850px;
	margin: 0px auto;
}

div#p_cont_box div#cnt_wid {
	width: 800px;
	margin: 0 auto;
}

div#p_cont_box p {
	padding: 2px 20px 10px 20px;
}

/* ===================================================== */
/* 活動実績 */

div.result_date {
	margin: 0 50px 10px 50px;
	color: #1177A1;
	text-align: right;
}

div.result_cont {
	width:700px;
	margin: 0 50px 15px;
}

/* ===================================================== */
/* ステークホルダー */

.ttl_fax {
	background: url(sth/image/icon_fax.gif) left top no-repeat;
	margin-top: 5px;
	padding: 10px 0 10px 40px;
	font-weight: bold;
	color: #2589B3;
}

.ttl_mail {
	background: url(sth/image/icon_mail.gif) left 5px no-repeat;
	margin-top: 5px;
	padding: 10px 0 10px 40px;
	font-weight: bold;
	color: #2589B3;
}

/* ===================================================== */
/* 各ページタイトル */

div#p_cont_box h2 {
	width: 850px;
	height: 50px;
	margin-bottom: 10px;
}

div#p_cont_box h3 {
	margin-left: 15px;
	margin-top: 15px;
}

div#p_cont_box h3.ttl01 {
	margin: 15px 15px 5px 15px;
	padding: 10px 0px;
	border-top: 2px solid #9D9920;
	border-bottom: 1px solid #9D9920;
	color: #9D9920;
	font-weight: bold;
}

div#p_cont_box h4 {
	margin: 15px 15px 5px 15px;
}

div#p_cont_box h4.bdr {
	margin: 15px 15px 5px 15px;
	padding: 8px 3px;
	color: #2589B3;
	font-weight: bold;
	border-top: 2px dotted #2589B3;
	border-bottom: 2px dotted #2589B3;
	
}

/* ===================================================== */
/* ページの先頭へ */

div.pagetop { margin-top: 15px; margin-left: 705px; }
div.pagetop a.pagetop {
	background: url(image/pagetop_btn.gif) left top no-repeat;
	text-indent: -9999px;
	width: 110px;
	height: 28px;
	outline: none;
	display: block;
}

div.pagetop a.pagetop:hover { background-position: 0 -28px; }


/* ===================================================== */
/* page_link */

div#page_link { margin: 0 0 35px 40px; }
div#page_link li { float: left; }
div#page_link li a {
	text-indent: -9999px;
	height: 60px;
	background: url(content/image/page_link.gif) left top no-repeat;
	display: block;
	outline: none;
}

div#page_link li a.menu_p01 { background-position: 0 0; width: 235px; }
div#page_link li a.menu_p02 { background-position: -235px 0; width: 255px; }
div#page_link li a.menu_p03 { background-position: -490px 0; width: 235px; }

div#page_link li a.menu_p01:hover { background-position: 0 -60px; width: 235px; }
div#page_link li a.menu_p02:hover { background-position: -235px -60px; width: 255px; }
div#page_link li a.menu_p03:hover { background-position: -490px -60px; width: 235px; }

/* ===================================================== */
/* サイトマップ */

ul.sitemap { margin: 5px 0px 0px 15px; }
ul.sitemap li {
	background: url(image/sitemap_list01.gif) left 5px no-repeat;
	padding: 3px 0px 2px 20px;
}

ul.sitemap li ul { margin: 5px 0px 0px 15px; }

ul.sitemap li ul li {
	background: url(image/sitemap_list02.gif) left 5px no-repeat;
}