/* base style */
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family: "ＭＳ Ｐゴシック","Osaka","Arial","Helvetica";
}
img { border:0; }

body {
	background-color:#E5E5E5;
	text-align:center;
	font-size:100%;
}

#base {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:3px solid #0077B4;
	border-right:3px solid #0077B4;
}

#main {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* header */
#main img.logo {
	float:left;
	margin-top:10px;
	/* margin-top:26px; */
}

#main div.right {
	width:300px;
	float:right;
	text-align:right;
}

#main img.hc_logo {
	margin-top:10px;
}

.right a.link {
	display:block;
	float:left;
	margin-top:30px;
	font-size:12px;
	text-decoration:none;
	color:#666666;
	/* margin-top:17px; */
}

.right a.link:hover {
	text-decoration:underline;
}

#smenu {
	float:right;
	width:122px;
	height:26px;
	border:1px solid gray;
	padding-right:2px;
	_padding-left:2px;
	margin-top:22px;
}

#smenu a {
	margin-top:2px;
	_margin-bottom:2px;
	float:right;
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	border:1px solid white;
	color:white;
	background-color:#0077B4;
}

#smenu a.small { font-size:12px; }
#smenu a.medium { font-size:14px; }
#smenu a.large { font-size:16px; }

#smenu p {
	display:block;
	margin-top:7px;
	font-size:10px;
	font-weight:bold;
}

#menu {
	margin-top:10px;
	height:22px;
	background-image:url("../img/menu_bg1.jpg");
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	float:left;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	height:22px;
	padding:0px 20px;
	text-decoration:none;
	background-image:url("../img/menu_bg1.jpg");
	border-right:1px solid white;
}

#menu a:hover {
	background-image:url("../img/menu_bg2.jpg");
}

/* contents */
#left_content {
	float:left;
	width:600px;
	margin-top:10px;
}

#right_content {
	float:right;
	width:200px;
	margin-top:10px;
}

/* footer */
#foot {
	margin-top:20px;
	padding:5px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0077B4;
	font-family:sans-serif;
}

.clear {
	clear:both;
	font-size:1px;
}

.bottom {
	margin-bottom:10px;
}

/* top_page */
#left_content h1.top {
	width:600px;
	height:400px;
}

#left_content h2.top{
	margin-top:10px;
	font-weight:bold;
	line-height:140%;
}

#left_content p.bcopy {
	margin-top:10px;
	font-size:80%;
	line-height:140%;
}

#left_content p.plist {
	font-size:12px;
	color:#666666;
	margin-bottom:20px;
}

.plist a {
	font-size:12px;
	color:#0077B4;
}

#left_content span { display:none; }

#left_content div.news_title {
	width:598px;
	margin-top:10px;
	padding:5px 0;
	font-size:80%;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:5px;
	background-color:#3399CC;
	border:1px solid #3399CC;
}

#left_content div.news {
	width:598px;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#F3FFCB;
	border:1px solid #3399CC;
}

.news ul {
	list-style:none;
}
.news li {
	float:left;
	padding:5px 0;
	font-size:70%;
}

.news li.left {
	width:120px;
	text-align:right;
}

.news li.right {
	width:476px;
	text-indent:5px;
	color:#666666;
}

.news img {
	vertical-align:middle;
}

.news a {
	text-decoration:none;
	color:#666666;
}

.news a:hover {
	text-decoration:underline;
}

#right_content p,
#right_content a {
	display:block;
	width:200px;
}

#right_content p {
	margin-top:10px;
	height:30px;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	border-top:3px solid gray;
	background-color:#DDDDDD;
	cursor:pointer;
}

#right_content p.top {
	margin:0;
}

#right_content p.bottom {
	cursor:auto;
}

#right_content ul {
	list-style:none;
}
#right_content span.bcopy {
	margin-top:10px;
	font-size:12px;
}

#right_content li {
	clear:both;
}

#right_content a {
	min-height:20px;
	font-size:10px;
	line-height:20px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid gray;
	background:none;
}

#right_content a.selectpage {
	color:#FFFFFF;
	background-image:url("../img/menu_bg1.jpg");
}

#right_content a:hover {
	color:#FFFFFF;
	background-image:url("../img/menu_bg2.jpg");
}

#right_content a.nbk:hover { background-image:none; }

/* business */
#left_content img.biz {
	float:left;
	margin-right:10px;
	vertical-align:top;
}

