@charset "utf-8";

* {
	/*
	color:#374090;
	*/
	margin:0;
	padding:0;
	background-image:none;
	font-family: "ＭＳ ゴシック", "Osaka－等幅"
}

body {
	text-align:center;
	margin:0px auto 0px auto;
/*	background:url(../images/header-bg.jpg) repeat-x 0 0;*/
}

strong    { color:#4d4d4d; }
img       {
	border:none;
}
dl        { list-style-type:none; }
dt        { list-style-type:none; }
dd        { list-style-type:none; }
/*
ol        { list-style-type:none; }
*/
ul        { list-style-type:none; }
li        { list-style-type:none; }
.clear    { clear:both; margin:0; padding:0; width:0; height:0; /margin-bottom:-12px;/*IE対策*/ }

span.red_char { color:#c00; font-size:12px; font-weight:bold; }
span.comment  { font-weight:bold; color:#369; }
span.str      { font-weight:bold; }

a {	color:#374090;}

/*====================================*/
/*             CONTAINER              */
/*====================================*/
#wrap {
	text-align:center;
	margin:0 auto 0 auto;
	background:url(../images/header-bg.jpg) repeat-x top;
}
#container {
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
}
#header-bar {
	width:900px;
	height:110px;
	margin:0 auto 0 auto;
}
#header {
	width:900px;
	font-size:12px;
	position:relative;
	top:0;
	margin:0 auto 0 auto;
}
#contents {
	top:110px;
	width:900px;
	margin-top:20px;
}
#con-body {
	width:650px;
	float:left;
	margin-right: 10px;
}

#con-body-e {
	width:900px;
}

#side-menu {
	font-size: 12px;
	width:230px;
	float:right;
	clear:right;
}

#footer {
	font-size: 12px;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
	background-color:#369;
}


/*====================================*/
/*              HEADER                */
/*====================================*/
/* タイトル */
#header h1 {
	position:absolute;
	top:15px;
	left:5px;
}
/* サブタイトル */
#sub-title {
	position:absolute;
	width:490px;
	height:40px;
	top:25px;
	left:250px;
}
#sub-title dt {
	float:left;
	padding-top:6px;
	color:#999;
}
#sub-title dd {
	float:right;
	font-weight:bold;
	color:#999;
	padding-top:6px;
	padding-bottom:6px;
	border-top:dashed #999 1px;
	border-bottom:dashed #999 1px;
}
/* 言語選択 */
#languge-select {
	width:133px;
	height:22px;
	position:absolute;
	top:0;
	left:767px;
	text-align:right;
	background:url(../images/lang-select-bg.gif) no-repeat 0 0;
}
#languge-select ul {
	width:133px;
	height:22px;
	text-align:center;
	padding-left:7px;
	padding-top:4px;
}
#languge-select ul li {
	float:left;
	padding-right:12px;
	padding-left:7px;
	font-size: 10px;
}
#languge-select ul li a {
	text-decoration:none;
	color:#fff;
}
#languge-select ul li a:hover {
	text-decoration:underline;
}


/* 文字サイズ */
/*
#char_size_change {
	position:absolute;
	width:140px;
	height:30px;
	top:35px;
	left:755px;
	font-size:12px;
	margin-top:15px;
	background-color:#fff;
}
.char_set {
	font-size:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:3px;
	float:left;
	font-weight:bold;
	color:#666;
}
.char_set_small {
	float:left;
	font-weight:bold;
	padding-top:5px;
	padding-left:2px;
	background-color:#fff;
	background:url(images/lang-small-btn-a.gif) no-repeat;
	width:22px;
	height:21px;
}
.char_set_normal {
	float:left;
	font-weight:bold;
	padding-top:5px;
	padding-left:2px;
	background-color:#fff;
	background:url(images/lang-normal-btn-a.gif) no-repeat;
	width:22px;
	height:21px;
}
.char_set_big {
	float:left;
	font-weight:bold;
	padding-top:5px;
	padding-left:2px;
	background-color:#fff;
	background:url(images/lang-big-btn-a.gif) no-repeat;
	width:22px;
	height:21px;
}


/* 検索窓 */
#search-area {
	position:absolute;
	top:85px;
	left:665px;
	width:230px;
	height:20px;
	padding-top:2px;
	background:url(../images/search-icon.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#search-area .search-text {
	width:135px;
	height:16px;
	font-size:15px;
	margin-left:15px;
	border:solid #ddd 1px;
}
#search-area .submit-btn {
	text-indent:-9999em;
	width:46px;
	height:18px;
	background:url(../images/submit-btn.gif) no-repeat 0 0;
	border:none;
}
/* メインメニュー */
#main-menu {
	clear:both;
	position:absolute;
	top:79px;
	left:0;
}
#main-menu ol {
	width:626px;
	height:30px;
	background:url(../images/main-menu-bg.png) no-repeat 0 0;
}
#main-menu ol li {
	text-indent:-9999em;
	display:inline;
	float:left;
	width:124px;
	height:30px;
	margin-left:1px;
	list-style-type:none;
}
#main-menu ol li a {
	overflow:hidden;
	display:block;
	background:url(../images/main-menu.png) no-repeat 0 0; 
}
#main-menu ol li.menu01 a { width:124px; height:30px; background-position:-1px   0px; }
#main-menu ol li.menu02 a { width:124px; height:30px; background-position:-126px 0px; }
#main-menu ol li.menu03 a { width:124px; height:30px; background-position:-251px 0px; }
#main-menu ol li.menu04 a { width:124px; height:30px; background-position:-376px 0px; }
#main-menu ol li.menu05 a { width:124px; height:30px; background-position:-501px 0px; }

