@charset "UTF-8";

/* ****************************************************
Title: top.css
***************************************************** */

/* best 3 */
.best{margin-bottom: 50px; padding: 0 20px;}
.best li {border-bottom: dotted 1px #ccc;
    padding: 0 0 20px 20px;
    margin: 0 0 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.best .best1 {background-image: url(../images/index/top1.jpg) }
.best .best2 {background-image: url(../images/index/top2.jpg) }
.best .best3 {background-image: url(../images/index/top3.jpg) }


div.section01 ul.jcc li {
	float: left;
	margin: 5px;
}

div.section01 ul.jcc li img {
	padding: 5px;
	background: #FFF;
}


/* section01
---------------------------------------------------------------------------- */

div.section01 {
	margin-bottom: 20px;
}

div.section01 div.pdf {
	margin-bottom: 20px;
	margin-left: 20px;
}

div.section01 div.pdf dl dt {
	float: left;
	margin-right: 100px;
}

div.section01 dl.comment {
	clear: left;
}

div.section01 dl.comment dt {
	margin-bottom: 5px;
}

div.section01 dl.comment dd {
	background: url(../images/index/fukidashi_bg.gif) no-repeat 0 100%;
}

div.section01 dl.comment dd div.comment_wrap {
	background: url(../images/index/fukidashi_head.gif) no-repeat;
	padding: 20px 30px 50px 20px;
}

/* section02
---------------------------------------------------------------------------- */
div.section02 span.new {
	padding: 1px 4px;
	background: #F00;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
	font-size:60%;
}

.section02 dl {width:48%; clear:none;}
.section02 dl .menu_name {text-align:center; font-weight:bold;padding:8px 0; float:none; background: #774627;}
.section02 dl .menu_name a {color: #fff;}
.section02 dl dd {box-shadow: 0 0 0 1px #774627 inset;}
.section02 dl .set {width:52%; padding:3%;}
.section02 dl .star {width:36%; padding:3%;}
.section02 dl .star .yel { color:#C90;}


/* section03
---------------------------------------------------------------------------- */
div.section03 dl dt {
	float: left;
	padding-right: 15px;
}

div.section03 dl dd {
	margin-bottom: 10px;
}

div.section03 p.right {
	margin-left: 530px;
	margin-top: 20px;
}

/* section05
---------------------------------------------------------------------------- */


div.section05 p.img {
	background: #FFF;
	padding: 5px;
	width: 200px;
	margin-right: 20px;
}


div.section05 div.txt {
	width: 430px;
}

div.section05 ul {
	margin-left: 20px;
}

div.section05 table {
width: 430px;
margin: 0 auto 50px;
}

div.section05 table th {
background: #DDD9C4;
border-bottom: #FFF solid 1px;
font-weight: bold;
padding: 5px 10px;
vertical-align: top;
width: 100px;
}

div.section05 table td {
border-bottom: solid 1px #DDD9C4;
padding: 5px 10px;
width: 320px;
}