/* setting.css 2009.4.6 */

/*============目次============
　最終更新日：2009/4/6
　1.共通
　2.拡大ページ
　3.USBメモリとの比較
============================*/

/*// ClearFix ///*/
div:after,
ul:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/*===========================
■1.共通
============================*/

/* 上余白15px */
DIV.Top15 {
margin-top: 15px;
}

/* 左右余白10px */
DIV.LR10 {
margin-left: 10px; margin-right: 10px;
}

/* コンテンツ　ページ送り枠 */
.Cont_turn_frame {
width: 100%;
text-align: left;
}

/* コンテンツ　ページ送り 前へ */
.Cont_turn_prev {
float: left;
text-align: left;
}

/* コンテンツ　ページ送り 次へ */
.Cont_turn_next {
float: right;
text-align: right;
}

/*===========================
■2.拡大ページ
============================*/

/* 拡大ページ見出し1 */
H1.MidashiBig {
	font-size: 112.5%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*===========================
■3.USBメモリとの比較
============================*/

DIV.footlink{
	width: 540px;
	margin: 30px 0 0 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

DIV.footlink P{
	margin: 10px;
}

/* 比較表*/
TABLE.hikaku {
	border: 1px solid #CCCCCC;
}


TABLE.hikaku TH {
	background-color: #D8EAD7;
	color: #000099;
}

TABLE.hikaku TH,
TABLE.hikaku TD{
	padding: 5px;
	border: 0;
}

.usb {
	background-color: #D8EAD7;
}