#main-menu ol li.menu01 a:hover { width:124px; height:30px; background-position:-1px   -30px; }
#main-menu ol li.menu02 a:hover { width:124px; height:30px; background-position:-126px -30px; }
#main-menu ol li.menu03 a:hover { width:124px; height:30px; background-position:-251px -30px; }
#main-menu ol li.menu04 a:hover { width:124px; height:30px; background-position:-376px -30px; }
#main-menu ol li.menu05 a:hover { width:124px; height:30px; background-position:-501px -30px; }

#main-menu ol li.menu01_on a { width:124px; height:30px; background-position:-1px   -30px; }
#main-menu ol li.menu02_on a { width:124px; height:30px; background-position:-126px -30px; }
#main-menu ol li.menu03_on a { width:124px; height:30px; background-position:-251px -30px; }
#main-menu ol li.menu04_on a { width:124px; height:30px; background-position:-376px -30px; }
#main-menu ol li.menu05_on a { width:124px; height:30px; background-position:-501px -30px; }


/*====================================*/
/*             SIDE-BAR               */
/*====================================*/
.side-box {
	clear:both;
	width:228px;
	margin-bottom:10px;
	border:solid #999 1px;
}
.side-menu {
	width:228px;
}
.side-menu dt {
	width:228px;
	border-bottom:solid #ccc 1px;
}
.side-menu dd {
	width:228px;
	border-bottom:solid #ccc 1px;
}
.category-menu {
	width:228px;
}
.category-menu dt {
}
.category-menu dd {
}
.side-news-list {
	text-align:left;
	width:228px;
}
.side-news-list li {
	width:228px;
	height:33px;
}
.side-news-list li a {
	text-decoration:none;
	width:203px;
	height:21px;
	display:block;
	margin-bottom:5px;
	padding-top:12px;
	padding-left:25px;
	border-bottom:dashed #ccc 1px;
	background:url(../images/list-style09.gif);
	background-repeat:no-repeat;
	background-position:center left;
	background-position:10px;
}
.side-news-list li a:hover {
}

.side-title {
	width:228px;
	height:45px;
	border-top:solid #369 2px;
}
.side-title h3 {
	border-bottom:solid #ccc 1px;
}
.side-search-box {
	width:210px;
	height:60px;
	margin-top:15px;
	margin-left:10px;
}
.side-search-txt {
	text-align:left;
	font-size:15px;
	padding-top:4px;
	padding-left:2px;
	width:145px;
	height:15px;
	border:solid #ccc 1px;
}
.side-search-btn {
	text-indent:-9999em;
	width:45px;
	height:18px;
	padding-top:2px;
	background:url(../images/side-search-btn.gif);
	background-repeat:no-repeat;
	background-position:center right;
	border:none;
}
.side-search-box ul {
	width:210px;
	height:15px;
	margin-top:12px;
	margin-left:20px;
}
.side-search-box ul li {
	float:left;
	margin-right:15px;
}
.side-search-box ul li a {
	padding-top:3px;
}
/* banner-box */
.banner-box {
	width:230px;
	margin-bottom:15px;
}
.banner-box ul {
	text-align:center;
	width:230px;
	height:40px;
	margin-left:20px;
}
.banner-box ul li {
	float:left;
	margin-right:15px;
}
/* company-banner-box */
.company-banner-box {
	width:230px;
	margin-bottom:15px;
	padding-top:10px;
	background-color:#E7EDF6;
}
.company-banner-box ul {
	margin-left:9px;
}
.company-banner-box ul li {
	width:211px;
	height:59px;
	padding-bottom:10px;
}


/*====================================*/
/*              FOOTER                */
/*====================================*/
.footer-menu {
	width:900px;
	margin:0 auto 0 auto;
	background-color:#1e3757;
}
.footer-menu dl {
	width:170px;
	margin-left:10px;
	text-align:left;
	float:left;
}
.footer-menu dl dt {
	margin-top:25px;
	margin-bottom:7px;
	padding-left:15px;
	background:url(../images/list-style01.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.footer-menu dl dt a {
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-4px;
	color:#fff;
}
.footer-menu dl dt a:hover {
	text-decoration:underline;
}
.footer-menu dl dd {
	margin-top:5px;
	margin-left:10px;
	padding-left:10px;
	background:url(../images/list-style02.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.footer-menu dl dd a {
	text-decoration:none;
	color:#fff;
}
.footer-menu dl dd a:hover {
	text-decoration:underline;
}
.copyright {
	text-align:center;
	width:900px;
	padding-top:40px;
	padding-bottom:100px;
}
.copyright p {
	letter-spacing:-1px;
	color:#fff;
}


/*====================================*/
/*             CONTENTS               */
/*====================================*/
#topic-path {
	width:650px;
	margin-bottom:10px;
}
#topic-path ul {
	width:650px;
}
#topic-path ul li {
	height:20px;
	font-weight:bold;
	float:left;
}
#topic-path ul li a {
	text-decoration:underline;
	font-weight:normal;
}
#topic-path ul li a:hover {
	text-decoration:none;
}
#page-title-box {
	text-align:left;
	width:650px;
}
#page-title-box h2 {
	text-align:left;
	width:633px;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:url(../images/category-title-bg.jpg) no-repeat 0 0;
	border-top:solid #dbdbdb 1px;
	border-left:solid #dbdbdb 1px;
	border-right:solid #dbdbdb 1px;
}
#page-title-box h3 {
	text-align:right;
	width:633px;
	height:26px;
	padding-top:7px;
	padding-right:15px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	background:url(../images/page-title-bg.jpg) no-repeat 0 0;
	border-bottom:solid #dbdbdb 1px;
	border-left:solid #dbdbdb 1px;
	border-right:solid #dbdbdb 1px;
}




