@charset "shift_jis";

div#sampleContainer {
	width: 790px;
	height: 275px;
}

div#sampleContentsWrap {
	width: 526px;
	float: left;
	margin: 0px auto;
}

div.sampleContents {
	padding: 0px;
	width: 260px;
	height: 275px;

}

div.sampleContents a{text-decoration:none; color: #8fa8d2;}
div.sampleContents a:hover {text-decoration:underline; color: #8fa8d2;}
div.sampleContents a:active {text-decoration:underline; color: #8fa8d2;}


div.sampleContents.left {
	float: left;
}

div.sampleContents.center {
	float: right;
}

div.sampleContents.right {
	float: right;
}


div#sampleThumb {
	width: 250px;
	height:180px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;

}

div#sampleThumb a:link img{border: 2px ridge #3e3e3e;}
div#sampleThumb a:visited img{border: 2px ridge #3e3e3e;}
div#sampleThumb a:hover img{border: 2px ridge #808080;}
div#sampleThumb a:active img{border: 2px ridge #808080;}

div#sampleThumb img {
	width: 210px;
	height: 150px;
}


p#sampleTitle {
	font:bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","メイリオ", Meiryo, Verdana, sans-serif;
	color: #8fa8d2;
}

div#sampleSummary{
	width: 240px;
	//height: 75px;
	margin: 0px 18px;
	padding: 0px;
	text-align: left;
}

div#sampleDivider {
	width: 650px;
	height:1px;
	margin: 0px auto;
	background: url(../img/side_menu_bottom.gif) repeat-x ; 
}

