@charset "Shift_JIS";


/* indx.htmlのスタイル */

/* background */
#main .index_back{
	background: url(../company/images/index_img_01.jpg) no-repeat center 5px;
	height: 567px;
}
/* end of background */

/* #main title #main text */
#main .index_html_title{
	color:#FFF;
	font-weight: bold;
	margin: 30px 0 0 30px;
	text-align:center;	
}
#main .index_html_text{
	color:#FFF;
	text-align:center;
	margin: 30px 0 0 0;
	font-weight: bold;
	line-height: 200%;
}
/* #main title #main text */

/* list */
#main ul{
	margin-bottom: 10px;
}

#main .link{
	margin:0 0 0 0px;
	list-style-image:url(../images/arrow_red2.gif) ;
	list-style-position:outside;
	color: #FFF;
	padding-left: 202px;
	font-weight: bold;
}

#main .link a:link{
	color: #fff;
}
#main .link a:visited{
	color: #fff;
}
#main .link a:hover{
	color: #FF0000;
}
#main .link a:active{
	color: #FF0000;
}
/* end of list */


/* end of indx.htmlのスタイル */

/* profile.htmlのスタイル */
#main table.profile{
	width:450px;
	margin: 0 0 0 50px;
}
/* end of profile.htmlのスタイル */


/*  map.html　map画像 */
#main #map{
	padding:5px;
	border: 1px solid #CCC;
	width: 400px;
	margin: 15px 0 15px 0;
}
/* end of map.html　map画像 */

/*  map.html 最寄り駅部分 */
#main .icon{
	float: left;
	margin: 20px 15px 0 0;
}

#main #text{
	margin: 20px 0 0 0;
	float: left;
	display: inline;
}
/*  end of map.html 最寄り駅部分 */

/* main table */
#main table.stlye1 tr td, table.stlye1 tr th,
#main_company table.stlye1 tr td, table.stlye1 tr th {
border-color:#999;
border-style:none none solid;
border-width:medium medium 1px;
}

#main table.stlye1 tr th{
	font-weight:normal;
	padding: 3px 0.6em;
	height: 24px;
	width:100px;
}
#main table.stlye1 tr td{
	font-weight:normal;
	padding: 3px 0.5em;
	height: 24px;
}

#main th{
text-align:left;
vertical-align:top;
white-space:nowrap !important;
}

/* end of main table */