#page-title-box .page-list {
	width:640px;
	padding:5px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#eee;
	word-break: keep-all;
}

*:first-child+html #page-title-box .page-list { /*for_IE7*/
	padding-bottom:20px;
}


#page-title-box .page-list ul {
	margin-left:15px;
}
#page-title-box .page-list ul li {
	height:10px;
	float:left;
	margin-bottom:5px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	border-right:solid #333 1px;
}
#page-title-box .page-list ul li a {
	text-decoration:underline;
}
#page-title-box .page-list ul li a:hover {
	text-decoration:none;
}







.information-box {
	margin-top:150px;
}
.information-list {
	width:630px;
	margin-top:15px;
	padding-left:20px;
}
.information-list li {
	width:650px;
	height:20px;
	margin-top:5px;
}
.information-list li a {
	text-decoration:none;
	padding-top:5px;
	padding-left:18px;
	background:urL(../images/list-style10.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.information-list li a:hover {
	text-decoration:underline;
}


/*====================================*/
/*              INDEX                 */
/*====================================*/
/* INDEX-TOP*/
#index-top {
	width:900px;
	height:260px;
	margin-bottom:15px;
}
.top-message {
	float:right;
}
.top-message h2 {
	width:380px;
	height:125px;
	background:url(../../images/index/top-message01.jpg);
	background-repeat:no-repeat;
}
.top-message p {
	width:380px;
	height:25px;
	background:url(../../images/index/top-message02.jpg);
	background-repeat:no-repeat;
}
.top-more-btn {
	clear:both;
	text-align:left;
	width:243px;
	height:47px;
	margin-top:24px;
	float:right;
	background:url(../../images/index/top-more-btn.jpg) no-repeat 0 0;
}
.top-more-btn a {
	text-decoration:none;
}
.content-box {
	text-align:left;
	margin-bottom:20px;
}

.content-box02 {
	text-align:left;
	margin-bottom:20px;
	color: #666;
}

/* tabの設定 */
#tabContent {
	width:650px;
}
#tab {
	width:650px;
	height:50px;
	text-align:center;
	text-decoration:none;
	background:url(../../images/index/top-tab-bg.jpg) no-repeat 0 0;
}
#tabIndex {
	height:29px;
	padding-top:21px;
	padding-left:5px;
	text-align:left;
	text-decoration:none;
}
#tabIndex li {
	width:167px;
	height:29px;
	margin-right:5px;
	float:left;
	cursor:pointer;
}
/* TAB close時 */
#tabIndex .close {
	text-decoration:none;
	font-size:15px;
	color:#06f;
}
/* TAB open時 */
#tabIndex .open {
	text-decoration:none;
	font-size:15px;
	color:#666;
}
/* 一覧ボタン */
.more-btn {
	width:91px;
	height:18px;
	margin-top:-27px;
	margin-right:10px;
	float:right;
}
/* TABの中身 */
#tabBoxIndex {
	width:650px;
}
.tabBox {
	width:648px;
	height:auto;
	margin-top:-1px;
	border:solid #ccc 1px;
}
.tab-left {
	width:120px;
	float:left;
}
.tab-left img {
	margin-top:50px;
	margin-bottom:20px;
	margin-left:15px;
}
.tab-right {
	width:520px;
	padding-top:20px;
	float:right;
}
.content-menu {
	text-align:left;
	width:500px;
	display:block;
	float:right;
	clear: right;
}
*:first-child+html .content-menu {
	padding-bottom:20px;
}


