@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

contents

-------------------------------------------------- */

#contents{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}



/* --------------------------------------------------

rightContents

-------------------------------------------------- */

#rightContents{
	width: 700px;
	float: right;
}


/* --------------------------------------------------


/* --------------------------------------------------

searchBox

-------------------------------------------------- */
.searchBox {
	width: 200px;
	background: #E9E6C0;
	padding: 12px 15px 12px 15px;
	text-align: center;
}

.searchBox img{
	vertical-align: bottom;
}

.searchBox .searchInner{
	border: 8px solid #F9F8EE;
}

.searchBox ul{
	background: #FFFFFF;
	border: 1px solid #C7C084;
}

.searchBox li{
	text-align: left;
	border-bottom: 1px solid #C7C084;
	padding: 10px 0 10px 30px;
	background: url(img/btn_back.jpg) left bottom repeat-x;
}

.searchBox li.ya1{
	background: url(../img/navi_ya_brown.jpg) left top no-repeat;
}

.searchBox li.ya2{
	background: url(../img/navi_ya.jpg) left top no-repeat;
}

#contents .searchBox .last {
	border-bottom-style: none;
}


/* --------------------------------------------------

linkTitle

-------------------------------------------------- */

.linkTitle {
	background-color: #DCD79A;
	font-weight: bold;
	border: 1px solid #AFA73D;
	padding: 8px;
}

.linkTitle h2,
.linkTitle h3 {
	font-weight: bold;
	border-left: 5px solid #AFA73D;
	padding-left: 10px;
}

.wrapper {
	padding-left: 10px;
	padding-top: 20px;
}

.section {
	margin-bottom: 20px;
}

/* --------------------------------------------------

list

-------------------------------------------------- */

table.list td {
	vertical-align: top;
	background: url(../img/square.gif) left 6px no-repeat;
	padding-left: 10px;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	display: inline;
	width: 195px;
	font-weight: bold;
}

.list {
	margin-bottom: 10px;
}


