﻿@charset "utf-8";


* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	position: relative;
}

a {
	color:#0076A8;
        background-color: transparent;
}

a.a {
	color:#000000;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0F298F;
	border-left-color: #0F298F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F298F;
	margin-bottom: 20px;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(img/side_base.png);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
        background-color: transparent;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #666666;
        background-color: transparent;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 11px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.png);
	height: 35px;
	clear: both;
	padding-left: 37px;
} 

#nav li {
	display: block;
	float: left;
	text-align: center;
  }
  
#nav li a {
	color: #555555;
	text-decoration: none;
	background-image: url(img/g_menu_li.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	padding-top: 10px;
	line-height: 25px;
}

#nav li a:hover {
	color: #000000;
        background-image: url(img/g_menu_li_ov.png);
	background-color: #DDDDDD;
}

#nav li strong {
	line-height: 30px;
	color: #FFFFFF;
        background-color: transparent;
	background-image: url(img/g_menu_st.png);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#contents {
	width:690px;
	float: right;
}

#contents p {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents p.rrr {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #dd0000;
	font-size: 14px;
        font-weight: bold;
}

#contents p.space {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 60px;
}

#contents p.p-b {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 100px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*署名*/

#contents p.p-c {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 350px;
	margin-top: 5px;
	margin-bottom: 10px;
}



/*署名終了*/


#contents p.p-a {
	padding-top: 2px;
	padding-bottom: 5px;
        background-image: none;
	margin-right: 30px;
	margin-left: 50px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents p.pp {
	font-size: 14px;
        padding: 5px;
	line-height: 10px;
        text-indent: 0em;
        margin: 5px;
        background-image: none;
}

#contents p.ppp {
	font-size: 12px;
        padding: 5px;
	line-height: 10px;
        text-indent: 0em;
        margin: 5px;
        background-image: none;
}

#contents p.ppp_a {
	font-size: 12px;
        padding: 5px;
	line-height: 10px;
        text-indent: 0em;
        text-align: right;
        margin: 5px;
        background-image: none;
}

#contents p.pg {
	font-size: 16px;
        color: #006600;
        font-weight: bold;
        padding: 5px;
	line-height: 20px;
        text-indent: 0em;
        margin: 5px;
        background-image: none;
}

#contents p.pr {
	font-size: 16px;
        color: #990066;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
	line-height: 20px;
        text-indent: 0em;
        margin: 5px;
        background-image: none;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #74818B;
        background-color: transparent;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0076A8;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-right: 5px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #74818B;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_left_no img {
	border: 0px solid #999999;
        padding: 10px;
	margin-right: 5px;
}

#contents .c_img_left_line img {
        float: none;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;	
}

#contents .c_img_left_line_a img {
        float: none;
        height: auto;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;	
}



#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
        margin-right: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents .c_img_right_no img {
	border: 0px solid #999999;
        padding: 10px;
	float: right;
        margin-left: 5px;
}


#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2-l {
	float: left;
	width: 310px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

#contents .box2-r {
	float: right;
	width: 310px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2-l h4 {
	margin: 0px;
	background-color: #74818B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #0076A8;
}

#contents .box2-r h4 {
	margin: 0px;
	background-color: #74818B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #0076A8;
}

#contents .box2-l p {
	margin: 0px;
}

#contents .box2-r p {
	margin: 0px;
}

#contents .box2-l .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2-r .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}


#contents .box2-l .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}