#left_content h1.biz {
	font-weight:bold;
	line-height:140%;
}

#left_content h2.biz {
	font-size:90%;
	text-indent:3px;
	color:#339900;
	padding:2px 0;
	border-left:5px solid #339900;
	border-bottom:1px solid #339900;
	margin-bottom:5px;
}

#left_content h3.biz {
	margin-top:15px;
	font-size:80%;
	line-height:140%;
	font-weight:bold;
}

#left_content p.biz {
	text-indent:1em;
	margin-top:10px;
	font-size:80%;
	line-height:140%;
}

#left_content p.technical {
	margin-top:5px;
	font-size:80%;
	line-height:140%;
}

.technical img {
	width:598px;
	height:auto;
	border:1px solid #D7E4FF;
	margin-top:5px;
	margin-bottom:10px;
}

.technical img.range {
	width:600px;
	height:310px;
	border:0 none;
}

img.trust {
	margin-top:10px;
	width:600px;
	height:673px;
}

#left_content p.sign {
	margin-top:20px;
	text-align:right;
	font-size:80%;
	line-height:140%;
}

#left_content div.idea,
#left_content div.mission {
	margin-top:20px;
	width:598px;
	background-color:#EAEEEA;
	border:1px solid #ABBBAB;
}

#left_content div.mission {
	margin-bottom:20px;
}

.idea h2, .mission h2 {
	margin-top:10px;
	margin-left:10px;
	font-weight:bold;
}

.idea h3 {
	margin:10px 40px;
	font-weight:bold;
	color:#3366CC;
}

.mission p {
	margin:10px 40px;
	font-size:80%;
	line-height:140%;
}

.mission ul {
	margin:20px;
	font-size:80%;
	line-height:140%;
	list-style: decimal inside;
}

.mission li {
	margin-bottom:10px;
}

.mission li strong {
	line-height:180%;
	font-weight:bold;
	color:#339900;
}

#left_content p.line7,
#left_content p.line6,
#left_content p.line5,
#left_content p.line4,
#left_content p.line3,
#left_content p.line2,
#left_content p.line {
	font-size:80%;
	padding:3px;
	text-indent:5px;
	color:#FFFFFF;
	background-color:#3399CC;
	margin-bottom:5px;
}

#left_content p.line2 {
	margin-top:10px;
}

#left_content div.scroll{
	margin-top:20px;
	text-align:right;
	overflow:hidden;
}

.scroll p {
	font-size:12px;
	font-weight:bold;
	color:#3399CC;
	cursor:pointer;
}

#left_content div.pro_l,
#left_content div.pro_c,
#left_content div.pro_r {
	float:left;
	width:200px;
	margin-bottom:10px;
}

#left_content div.pro_l { text-align:left; }
#left_content div.pro_c { text-align:center; }
#left_content div.pro_r { text-align:right; }

.pro_l p, .pro_c p, .pro_r p {
	margin-top:5px;
	text-align:left;
	width:190px;
	font-size:70%;
	line-height:140%;
}

#left_content div.pro_b {
	float:left;
	width:334px;
	margin-bottom:20px;
}

.pro_b img {
	float:left;
	margin-right:10px;
	vertical-align:top;
}

.pro_b p {
	text-align:left;
	font-size:60%;
	line-height:140%;
}

#left_content div.pro_s {
	float:left;
	width:118px;
	margin-left:14px;
	text-align:left;
}

.pro_s p {
	margin-top:5px;
	text-align: left;
	font-size:70%;
	line-height:140%;
}

#left_content img.technical {
	margin-top:10px;
	vertical-align:top;
}

#left_content p.qt {
	margin-top:10px;
	font-size:80%;
	line-height:140%;
}

#left_content div.qt {
	margin-top:10px;
	margin-left:10px;
	float:right;
	width:195px;
}

.qt img {
	width:195px;
	height:112px;
	vertical-align:top;
}

.qt p {
	margin-top:5px;
	font-size:10px;
}

#left_content img.qt2 {
	margin-top:10px;
}

#left_content div.qtright,
#left_content div.qtleft {
	float:left;
	margin-top:10px;
	width:147px;
}

#left_content div.qtleft {
	margin-right:3px;
}

.qtright img,
.qtleft img {
	width:147px;
	height:109px;
	margin-bottom:5px;
}