.content-menu h3 {
	clear:both;
	width:500px;
	margin-top:10px;
	margin-bottom:5px;
}
.content-menu ul {
	clear:both;
	width:480px;
	margin-bottom:20px;
}
.content-menu ul li {
	width:320px;
	float:left;
	margin-top:5px;
	margin-bottom:12px;
	margin-left:20px;
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image: url(../images/list-style06.gif);
}
.content-menu ul li a {
	line-height:120%;
	color:#039;
}
/* ページ中央サブメニュー */
.sub-con-menu {
	width:650px;
	height:48px;
	margin-top:20px;
	border:solid #999 1px;
}
.sub-menu-left {
	width:150px;
	height:48px;
	float:left;
	border-right:solid #999 1px;
}
.sub-menu-right {
	width:499px;
	height:48px;
	float:right;
}
.sub-menu-right ol {
	width:489px;
	margin-left:5px;
	text-decoration:none;
}
.sub-menu-right ol li {
	width:140px;
	height:11px;
	margin-top:7px;
	padding-left:10px;
	float:left;
	background:url(../images/list-style07.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.sub-menu-right ol li a {
	white-space:nowrap;
	text-decoration:none;
}
.sub-menu-right ol li a:hover {
	text-decoration:underline;
}
/* ニュースリリース・更新 */
.title-bar {
	width:650px;
	height:27px;
	font-size:12px;
	background:url(../images/title-bar.jpg) no-repeat 0 0;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
}

.title-bar-e {
	width:900px;
	height:27px;
	font-size:12px;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	background-image: url(../images/title-bar-e.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.title-bar h2 {
	width:550px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	float:left;
	padding-top:7px;
	padding-left:12px;
}

.title-bar-e h2 {
	width:830px;
	height:20px;
	font-size:16px;
	font-weight:bold;
	color:#036;
	float:left;
	padding-top:3px;
	padding-left:12px;
}

.title-bar.rss-icon {
	width:85px;
	height:27px;
	font-size:12px;
	float:right;
}

.title-bar-e.rss-icon {
	width:85px;
	height:27px;
	font-size:12px;
	float:right;
}

.rss-icon img {
	width:16px;
	height:16px;
	margin-top:5px;
	margin-left:5px;
	margin-right:10px;
}
.more-link {
	width:137px;
	height:15px;
	font-size:12px;
	float:right;
	padding-top:3px;
	margin-bottom:20px;
	background:url(../images/more-link-btn.jpg) no-repeat 0 0;
}
.more-link a {
	width:127px;
	height:14px;
	padding-left:21px;
	text-decoration:none;
	letter-spacing:-1px;
	color:#fff;
}
.more-link a:hover {
	text-decoration:underline;
}

.news-list {
	text-align:left;
	width:650px;
	margin-top:15px;
}
.news-list dt {
	width:150px;
	height:20px;
	float:left;
}
.news-list dd {
	width:500px;
	height:20px;
}


.news-list-e {
	text-align:left;
	width:830px;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.news-list-e dt {
	float:left;
	margin-right: 20px;
	width: 200px;
	font-weight: bold;
	color: #000;
	height: 50px;
}
.news-list-e dd {
	margin-bottom: 10px;
	height: 50px;
}

.news-list-e2 {
	text-align:left;
	width:780px;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	list-style-type: decimal;
}
.news-list-e2 dt {
	height:20px;
	float:left;
	margin-right: 20px;
	width: 200px;
	font-weight: bold;
	color: #000;
}
.news-list-e2 dd {
	height:20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.news-list-e3 {
	text-align:left;
	width:780px;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* バナーリンク */
.link-list {
	width:650px;
	border-top:dashed #ccc 1px;
	border-bottom:dashed #ccc 1px;
}
*:first-child+html .link-list {
	padding-bottom:45px;
}


.link-list ul {
	width:650px;
	height:100px;
	margin-top:20px;
}
.link-list ul li {
	float:left;
	height: 65px;
	width: 210px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.return-top {
	clear:both;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}
.return-top a {
	color:#374090;
	text-decoration:none;
}
.return-top a:hover {
	text-decoration:underline;
}


/*====================================*/
/*           CATEGORY-PAGE            */
/*====================================*/
#category-top-title-box {
	width:635px;
	height:332px;
	background:url(../../images/category/category-menu-bg.jpg) no-repeat 0 0;
}
#category-top-title-box h2 img {
	width:617px;
	height:280px;
	padding-top:5px;
}
.cateogry-page-list {
	width:617px;
	height:32px;
}
.cateogry-page-list ul {
	width:617px;
	height:32px;
	margin-top:5px;
	margin-left:8px;
}
.cateogry-page-list ul li {
	float:left;
	padding-left:2.5px;
}
.category-manual {
	width:617px;
	margin-top:20px;
	text-align:center;
}
.category-menu-banner-list {
	width:627px;
	margin-top:30px;
}
.category-menu-banner-list li {
	width:627px;
	padding-bottom:20px;
}
.category-menu-banner-list li a {
	width:627px;
	height:127px;
}

#category-clm-title-box {
	width:627px;
}
#category-clm-title-box h2 {
	width:627px;
	height:257px;
	margin-bottom:10px;
}
#category-clm-title-box h3 {
	width:627px;
	height:90px;
}
#category-clm-title-box p img {
	width:627px;
}
.clm-content-box {
	text-align:left;
	width:627px;
	margin-top:25px;
}
.clm-content-box h3 {
	padding-bottom:2px;
	border-bottom:solid #ccc 1px;
}
.clm-content-box p {
	width:627px;
	color:#333;
	margin-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	line-height:150%;
}
.clm-content-box p img {
	float:right;
	padding-left:20px;
}
.clm-img-box {
	text-align:center;
	width:627px;
	margin-top:25px;
	margin-bottom:30px;
}
/* ページャー */
#pager-box {
	clear:both;
	width:627px;
}
#pager-box .pager {
	margin-left:200px;
	text-align:center;
	height:30px;
}
#pager-box .pager li {
	float:left;
}

#pager-box .pager li b {
	margin-left:5px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:11px;
	padding-right:11px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background-color:#285997;
	
}
#pager-box .pager li a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-color:#285997;
	border:solid #285997 1px;
	
}
#pager-box .pager li a:hover {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	background-color:#285997;
	border:solid #285997 1px;
}
#pager-box .pager li a.prev-page {
	border:none;
	background-color:#fff;
}
#pager-box .pager li a.prev-page:hover {
	border:none;
	background-color:#fff;
}
#pager-box .pager li a.next-page {
	border:none;
	background-color:#fff;
}
#pager-box .pager li a.next-page:hover {
	border:none;
	background-color:#fff;
}


#pager-box .pager .p-on {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#369;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-color:#fff;
	border:solid #285997 1px;
}
#about-title-box {
	width: 627px;
	margin-bottom: 20px;
	overflow: hidden;
}
#about-title-box h3 {
	text-indent: -999px;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

.about-content-box {
	text-align:left;
	width:627px;
	margin-top:25px;
}
.about-content-box h3 {
	padding-bottom:2px;
	border-bottom:solid #ccc 1px;
}
.about-content-box p {
	width:627px;
	color:#333;
	margin-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	line-height:150%;
}
.about-content-box p img {
	float:right;
	padding-left:20px;
}


