@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}
#banner table tr td {
	padding-left : 5px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}
#wrapper #contents #main #chinab a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #contents #main #news h2 {
	color: #FFF;
	background-color: #F00;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
}
#news {
	margin-top: 20px;
}



a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:790px;
   margin:0 auto;
   background:url(img/bg_contents_left.gif) 0 0 repeat-y;
}

#wrapper {
   width:790px;
   background:url(img/bg_contents_right.gif) 100% 0 repeat-y;
}

#header {
	position:relative;
	padding:0 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

#pr {
	width:480px;
	position:absolute;
	left:280px;
	top:10px;
	text-align: right;
}

#contents {
   margin:0 5px;
   padding:20px 20px 0 20px;
}

#main {
   float:right;
   width:500px;
}

#sub {
   float:left;
   width:220px;
}

#totop {
   clear:both;
}

#footer {
   clear:both;
   margin:0 5px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:2em;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   font-size:0.75em;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   background:#ddd;
}

#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
}

#sub li a {
	display:block;
	padding-left:12px;
	background:url(img/bg_list.gif) 0 6px no-repeat;
}

/* MENU CUSTOMIZE */
#contents #sub #menu ul {
   margin:0 0 20px 0;
   padding:0;
}

#contents #sub #menu li {
   margin:0;
   padding:0;
   font-size:0.75em;
   color:#333;
   list-style-type:none;
}

#contents #sub #menu li a {
	display:block;
	width:200px;
	color:#333;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #DCDCDC;
	background:url(img/bg_menulist.gif) 0 12px no-repeat;
}

#contents #sub #menu li a:hover {
	color:#C00;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
	color:#C00;
}

#main a:hover {
   color:#0172AB;
   border-bottom:1px solid #0172AB;
}

#main h2 {
	margin-bottom:7px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	border-bottom:3px double #535D57;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
}
#top #wrapper #contents #main dl {
	margin-top: 4px;
}


#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main p {
	0.margin:0 0 1em 0;
	font-size:0.75em;
	margin-top: 5px;
}

#main ul,ol,dl {
	font-size:12px;
}

#main dt {
	margin-bottom:3px;
	color: #C00;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

#main .icatch {
   margin-bottom:20px;
}


/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOTOP CUSTOMIZE======== */
#totop{
   position:relative;
   height:2em;
}

#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   font-size:0.63em;
}

#totop p a {
   padding-left:8px;
   background: url(img/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(img/bg_dotline.gif) 0 0 repeat-x;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

#footMenu li a {
	padding-left:10px;
	background-image: url(img/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	margin:0 10px;
	padding:5px 0;
	font-size:0.63em;
	color:#fff;
	text-align:center;
	background-color: #C00;
}
#top #wrapper #contents #main #historytable table tr .ta1 {
	font-size: 12px;
	background-color: #E1E1E1;
	width: 122px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}
#top #wrapper #contents #main #historytable table tr .ta2 {
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-top: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}
#top #wrapper #contents #main #office table tr .office-ta1 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#top #wrapper #contents #main #office table tr .office-ta2 {
	font-size: 14px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 90px;
}
#top #wrapper #contents #main #office table tr .office-ta3 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 230px;
}
#top #wrapper #contents #main #job table tr .job-ta1 {
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#top #wrapper #contents #main #job table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#top #wrapper #contents #main #job table tr .job-ta2 {
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 230px;
}
#top #wrapper #contents #main #job table tr .job-ta3 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 180px;
}
#top #wrapper #contents #sub .section table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#wrapper #contents #main #fc {
	height: 120px;
}
.fcl {
	float: left;
	margin-right: 2px;
}
.fcr {
	margin: 5px;
	float: right;
}
#top #wrapper #contents #main table tr .cm {
	font-size: 14px;
	padding-left: 5px;
	color: #030;
	width: 230px;
}
#china {
	font-size: 14px;
}
#top #wrapper #contents #main #china table tr td h4 {
	color: #C00;
	font-size: 18px;
	letter-spacing: 0.3em;
}
#top #wrapper #contents #main #china table tr .chinat1 {
	font-size: 14px;
	color: #300;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 90px;
}
#top #wrapper #contents #main #china table tr .chinat2 {
	width: 340px;
	color: #330;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#top #wrapper #contents #main table tr .pro-t1 {
	font-size: 14px;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#top #wrapper #contents #main table tr .pro-t2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	padding-left: 5px;
}
#fc1 {
	font-size: 14px;
	margin-bottom: 15px;
}
#top #wrapper #contents #main #fc1 table tr td img {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
}
#banner {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
}
#wrapper #contents #main #banner table tr td h2 {
	color: #600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #contents #main #banner table tr td h3 {
	color: #309;
	font-size: 16px;
}
#wrapper #contents #main #banner table tr td h4 {
	font-size: small;
	text-align: right;
}
#wrapper #contents #main #banner table tr td h5 {
	font-size: 16px;
	color: #03C;
}



#update {
	overflow: auto;
	height: 120px;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 50px;
}
.fcvd {
	padding-right: 15px;
}
#wrapper #contents #main #update .information dd  h3 {
	color: #F00;
	font-size: medium;
}
#jobtable {
	margin-left: 40px;
}

