/* 他ページ共通
--------------------------------*/
@import"../common.css";

/* 会社案内共通
--------------------------------*/
@import"c_common.css";

/* メイン
-----------------------------------------------------------*/
div#another_main{
	margin: 20px auto 50px auto;
	position: relative;
	width: 800px;
	height: 1510px;
	.height: 1500px;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

*:first-child+html div#another_main{
	margin: 20px auto 50px auto;
	position: relative;
	width: 800px;
	height: auto;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

div#another_main span{
	display: none;
}

/* 会社概要
---------------------------*/

div#aboutus{
	font-size: 16px;
}


div#aboutus ul{
	margin: 0 0 0 10px;
	line-height: 250%;
}

div#aboutus li{
}

div#aboutus li.title,
div#aboutus li.title2,
div#aboutus li.title3,
div#aboutus li.title4,
div#aboutus li.title5,
div#aboutus li.title6{
	width: 150px;
	}

div#aboutus li.title{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
div#aboutus li.title2{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	height: 250px;
	float: left;
}

div#aboutus li.title3{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	height: 340px;
	float: left;
}

div#aboutus li.title4{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	float: left;
}

div#aboutus li.title5{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	height: 140px;
	float: left;
}

div#aboutus li.title6{
	color: #006666;
	font-size: 18px;
	font-weight: bold;
	width: 190px;
}

div#aboutus li.title7{
	font-size: 16px;
	height: 50px;
	margin: 0 0 -20px 0px;
	font-weight: bold;
}

div#aboutus li.title8{
	font-size: 16px;
	margin: 0 0 0 0px;
	font-weight: bold;
}


div#aboutus li.map{
	margin: 0 0 0 160px;
}




/* カラム_メイン
-----------------------*/
div#colum_txt_main{
	font-size: 16px;
	line-height: 200%;
}


/* スタイルスイッチ：大
----------------------------------------------------------*/
div#styleswitch a.switch_b:link,
div#styleswitch a.switch_b:visited{
	display: block;
	width: 42px;
	height: 18px;
	background: url(../../../img/styleswitch/big-over.gif) no-repeat;
}

/* スタイルスイッチ：小
----------------------------------------------------------*/
div#styleswitch a.switch_s:link,
div#styleswitch a.switch_s:visited{
	display: block;
	width: 42px;
	height: 18px;
	background: url(../../../img/styleswitch/small.gif) no-repeat;
}

/* サブメニュー常時表示用
---------------------------------------*/
div#sub_menu a.aboutus_01:link,
div#sub_menu a.aboutus_01:visited{
	width: 170px;
	height: 50px;
	display: block;
	background: url(../../../img/another/aboutus/btm/001-over.gif) no-repeat;
}
	
