@charset "Shift_JIS";

/* ----------------------------------------------------
サイト全体
---------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	color: #666666;
}

h1 {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.pulldownText{
	font-size: 14px;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 1em;
}

.title {
	width: 800px;
	height: 33px;
	margin: 0px;
	padding: 0px 0px 5px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.title p{
	margin: 0px;
	padding: 8px 0px 0px 10px;
	font-size: 19px;
	font-weight: bold;
	float: left;
}

.subtitle1col {
	width: 255px;
	height: 22px;
	margin: 0px 0px 2px;
	padding: 2px 0px 0px 5px;
	background-image: url(../images/subtitle_bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #EACAA6;
	overflow: hidden;
}

.subtitle2col {
	width: 520px;
	height: 22px;
	margin: 0px 0px 2px;
	padding: 2px 0px 0px 5px;
	background-image: url(../images/subtitle_bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #EACAA6;
	overflow: hidden;
}

.subtitle3col {
	width: 785px;
	height: 22px;
	margin: 0px 0px 2px;
	padding: 2px 0px 0px 5px;
	background-image: url(../images/subtitle_bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #EACAA6;
	overflow: hidden;
}

/* --------- 箱 --------- */

#container {
	width: 800px;
	font-size: 16px;
	color: #fff;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

#header {
	width: 795px;
	height: 44px;
	margin: 0px;
	padding: 2px 0px 0px 5px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#header img{
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#headerTop {
	width: 795px;
	height: 44px;
	margin: 0px;
	padding: 2px 0px 0px 5px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#pagebodyNScr {
	width: 800px;
	height: 352px;
	margin: 0px;
	padding: 5px 0px 0px;
	clear: both;
	overflow: hidden;
}

#pagebodyNScr-long {
	width: 800px;
	margin: 0px;
	padding: 5px 0px 5px;
	clear: both;
	overflow: hidden;
}

#pagebodyScr {
	width: 800px;
	margin: 0px;
	padding: 5px 0px 0px;
	clear: both;
}

#contents {
	width: 795px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	clear: both;
}

#footer {
	width: 795px;
	height: 37px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}

.left {
	width: 260px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.center {
	width: 260px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.right {
	width: 260px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}

.right2col {
	width: 525px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}

.left2col {
	width: 525px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.graybox {
	width: 260px;
	margin: 0px;
	padding: 0px 0px 15px;
	background-image: url(../images/graybox_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #35332E;
}

#footer .copyright {
	margin: 0px;
	padding: 2px 5px 0px 0px;
	font-size: 10px;
	text-align: right;
	line-height: 1.0em;
}

#footer .copyright a{
	text-decoration: none;
	color: #999999;
}