.ceo_voice {
	text-align: left;
	width: 627px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 15px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.ceo_voice .ceo-left {
	float: left;
	width: 140px;
}
.ceo_voice .ceo-right {
	float: right;
	width: 480px;
}
.ceo-right .ceo-subtitile {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	margin-top: 5px;
}
.ceo_voice .ceo-right h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #000;
	margin-top: 4px;
	margin-bottom: 2px;
}
.ceo_voice .ceo-right .ceo-name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 3px;
}
.ceo_voice .ceo-right .read-more {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 130%;
	text-align: right;
	padding-right: 10px;
	padding-bottom:15px;
}
.about-content-box .about-list {
	width: 627px;
}


.about-list {
	/padding-bottom:10px;
}


.about-list ul li img {
}
.about-list ul li .section-left {
	width: 210px;
	margin-left: 90px;
}
.about-list ul li {
	float: left;
}
.about-list ul li .about-section {
	width: 300px;
}
.about-list ul .about-left {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.section-left {
}
.about-left {
	margin-right: 13px;
}
.about-list ul {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
}




.about-list-box{
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	clear:both;
}

*:first-child+html .about-list-box{
	margin-bottom:15px;
}





.about-text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 130%;
	color: #666;
	margin-top: 5px;
}
.section-left h3 a {
	background-attachment: scroll;
	background-image: url(../../images/about/sankaku01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.eco-banner {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.about-section  img {
	float: left;
}

#con-body .content-box02 p {
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 160%;
	text-indent: 12px;
}
#con-body .content-box02 .ceo-massage {
	width: 440px;
	float: left;
}
#con-body .content-box02 .ceo-massage h2 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#con-body .content-box02 .ceo-sub {
	text-align: center;
	float: right;
	width: 190px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	color: #666;
	margin-top: 30px;
}
.ceo-position {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom:10px;
}
.ceo-massage .sub-title02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	margin-bottom: 10px;
}
#con-body .content-box03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 130%;
	color: #333;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 627px;
}
#con-body .content-box03 p {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
	margin-left: 12px;
}


.content-box03 th, .content-box03 td {
	border: 1px dotted #CCC;
	padding: 7px;
	margin-top: 10px;
	color: #333;
}


.content-box03 tr .color {
	background-color: #eee;
}


.content-box03 th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #F4F6F8;
	text-align: left;
}

.content-box03 ol {
	list-style-type: lower-roman;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
.content-box03 ol li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	list-style-type: decimal;
	list-style-position: inside;
}
.content-box03 h3 {
	background-attachment: scroll;
	background-image: url(../images/h3_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 627px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	margin-top: 30px;
}
.content-box03 .com-img {
	float: right;
	width: 240px;
}
.content-box03 .rinen {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 130%;
	color: #333;
	float: left;
	width: 360px;
	padding-left: 15px;
}

.content-box03 .rinen ol {
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #CCC;
}
.content-box03 .rinen ol li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #205285;
	list-style-type: none;
	font-size: 14px;
	line-height: 160%;
	list-style-position: outside;
}
.content-box03 .rlogo-txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #333;
	width: 450px;
	float: left;
	margin-left: 12px;
}
.content-box03 .logo-img {
	float: right;
	width: 125px;
}
.content-box03 h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	margin-bottom: 15px;
	margin-left: 12px;
	margin-top: 15px;
}
.content-box03 table tr td h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin-bottom: 3px;
}
.content-box03 table tr td h5 {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}






