@charset "shift_jis";
/* CSS Document */

/*==============■■■リセット■■■==============*/
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}*/

/*==============■■■■■■■■■各ページ共通■■■■■■■■■==============*/

/*==============■■■テキストリンク■■■==============*/
/*基本…青　マウスオーバー…赤+アンダーライン*/
#MAINAREA {
	color:#666;
}
	#MAINAREA a {
		text-decoration:none;
		color:#08B;
	}
	#MAINAREA a:visited {
		text-decoration:none;
		color:#08B;
	}
	#MAINAREA a:hover {
		text-decoration:underline;
		color:#C30;
	}
	
/*==========■■■ベース■■■==========*/
h1 {
	margin:9px 0 20px 0;
	font-size:28px;
	font-weight:bold;
	color:#08b;
}
p {
	margin-top:1.0em;
}

#MAINAREA #CONTENTS {
	width:650px;
	line-height:1.5em;
}
.bold {
	font-weight:bold;
}

/*==============■■■テーブル■■■==============*/
/*パターン01*/
table.t1 {
	position:relative;
	width:100%;
	margin-bottom:30px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	line-height:1.4em;
	border-collapse: collapse;
	margin-top:20px;
}
table.t1 th {/*一覧表の見出し部分（背景がグレーの部分）*/
	width:25%;
	font-weight:normal;
	text-align:left;
	background:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
table.t1 td {
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
}

/*==============■■■ページトップへ■■■==============*/
.pagetop {
	float:right;
	width:100px;
	border:1px solid #999;
	margin:15px 0 30px 0;
	padding:2px;
	font-size:10px;
}



/*==============■■■■■■■■■ページ独自■■■■■■■■■==============*/

/*==========■■■地図■■■==========*/
/*地図===大阪本社*/
#MAP01 a{
	position:absolute;
	width:64px;
	height:18px;
	left:610px;
	top:472px;
	display:block;
	background:url(../company/img/map.gif) no-repeat;
	background-position:0 0;
}
*html #MAP01 a{/*IE6ハック*/
	left:415px;
	top:273px;
}
*:first-child+html #MAP01 a{/*IE7ハック*/
	left:415px;
	top:273px;
}
html>/**/body #MAP01 a{/*IE8ハック*/
	left /*\**/: 415px\9;
	top:273px\9;
}

#MAP01 a:hover {
	background-position:0 -19px;
}

/*==============■■■沿革■■■==============*/
#HISTORY {
	background-image:url(../company/img/img_year_ff.gif);
	background-repeat:no-repeat;
}
*:first-child+html #HISTORY {/*I7ハック*/
	background-image:url(../company/img/img_year.gif);
}
* html #HISTORY {/*IE6ハック*/
	background-image:url(../company/img/img_year_fff.gif);
}
#EVENT2 {
	margin-left:35px;
	list-style-type:none;
}
#EVENT2 li {
	text-indent:2em;
	border-bottom:1px dotted #CCC;
	padding:0.1em 0;
}
#EVENT2 li.no-indent {
	text-indent:0;
}
#EVENT2 li span {
	margin-right:3.5em;
}
#EVENT2 li.y3 {
	padding:1.0em 0 0.1em 0;
}
#EVENT2 li.y5 {
	padding:2.0em 0 0.1em 0;
}
