/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
*	{
	font-family: Verdana,"ＭＳ Ｐゴシック";
	line-height: 1.4;
	letter-spacing: normal;
}

.header_bg	{
	width: 100%;
	height: 80px;
}

.header	{
	width: 950px;
	height: 80px;
	margin: 0px auto;
	font-size: 12px;
}

.header_logo	{
	float: left;
}

.header_call	{
	padding-top: 5px;
	float: right;
}

.menu	{
	width: 950px;
	height: 34px;
	margin: 0px auto;
	background: url(../image/menubk.gif);
}

.menu_bar	{
	height: 25px;
	padding-top: 9px;
	float: left;
}

.menu_bar	table	{
	margin-left: 10px;
	table-layout: auto !important;
}

.menu_bar	th	{
	width: 15px;
	height: 25px;
	padding: 0px !important;
	border: 0px !important;
	background: url(../image/shikiri.gif) no-repeat;
}

.menu_bar	td	{
	height: 25px;
	padding: 0px 5px 0px 15px !important;
	border: 0px !important;
	background: url(../image/list01.gif) no-repeat;
}

.menu_bar	a	{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.menu_button	{
	width: 170px;
	float: right;
}

.search	{
	width: 950px;
	height: 34px;
	margin: 0px auto;
	background: url(../image/searchbk.gif) repeat-x;
}

.search	th {
	height: 34px;
	padding: 0px !important;
	border: 0px !important;
}

.search	td {
	height: 34px;
	padding: 0px !important;
	border: 0px !important;
}

.body	{
	width: 950px;
/*
	margin: 30px auto;
*/
	margin: 10px auto 30px auto;
}

.subbody	{
	width: 950px;
}

.navi	{
	width: 148px;
	padding: 10px;
	border: solid 2px #CCCCCC;
	font-size: 12px;
	float: left;
}

.navi_n	{
	width: 170px;
	font-size: 12px;
	float: left;
}

.content	{
	width: 750px;
	float: right;
}

.footer	{
	width: 100%;
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

.footer	a	{
	color: #666666;
	text-decoration: none;
}

.clear	{
	clear: both;
}

.hide	{
	display: none;
}

.hiding	{
	visibility: hidden;
}

.center	{
	margin: 0px auto;
}

.bar	{
	height: 15px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-image: url(../image/bar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px !important;
}

.title	{
	margin-bottom: 10px;
	padding: 0px 0px 5px 15px;
	background-image: url(../image/bar05.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border-bottom: solid 1px #6495ED;
	color: #6495ED;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px !important;
}

.link	{
	padding-left: 18px;
	background-image: url(../image/ar01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link	a	{
	text-decoration: none;
}

.link2	{
	padding-left: 18px;
	background-image: url(../image/ar02.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link3	{
	padding-left: 18px;
	background-image: url(../image/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.link3	a	{
	text-decoration: none;
}

.link4	{
	padding-left: 18px;
	background-image: url(../image/sq01.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

.link_pdf	{
	padding-left: 20px;
	background-image: url(../image/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.link_pdf	a	{
	text-decoration: none;
}

.exclamation	{
	padding-left: 22px;
	background-image: url(../image/exclamation.gif);
	background-repeat: no-repeat;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px !important;
}

.upload_dialog	{
	width: 300px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.bold	{
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	共通(ボディ)
------------------------------------------------------------------------------*/
.my_body	table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.my_body	th	{
	padding: 5px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
}

.my_body	td	{
	padding: 5px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.my_body	caption	{
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.my_table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.my_th	{
	padding: 5px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
}

.my_td	{
	padding: 5px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.my_caption	{
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	共通(幅)
------------------------------------------------------------------------------*/
.wd10	{
	width: 10px;
}

.wd20	{
	width: 20px;
}

.wp50	{
	width: 40px;
}

.wd50	{
	width: 50px;
}

.wp70	{
	width: 60px;
}

.wp75	{
	width: 65px;
}

.wd85	{
	width: 85px;
}

.wd90	{
	width: 90px;
}

.wp90	{
	width: 80px;
}

.wp100	{
	width: 90px;
}

.wd100	{
	width: 100px;
}

.wi100	{
	width: 100px !important;
}

.wp120	{
	width: 110px;
}

.wp125	{
	width: 115px;
}

.wd140	{
	width: 140px;
}

.wp150	{
	width: 140px;
}

.wd150	{
	width: 150px;
}

.wp180	{
	width: 170px;
}

.wd180	{
	width: 180px;
}

.wd200	{
	width: 200px;
}

.wp200	{
	width: 190px;
}

.wp210	{
	width: 200px;
}

.wp220	{
	width: 210px;
}

.wp225	{
	width: 215px;
}

.wp230	{
	width: 220px;
}

.wp250	{
	width: 240px;
}

.wd250	{
	width: 250px;
}

.wp275	{
	width: 265px;
}

.wp280	{
	width: 270px;
}

.wd280	{
	width: 280px;
}

.wd300	{
	width: 300px;
}

.wp300	{
	width: 290px;
}

.wp350	{
	width: 340px;
}

.wp380	{
	width: 370px;
}

.wd385	{
	width: 385px;
}

.wp400	{
	width: 390px;
}

.wd435	{
	width: 435px;
}

.wp450	{
	width: 440px;
}

.wd480	{
	width: 480px;
}

.wp490	{
	width: 480px;
}

.wd500	{
	width: 500px;
}

.wd550	{
	width: 550px;
}

.wp550	{
	width: 540px;
}

.wd560	{
	width: 560px;
}

.wd585	{
	width: 585px;
}

.wp600	{
	width: 590px;
}

.wp650	{
	width: 640px;
}

.wd650	{
	width: 650px;
}

.wd735	{
	width: 735px;
}

.wd750	{
	width: 750px;
}
/*------------------------------------------------------------------------------
	共通(マージン)
------------------------------------------------------------------------------*/
.mt5	{
	margin-top: 5px;
}

.mb5	{
	margin-bottom: 5px;
}

.mt10	{
	margin-top: 10px;
}

.mb10	{
	margin-bottom: 10px;
}

.ml10	{
	margin-left: 10px;
}

.mt20	{
	margin-top: 20px;
}

.mb20	{
	margin-bottom: 20px;
}

.ml20	{
	margin-left: 20px;
}

.mt30	{
	margin-top: 30px;
}

.mb30	{
	margin-bottom: 30px;
}
/*------------------------------------------------------------------------------
	共通(パディング)
------------------------------------------------------------------------------*/
.pd0	{
	padding: 0px !important;
}

.ph0	{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pt0	{
	padding-top: 0px !important;
}

.pd5	{
	padding: 5px;
}

.pt5	{
	padding-top: 5px;
}

.pd10	{
	padding: 10px;
}

.pt10	{
	padding-top: 10px;
}

.pv10	{
	padding: 10px 0px;
}

.pl10	{
	padding-left: 10px;
}

.pd20	{
	padding: 20px;
}

.pl20	{
	padding-left: 20px;
}

.pl40	{
	padding-left: 40px;
}
/*------------------------------------------------------------------------------
	共通(文字サイズ)
------------------------------------------------------------------------------*/
.fs10	{
	font-size: 10px;
}

.fs12	{
	font-size: 12px;
}

.fs14	{
	font-size: 14px;
}

.fs16	{
	font-size: 16px;
}
/*------------------------------------------------------------------------------
	共通(文字寄せ)
------------------------------------------------------------------------------*/
.tl	{
	text-align: left;
}

.tc	{
	text-align: center;
}

.tr	{
	text-align: right;
}
/*------------------------------------------------------------------------------
	共通(前景色)
------------------------------------------------------------------------------*/
.fg_red	{
	color: #FF0000;
}

.fg_black	{
	color: #333333 !important;
}

.fg_blue	{
	color: #0000FF;
}

.fg_gray	{
	color: #888888;
}

.fg_white	{
	color: #FFFFFF;
}

.fg_lgray	{
	color: #666666;
}
/*------------------------------------------------------------------------------
	共通(背景色)
------------------------------------------------------------------------------*/
.bg_clear	{
	background-color: transparent !important;
}

.bg_white	{
	background-color: #FFFFFF;
}

.bg_gray	{
	background-color: rgb(143, 159, 175);
}

.bg_lgray	{
	background-color: #E9E9E9;
}

.bg_highlight	{
	background-color: #FFFACD;
}

.bg_pink	{
	background-color: #FED0E0;
}
/*------------------------------------------------------------------------------
	共通(ボーダー)
------------------------------------------------------------------------------*/
.bd0	{
	border: 0px !important;
}

.bt0	{
	border-top: 0px !important;
}

.bb0	{
	border-bottom: 0px !important;
}

.bb1_dashed	{
	border-bottom: dashed 1px #7C8285;
}
/*------------------------------------------------------------------------------
	共通(フロート)
------------------------------------------------------------------------------*/
.f_left	{
	float: left;
}

.f_right	{
	float: right;
}
/*------------------------------------------------------------------------------
	add(axis)
------------------------------------------------------------------------------*/
.add_h1{
	color: #666666;
	font-weight: normal;
	font-size:10px;
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:auto;
}
.add01{
	margin-bottom: 10px; 
	color: #FF0000; 
	font-size: 10px; 
	text-align: center;
}
.add02{
	color: #666666;
	font-size:10px;
	float:right;
}
.add02 a{
	text-decoration:none;
	color:#333333;
}

.add03{
	width:950px; 
	margin:0px auto;
}
.add04{
	text-indent:1em;
}
.add05{
	font-size:10px;
	margin:5px 0px;
}
.add05 a{
	text-decoration:none;
}
.add_h2{
	color: #333333;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
