@charset "Shift_JIS";
/*---------- すべての要素 ----------*/
*
	{
		color: #330;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
	}
/*---------- body ----------*/
body
	{
		margin: 0;
		padding: 0;
		height: 100%;
		text-align: center;
		background: #DAF1BE url(img_common/bg_body.gif) repeat-y center;
	}
/*---------- a ----------*/
a:link {color: #693; text-decoration: underline;}
a:visited {color: #696; text-decoration: underline;}
a:hover {color: #f90; text-decoration: underline;}
a:active {color: #f90; text-decoration: underline;}
/*---------- h ----------*/
h1
	{
		margin: 0.25em 0.5em 0.25em 0;
		padding: 0 0 0 20px;
		/* Mac IE hack start \*/
		padding: 0.2em 0 0 20px;
		/* Mac IE hack end */
		font-size: 120%;
		color: #036;
		background: #fff url(img_common/icon_h1.gif) no-repeat left center;
		border-bottom: 1px solid #ccc;
	}
h2
	{
		margin: 1em 0.5em 0.25em 0;
		padding: 0 0 0 20px;
		/* Mac IE hack start \*/
		padding: 0.2em 0 0 20px;
		/* Mac IE hack end */
		font-size: 100%;
		color: #036;
		background: #fff url(img_common/icon_h2.gif) no-repeat left center;
	}
body#home h1
	{
		border-bottom: 0px solid #ccc;
	}
/*---------- img ----------*/
img
	{
		border: none;
	}
/**********************************************************************/
/*---------- containerブロック ----------*/
div#container
	{
		text-align: left;
		position: relative;
		margin: 0 auto;
		width: 792px;
		height: 100%;
	}
/*---------- headerブロック ----------*/
div#header
	{
		width: 792px;
		height: 66px;
		background: #fff url(img_common/bg_header.gif) no-repeat;
	}
/*---------- menuブロック ----------*/
div#menu
	{
		float: left;
		width: 204px;
		background: #fff;
	}
div#menu ul, td#menu ul li
	{
		margin: 0;
		padding: 0;
	}
div#menu ul li
	{
		list-style: none;
	}
div#menu ul li.blank
	{
		width: 184px;
		border-bottom: 1px solid #aaa;
	}
div#menu ul li a
	{
		text-align: left;
		font-size: 90%;
		display: block;
		padding: 3px 0 3px 24px;
		width: 160px;
		text-decoration: none;
		border-bottom: 1px solid #aaa;
		background: url(img_common/icon_menu.gif) no-repeat 6px center;
	}
div#menu ul li a:link {color: #c00;}
div#menu ul li a:visited {color: #900;}
div#menu ul li a:hover {color: #633; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
div#menu ul li a:active {color: #f90;}
/*---------- 現在地 ----------*/
body#home div#menu ul li#menu-home a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#company div#menu ul li#menu-company a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#item div#menu ul li#menu-item a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#iso div#menu ul li#menu-iso a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#access div#menu ul li#menu-access a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#info div#menu ul li#menu-info a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#english div#menu ul li#menu-english a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
body#job div#menu ul li#menu-job a {color: #c99; background: #fff url(img_common/icon_menu_on.gif) no-repeat 6px center;}
/*---------- contentsブロック ----------*/
div#contents
	{
		text-align: left;
		float: right;
		width: 588px;
	}
div#contents p
	{
		text-align: left;
		padding: 0.5em 0.5em 0.5em 20px;
		font-size: 90%;
		line-height: 180%;
	}
div#contents ul
	{
		text-align: left;
		font-size: 90%;
		line-height: 180%;
		margin: 30px;
		padding: 0 0.5em 0 20px;
	}
div#contents ol
	{
		text-align: left;
		font-size: 90%;
		line-height: 180%;
		margin: 30px;
		padding: 0 0.5em 0 20px;
	}
div#contents li
	{
		margin-left: -1em;
	}
div#contents img.float
	{
		float: left;
		margin: 0.2em 0.5em 0 0;
	}
/*----------table(罫線付)----------*/
td, th
	{
		font-size: 90%;
		line-height: 180%;
	}
div.table-box
	{
		width: 90%;
		padding: 0 0.5em 0 20px;
	}
div.table-box table.line
	{
		width: 100%;
		border-left: 1px solid #7CA653;
		border-top: 1px solid #7CA653;
	}
div.table-box table.line th
	{
		text-align: left;
		padding: 3px 6px;
		border-right: 1px solid #7CA653;
		border-bottom: 1px solid #7CA653;
		background: #E6F2D8;
	}
div.table-box table.line td
	{
		text-align: left;
		padding: 3px 6px;
		border-right: 1px solid #7CA653;
		border-bottom: 1px solid #7CA653;
	}
/*---------- footerブロック ----------*/
div#footer
	{
		clear: both;
		width: 792px;
	}
div#footer span
	{
		display: block;
		padding: 6px;
		border-top: 1px dashed #aaa;
		color: #630;
		text-align: right;
		font-size: 70%;
	}





















/*ここから下は要らないかもしれません*/
/**********************************************************/
/*左上*/
.lt {text-align: left; vertical-align: top;}
/*左中*/
.lm {text-align: left; vertical-align: middle;}
/*左下*/
.lb {text-align: left; vertical-align: bottom;}
/*中上*/
.ct {text-align: center; vertical-align: top;}
/*中中*/
.cm {text-align: center; vertical-align: middle;}
/*中下*/
.cb {text-align: center; vertical-align: bottom;}
/*右上*/
.rt {text-align: right; vertical-align: top;}
/*右中*/
.rm {text-align: right; vertical-align: middle;}
/*右下*/
.rb {text-align: right; vertical-align: bottom;}
