/*--ページ設定--*/
@charset "utf-8";
 
html { height: 100%; }
 
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "MS UI Gothic", "MS Gothic", "Osaka", helvetica, sans-serif; }
 
html > body { margin: 0; }
 
a {
	text-decoration: none;
	outline: 0; }
 
	a:link { text-decoration: none; }
 
	a:visited { text-decoration: none; }
 
	a:hover { text-decoration: underline; }
 
		a:hover img {
			opacity: 0.6;
			filter: alpha(opacity=60); }
 
	a:active { text-decoration: none; }
 
ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none; }
 
.hidden { display: none; }
 
.clear { clear: both; }
 
#header {
	margin: 15px auto 0;
	padding: 0;
	width: 100%;
	height: 73px; }
 
#menu {
	margin: 0 auto;
	padding: 0;
	width: 770px; }
 
#main {
	margin: 0 auto;
	padding: 0;
	width: 100%; }
 
#left {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 446px; }
 
#right {
	margin: 0 auto;
	padding: 0;
	float: right;
	width: 297px; }
 
#wrapp {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 770px; }
 
#footer {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 72px; }
 
/*--ページ設定終わり--*/
/*--各ページ共通部分設定--*/
/*--ヘッダー部分--*/
#header { background: url(../images/menu/menu_back.jpg) repeat-x 0 42px; }
 
/*--ロゴ部分--*/
#logo {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 42px; }
 
	#logo h1 {
		margin: 0;
		padding: 0;
		float: left;
		background: url(../images/logo.gif) no-repeat 0 0; }
 
		#logo h1 a {
			margin: 0;
			padding: 0;
			float: left;
			display: block;
			width: 85px;
			height: 42px;
			text-indent: -9999px; }
 
/*--ロゴ部分--*/
/*--メニュー部分--*/
#menu { height: 30px; }
 
	#menu li {
		float: left;
		margin: 0 auto;
		padding: 0;
		width: 110px;
		height: 30px; }
 
#menu_list0 {
	float: left;
	background: url(../images/menu/menu0.jpg) no-repeat 0 0; }
 
	#menu_list0 a {
		float: left;
		display: block;
		width: 110px;
		height: 29px;
		text-indent: -9999px; }
 
		#menu_list0 a:hover {
			float: left;
			display: block;
			width: 110px;
			height: 29px;
			text-indent: -9999px;
			background: url(../images/menu/menu_hover.png) no-repeat 0 0; }
 
#menu_list1 {
	float: left;
	background: url(../images/menu/menu1.jpg) no-repeat 0 0; }
 
	#menu_list1 a {
		float: left;
		display: block;
		width: 110px;
		height: 29px;
		text-indent: -9999px; }
 
		#menu_list1 a:hover {
			float: left;
			display: block;
			width: 110px;
			height: 29px;
			text-indent: -9999px;
			background: url(../images/menu/menu_hover.png) no-repeat 0 0; }
 
#menu_list2 {
	float: left;
	background: url(../images/menu/menu2.jpg) no-repeat 0 0; }
 
	#menu_list2 a {
		float: left;
		display: block;
		width: 110px;
		height: 29px;
		text-indent: -9999px; }
 
		#menu_list2 a:hover {
			float: left;
			display: block;
			width: 110px;
			height: 29px;
			text-indent: -9999px;
			background: url(../images/menu/menu_hover.png) no-repeat 0 0; }
 
#menu_list3 {
	float: left;
	background: url(../images/menu/menu3.jpg) no-repeat 0 0; }
 
	#menu_list3 a {
		float: left;
		display: block;
		width: 110px;
		height: 29px;
		text-indent: -9999px; }
 
		#menu_list3 a:hover {
			float: left;
			display: block;
			width: 110px;
			height: 29px;
			text-indent: -9999px;
			background: url(../images/menu/menu_hover.png) no-repeat 0 0; }
 
#menu_list4 {
	float: left;
	background: url(../images/menu/menu4.jpg) no-repeat 0 0; }
 
	#menu_list4 a {
		float: left;
		display: block;
		width: 110px;
		height: 29px;
		text-indent: -9999px; }
 
		#menu_list4 a:hover {
			float: left;
			display: block;
			width: 110px;
			height: 29px;
			text-indent: -9999px;
			background: url(../images/menu/menu_hover.png) no-repeat 0 0; }
 
