/***********************************************/
/*              copyright(C) odu               */
/***********************************************/

/* 基本
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", mono-space;
}

html{
    height:100%;
}
body {
    height:100%;
	font-size: 12px;
	line-height: 1.4;
	color:#5E4A36;
	/*background-color:#abbac8;*/
}

* html div#container{
    height:100%;
}

#container{
    width: 100%;
    margin:0px;
    position:relative;
    min-height: 100%;
    background-color:#abbac8;
}

body > #container {
        height: auto;
}

/*  リンクカラー
------------------------------------------------------------------------*/

/*  リンクカラー */
a:link, a:visited {
	text-decoration:none;
	color:#993300;
}

/*  リンクカラーマウスオーバー時 */
a:hover {
	color:#CC0000;
	text-decoration: none;
}


a[id]:hover, a[id]:active, a[name]:hover, a[name]:active {
  background-color: transparent;
  color:#fff;
  text-decoration: none;
}

a:focus{
	outline:none;
}

img {
	border: none;
	vertical-align:bottom;
}

#top_bg {
	width: 100%;
	background-image:url(/work/files/Image/base/2background.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#kaisou_bg {
	width: 100%;
	background-image:url(/work/files/Image/base/kaisou_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#flame_top {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#flame {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(/work/files/Image/base/side_back.gif);
}

#flame_2 {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#main {
	width: 760px;
	background-color:#FFFFFF;
	background-image:url(/work/files/Image/base/main_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

/* ヘッダー
---------------------------------------------*/

#header1 {
	position: relative;
	width: 760px;
	height: 77px;
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	background-image: url(/work/files/Image/base/head_img.jpg);}

#header2 {
	position: relative;
	width: 760px;
	height: 77px;
	background-image: url(/work/files/Image/base/header_bg2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
}

.h1text {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	color: #FFFFFF;
	right: 10px;
}

.logo {
	position: absolute;
	left: 20px;
	top: 25px;
	margin: 0;
}

.h_btn1 {
	position: absolute;
	top: 40px;
	margin: 0;
	width: auto;
	right: 10px;
}

.h_btn2 {
	position: absolute;
	left: 735px;
	top: 45px;
	margin: 0;
}
.login {
	position: absolute;
	top: 20px;
	font-size: 10px;
	color: #FFFFFF;
	right: 10px;
}

/* グローバルナビ1
---------------------------------------------*/

#globalnavi1 {
	width: 760px;
	background-image:url(/work/files/Image/base/gnavi1.jpg);
	background-repeat:no-repeat;
}

#globalnavi1 ul{
	width: 760px;
	list-style:none;
}

#globalnavi1 li{
	float: left;
	width: 126px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#globalnavi1 li a{
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:66px;
	padding-top: 66px;
	background-image: url(/work/files/Image/base/gnavi1.jpg);
	color: #000000;
	list-style:none;
	padding-right: 2px;
	padding-left: 2px;
}

/* グローバルナビ1 ポジション
---------------------------------------------*/
	
	/**/
	#nav10 a { background-position:  0     0; }
	#nav11 a { background-position: -127px 0; }
	#nav12 a { background-position: -253px 0; }
	#nav13 a { background-position: -378px 0; }
	#nav14 a { background-position: -504px 0; }
	#nav15 a { background-position: -630px 0; }
	
	/**/
	#nav10 a:hover { background-position:  0     -66px; }
	#nav11 a:hover { background-position: -126px -66px; }
	#nav12 a:hover { background-position: -252px -66px; }
	#nav13 a:hover { background-position: -378px -66px; }
	#nav14 a:hover { background-position: -504px -66px; }
	#nav15 a:hover { background-position: -630px -66px; }


	<!--/**/
	#nav10 a { background-position:  0     0; }
	#nav11 a { background-position: -126px 0; }
	#nav12 a { background-position: -252px 0; }
	#nav13 a { background-position: -378px 0; }
	#nav14 a { background-position: -504px 0; }
	#nav15 a { background-position: -630px 0; }
	
	/**/
	#nav10 a:hover { background-position:  0     -66px; }
	#nav11 a:hover { background-position: -126px -66px; }
	#nav12 a:hover { background-position: -252px -66px; }
	#nav13 a:hover { background-position: -378px -66px; }
	#nav14 a:hover { background-position: -504px -66px; }
	#nav15 a:hover { background-position: -630px -66px; }
        -->
	
	