/*====================================*/
/*               NEWS                 */
/*====================================*/
.page-box {
	text-align:left;
	width:650px;
	margin-bottom:20px;
}
.page-box h2 {
	width:643px;
	height:26px;
	padding-top:7px;
	padding-left:8px;
	font-size:15px;
	color:#666;
	background:url(../images/page-box-title.jpg) no-repeat 0 0;
}
.page-box p {
	clear:both;
	width:650px;
}
.plus-rss-title {
	width:643px;
	height:26px;
	background:url(../images/page-box-title.jpg) no-repeat 0 0;
	margin-top: 25px;
}
.plus-rss-title h2 {
	width:650px;
	height:28px;
	padding-top:7px;
	padding-left:8px;
	float:left;
}
.title-rss {
	position:absolute;
	margin-left:600px;
	padding-right:10px;
	float:right;
}
.title-rss a {
	text-decoration:none;
}
.title-rss a img {
	padding-left:2px;
	padding-top:5px;
	width:16px;
	height:16px;
}
.newsrelease-list {
	width:650px;
	margin-top:20px;
}
.newsrelease-list li {
	clear:both;
	height:19px;
	margin-left:15px;
	padding-left:14px;
	padding-top:6px;
	background:url(../images/list-style11.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.newsrelease-list li dl {
	width:620px;
}
.newsrelease-list li dl dt {
	float:left;
}
.newsrelease-list li dl dd {
	padding-left:10px;
	float:left;
}
.newsrelease-list li a {
	text-decoration:none;
	color:#666;
}
.newsrelease-list li dl dt a {
	text-decoration:none;
}
.newsrelease-list li dl dd a {
	text-decoration:none;
}
.newsrelease-list li a:hover {
	text-decoration:underline;
}
.newsrelease-list li dl dt a:hover {
	text-decoration:underline;
}
.newsrelease-list li dl dd a:hover {
	text-decoration:underline;
}


/*====================================*/
/*              SERVICE               */
/*====================================*/
.category-top-img {
	text-align:left;
	width:627px;
	margin-bottom:20px;
}
.category-box {
	text-align:left;
	width:627px;
	margin-bottom:20px;
	border-bottom:dashed 1px #ccc;
}
.category-box h2 {
	width:627px;
	height:24px;
	padding-top:10px;
	padding-left:14px;
	font-size:15px;
	color:#666;
	background:url(../images/category-top-title.jpg) no-repeat 0 0;
}
.service-box {
	clear:both;
	text-align:left;
	width:625px;
	margin-top:-1px;
	margin-bottom:20px;
	background:url(../images/service-list-bg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #ccc;
	min-height: 160px;
}
.service-box-left {
	width:100px;
	height:120px;
	margin-top:15px;
	margin-left:20px;
	float:left;
}
* html .service-box-left {/*IE6*/
	margin-left:10px;
}


.service-box-right {
	width:500px;
	float:right;
	clear: right; /*IE6 */
	margin-bottom: 15px;
}
.service-box-center {
	width:620px;
}
.service-list01 {
	width:500px;
	margin-top:20px;
}
.service-list01 li {
	width:220px;
	margin-left:5px;
	margin-bottom:10px;
	padding-left:10px;
	float:left;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image: url(../images/list-style12.gif);
}
.service-list01 li a {
	text-decoration:none;
}
.service-list01 li a:hover {
	text-decoration:underline;
}
.service-list02 {
	width:500px;
	margin-top:20px;
}
.service-list02 li {
	width:220px;
	margin-left:5px;
	margin-bottom:10px;
	padding-left:10px;
	float:left;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image: url(../images/list-style13.gif);
}
.service-list02 li a {
	text-decoration:none;
}
.service-list02 li a:hover {
	text-decoration:underline;
}
.service-list03 {
	width:500px;
	margin-top:20px;
}
.service-list03 li {
	width:220px;
	margin-left:5px;
	margin-bottom:10px;
	padding-left:10px;
	float:left;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image: url(../images/list-style14.gif);
}
.service-list03 li a {
	text-decoration:none;
}
.service-list03 li a:hover {
	text-decoration:underline;
}
.service-list04 {
	width:500px;
	margin-top:20px;
	margin-left:60px;
}
.service-list04 li {
	width:150px;
	margin-left:5px;
	margin-bottom:10px;
	padding-left:10px;
	float:left;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image: url(../images/list-style15.gif);
}
.service-list04 li a {
	text-decoration:none;
}
.service-list04 li a:hover {
	text-decoration:underline;
}

.service-to-company-list {
	width:627px;
	padding-bottom:20px;
	border-top:dashed 1px #ccc;
}
.stcl-left {
	width:120px;
	float:left;
}
.stcl-left img {
	width:104px;
	height:104px;
	margin-top:15px;
	margin-left:10px;
}
.stcl-right {
	width:500px;
	float:right;
}


.stcl-list {
	width:500px;
}
.stcl-list dt {
	width:500px;
	height:20px;
	margin-top:15px;
	background:url(../images/list-style16.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.stcl-list dt h3 {
	padding-top:2px;
	padding-left:20px;
}
.stcl-list dd {
	margin-top:10px;
}
.stcl-list dd p {
	line-height:150%;
	color:#666;
}
.stcl-list dd ul {
	margin-bottom:10px;
}
.stcl-list dd ul li {
	float:left;
	margin-right: 10px;
}


/*header_serchresult*/

.serch-box {
	width:610px;
	margin:0 auto 0 auto;
}

.serch-list {
	width:610px;
}
.serch-list dt {
	width:610px;
	height:20px;
	margin-top:15px;
}


.serch-list dt div{
	background:url(../images/list-style16.gif);
	background-repeat:no-repeat;
	background-position:center left;
}	


.serch-list dt div h3 {
	margin:0;
	padding-top:2px;
	padding-left:20px;
}


.serch-list dd {
	margin-top:10px;
}
.serch-list dd p {
	line-height:150%;
	color:#666;
	padding-left:20px;
}
.serch-list dd ul {
	margin-bottom:10px;
}
.serch-list dd ul li {
	float:left;
	margin-right: 10px;
}









/*====================================*/
/*              SUPPORT               */
/*====================================*/
.support-box {
	width:627px;
	margin-top:20px;
	background:none;
}
.left-btn {
	width:290px;
	height:150px;
	float:left;
	background:url(../images/support-btn-bg.jpg) no-repeat 0 0;
}
.right-btn {
	width:290px;
	height:150px;
	float:right;
	background:url(../images/support-btn-bg.jpg) no-repeat 0 0;
}
.support-box-title {
	padding-top:20px;
	padding-left:20px;
}
.support-box-title a {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#369;
}
.support-box-title a:hover {
	text-decoration:underline;
}
.support-box-cmt {
	width:250px;
	line-height:150%;
	color:#666;
	padding-top: 10px;
	padding-right: 20px;
	/*padding-bottom: 10px;*/
	padding-left: 20px;
}
.support-box-more {
	text-align:right;
	/*margin-top:5px;*/
	margin-right:15px;
}
.support-box-more a {
	color:#666;
	text-decoration:underline;
}
.support-box-more a:hover {
	text-decoration:none;
}


.plus-title {
	width:643px;
	height:26px;
	background:url(../images/page-box-title.jpg) no-repeat 0 0;
}
.plus-title h2 {
	width:650px;
	height:28px;
	padding-top:7px;
	padding-left:8px;
	float:left;
}
.title-more-link {
	position:absolute;
	margin-left:580px;
	padding-top:8px;
	padding-right:10px;
	float:right;
}
.more-list-btn {
	margin-top:10px;
	margin-left:15px;
}
.support-list01 {
	margin-top:10px;
	margin-left:15px;
}
.support-list01 li {
	height:15px;
	margin-bottom:10px;
	background:url(../images/list-style17.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.support-list01 li a {
	text-decoration:none;
	padding-top:2px;
	padding-left:15px;
}
.support-list01 li a:hover {
	text-decoration:underline;
}
.support-list02 {
	width:600px;
	margin-top:20px;
	margin-left:15px;
	border-top:dashed 1px #ccc;
}
.support-list02 li {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #ccc;
}
.support-list02-left {
	width:100px;
	float:left;
}
.support-list02-right {
	width:500px;
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
.support-list02-right dl {
	width:500px;
	margin-top:5px;
}
.support-list02-right dl dt {
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:left 4px;
	background-image: url(../images/list-style17.gif);
	padding-left: 15px;
	color: #666;
	font-size: 120%;
	font-weight: bold;
}
.support-list02-right dl dt a {
	text-decoration:none;
	padding-left:12px;
}
.support-list02-right dl dd {
	margin-top:5px;
	color: #666;
}
.adobe-links {
	width:618px;
	margin-top:30px;
	padding:15px;
	background-color:#eee;
}
.adobe-links img {
	float:left;
	padding-right:15px;
}
.adobe-links p {
	width:590px;
}





/* ISO認証　*/


.iso-list {
	width:600px;
	margin-top:20px;
	margin-left:15px;
	border-top:dashed 1px #ccc;
}
.iso-list li {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #ccc;
}
.iso-list-left {
	width:100px;
	float:left;
	margin-top: 10px;
}
.iso-list-right {
	width:465px;
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin-left: 10px;
}
.iso-list-right dl {
	width:465px;
	margin-top:5px;
}
.iso-list-right dl dt {
	color: #666;
	float: left;
	width: 130px;
	margin-bottom: 10px;
}
.iso-list-right dl dt a {
	text-decoration:none;
	padding-left:12px;
	font-size: 120%;
}
.iso-list-right dl dd {
	color: #666;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-left: 140px;
}
.iso-list-right dl dt img {
	margin-right: 5px;
	padding-top: 3px;
}
#con-body .page-box .iso-body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.iso-body img,.iso-more img {
}
.iso-body-right,.iso-more-right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
	color: #333;
	float: right;
	width: 400px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.iso-body-left {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.iso-more-left {
	float: left;
}
.iso-more {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #CCC;
}
.eco-policy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #666;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 12px;
}
.category-box .eco-plan {
	width: 600px;
	border: 1px dotted #666;
	padding: 5px;
	background-color: #F0FFE0;
	margin-top: 10px;
	margin-left: 10px;
}
.eco-plan h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
	color: #093;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.eco-plan .eco-txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
	color: #666;
	margin-bottom: 15px;
}
.eco-txt ol {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #666;
	margin-left: 2em;
}
.eco-plan .eco-txt ol li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	list-style-type: decimal;
	margin-bottom: 10px;
	list-style-position: outside;
}
#con-body .page-box .news-body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
#con-body .recruit-box {
	width: 627px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.recruit-info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #666;
	width: 291px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
.recruit-txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
	color: #666;
	text-align: left;
	width: 271px;
	margin-left: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.recruit-spacer {
	width: 291px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.go-info {
	width: 291px;
	margin-bottom: 15px;
}

.recruit-left {
	float: left;
}

.recruit-right {
	float: right;
}
.content-box02 p {

	line-height: 150%;
	color: #666;
}






/*  MEGAKIKU  */


.megakiku-txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 160%;
	font-weight: bold;
	color: #666;
	text-align: left;
	width: 627px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.megakiku-box {
	width: 627px;
	text-align: left;
}
.megakiku-list {
	width: 627px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.megakiku-sumbd {
	float: left;
	width: 230px;
}
.megakiku-right {
	float: right;
	width: 390px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #666;
}
.megakiku-more {
	text-align: right;
	margin-top: 8px;
}
.megakiku-right h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #069;
	margin-bottom: 5px;
}

.megakiku-right h3 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #069;
	margin-bottom: 5px;
	text-decoration: none;
}

.megakiku-right h3 a:hover {
	text-decoration: underline;
	color: #F60;
}

.megakiku-subtitle {
	margin-top: 30px;
	margin-bottom: 15px;
}
.eng-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.eng-txt p {
	margin-bottom: 10px;
}
.news-list-e2 li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.news-list-e3 li {
	list-style-type: none;
	margin-bottom: 10px;
}
.news-list-e3 li .inner-e {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-list-e3 li strong {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
}
.iso-e {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.iso-e ul li {
	float: left;
	width: 280px;
}
.iso-e ul li p {
	width: 230px;
	margin-right: auto;
	font-size: 12px;
	text-indent: 0px;
	color: #039;
}
.welcom-e {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	width: 850px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.eng-img {
	float: left;
	width: 240px;
}
.eng-right {
	float: right;
	width: 600px;
}


/*
.content-box03 .rinen dl {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.content-box03 .rinen dl dt {
	width: 20px;
	float: left;
	font-size: 1.1em;
	line-height: 160%;
	color: #215487;
}
.content-box03 .rinen dl dd {
	float: right;
	width: 330px;
	margin-bottom: 10px;
	line-height: 160%;
	color: #215487;
}
*/





.content-box03 .rinen dl{
	width:360px;
	clear:both;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-top:10px;
	padding:10px 0 10px 0;
}

.content-box03 .rinen dl dt{
	width:10px;
	float:left;
	clear:both;
	padding:0 0 10px 0;
}

.content-box03 .rinen dl dd{
	width:300px;
	float:left;
	margin:0 0 0 20px;
	padding:0 0 10px 0;
	}



#con-body .content-box03 h5 {
	font-weight: bold;
	background-color: #eeeeee;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#con-body .content-box03 .subti {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#con-body .content-box03 ul {
	margin-left: 12px;
}
#con-body .content-box03 h2 {
	background-color: #036;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#con-body .content-box03 .acc-txt ul li {
	margin-bottom: 5px;
}
.content-box03 .last-para {
	margin-left: 12px;
}
.content-box03 .last-para li {
	margin-bottom: 8px;
}


.eco-list {
	padding:5px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#eee;
	text-align:left;
	width:617px;
}

.eco-list ul {
	margin-left:10px;
}
*:first-child+html .eco-list ul {/*IE7*/
	margin-bottom:10px;
}

.eco-list ul li {
	margin-bottom:5px;
	padding-top:3px;
	padding-right:5px;
	/*float: left;*/
	display:inline;
}

.eco-list ul li a {
	text-decoration:underline;
}

.eco-list ul li a:hover {
	text-decoration:none;
}
.eco-list02 {
	margin-bottom: 15px;
	background-color: #EDFFDA;
	border: 1px solid #090;
	padding: 10px;
	width: 580px;
	margin-top: 15px;
}

.eco-list02 ul {
	margin-left:15px;
	margin-top: 10px;
}

.eco-list02 ul li {
	height:10px;
	margin-bottom:10px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
}

.eco-list02 ul li a {
	text-decoration:underline;
}

.eco-list02 ul li a:hover {
	text-decoration:none;
}

.eco-list03 {
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #666;
}
.tabBox .tab-right .content-menu dl dt {
	margin-top: 5px;
	background-color: #eee;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.tabBox .tab-right .content-menu dl dt a {
	text-decoration: none;
}

.tabBox .tab-right .content-menu dl dt a:hover {
	text-decoration: underline;
}
.tabBox .tab-right .content-menu dl dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.mt5 {
	margin-top: 15px;
}
.more-txt {
	text-align: right;
	margin-top: 35px;
}
.iso-body dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.iso-body dl dd {
	margin-bottom: 30px;
	padding-left: 25px;
}
.iso-body ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.iso-body ol li {
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 25px;
}
.iso-body ul li {
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 25px;
}
.iso-body ol {
	margin-top: 10px;
}
.kankyo-sokumen {
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: 30px;
}
.kankyo-sokumen h3 {
	background-color: #069;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 3px;
}
.kankyo-sokumen ol li {
	list-style-type: decimal;
	margin-left: 40px;
}
.top-cate-list {
	width: 196px;
}
.top-cate-list .cate-head {
	height: 153px;
	overflow: hidden;
}
.top-cate-list .top-cate-body {
	width: 176px;
	background-attachment: scroll;
	background-image: url(../../images/index/category_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 150px;
}
.top-cate-list .top-cate-bottom {
	width: 196px;
	overflow: hidden;
}
.top-list {
	padding-left: 10px;
}


.top-cate-list2 {
	width: 196px;
	margin-right: 10px;
	margin-left: 10px;
}
.top-cate-list2 .cate-head {
	height: 153px;
	overflow: hidden;
}
.top-cate-list2 .top-cate-body {
	width: 176px;
	background-attachment: scroll;
	background-image: url(../../images/index/category_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 150px;
}
.top-cate-list2 .top-cate-bottom {
	width: 196px;
	overflow: hidden;
}
.top-list {
	padding-left: 10px;
}

.top-list li {
	list-style-image: url(../images/list-style06.gif);
	margin-bottom: 5px;
	float: none;
}

.top-list li .none-cate {
	list-style-type: none;
}
.content-menu dl dt {
	width: 480px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 15px;
}
.top-cate ul li {
}
.content-box .top-cate ul li {
	float: left;
}
.content-box .top-cate ul li .top-cate-list .top-cate-body .top-list li {
	float: none;
}
.content-box .top-cate ul li .top-cate-list2 .top-cate-body .top-list li {
	float: none;
}
.iso-list-right h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.iso-kikan {
	font-size: 0.95em;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #CCC;
	background-color: #FFC;
	text-align: center;
}
.iso_list2 {
	margin-top: 20px;
}
.iso-txt {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.iso-title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #eee;
}
.iso-tab19001 {
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/iso_title_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 600px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}

.iso-tab14001 {
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/iso_title_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 600px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}

.iso-tab27001 {
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/iso_title_bg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 600px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}


.go-top {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.eco-list001 {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 1px solid #333;     /* 枠線の装飾 */
	margin-bottom: 15px;
	padding: 10px;
	/*background-image: url(../../images/about/SB172_L.jpg);*/
	background-image: url(http://www.nishimu.co.jp/images/about/SB172_L.jpg);
	background-repeat: repeat;
	background-position: left top;
	zoom: 1;
}

.eco-left001 {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 15px;
}
.eco-right001 {
	float: right;
	width: 470px;
	color: #000;
}
.eco-right001 ul li {
	margin-bottom: 10px;
}
.eco-right001 ul li ul {
	margin-left: 55px;
	margin-top: 10px;
	text-indent: -23px;
}
.eco-right001 ul li strong {
	color: #030;
}


.eco-right001 table
{
	border: 1px solid #FFF;
	background-color: #060;
	width:420px;
}
.eco-right001 table th {
	border: 1px solid #FFF;
	background-color: #030;
	color: #FF9;
	padding: 2px;
	text-align: center;
	width:50%;
	text-indent:0 !important;
}
.eco-right001 table td {
	border: 1px solid #FFF;
	background-color: #060;
	color: #FF9;
	padding: 2px;
	font-size: 0.925em;
	width:50%;
	text-indent:0 !important;
}
.eco-image02 {
	text-align: center;
}
.space {
	height: 20px;
}



/*contact-btn*/

#page_contact-bnr{
	margin:30px auto 30px auto;
	text-align:center;
}