/*--メニュー部分終了--*/
/*--ヘッダー部分終了--*/
/*--フッター部分--*/
#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 65px;
	font-size: 90%;
	border-top-color: #BD0000;
	border-top-style: solid;
	border-top-width: 3px;
	background: url(../images/company.gif) no-repeat 0 0;
	background-position: right bottom; }
 
	#footer p {
		margin: 5px 5px 5px 0;
		padding: 0; }
 
	#footer li {
		margin: 5px 5px 5px 0;
		float: left; }
 
/*--フッター部分終了--*/
/*--各ページごとのコンテンツ--*/
/*--共有部分--*/
.bar_content {
	margin: 0 0 15px 0;
	padding: 0;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #C71D25 #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/bar_content/bar_back.png) repeat-x 0 0; }
 
	.bar_content h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/news.png) no-repeat 0 0;
		text-indent: -9999px; }
 
.content_box {
	margin: 0 0 15px 0;
	padding: 0; }
 
.ex {  }
 
/*--ページトップ部分―*/
#page_top {
	margin: 5px auto 18px;
	padding: 0;
	width: 770px;
	clear: both;
	display: block;
	text-indent: -9999px; }
 
.top0 {
	margin: 0 auto;
	padding: 0;
	height: 204px;
	background: url(../images/page_top/top0.jpg) no-repeat 0 0; }
 
.top1 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_0 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_1 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_2 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_3 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_4 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top1_5 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top1.jpg) no-repeat 0 0; }
 
.top2 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top2.jpg) no-repeat 0 0; }
 
.top2_0 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top2.jpg) no-repeat 0 0; }
 
.top2_1 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top2.jpg) no-repeat 0 0; }
 
.top3 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top3.jpg) no-repeat 0 0; }
 
.top3_0 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top3.jpg) no-repeat 0 0; }
 
.top3_1 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top3.jpg) no-repeat 0 0; }
 
.top3_2 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top3.jpg) no-repeat 0 0; }
 
.top3_3 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top3.jpg) no-repeat 0 0; }
 
.top4 {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	background: url(../images/page_top/top4.jpg) no-repeat 0 0; }
 
/*--ページトップ部分終了*/
/*-ボックス部分-*/
#box0 {
	float: left;
	width: 48%;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
#box1 {
	float: right;
	width: 48%;
	;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
#box2 {
	clear: both;
	float: left;
	width: 48%;
	;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
#box3 {
	float: right;
	width: 48%;
	;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
#box4 {
	clear: both;
	float: left;
	width: 48%;
	;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
#box5 {
	float: right;
	width: 48%;
	;
	background: url(../images/box_content/box_top.png) repeat-x 0 0; }
 
/*-ボックス部分終了-*/
/*--トップページ--*/
.news {
	float: left;
	width: 446px; }
 
	.news h2 {
		margin: 8px;

		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/news.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.news p {
		margin: 0 10px 8px;
		padding: 0; }
 
.date { font-weight: bold; }
 
.media {
	float: right;
	width: 297px; }
 
	.media h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/media.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.media li {
		margin: 5px 6px;
		padding: 0; }
 
#media_list0 { background: url(../images/media/media0.gif) no-repeat 0 0; }
 
	#media_list0 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list0 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
 
#media_list1 { background: url(../images/media/media1.gif) no-repeat 0 0; }
 
	#media_list1 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list1 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
 
#media_list2 { background: url(../images/media/media2.gif) no-repeat 0 0; }
 
	#media_list2 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list2 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
 
#media_list3 { background: url(../images/media/media3.gif) no-repeat 0 0; }
 
	#media_list3 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list3 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
 
#media_list4 { background: url(../images/media/media4.png) no-repeat 0 0; }
 
	#media_list4 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list4 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
 
#media_list5 { background: url(../images/media/media5.png) no-repeat 0 0; }
 
	#media_list5 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list5 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
			
#media_list6 { background: url(../images/media/media6.gif) no-repeat 0 0; }
 
	#media_list6 a {
		display: block;
		width: 218px;
		height: 79px;
		text-indent: -9999px; }
 
		#media_list6 a:hover {
			display: block;
			width: 218px;
			height: 79px;
			text-indent: -9999px;
			background: url(../images/media/media_hover.png) no-repeat 0 0; }
			
 