/* グローバルナビ2
---------------------------------------------*/

#globalnavi2 {
	width: 760px;
	background-repeat:no-repeat;
	/*margin-left: 1px;*/
}

#globalnavi2 ul{
	width: 760px;
	list-style:none;
}

#globalnavi2 li{
	float: left;
	width: 126px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#globalnavi2 li a{
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:42px;
	padding-top: 42px;
	background-image: url(/work/files/Image/base/gnavi2.jpg);
	color: #000000;
	list-style:none;
	padding-right: 2px;
	padding-left: 2px;
}

/* グローバルナビ2 ポジション
---------------------------------------------*/
	
	/**/
	#nav20 a { background-position:  0     0; }
	#nav21 a { background-position: -126px 0; }
	#nav22 a { background-position: -252px 0; }
	#nav23 a { background-position: -378px 0; }
	#nav24 a { background-position: -504px 0; }
	#nav25 a { background-position: -630px 0; }
	/**/
	#nav20 a:hover { background-position:  0     -42px; }
	#nav21 a:hover { background-position: -126px -42px; }
	#nav22 a:hover { background-position: -252px -42px; }
	#nav23 a:hover { background-position: -378px -42px; }
	#nav24 a:hover { background-position: -504px -42px; }
	#nav25 a:hover { background-position: -630px -42px; }
	
/* コンテンツ
---------------------------------------------*/

#tmidashi {
	width: 760px;
	margin: 0;
	background-image: url(/work/files/Image/top/main_image.jpg);
	height: 330px;
	color: #CCCCCC;
	line-height: 18px;
}

#content1 {
	float: right;
	width: 510px;
	padding: 20px;
}

#content11 {
	float: right;
	width: 505px;
	padding: 20px;
}

#content111 {
	float: right;
	width: 720px;
	padding: 20px;
}

/*#content111 .TableList {
	width: 720px;
	border='1' cellspacing='0' cellpadding='5' bordercolor='#FF9900'
}*/


/* 共通階層ページクラス
---------------------------------------------*/

/* タイトル
----------------------*/

.titile10 {
	width: 750px;
	margin: 0 0 10px 0;

}

.titile_line {
width: 500px;
color: #DFDFDF;
border: 5px ridge;
	border-color: #769DCA #082547 #082547 #769DCA;
	background-color: #0F4A8C;
/*border-color: #AD5858 #2F0202 #2F0202 #AD5858;
background-color: #0F4A8C;*/
margin-bottom: 10px;
padding-top: 2px;
padding-bottom: 1px;
padding-left: 5px;
}

.titile_line755 {
	width: 710px;
	color: #DFDFDF;
	border: 5px ridge;
	border-color: #769DCA #082547 #082547 #769DCA;
	background-color: #0F4A8C;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.t_titile0 {
	width: 362px;
	margin: 0;
}