.qtright strong,
.qtleft strong {
	width:147px;
	font-size:10px;
	font-weight:bold;
	color:#3399CC;
}

.qtright p,
.qtleft p {
	margin-top:3px;
	width:147px;
	font-size:10px;
	line-height:14px;
}

#left_content p.pilot_t {
	margin-top:10px;
	padding:5px 0;
	width:600px;
	font-size:80%;
	font-weight:bold;
	border-top:2px solid #444444;
}

#left_content p.pilot_b {
	margin-bottom:10px;
	padding:5px 0;
	font-size:70%;
	border-top:1px solid #444444;
	border-bottom:2px solid #444444;
}

#left_content div.chtl,
#left_content div.chtr {
	float:left;
	width:294px;
	margin:5px 0 0 0;
	padding:0;
}

#left_content div.chtl {
	margin-right:5px;
}

.chtl img, .chtr img {
	width:294px;
	height:185px;
	margin:0 0 5px 0;
}

.chtl strong, .chtr strong {
	display:block;
	width:294px;
	font-size:10px;
	font-weight:bold;
	color:#3399CC;
	margin:0 0 3px 0;
}

.chtl p, .chtr p {
	padding:3px 0 0 0;
	width:294px;
	font-size:10px;
	line-height:14px;
	border-top:1px solid #444444;
}

#left_content div.chdl,
#left_content div.chdr {
	float:left;
	width:145px;
	margin:5px 0 0 0;
	padding:0;
}

#left_content div.chdl {
	margin-right:5px;
}

.chdl img, .chdr img {
	width:145px;
	height:250px;
	margin:0 0 5px 0;
}

.chdl strong, .chdr strong {
	display:block;
	width:145px;
	font-size:10px;
	font-weight:bold;
	color:#3399CC;
	margin:0 0 3px 0;
}

.chdl p, .chdr p {
	padding:3px 0 0 0;
	width:145px;
	font-size:10px;
	line-height:14px;
	border-top:1px solid #444444;
}

#left_content img.ev1 {
	margin-top:10px;
	width:600px;
	height:322px;
}

#left_content div.evl {
	float:left;
}

p.ev_title {
	margin-top:20px;
	text-indent:5px;
	width:395px;
	font-size:80%;
	font-weight:bold;
	border-left:5px solid #339900;
}

p.ev_body {
	margin-top:5px;
	margin-bottom:10px;
	font-size:80%;
	line-height:140%;
}

img.ev2 {
	float:left;
	width:215px;
	height:150px;
}

img.ev3 {
	float:left;
	width:111px;
	height:150px;
	margin-left:10px;
}

p.caption {
	float:left;
	margin-top:5px;
	font-size:10px;
}

#left_content div.evr {
	float:left;
	margin-left:10px;
	width:184px;
	_width:190px;
}

img.evil,
img.evir {
	width:87px;
	height:120px;
	border:1px solid #3399FF;
}

img.evil {
	float:left;
}

img.evir {
	float:right;
}

#left_content table.inquiry {
	margin:10px 0;
	width:600px;
	border-collapse:collapse;
	border-spacing:0;
}

.inquiry th, .inquiry td {
	padding:5px;
	font-size:80%;
	color:#0077B4;
	border:1px solid gray;
	vertical-align:middle;
}

.inquiry th {
	width:120px;
	font-weight:bold;
	text-align:center;
	background-color:#D7DBE9;
}

.inquiry td {
	width:480px;
}

.inquiry td.cols {
	width:600px;
	text-align:center;
	background-color:#D7DBE9;
}

.inquiry strong.error {
	font-weight:bold;
	color:#DD0000;
}

.inquiry input,
.inquiry textarea {
	border:1px solid gray;
}

.inquiry input.text1 {
	width:150px;
	margin-right:5px;
	vertical-align:middle;
}

.inquiry input.text2 {
	width:60px;
	margin-right:5px;
	vertical-align:middle;
}

.inquiry input.text3 {
	width:430px;
	margin-right:5px;
	vertical-align:middle;
}

.inquiry textarea.tarea {
	width:430px;
	height:100px;
	margin-right:5px;
	vertical-align:top;
}

.inquiry select {
	margin-right:5px;
	vertical-align:middle;
}

.inquiry input.button {
	width:100px;
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
}

#left_content p.telfax {
	margin:10px 0;
	padding:5px 0;
	width:600px;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#144AC0;
}

