@charset "UTF-8";

/* 基本タグの初期化（原則変更不可） --------------------------------------------------------------*/
html {
	background:#fff;
}
* {
	box-sizing:content-box;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	margin:0 auto;
	padding:0px 0px;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
}
body,th,td,caption {
	font-size:small;
	line-height:1.4;
	color:#3C3C3C;
}
h1,h2,h3,h4,p,form {
	margin:0;
	padding:0;
}
p,li {
	line-height:1.4;
}
hr {
	display:none;
}
img {
	border:0;
}
.xsmall{
	font-size:x-small;
}
ul{
	list-style:none;
}
ol {
	margin-left:15px;
	margin-bottom:10px;
	padding-left:20px;
}
ol li{
	margin:0 0 3px 0;
}

/* オブジェクトマージン上方向（汎用） -------------------------------------------------------------*/
.mt0 {
	margin-top:0px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt12 {
	margin-top:12px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.ml50 {
	margin-left:50px !important;
}

/* リンクカラー
--------------------------------------------------------------*/
a,
a:link,
a:active{
	color:#798A96;
	text-decoration:underline;
}
a:visited {
	color:#7396AF;
	text-decoration:underline;
}

a:hover {
	color:#D90000;
	text-decoration:underline;
}



/* 行揃え（汎用） --------------------------------------------------------------*/
.taRight {
	text-align:right;
}
.taCenter {
	text-align:center;
}
.taLeft {
	text-align:left;
}
.vam {
	vertical-align:middle;
}
.vat {
	vertical-align:top;
}

/* 回り込み（汎用） --------------------------------------------------------------*/
.floLeft {
	float:left;
}
.floRight {
	float:right;
}
/* クリア ----------------*/
.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
	background:transparent;
}

/* リスト --------------------------------------------------------------*/
/* list */
ul.list {
	margin:0 auto;
	padding:0;
	list-style:none;
}
ul.list li {
	padding:0px 0 0 14px;
	margin:0 0 2px 0;
	background-image: url(../../../common/images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* link */
ul.link {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
ul.link li {
	margin:0 0 3px 0;
	padding:0 0 0 18px;
	background-image: url(../../../common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
ul.link li.pdf{
	background-image: url(../../../common/images/sidebar/pdf.gif);
}
/* link2 */
ul.link2 {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
ul.link2 li {
	float:left;
	width:250px;
	margin:0 0 3px 0;
	padding:0 0 0 18px;
	background-image: url(../../../common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
/* link3 */
ul.link3 {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
ul.link3 li {
	float:left;
	width:235px;
	margin:0 10px 3px 0;
	padding:0 0 0 18px;
	background-image: url(../../../common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/* link */
ul.pdf {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
ul.pdf li {
	margin:0 5px 0 0;
	padding:2px 0 2px 23px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-image: url(../../../common/images/sidebar/pdf.gif);
}
ul.disc {
	list-style-type:disc ;
	margin-left:0px;
	margin-bottom:10px;
	padding-left:20px;
}
ul.disc li{
	margin:0 0 3px 0;
}



/* テーブル
--------------------------------------------------------------*/
table.tbl{
	width:100%;
	border:1px solid #8C9BA5;
}
table.tbl th{
	padding:10px;
	border-top:1px solid #D6DBDD;
	font-weight:normal;
	background-color:#fff;
	text-align:left;
	vertical-align:top;
}
table.tbl td{
	padding:10px;
	border-top:1px solid #D6DBDD;
	border-left:1px solid #D6DBDD;
	vertical-align:top;
}
table.tbl tbody th{
	padding:10px;
	border-top:1px solid #D6DBDD;
	font-weight:normal;
	background-color:#F3F5F6;
	text-align:left;
/*	width:140px;*/
}
table.tbl thead th{
	padding:5px 10px;
	border-top:0px;
	border-left:1px solid #fff;
	font-weight:bold;
	background-color:#8C9BA5;
	text-align:left;
	color:#FFF;
}
table.tbl th.thWhite{
	background-color:#fff;
}
table.tbl th.thver2{
	background-color:#D7DADC;
	border-top:1px solid #FFFFFF;
}
table.tbl th a{
	font-weight:bold;
}
table.tbl th.borderLeft{
	border-left:1px solid #D6DBDD;
}
table.tbl th.noborderTop,
table.tbl td.noborderTop{
	border-top:0px;
}
table.tbl th.noborderLeft,
table.tbl td.noborderLeft{
	border-left:0px;
}
table.tbl th.borderLeft{
	border-left:1px solid #D6DBDD;
}

/* リンク
------------------------------------------------------------------------------------------*/
.arrow{
	margin:5px 0 0 0;
	padding:0 0 0 18px;
	background-image: url(../../../common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.rightArrow{
	text-align:right;
}
.rightArrow a{
	margin:5px 0 0 0;
	padding:0 0 0 18px;
	background-image: url(../../../common/images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
/*
.pdf{
	margin:0 5px 0 0;
	padding:2px 0 2px 23px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-image: url(../../../common/images/sidebar/pdf.gif);
}
*/

/* 流用画像に枠 --------------------------------------------------------------*/
img.border{
	border:1px solid #D9DEE1;
}


/* 全てのページに共通する定義（原則変更不可）
/* ぱんくず
------------------------------------------------------------------------------------------*/
#CONTENTPATH {
	padding:15px 0 15px 11px;
	margin:0;
	font-size:x-small;
	color:#818181;
	background-color:#ffffff;
}
#CONTENTPATH span{
	font-weight:bold;
	color:#3C3C3C;
}

/* WRAPPER
------------------------------------------------------------------------------------------*/
#WRAPPER {
	border-left:1px solid #D8D8D8;
	width:753px;
	padding:0 0 30px 0;
}
/* MAIN
------------------------------------------------------------------------------------------*/
#MAIN {
	margin:0 0 0 10px;
	width:743px;
	background-image: url(../../../common/images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#MAINBTM {
	background-image: url(../../../common/images/sidebar/side_bg_btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* CONTENTS
------------------------------------------------------------------------------------------*/
#CONTENTS {
	width:563px;
	float:left;
}

/* SIDEBAR
------------------------------------------------------------------------------------------*/
#SIDEBAR {
	margin:0 0 0 10px;
	padding:0 0 31px 0;
	width:170px;
	float:left;
	border-top:4px solid #000000;
	text-align:center;
}
#SIDEBAR .txtlink{
	padding:15px;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-left:2px solid #E3E3E3;
	border-right:2px solid #E3E3E3;
	background-image: url(../../../common/images/sidebar/sideber_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#B3B3B4;
	text-align:left;
}
#SIDEBAR .txtlink a{
	color:#FFF;
	font-weight:bold;
}
#SIDEBAR ul {
	width:166px;
	margin:0px auto;
	padding:0;
	list-style:none;
}
#SIDEBAR li {
	padding:4px 0 8px 0;
	font-weight:bold;
	text-align:left;
	background-image: url(../../../common/images/sidebar/side_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#SIDEBAR li.cur{
	background-color:#fff;
}
#SIDEBAR li a{
	display:block;
	margin:0 5px 0 0;
	padding:2px 0 2px 23px;
	background-image: url(../../../common/images/sidebar/side_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#SIDEBAR li.cur span{
	display:block;
	margin:0 5px 0 0;
	padding:2px 0 2px 23px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-image: url(../../../common/images/sidebar/side_arrow02.gif);
}
#SIDEBAR li.pdf a{
	display:block;
	margin:0 5px 0 0;
	padding:2px 0 2px 23px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-image: url(../../../common/images/sidebar/pdf.gif);
}
#SIDEBAR li a,
#SIDEBAR li a:link,
#SIDEBAR li a:active,
#SIDEBAR li a:visited {
	text-decoration:none;
}
/* 下層 */
#SIDEBAR ul li.first,
#SIDEBAR ul li.firstcur{
	padding:0 0 2px 0;
}
#SIDEBAR ul li.first span{
	width:166px;
	display:block;
	padding:4px 0 6px 0;
}
#SIDEBAR ul li.firstcur{
}
#SIDEBAR ul li.firstcur span{
	background-color:#fff;
/*	width:166px;*/
	display:block;
	padding:6px 0 8px 23px;
	background-repeat: no-repeat;
	background-position: 4px 8px;
	background-image: url(../../../common/images/sidebar/side_arrow02.gif);
}
#SIDEBAR ul li.firstcur span a{
	background-image: none;
	padding:0px;
}
#SIDEBAR ul li ul {
/*	width:147px;*/
	width:166px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;

	padding:2px 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../../common/images/sidebar/side_line.gif);

}
#SIDEBAR ul li ul li {
	padding:2px 0 2px 18px;
	font-weight:bold;
	text-align:left;
	background-image: url(../../../common/images/sidebar/side_line02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#SIDEBAR ul li ul li.linenone{
	background-image:none;
}
#SIDEBAR ul li ul li a{
	padding:4px 0 2px 18px;
	background-image: url(../../../common/images/sidebar/side_arrow03.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
#SIDEBAR ul li ul li.cur span{
	display:block;
	width:120px;
	margin:0 5px 0 0;
	padding:4px 0 2px 18px;
	background-image: url(../../../common/images/sidebar/side_arrow04.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
#SIDEBAR .service{
	width:152px;
	padding:15px 0 20px 0;
	text-align:right;
}
#SIDEBAR .service a{
	padding:2px 0 2px 23px;
	background-image: url(../../../common/images/sidebar/side_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
#SIDEBAR .contact{
	padding:0 0 435px 0;
	background-image: url(../../../common/images/sidebar/side_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}


/* HEADER
--------------------------------------------------------------*/
#HEADER{
	width:763px;
	padding:0;
}
#HEADER p{
	padding:4px 18px;
	background-color:#CACACA;
	color:#fff;
	font-size:x-small;
}
#HEADER .logo{
	width:120px;
	margin:13px 0 10px 15px;
	float:left;
}
#HEADER .search{
	float:right;
	margin:6px 10px 0 0;
}
#HEADER .search p{
	padding:0px;
	margin:0 0 5px 0;
	background-color:#fff;
	color:#405869;
	font-size:x-small;
	text-align:right;
}
#HEADER .search p a{
	padding:0px 0px 2px 15px;
	background-color:#fff;
	background-image: url(../../../common/images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#HEADER .search input{
	vertical-align:middle;
	margin-left:5px;
}
#HEADER .search .input1{
	width:165px;
	color:#818181;
}

