@charset "utf-8";

div.floatLeft {
	float: left;
}
span.hidden{
	visibility: hidden;
}
span.rub{
	font-size: 80%;
}

#container {
	width: 900px;
	background-color: #FFFFFF;
}
#container.top {
	background: #FFFFFF url("images/bgpics.jpg") no-repeat right 80px;
}

#inner{
	/*padding-bottom: 1px;*/
	margin: 30px 50px;
}
#container.top #inner{
	background: url("images/bgline.gif") repeat-y 800px top;
	margin: 0;
	padding-bottom: 1px;
}

.top h2{
	width: 100%;
	height: 67px;
	background: url("images/neo-japanesque.gif") bottom left no-repeat;
	border-bottom: solid 1px #171C61;
	margin-top: 10px;
	margin-bottom: 20px;
}

#toptext{
	width: 560px;
	/*background: url("images/nj_toptext.gif") top left no-repeat;*/
	margin: 20px 40px;
}
/*  */
#contIndex{
	width: 850px;
	text-align: center;
	margin: 20px 40px;
}
#contIndex:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	width:100%;
}
.contBox{
	display: block;
	float: left;
	width: 330px;
	height: 400px;
	margin: 0 20px 20px;
}
a.contBox{
	color: #666666;
	text-decoration: none;
}
a.contBox:hover *{
	color: #C61A22;
	border-color: #C61A22;
}
div.cbOver:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	width:100%;
}

.contBox div.leftBox{
	float: left;
	width: 150px;
	height: 150px;
    border: none;
}

.contBox div.rightBox{
	float: left;
	width: 170px;
	height: 150px;
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", sans-serif;
	border: none;
}


div.cbOver p{
	width: 170px;
	font-weight: bold;
	white-space: nowrap;
	overflow: visible;
	color: #C61A22;
	border-bottom: solid 1px #C61A22;
	font-size: 11px;
	line-height: 18px;
	margin-top: 131px;
	margin-left: 5px;
}
div.cbUnder{
	clear: both;
    margin-top: 10px;
}
div.cbUnder p{
	font-size: 11px;
    text-indent: 1em;
	text-decoration: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