#left_content dl.telfax {
	width:600px;
}

.telfax dt, .telfax dd {
	float:left;
	font-size:80%;
	font-weight:bold;
	line-height:140%;
	color:#144AC0;
}

.telfax dt {
	width:220px;
	text-align:right;
}

.telfax dd {
	width:auto;
	margin-left:10px;
}

#left_content p.thanks {
	margin-top:30px;
	width:600px;
	padding:30px 0;
	font-weight:bold;
	color:#3366CC;
	text-align:center;
	background-color:#EAEEEA;
	border:1px solid #ABBBAB;
}

/* company */

#left_content dl.summary {
	width:600px;
}

.summary dt, .summary dd {
	float:left;
	margin:5px 0;
	font-size:80%;
	line-height:140%;
}

.summary dt {
	width:150px;
	color:#0077B4;
}

.summary dd {
	width:437px;
	padding-left:10px;
	border-left:3px solid #3399FF;
}

a.plink { text-decoration:none; }

#left_content table.results {
	margin:10px 0;
	width:600px;
	border-collapse:collapse;
	border-spacing:0;
}

.results th, .results td {
	padding:5px;
	font-size:80%;
	border:1px solid gray;
	vertical-align:middle;
}

.results th {
	text-align:left;
	text-indent:5px;
	background-color:#FEEBBF;
}

.results th.bg1 {
	background-color:#FFF5E0;
}
.results td {
	text-align:center;
}

.results td.bg1 {
	background-color:#EBF6FD;
}
.results th.results_l,
.results td.results_l {
	border-left:1px solid white;
}

.results th.results_r,
.results td.results_r {
	border-right:1px solid white;
}

.results th.text_c {
	text-align:center;
	background-color:#D3E5F6;
}


#left_content img.history {
	margin:5px 0;
	width:600px;
	height:314px;
}

#left_content img.chart {
	margin:5px 0;
	width:600px;
	height:305px;
}

#left_content dl.f_list {
	float:left;
	margin:10px 0;
	max-width:285px;
}

#left_content dl.right {
	margin-left:30px;
}
.f_list dt, .f_list dd {
	font-size:80%;
	line-height:140%;
}

.f_list dt {
	font-weight:bold;
	text-indent:5px;
	border-left:3px solid #3399FF;
	margin-bottom:5px;
}

.f_list dd {
	text-align:left;
	margin-bottom:10px;
}

/* factory */

#left_content p.factory1 {
	/*position:relative; top:-433px; left:0px;*/
	margin-top:10px;
	width:600px;
	font-size:80%;
	line-height:140%;
}

#left_content p.factory {
	margin-top:10px;
	margin-bottom:20px;
	font-size:80%;
	line-height:140%;
}

#left_content img.j_map {
	margin-top:10px;
	margin-right:10px;
	vertical-align:top;
}

#left_content img.as10 {
	float:left;
	margin-top:10px;
}

#left_content img.as11 {
	float:right;
	margin-top:10px;
}

#left_content img.as12,
#left_content img.as13 {
	float:right;
	margin-top:5px;
}

#left_content p.f_caption {
	float:right;
	width:182px;
	margin-top:5px;
	font-size:10px;
	text-align:left;
}

#left_content img.as01 {
	float:right;
	margin:10px 0 20px 10px;
}

#left_content div.as_sl {
	float:left;
	width:145px;
	margin-bottom:5px;
	margin-left:1px;
}

#left_content div.as_s {
	float:left;
	width:145px;
	margin-bottom:5px;
	margin-left:6px;
}

#left_content div.od_sl strong,
#left_content div.od_s strong,
#left_content div.as_sl strong,
#left_content div.as_s strong {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#0077B4;
}

#left_content p.od_s,
#left_content p.as_s {
	margin-top:5px;
	font-size:10px;
	line-height:12px;
}

#left_content p.as_s img {
	vertical-align:middle;
}

#left_content p.line3 {
	float:left;
	width:442px;
	_width:448px;
}

#left_content p.line4 {
	float:left;
	width:140px;
	_width:146px;
	margin-left:6px;
}

#left_content div.sub_l,
#left_content div.sub_r {
	float:left;
	margin-top:10px;
	margin-left:1px;
	width:296px;
	font-size:14px;
	font-weight:bold;
	color:#0077B4;
}

#left_content div.sub_r {
	margin-left:6px;
}

