﻿/**************目次**************/
/*■初期設定************************/
	
	/* contents/ボーダー設定の変更 */
	/* side/幅・マージン・ボーダー設定の変更 */

/*■explain設定************************/

	/* explain/全体のレイアウト設定 */
	/* explain/表題部分のレイアウト設定 */
	/* explain/リスト部分のレイアウト設定 */
	/* explain/テキスト部分のレイアウト設定 */
	/* explain/リンク部分のレイアウト設定 */

/*■muryo設定************************/

	/* muryo/レイアウト設定 */
	/* muryo/ロールオーバー設定 */



/*■初期設定************************/

/* contents/ボーダー設定の変更 */
#contents {
	border-right: 1px solid #000000;
	float: left;
    background-color: #FFFFFF;	
	
	display: inline; /* IE6/2倍マージンバグ対策 */ 
}


/* side/幅・マージン・ボーダー設定の変更 */
#side {
    width: 179px;
	margin-left: -1px;
	border-left: 1px solid #000000;
	float: left;
	background-color: #CCCCCC;
}
* html #side {
	width: 180px;
}



/*■explain設定************************/

/* explain/全体のレイアウト設定 */
#explain {
	margin: 40px 50px 0px;
	float: left;
	color: #666666;
	
	display: inline; /* IE6/2倍マージンバグ対策 */ 
}
* +html #explain {
	padding-bottom: 20px;
}
* html #explain {
	padding-bottom: 20px;
}

.topic {
	width: 670px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	float: left;

	margin-right: -3px; /* IE6/テキストの重複 */
}


/* explain/表題部分のレイアウト設定 */
#explain h3 {
	width: 220px;
	padding-bottom:17px;
	padding-left: 15px;
	margin-left: 20px;
	float: left;
	
	background-image: url(/company/image/list_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	color: #999999;	
	font-size: 12px;
	line-height: 16px;
	
	display: inline; /* IE6/2倍マージンバグ対策 */ 
}
* html #explain h3 {
	width: 235px;
}


/* explain/リスト部分のレイアウト設定 */
#explain ul {
	padding-bottom: 13px;
	padding-left: 25px;
	margin-right: 20px;

	float: left;

	background-image: url(/company/image/list_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;

	
	display: inline; /* IE6/2倍マージンバグ対策 */ 
}
* +html #explain ul {
	padding-left: 10px;
}

* html #explain ul {
	padding-left: 10px;
}

#explain li {
	clear: left;
	font-size: 12px;
	line-height: 20px;
	text-indent: -10px;
}


/* explain/テキスト部分のレイアウト設定 */
#explain p {
	width: 380px;
	padding-bottom: 14px;
	padding-left: 15px;
	margin-right: 20px;
	float: left;

	background-image: url(/company/image/list_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;

	font-size: 12px;
	line-height: 16px;

	display: inline; /* IE6/2倍マージンバグ対策 */ 
}


/* explain/リンク部分のレイアウト設定 */
#explain a {
	color: #0066ff;
	text-decoration: underline;
}



/*■muryo設定************************/

/* muryo/レイアウト設定 */
#muryo {
	padding-bottom: 50px;
	margin: 30px 50px 0px;
	float: left;

	display: inline; /* IE6/2倍マージンバグ対策 */ 
}


/* muryo/ロールオーバー設定 */
#muryo a {
	display: block;
	width: 670px;
	height: 170px;
	background-image: url(/company/image/btn_muryo_on.jpg);
}

#muryo a:hover {
	background-color: #fff; /* IE6で動作させるために必要 */
}

#muryo a:hover img {
	visibility: hidden;
}