@charset "utf-8";
/*////////////////////////////////////////////////
toppage - structure（トップページ）
////////////////////////////////////////////////*/
body {
	background:url("../img/bg_top.jpg") repeat-x center 0;
	background-color:#FFFFFF;
}
#forBg {
	background:url("../img/bg_top_bar.gif") repeat-x center 515px;
}
#screen {
	float:left;
	display:inline;
	width:960px;
	height:371px;
	margin:8px 0 25px;
	background-color:#FFF;
	overflow:hidden;
}
#screen .inner{
	padding:3px;
}
#screen .sp {display:none;}
#queen {
	margin-left:10px;
}
.sent_top {
	margin:20px 10px;
	line-height:1.6;
	color:#8D8D99;
}
#top_cbase {
	width:624px;
	margin-bottom:20px;
}
.top_cbox {
	width:295px;
	height:175px;
	position:relative;
	background-color:#fafaf9;
}
.top_cbox .inner {
	padding:15px;
}
.top_cbox .fl {
	width:112px;
}
.top_cbox .fr {
	width:140px;
}
.top_cbox .fl img {
	padding:4px;
	border:2px solid #FFF;
	background-color:#fafaf9;
}
#top_cbase h3 {
	color:#211c18;
	font-weight:bold;
	line-height:1.4;
	padding-top:5px;
	margin-bottom:5px;


}

#top_cbase p {
	color:#8d8d98;
	line-height:1.6;
}
.top_cbox .fr .tx_r {
	padding-left:40px;
	position:absolute;
	right:20px;
	bottom:10px;
}
.top_cbox .fr a {
	display:block;
	padding-left:8px;
	background:url("../img/ya1.gif") no-repeat left 6px;
	font-size:10px;
	white-space:nowrap;
}