#contents .box2-r .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: right;
	height: 135px;
	width: 194px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3a {
	float: right;
	height: 260px;
	width: 191px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3aa {
	float: left;
	height: 210px;
	width: 256px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3aaa {
	float: none;
	height: 210px;
	width: 256px;
	border: 1px solid #DDDDDD;
	margin: 15px;
        margin-left: 285px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3aaa-a {
	float: none;
	height: 210px;
	width: 256px;
	border: none;
	margin: 15px;
        margin-left: 285px;
	padding: 5px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: left;
}


#contents .box3aaaa {
	float: left;
	height: 210px;
	width: 256px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3aaaaa {
	float: right;
	height: 210px;
	width: 156px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3b {
	float: none;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 5px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 180px;
	width: 180px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}

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

.small { font-size: 90%; }

/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contents dl.a {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contents dl.b {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: none;
}

#contents dl.b dt.a{
	border-left-width: 0px;
	padding-left: 30px;
        font-size: 13px
}

#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0076A8;
	padding-left: 5px;
}

#contents dt.a {
	border-left-width: 0px;
	padding-left: 30px;
        font-size: 13px;
}

#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}

#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #0076A8;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	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: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_con {
	background-color: #0076A8;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	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: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 16px;
        font-weight: bold;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
        background-color: transparent;
}

/*
テーブル2
-------------------------------------------------------------------*/

#contents table.policy {
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

#contents table.policy td {
	padding: 5px;
        border: 1px solid #FFFFFF;
}

table.policy td.td_head_a {
	background-color: #FFFFFF;
	text-align: right;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.policy td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	font-size: 12px;
}

/*
テーブル3
-------------------------------------------------------------------*/

#contents table.company {
	width: 555px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}


#contents table.company td {
	padding: 5px;
        border: 1px solid #EAE8DF;
}

table.company td.td_head_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.company td.td_head_ba {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
        color: #FFFFFF;
        background-image: url(img/td_head.gif);
	background-repeat: repeat;
}

table.company td.td_odd_a {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.company td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}



table.company td.td_odd_c {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}



table.company td.td_odd_d {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
}

/*
company-b
アスベスト1・7　振動測定7　会社案内資格者
-------------------------------------------------------------------*/

#contents table.company-b {
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

table.company-b td.td_odd_a {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}


#contents table.company-e {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

#contents table.company-e td {
	padding: 5px;
        border: none;
}

table.company-e td.td_odd_a {
	background-color: #FFFFFF;
	text-align: center;
        vertical-align: top;
	padding: 8px;
	font-size: 12px;
}

table.company-e td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	font-size: 12px;
}



/*
テーブル4
-------------------------------------------------------------------*/

#contents table.sick {
	width: 630px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#contents table.sick td {
	padding: 5px;
        border: 1px solid #EAE8DF;
}

table.sick td.td_head_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.sick td.td_head_ba {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
        color: #FFFFFF;
        background-image: url(img/td_head.gif);
	background-repeat: repeat;
}

table.sick td.td_head_bb {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;

}

table.sick td.td_odd_a {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sick td.td_odd_aa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sick td.td_odd_aaa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sick td.td_odd_aaaa {
	background-color: #F8F3E7;
	text-align: center;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sick td.td_odd_aaab {
	background-color: #FFA500;
	text-align: center;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-repeat: repeat-x;
}

table.sick td.td_odd_aaabb {
	background-color: #FFA500;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-repeat: repeat-x;
}
table.sick td.td_odd_aaac {
	background-color: #EE82EE;
	text-align: center;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-repeat: repeat-x;
}

table.sick td.td_odd_aaacc {
	background-color: #EE82EE;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-repeat: repeat-x;
}


table.sick td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;

}

table.sick td.td_odd_bb {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}
/*
テーブル5
-------------------------------------------------------------------*/

#contents table.sagyo {
	width: 630px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#contents table.sagyo td {
	padding: 5px;
        border: 1px solid #000000;
}

table.sagyo td.td_head_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.sagyo td.td_head_ba {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
        color: #FFFFFF;
        background-image: url(img/td_head.gif);
	background-repeat: repeat;
}

table.sagyo td.td_head_bb {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;

}

table.sagyo td.td_odd_a {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_aa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
        color: #FF0000;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_aaa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_aaaa {
	background-color: #F8F3E7;
	text-align: center;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;

}


/*
テーブル5-a（ラインなし）
-------------------------------------------------------------------*/

#contents table.sagyo-a {
	width: 630px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#contents table.sagyo td {
	padding: 5px;
        border: 1px solid;
}