/* NAVI
--------------------------------------------------------------*/
#NAVI{
	border-left:1px solid #D8D8D8;
	width:763px;
	clear:both;
}
#NAVI ul {
	margin:0;
	padding:0;
	list-style:none;
}
#NAVI li {
	float:left;
	padding:0;
	margin:0px;
}
#NAVI li img {
	border:0;
	vertical-align:bottom;
}

/* SUBNAVI
--------------------------------------------------------------*/
#SUBNAVI{
	border-left:1px solid #D8D8D8;
	width:763px;
	height:24px;
	clear:both;
	border-top:1px solid #D8D8D8;
	background-image: url(../../../common/images/navi/navi_subbg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#ACACAC;
}
#SUBNAVI ul {
	margin:0;
	padding:4px 0 0 0;
	list-style:none;
}
#SUBNAVI li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
}
#SUBNAVI li img {
	border:0;
	vertical-align:bottom;
}

/* PAGETOP
------------------------------------------------------------------------------------------*/
#PAGETOP {
	margin:15px 0 0 0;
	text-align:right;
}
#PAGETOP a{
	padding:2px 0 0 18px;
	background-image: url(../../../common/images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* FOOTER
--------------------------------------------------------------*/
#FOOTER{
	margin:0;
	width:775px;
	padding:0;
/*	background-image: url(/common/images/bg_03.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#FOOTER .footerlink{
	width:764px;
	margin:0px;
	clear:both;
	background-color:#D5D5D5;
}
#FOOTER .footerlink ul{
	margin:0px;
	padding:5px 0;
	list-style:none;
}
#FOOTER .footerlink li{
	float:left;
	margin:0 0 5px 0;
	padding:0 8px;
	line-height:1;
	border-left:1px solid #ffffff;
	font-size:x-small;
}
#FOOTER .footerlink li.first{
	border-left:0;
}
#FOOTER .copyright{
	width:764px;
	padding:5px 0;
	text-align:right;
	background-image: url(../../../common/images/bg_02.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#FOOTER .copyright img{
	margin-right:5px;
}

