@charset "utf-8";
/* CSS Document */
@import url("menu.css");
@import url("common.css");

#list_contain {
	width: 640px;
	float: left;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	min-height: 100%;
	height: 100%;
	background-image: url(../company/img/list_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#list_contain2 {
	width: 640px;
	float: left;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	min-height: 100%;
	height: 100%;
	background-image: url(../company/img/list_bg1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#list_contain .left{
	float: left;
	width: 110px;
	height: auto;
	padding-left: 40px;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
}
#list_contain .right{
	padding-top:5px;
	padding-bottom: 5px;
	float: right;
    text-align: left;
	height: auto;
	width: 490px;
	line-height: 20px;
}

.line {
    text-align:center;
	width: 640px;
	float: left;
}
.text1 {
	margin-left: 5px;
	line-height: 22px;
	font-size: 12px;
}

/*社長挨拶*/
#message_left {
    float: left;
	width: 640px;
}

/*会社沿革*/
.year {
	font-size: 13px;
	text-align: left; 
	margin-left: 25px;
	margin-right: 25px;   
	padding-left:5px;
	padding-right: 5px;
}

#year1 {
	font-size: 13px;
	width: 640px;
	float: left;
	text-align: right;
	padding-right: 10px;
	line-height: 10px;
	margin-bottom: 12px;
}
#list_contain .left1{
	float: left;
	width: 85px;
	height: auto;
	padding-left: 25px;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:5px;
}
#list_contain2  .left2{
	float: left;
	width: 80px;
	height: auto;
	padding-left: 30px;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../company/img/topi_m.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#list_contain .right1{
	padding-top:5px;
	padding-bottom: 5px;
	float: right;
    text-align: left;
	height: auto;
	width: 530px;
	line-height: 20px;
}
#list_contain2 .right2{
	padding-top:5px;
	padding-bottom: 5px;
	float: right;
    text-align: left;
	height: auto;
	width: 530px;
	line-height: 20px;
}

.text2 {
    margin-right:5px;
}
.text2_main {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.text2_in {
	font-size: 12px;
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.sign {
	font-size: 12px;
	text-align: right;
}
#topi_space {
	width: 180px;
	height: 300px;
	margin-top:10px;
	margin-left:10px;
	margin-right: 5px;
	list-style-type: none;
	background-repeat: no-repeat;
	list-style-position: inside;
}

/*サブメニュー*/
#sub_menu {
	width: 200px;
	margin-top:0px;
	height: 180px;
	list-style-type: none;
	background-image: url(../img/company1.gif);
	background-repeat: no-repeat;
	list-style-position: inside;
}
#sub_menu li {
	float: left;
	list-style-position: inside;
}


#sub_menu li a {
	display: block;
	width: 200px;
	height: 36px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/* 各アイコンボタンのロールオーバー設定 */

/* ホーム */
#sub_menu li.menu_01 a.on,
#sub_menu li.menu_01 a:focus,
#sub_menu li.menu_01 a:hover {
	background: url(../img/company2.gif) no-repeat -0px -0px;
}
/* 新着一覧 */
#sub_menu li.menu_02 a.on,
#sub_menu li.menu_02 a:focus,
#sub_menu li.menu_02 a:hover {
	background: url(../img/company2.gif) no-repeat -0px -36px;
}
/* 観光地 */
#sub_menu li.menu_03 a.on,
#sub_menu li.menu_03 a:focus,
#sub_menu li.menu_03 a:hover {
	background: url(../img/company2.gif) no-repeat -0px -72px;
}
/* スポーツ */
#sub_menu li.menu_04 a.on,
#sub_menu li.menu_04 a:focus,
#sub_menu li.menu_04 a:hover {
	background: url(../img/company2.gif) no-repeat -0px -108px;
}
/* スポーツ */
#sub_menu li.menu_05 a.on,
#sub_menu li.menu_05 a:focus,
#sub_menu li.menu_05 a:hover {
	background: url(../img/company2.gif) no-repeat -0px -144px;

