@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 dd{
	border-top: 3px solid #F9F8EE;
	border-left: 8px solid #F9F8EE;
	border-right: 8px solid #F9F8EE;
	border-bottom: 8px solid #F9F8EE;

}

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

.searchBox dd 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 dd li.ya1{
	background: url(img/navi_ya_brown.jpg) left top no-repeat;
}

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

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

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

themeTitle

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

.themeTitle {
	margin-bottom: 10px;
}

.themeTitle h3 {
	font-size: 189%;
	font-weight: bold;
	color: #1F1D0A;
	width: 468px;
	background: url(../img/title_line.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

.mainL {
	width: 468px;
}

.mainR {
	width: 209px;
}

.mainL02 {
	width: 202px;
}

.mainR02 {
	width: 483px;
}

.text01 {
	line-height: 2;
}

.item01 {
	margin-right: 12px;
}

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

linkTitle

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

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

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

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

.link {
	margin-bottom: 10px;
}

.link li {
	background: url(img/square.gif) left center no-repeat;
	padding-left: 10px;
	float: left;
	margin-right: 55px;
	margin-bottom: 10px;
	display: inline;
	width: 160px;
}

.section {
	margin-bottom: 20px;
}