#left_content table.flist_l,
#left_content table.flist_r {
	float:left;
	margin-top:5px;
	margin-left:1px;
	width:296px;
	border-collapse:collapse;
	border-spacing:0;
}

#left_content table.flist_r {
	margin-left:6px;
}

#left_content table.flist_l th,
#left_content table.flist_r th {
	padding:5px;
	font-size:75%;
	line-height:140%;
	border: 1px solid gray;
	border-left: 0 none;
	background-color: #D2DEE3;
	width:80px;
}

#left_content table.flist_l td,
#left_content table.flist_r td {
	padding:5px;
	font-family: "ＭＳ ゴシック","Osaka 等幅","Arial","Helvetica";
	font-size:75%;
	line-height:140%;
	border: 1px solid gray;
	border-right:0 none;
	background-color: #E5EBEE;
	width:216px;
}

#left_content img.yt11 {
	float:right;
	margin-top:10px;
	margin-bottom:20px;
}

#left_content div.yt01,
#left_content div.yt02 {
	margin-bottom:10px;
}

#left_content div.yt02 {
	float:left;
	width:300px;
}

#left_content div.yt01 {
	float:right;
	width:282px;
}

#left_content p.yt02,
#left_content p.yt01 {
	margin-top:5px;
	font-size:10px;
}

#left_content img.od01 {
	float:right;
	margin:10px 0;
	
}

#left_content div.od_sl {
	float:left;
	width:196px;
	margin-bottom:10px;
}

#left_content div.od_s{
	float:left;
	width:196px;
	margin-left:5px;
	margin-bottom:10px;
}

#left_content p.line5 {
	float:left;
	width:391px;
	_width:397px;
}

#left_content p.line6 {
	float:left;
	width:190px;
	_width:196px;
	margin-left:5px;
}

#left_content p.line7 {
	float:left;
	width:190px;
	_width:196px;
}

#left_content div.od_s dl,
#left_content div.od_s dt,
#left_content div.od_s dd {
	width:184px;
	_width:196px;
}

#left_content div.od_s dt,
#left_content div.od_s dd {
	display:block;
	clear:both;
	float:left;
	padding:5px;
	border:1px solid gray;
	font-size:12px;
	line-height:16px;
}

#left_content div.od_s dt{
	background-color:#C5F9C9;
	border-bottom:0 none;
}

/* error */

#error {
	width:810px;
	margin-top:10px;
	text-align:center;
	border-top:1px solid #3399CC;
}

#error h1 {
	width:598px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	line-height:140%;
	font-weight:bold;
	color:#3399CC;
	background-color:#EAEEEA;
	border:1px solid #ABBBAB;
}

#error p {
	width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	font-size:80%;
	line-height:140%;
}

#error p a{
	color:#5555ff;
}

/* sitemap */
#error p.plist {
	width:810px;
	font-family:sans-serif;
	text-align:left;
	font-size:12px;
	color:#666666;
}

#error p.plist a {
	font-size:12px;
	color:#0077B4;
}

#error div.sitemap_l,
#error div.sitemap_r {
	margin-bottom:30px;
	float:left;
	width:250px;
	text-align:left;
}

#error div.sitemap_l {
	margin-left:130px;
	_margin-left:70px;
}

#error div.sitemap_r {
	margin-left:30px;
}

#error div.sitemap_l dl,
#error div.sitemap_r dl {
}

#error div.sitemap_l dt,
#error div.sitemap_l dd,
#error div.sitemap_r dt,
#error div.sitemap_r dd {
	clear:both;
	float:left;
	font-size:80%;
	line-height:140%;
}

#error div.sitemap_l dt,
#error div.sitemap_r dt {
	margin-top:30px;
	padding:5px 0;
	width:245px;
	text-indent:5px;
	border-left:5px solid #3399FF;
	background-color:#E5EBEE;
}

#error div.sitemap_l dd,
#error div.sitemap_r dd {
	border-bottom:1px solid gray;
}

#error div.sitemap_l dd a,
#error div.sitemap_r dd a {
	padding:5px 0 5px 8px;
	width:242px;
	display:block;
	text-decoration:none;
	color:#666666;
}

#error div.sitemap_l dd a:hover,
#error div.sitemap_r dd a:hover {
	background-color:#EFEFEF;
}

#error div.scroll {
	margin-top:20px;
}