table.sagyo td.td_head_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.sagyo td.td_head_ba {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
        color: #FFFFFF;
        background-image: url(img/td_head.gif);
	background-repeat: repeat;
}

table.sagyo td.td_head_bb {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;

}

table.sagyo td.td_odd_a {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_aa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
        color: #FF0000;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_aaa {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: middle;
	padding: 8px;
        border-color: #000000;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.sagyo td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;

}

/*
テーブル6
-------------------------------------------------------------------*/

#contents table.sick_a {
	width: 630px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#contents table.sick_a td {
	padding: 5px;
        border: none;
}


table.sick_a td.td_odd_a {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	font-size: 12px;
}




/*
テーブル7
-------------------------------------------------------------------*/

#contents table.company-c {
	width: 555px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}


#contents table.company-c td {
	padding: 5px;
        border: 1px solid #000000;
}

table.company-c td.td_head_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
}

table.company-c td.td_head_ba {
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	padding: 5px;
	white-space: normal;
	font-size: 12px;
        color: #FFFFFF;
        background-image: url(img/td_head.gif);
	background-repeat: repeat;
}

table.company-c td.td_odd_a {
	background-color: #F8F3E7;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

table.company-c td.td_odd_b {
	background-color: #FFFFFF;
	text-align: left;
        vertical-align: top;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}



table.company-c td.td_odd_c {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}



table.company-c td.td_odd_d {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 12px;
}




/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0F298F;
        margin-left: 7px;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 195px;
	background-color: #DFDFD2;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

.side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

.side_box_a {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #FFFFFF;
}

.side_box h3 {
	display: block;
	width: 166px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

.side_box ul {
	margin-bottom: 5px;
}

.side_box li a {
	display: block;
	width:140px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
        background-image: url(img/side_li.png);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
        height: 24px;
}

.side_box li a.a {
	display: block;
	width:140px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
        background-image: url(img/side_li_a.png);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
        height: 24px;
}


.side_box li a:hover {
        background-color: #FFFFCC;
        color: #000000;
        text-decoration: none;
        background-image: url(img/side_li_ov.png);
}

.side_box li a.a:hover {
        background-color: #FFFFCC;
        color: #000000;
        text-decoration: none;
        background-image: url(img/side_li_a.png);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p.iso {
	font-size:10px;
        text-align: left;
        padding: 0px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side p.iso a.iso {
	font-size:10px;
        text-align: left;
        display: inline;
	background-color: #FFFFFF;
	padding: 0px;
	line-height: 20px;
	border: none
}



#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#template_by {
	font-size: 10px;
	padding: 10px;
	background-color: #EDEDE4;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #555555;
}
#template_by a {
	font-size: 10px;
	color: #808080;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}

#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #tmplby a {
	font-size: 10px;
	margin-left: 2px;
	color: #888888;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #74818B;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

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

#sitemap {
	padding: 7px;
	float: left;
	width: 550px;
}

#sitemap ul {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#sitemap li a {
	font-size: 12px;
	color: #1088A3;
        line-height: 20px;
	text-decoration: none;
	width: 550px;
	margin-right: auto;
	margin-left: 18px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: 8px center;
	background-repeat: no-repeat;
        background-image: url(img/li.gif);
        }

#sitemap li a:hover {
        color:#40B5DF;
        text-decoration:underline;
}
#sitemap li.a a {
	font-size: 12px;
	color: #1088A3;
        line-height: 16px;
        padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-left: 60px;
	background-position: 8px center;
	background-repeat: no-repeat;
        background-image: url(img/li.gif);
}


#sitemap li.b a {
	font-size: 12px;
	color: #1088A3;
        padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-left: 100px;
	background-position: 8px center;
	background-repeat: no-repeat;
        background-image: url(img/li.gif);
}


/*

/*crossFader*/
.crossfader{
	position:relative;
	height:260px;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
        padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
        background-color: transparent;
	text-align: center;
	border: 5px solid #FFFFFF;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}