.t_titile5 {
	width: 362px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.t_titile10 {
	width: 510px;
	margin: 0 0 10px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0F4A8C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F4A8C;
}

.t_titile15 {
	width: 362px;
	margin: 0 0 15px 0;
}

.news_titile15 {
	width: 510px;
	margin: 0 0 15px 0;
}

.t_titile20 {
	width: 362px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.t_titile25 {
	width: 362px;
	margin: 0 0 25px 0;
}

.t_titile30 {
	width: 362px;
	margin: 0 0 30px 0;
}

.t_titile35 {
	width: 362px;
	margin: 0 0 35px 0;
}

/* box
----------------------*/

.box {
	width: 504px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border: 1px solid #858585;
	text-align: center;
}

.box td {
	border-left:solid 1px #414141;
	border-bottom:solid 1px #414141;
	line-height:18px;
	padding:10px 10px;
}

.box p {
	font-size: 10px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* kensaku_box
----------------------*/
#content11 .kensaku_box {
	width: 515px;
	color:#858585;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #ECEDEF;
	/*border: 1px solid #082547;*/
}

#content11 .kensaku_box td {
	padding:0px;
}

#content11 .kensaku_box font {
	font-size: 12px;
	/*line-height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;*/
	color: #0F4A8C;
	font-weight: bold;
}

#content11 .columunInnerBody td font {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #858585;
	font-weight: normal;
}

ul li .selected_box {
	border-color: #0080FF;
	border: 2px solid #0080FF;
}

#caption {
	width: 515px;
	margin-bottom: 10px;
}

#caption .summary {
	color: #5E4A36;
}

#caption .titile {
	color: #5E4A36;
}

#content11 .box_base22 {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;*/
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #858585;
}

#content11 .spec {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #858585;
}

/* box_base
----------------------*/

.box_base {
	width: 715px;
	margin: 0 0 10px 0;
	text-align: right;
}

.box_base10 {
	width: 504px;
	margin: 0 0 10px 0;
}

.box_base10 p {
	font-size:12px;
	line-height:22px;
	color:#858585;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_base20 {
	width: 505px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;	margin-bottom: 20px;*/
	padding-bottom: 10px;
}


.box_base20 p {
	font-size:12px;
	line-height:22px;
	color:#858585;
}

.box_base30 {
	width: 504px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.box_base30 p {
	font-size:12px;
	line-height:22px;
	color:#858585;
}

#norecord {
	font-size:12px;
	margin-top: 100px;
	margin-bottom: 100px;
	color:#858585;
}

/* mail_box
----------------------*/

.mail_box {
	width: 400px;
	color:#858585;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.mail_box td {
	padding:5px;
}

.mail_box font {
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #660000;
	font-weight: bold;
}

/* メニュー
----------------------*/

.menu_box {
	width: 362px;
	margin: 0 0 30px 0;
	border-right:solid 1px #414141;
	border-top:solid 1px #414141;
	color:#858585;
}

.menu_box td {
	border-left:solid 1px #414141;
	border-bottom:solid 1px #414141;
	line-height:18px;
	padding:10px 10px;
}

/* サイドメニュー
---------------------------------------------*/

#content2 {
	float: left;
	width: 190px;
	margin:0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.banner1 {
	width: 190px;
	margin:0;
}

.menu_h1 {
	width: 190px;
}


.menu_tex1 {
	width: 190px;
	line-height: 18px;
	padding-top: 20px;
	color: #cccccc;
}

.menu_bg {
	width: 170px;
    padding: 0 5px 10px 5px;
	background-color:#2A2A2A;
}

.menu {
	width: 170px;
	margin:0;
	list-style:none;
}

.menu li {
	padding: 0;
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #181818 url(/work/files/Image/menu/menu_li_bg.jpg) no-repeat left center;
}

.menu a {
	padding: 8px 0 7px 25px;
	background: #181818 url(/work/files/Image/menu/menu_li_bg.jpg) no-repeat left center;
	display: block;
	width: 161px !important;
	width /**/: 186px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #990000;
	background: none;
}

/* サイドメニュー2
---------------------------------------------*/

#content22 {
	float: left;
	width: 200px;
	background-color: #000;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.banner {
	width: 200px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.submenu22_h {
	width: 200px;
}

.menu_h22 {
	width: 200px;
}

.menu_tex22 {
	line-height: 18px;
	padding-top: 20px;
	color: #cccccc;
}

.submenu22 {
	width: 190px;
	margin:0;
	list-style:none;
}