/*--トップページ終了--*/
/*--企業情報共有部分--*/
#c_box_top0 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/rinen.png) no-repeat 5px 5px; }
 
	#c_box_top0 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top0 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#c_box_top1 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/gaiyou.png) no-repeat 5px 5px; }
 
	#c_box_top1 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top1 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#c_box_top2 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/sisinn.png) no-repeat 5px 5px; }
 
	#c_box_top2 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top2 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#c_box_top3 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/mokuhyou.png) no-repeat 5px 5px; }
 
	#c_box_top3 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top3 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#c_box_top4 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/syoukai.png) no-repeat 5px 5px; }
 
	#c_box_top4 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top4 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#c_box_top5 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/daihyou.png) no-repeat 5px 5px; }
 
	#c_box_top5 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#c_box_top5 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
.c_box_bottom {
	margin: 0 auto;
	padding: 10px 0 5px 23px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC; }
 
.corp_side {
	float: right;
	width: 297px; }
 
	.corp_side h2 {
		margin: 8px 8px 0;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_top.png) no-repeat 0 0;
		text-indent: -9999px; }
 
.corpside li {
	margin: 5px 6px;
	padding: 0 0 0 6px; }
 
#corp_list0 {
	background: url(../images/bar_content/side_rinen.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list0 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list0 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#corp_list1 {
	background: url(../images/bar_content/side_gaiyou.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list1 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list1 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#corp_list2 {
	background: url(../images/bar_content/side_sisin.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list2 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list2 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#corp_list3 {
	background: url(../images/bar_content/side_mokuhyou.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list3 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list3 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#corp_list4 {
	background: url(../images/bar_content/side_yakuin.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list4 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list4 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#corp_list5 {
	background: url(../images/bar_content/side_messe.png) no-repeat 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#corp_list5 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#corp_list5 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
/*--企業情報共有部分終わり--*/
/*--企業理念--*/
.rinen {
	float: left;
	width: 446px; }
 
	.rinen h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_rinen.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.rinen p {
		margin: 0 10px 10px;
		;
		padding: 0; }
 
.vision {
	margin: 8px;
	padding: 0;
	clear: both;
	height: 21px;
	background: url(../images/h3/vision.png) no-repeat 0 0;
	text-indent: -9999px; }
 
.keiei {
	margin: 8px;
	padding: 0;
	clear: both;
	height: 20px;
	background: url(../images/h3/keiei.png) no-repeat 0 0;
	text-indent: -9999px; }
 
/*--会社概要--*/
.gaiyou {
	float: left;
	width: 446px; }
 
	.gaiyou h2 {
		margin: 8px 8px 0;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_gaiyou.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.gaiyou p {
		margin: 0 10px;
		padding: 0; }
 
	.gaiyou table {
		border-spacing: 0;
		border-width: 0; }
 
	.gaiyou tr { border: 1px #FFFFFF solid; }
 
	.gaiyou th {
		text-align: left;
		width: 100px;
		padding: 5px;
		background: #EEEEEE;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #CCCCCC;
		font-weight: bold;
		color: #050505; }
 
	.gaiyou td {
		padding: 5px;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
/*--行動指針--*/
.sisin {
	float: left;
	width: 446px; }
 
	.sisin h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_sisin.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.sisin p {
		display: block;
		width: 100%;
		height: 549px;
		background: url(../images/shishinn.png) no-repeat 0 0;
		text-indent: -9999px; }
 
/*--中期目標--*/
.mokuhyou {
	float: left;
	width: 446px; }
 
	.mokuhyou h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_mokuhyou.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.mokuhyou p {
		margin: 0 10px 10px;
		padding: 0; }
 
	.mokuhyou h3 {
		margin: 8px 8px 15px;
		padding: 0;
		clear: both;
		display: block;
		border-width: 0 0 2px 0;
		border-style: solid;
		border-color: #FFFFFF #FFFFFF #C71D25 #FFFFFF; }
 
/*--役員紹介--*/
.yakuin {
	float: left;
	width: 446px; }
 
	.yakuin h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_yakuinn.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.yakuin p {
		margin: 0 10px 10px;
		padding: 0; }
 
	.yakuin h3 {
		margin: 8px;
		padding: 0; }
 
/*--代表メッセージ--*/
.daihyou {
	float: left;
	width: 446px; }
 
	.daihyou h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/corp_messe.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.daihyou p {
		margin: 0 10px 10px;
		padding: 0; }
 
	.daihyou img {
		float: left;
		margin: 8px;
		padding: 0; }
 
	.daihyou h3 {
		float: left;
		margin: 30px 8px;
		padding: 0;
		width: 243px;
		height: 58px;
		background: url(../images/h3/messe_top.png) no-repeat 0 0;
		text-indent: -9999px; }
 
.inc { text-align: right; }
 
/*--事業案内共有部分--*/
#b_box_top0 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/media.png) no-repeat 5px 5px; }
 
	#b_box_top0 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#b_box_top0 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#b_box_top1 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/consult.png) no-repeat 5px 5px; }
 
	#b_box_top1 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#b_box_top1 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
.busi_side {
	float: right;
	width: 297px; }
 
	.busi_side h2 {
		margin: 8px 8px 0;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/busi_top.png) no-repeat 0 0;
		text-indent: -9999px; }
 
.busiside li {
	margin: 5px 6px;
	padding: 0 0 0 6px; }
 
#busi_list0 {
	background: url(../images/bar_content/side_media.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#busi_list0 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#busi_list0 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#busi_list1 {
	background: url(../images/bar_content/side_consult.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#busi_list1 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#busi_list1 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
/*--事業案内共有部分終わり--*/
/*--メディア事業--*/
.busi_media {
	float: left;
	width: 446px; }
 
	.busi_media h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/busi_media.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.busi_media h3 {
		margin: 8px;
		padding: 0;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #FFFFFF #FFFFFF #C71D25 #FFFFFF; }
 
	.busi_media h4 {
		margin: 8px;
		padding: 0; }
 
	.busi_media p {
		margin: 0 10px 10px;
		padding: 0; }
 
	.busi_media table {
		border-spacing: 0;
		border-width: 0 0 0 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
	.busi_media tr { border: 0 }
 
	.busi_media td { padding: 0 0 3px 3px; }
 
.my_media0 {
	float: left;
	width: 218px;
	height: 79px;
	background: url(../images/media/media0.gif) no-repeat 0 0; }
 
	.my_media0 a {
		display: block;
		text-indent: -9999px; }
 
.my_media1 {
	float: right;
	width: 218px;
	height: 79px;
	background: url(../images/media/media1.gif) no-repeat 0 0; }
 
	.my_media1 a {
		display: block;
		text-indent: -9999px; }
 
.my_media2 {
	clear: both;
	width: 218px;
	height: 79px;
	background: url(../images/media/media2.gif) no-repeat 0 0; }
 
	.my_media2 a {
		display: block;
		text-indent: -9999px; }
 
.my_media3 {
	float: right;
	width: 218px;
	height: 79px;
	background: url(../images/media/media3.gif) no-repeat 0 0; }
 
	.my_media3 a {
		display: block;
		text-indent: -9999px; }
 
/*--メディアコンサルティング事業--*/
.busi_consult {
	float: left;
	width: 446px; }
 
	.busi_consult h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/busi_consult.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.busi_consult p {
		margin: 0 10px;
		padding: 0; }
 
/*--採用情報共有部分--*/
#r_box_top0 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/eigyou.png) no-repeat 5px 5px; }
 
	#r_box_top0 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#r_box_top0 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#r_box_top1 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/engineer.png) no-repeat 5px 5px; }
 
	#r_box_top1 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#r_box_top1 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#r_box_top2 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/saiyou.png) no-repeat 5px 5px; }
 
	#r_box_top2 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#r_box_top2 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
#r_box_top3 {
	margin: 0 auto;
	padding: 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background: url(../images/box_content/seido.png) no-repeat 5px 5px; }
 
	#r_box_top3 a {
		display: block;
		width: 368px;
		height: 25px;
		text-indent: -9999px; }
 
		#r_box_top3 a:hover {
			display: block;
			width: 368px;
			height: 25px;
			text-indent: -9999px;
			background: url(../images/box_content/box_hover.png) no-repeat 0 0; }
 
.rec_side {
	float: right;
	width: 297px; }
 
	.rec_side h2 {
		margin: 8px 8px 0px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/rec_top.png) no-repeat 0 0;
		text-indent: -9999px; }
 
.recside li {
	margin: 5px 6px;
	padding: 0 0 0 6px; }
 
#rec_list0 {
	background: url(../images/bar_content/side_eigyou.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#rec_list0 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#rec_list0 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#rec_list1 {
	background: url(../images/bar_content/side_engineer.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#rec_list1 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#rec_list1 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#rec_list2 {
	background: url(../images/bar_content/side_saiyou.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#rec_list2 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#rec_list2 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
#rec_list3 {
	background: url(../images/bar_content/side_seido.png) no-repeat 0 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC; }
 
	#rec_list3 a {
		display: block;
		width: 297px;
		height: 40px;
		text-indent: -9999px; }
 
		#rec_list3 a:hover {
			display: block;
			width: 297px;
			height: 40px;
			text-indent: -9999px;
			background: url(../images/bar_content/side_hover.png) no-repeat 0 0; }
 
/*--採用情報共有部分終わり--*/
/*--営業職--*/
.eigyou {
	float: left;
	width: 446px; }
 
	.eigyou h2 {
		margin: 8px 8px 0;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/rec_eigyou.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.eigyou p {
		margin: 0;
		padding: 0; }
 
	.eigyou table {
		border-spacing: 0;
		border-width: 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
	.eigyou tr { border: 1px #FFFFFF solid; }
 
	.eigyou th {
		text-align: left;
		width: 100px;
		padding: 5px;
		background: #EEEEEE;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #CCCCCC;
		font-weight: bold;
		color: #050505; }
 
	.eigyou td {
		padding: 5px;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
/*--エンジニア職--*/
.engineer {
	float: left;
	width: 446px; }
 
	.engineer h2 {
		margin: 8px 8px 0;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/rec_engineer.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.engineer p {
		margin: 0 10px;
		padding: 0; }
 
	.engineer table {
		border-spacing: 0;
		border-width: 0 0 0 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
	.engineer tr { border: 1px #FFFFFF solid; }
 
	.engineer th {
		text-align: left;
		width: 100px;
		padding: 5px;
		background: #EEEEEE;
		border-width: 1px 1px 0px 0px;
		border-style: solid;
		border-color: #CCCCCC;
		font-weight: bold;
		color: #050505; }
 
	.engineer td {
		padding: 5px;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #CCCCCC; }
 
/*--採用メッセージ--*/
.saiyou {
	float: left;
	width: 446px; }
 
	.saiyou h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/rec_saiyou.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.saiyou p {
		margin: 0 10px 10px;
		padding: 0; }
 
/*--社内制度--*/
.seido {
	float: left;
	width: 446px; }
 
	.seido h2 {
		margin: 8px;
		padding: 0;
		clear: both;
		height: 20px;
		background: url(../images/bar_content/rec_seido.png) no-repeat 0 0;
		text-indent: -9999px; }
 
	.seido p {
		margin: 0 10px;
		padding: 0; }
 
.yoka {
	margin: 8px;
	padding: 0;
	clear: both;
	height: 20px;
	background: url(../images/h3/yoka.png) no-repeat 0 0;
	text-indent: -9999px; }
 
.shime {
	margin: 8px;
	padding: 0;
	clear: both;
	height: 20px;
	background: url(../images/h3/shime.png) no-repeat 0 0;
	text-indent: -9999px; }
 
/* IE6 css fixer v0.8: Sat, 08 May 2010 07:53:48 +0200 */
/* ============================================= */
/* safe settings                                 */
/* add display:inline to floated elements */
#left, #right, #logo h1, #logo h1 a, #menu li, #menu_list0, #menu_list1, #menu_list2, #menu_list3, #menu_list4, #footer li, #box0, .daihyou img, .daihyou h3, #menu_list0 a, #menu_list1 a, #menu_list2 a, #menu_list3 a, #menu_list4 a, #box1, #box3, #box5, #box2, #box4, .news, .rinen, .gaiyou, .sisin, .mokuhyou, .yakuin, .daihyou, .busi_media, .busi_consult, .eigyou, .engineer, .saiyou, .seido, .media, .corp_side, .busi_side, .rec_side { display: inline; }
 
/* convert min height values */
body { height: 100%; }
 
/* add transparancy */
a:hover img { filter:progid: DXImageTransform.Microsoft.Alpha(opacity=60); }
 
 