#error div.scroll p {
	width:600px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#3399CC;
	cursor:pointer;
}

/* privacy */

#left_content h1.privacy {
	font-size:80%;
	font-weight:bold;
	line-height:140%;
	color:#999999;
}

#left_content h2.privacy {
	margin-top:20px;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	color:#3399CC;
}

#left_content h3.privacy {
	margin-top:10px;
	font-size:80%;
	font-weight:bold;
}

#left_content p.privacy {
	margin-top:10px;
	font-size:80%;
	line-height:140%;
	text-indent:1em;
}

#left_content dl.privacy {
	margin-top:5px;
}

.privacy dt,
.privacy dd  {
	float:left;
	margin-top:10px;
	font-size:80%;
	line-height:140%;
}

.privacy dt {
	width:30px;
	text-align:right;
}

.privacy dd {
	width:565px;
	padding-left:5px;
}

.privacy strong {
	font-weight:bold;
}

.privacy2 dt,
.privacy2 dd {
	float:left;
	font-size:100%;
}
.privacy2 dt {
	width:30px;
	text-align:right;
}

.privacy2 dd {
	width:530px;
	padding-left:5px;
}

#left_content table.privacy,
#left_content table.privacy2 {
	margin:0;
	width:598px;
	border-collapse:collapse;
	border-spacing:0;
}

#left_content table.privacy {
	margin-top:10px;
}


#topics {
	width:596px;
	margin-left:auto;
	margin-right:auto;
}

#sr {
	width:100%;
	text-align:left;
}

.privacy th,
.privacy td {
	font-size:80%;
	line-height:140%;
	border:1px solid #444444;
	vertical-align:top;
}

.privacy th {
	width:230px;
	padding:10px;
	background-color:#E6F9FF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.privacy td {
	width:368px;
}

.privacy p {
	margin:10px;
}

.privacy p.bold {
	font-weight:bold;
}

.privacy ul.list {
	margin:10px 10px 10px 25px;
}

.list li {
	list-style:disc;
}

.list dt,
.list dd {
	float:left;
	font-size:90%;
}

.list dt {
	width:30px;
	text-align:right;
}

.list dd {
	width:313px;
	margin-left:5px;
}

.privacy td.list_title {
	width:598px;
	background-color:#E9F1FC;
}

.list_title dt,
.list_title dd {
	float:left;
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
}

.list_title dt {
	width:40px;
	text-align:right;
}

.list_title dd {
	width:533px;
	margin-left:5px;
}

.indent { text-indent:40px; }

/* recruit */
#left_content table.essential {
	margin-top:10px;
	width:600px;
}

.essential th, .essential td {
	padding:5px;
	line-height:140%;
	font-size:80%;
	vertical-align:middle;
}

.essential th {
	width:130px;
	background-color:#d7e5ff;
	text-align:center;
	font-weight:bold;
	color:#3366CC;
}

.essential td.ttl {
	border-left:5px solid #36C;
}

.essential img.pdf {
	width:28px;
	height:31px;
	float:left;
	padding-right:5px;
}

#left_content table.inner {
	margin-top:0;
}

.inner td {
	padding:0;
	font-size:100%;
}

#entry {
	margin-top:10px;
	padding:10px;
	border:1px solid #0066b3;
	font-size:80%;
	line-height:140%;
}

#p_info {
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #0066b3;
}

#p_info p {
	font-size:90%;
	font-weight:bold;
	color:#0066b3;
}

#p_info ul li {
	list-style-type:none;
	padding-top:10px;
	padding-left:1em;
	font-size:80%;
	line-height:140%;
}

@media print {
	body {
		background-color:#FFFFFF;
	}
	#base {
		width:640px;
		border:0;
	}
	#error, #main { width:600px; }
	#error div.sitemap_l {
		margin-left:30px;
		_margin-left:15px;
	}

	#error div.sitemap_r {
		margin-left:38px;
	}
	#main img.logo { margin-top:0; }
	#main div.right,
	#right_content,
	#error p.plist,
	#left_content p.plist,
	#left_content div.scroll,
	#left_content ul.trust,
	#left_content dl.history,
	#foot,
	#menu { display:none; }
	.page_break {
		page-break-after: always;
	}
	#sr { display:none; }
}
@media screen {
	#left_content ul.trust,
	#left_content dl.history { display:none; }
	#pr { display:none; }
}