.submenu22 ul {
	width: 190px;
	margin:0;
	list-style:none;
}

.submenu22 ul li strong {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #0F4A8C url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 180px !important;
	width /**/ : 180px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
margin: 0px;
}

.submenu22 ul li a {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #AAAAAA url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 180px !important;
	width /**/ : 180px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
margin: 0px;
}

.submenu22 ul li a:hover {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background-color: #cccccc url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 180px !important;
	width /**/ : 180px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
margin: 0px;
}

.submenu22 ul li ul li strong {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #0F4A8C url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 177px !important;
	width /**/ : 177px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
margin: 0px;
}

.submenu22 ul li ul li a {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #CDCDCD url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 177px !important;
	width /**/ : 177px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
margin: 0px;
}

.submenu22 ul li ul li a:hover {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background-color: #E2E2E2 url(/work/files/Image/menu/menu_li_bg.gif) no-repeat left center;
	display: block;
	width: 177px !important;
	width /**/ : 177px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
margin: 0px;
}

.submenu22 ul li ul li ul li strong {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #45939E;
	display: block;
	width: 174px !important;
	width /**/ : 174px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 16px;
margin: 0px;
}

.submenu22 ul li ul li ul li a {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background: #CDCDCD;
	display: block;
	width: 174px !important;
	width /**/ : 174px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 16px;
margin: 0px;
}

.submenu22 ul li ul li ul li a:hover {
	font-size: 10px;
	border-bottom: 1px solid #4B4B4B;
	background-color: #E2E2E2;
	display: block;
	width: 174px !important;
	width /**/ : 174px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 16px;
}

.submenu22 a:hover {
	color: #55A6FF;
	background-color: #cccccc;
}

.submenu22 strong {
	color:##55A6FF;
	font-size: 10px;
}


.submenu22 a em {
	font-weight: normal!important;
	font-style: normal;
}
/* Footer
---------------------------------------------*/

#footer {
	width: 100%;
	height:25px;
	bottom:0px;
	background-image:url(/work/files/Image/base/2background.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#footer2 {
	width: 760px;
	height:20px;
	/*background-image:url(/work/files/Image/base/footer.jpg);*/
	background-color: #4D4D4D;
	background-position:center top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
}

#footer2 #f_menu {
	font-size:10px;
	padding: 15px 0 11px 15px;
	color:#575757;
	width:622px;
}

#footer2 #f_menu a {
	color:#575757;
}

#footer2 #f_menu a:visited {
	color:#575757;
}

#footer2 #f_menu a:hover {
	color:#575757;
}

#footer2 #f_ad {
	font-size:10px;
	padding: 0 0 0 15px;
	color:#575757;
	width:784px;
}

/* フォントクラス
---------------------------------------------*/

.f10 {
	font-size:10px;
}

.blue12 {
	color:#0066FF;
	font-size:12px;
}

.orange12 {
	color:#FF6600;
	font-size:12px;
}

.orange14 {
	color:#FF6600;
	font-size:14px;
}

.red12 {
	color:#FF0000;
	font-size:12px;
}

.red14 {
	color:#FF0000;
	font-size:14px;
}

/* イメージクラス
---------------------------------------------*/

.img_right {
    float:right;
	padding: 0 0px 5px 10px;
}

.img_left {
    float:left;
	padding: 0 15px 5px 0;
}

/* 検索
---------------------------------------------*/

.search {
	padding: 5px;
	border: 1px solid #999999;
}

#serch_list {
	width: 717px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8337;
	margin-bottom: 5px;
}

#serch_list .listHead {
	background-color: #FF8337;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#serch_list .listHead2 td {
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

#serch_list .listText td {
	padding: 5px;
}
#table_list {
	padding: 0px;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#table_list .list_head {
	background-color: #FFCC00;
}
#table_list .list_head font{
	color: #999999;
	padding: 3px;
}
#table_list .list_body td{
	padding: 3px;
}
#table_list .list_body font{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
