/* 他ページ共通
--------------------------------*/
@import"../common.css";


/* リンク設定
--------------------------------*/
@import"link.css";

/* メイン
-----------------------------------------------------------*/
div#another_main{
	margin: 20px auto 50px auto;
	position: relative;
	width: 800px;
	height: 830px;
	.height: auto;
	font-size: 16px;
	font-weight: 600;
	background: #FFFFFF;
	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;
	background: #FFFFFF;
	text-align: left;
}

div#another_main span{
	display: none;
}

div#another_main h2.title_01{
	margin: 50px 0 0 50px;
	color: #003333;
	width: 297px;
	height: 30px;
	background: url(../../../img/another/concept/title/01.gif) no-repeat left;
}



/* カラムヘッダー
-----------------------------------------------*/
div#colum_head{
	text-align: center;
	margin: 20px 10px 0 10px;
}

/* カラム_メイン
-----------------------*/
div#colum_txt_main{
	width: 800px;
	font-weight: normal;
}


div#colum_txt_main ul.home{
	width: 760px;
	height: 90px;
	.height: auto;
	margin: 20px;
	padding: 10px 0 20px 0;
	line-height: 150%;
	color: #555555;
	border-bottom: 1px dotted #999999;
}

div#colum_txt_main ul.main{
	width: 760px;
	height: 230px;
	.height: auto;
	margin: 20px;
	padding: 10px 0 20px 0;
	line-height: 150%;
	color: #555555;
	border-bottom: 1px dotted #999999;
}

div#colum_txt_main ul.grobal{
	width: 760px;
	margin: 20px;
	padding: 10px 0 20px 0;
	line-height: 150%;
	color: #555555;

}



/* 罫線
-----------------------*/
div#colum_txt_main p.border{
	width: 660px;
	margin: 50px 30px 30px 30px;
	border-bottom: 1px dotted #999999;
}

div#colum_txt_main span.border{
	display:none;
}



div#colum_txt_main img.title{
	margin: 0px 0px 30px 0;
}

div#colum_txt_main img.right{
	float: right;
	margin: 0 0 0 20px;
}

div#colum_txt_main img.left{
	float: left;
	margin: 0 40px 0 0;
}

div#colum_txt_main img.num{
	margin: 0 5px 2px 5px;
	vertical-align: middle;

}


/* スタイルスイッチ：大
----------------------------------------------------------*/
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;
}


/* IE7のみ
------------------------------------------------------------------*/

/* 罫線
-----------------------*/
*:first-child+html div#colum_txt_main p.border{
	padding: 40px 0 0 0;
}

*:first-child+html div#colum_txt_main span.border{
	display:none;
}

