/* CSS Document */

@charset "shift_jis";

/*===========================================
CONTAINER
============================================*/
#container {
	width: 580px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

p {
	padding: 0;
	margin: 0;
}

/*===========================================
HEADER
============================================*/
#header {
	padding: 0 0 0 0;
	margin: 0;
}

.margin {
	padding: 0;
	margin: 0 0 10px 0;
}

/*===========================================
NAVBAR
============================================*/
#navBox {
	width: 536px;
	height: 30px;
	padding: 0 0 0 22px;
	margin: 0 0 10px 0;
}

#navbarImage {
	width: 220px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#navbarImage ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbarImage li {
	float: left;
	width: 110px;
	height: 30px;
}

.btnHigashi a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.gif);
    background-position: 0px -30px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnHigashi a:hover {
	background-image: url(../img/navbar.gif);
    background-position: 0px 0px;
}

.here01 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnNishi a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.gif);
    background-position: -110px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnNishi a:hover {
	background-image: url(../img/navbar.gif);
    background-position: -110px -30px;
}

.here02 a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.gif);
    background-position: -110px -30px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

#navBox_left {
	float: left;
	width: 220px;
}

#cortion {
	width: 290px;
	height: 25px;
	float: left;
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	padding: 5px 0 0 10px;
	margin: 0;
}

/*===========================================
CONTENT BOX
============================================*/
.mainBox {
	width: 536px;
	padding: 0 0 0 22px;
	margin: 0 0 20px 0;
}

.contentBox {
	clear: both;
	width: 536px;
	padding: 0;
	margin: 0 0 20px 0;
}

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

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

.textBox {
	width: 253px;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}

.textBox01 {
	width: 253px;
	padding: 5px 0 0 0;
	margin: 0 0 8px 0;
}

.textBox02 {
	width: 243px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.textBox03 {
	width: 253px;
	padding: 0;
	margin: 0 0 8px 0;
}

.textBox04 {
	width: 253px;
	padding: 0;
	margin: 0 0 5px 0;
}

.text {
	font-size: 12px;
	color: #663300;
	line-height: 120%;
}

.text01 {
	width: 255px;
	color: #333333;
	font-size: 12px;
	background-color: #ccffcc;
}

.text02 {
	width: 243px;
	color: #333333;
	font-size: 12px;
}

.text03 {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;	
}

.text04 {
	width: 240px;
	color: #333333;
	font-size: 11px;
	line-height: 130%;
}

.text05 {
	width: 160px;
	color: #333333;
	font-size: 11px;
}

.text06 {
	color: #333333;
	font-size: 11px;
}

.text07{
	width: 255px;
	color: #333333;
	font-size: 11px;
	background-color: #ccffcc;
}

.top {
	clear: both;
	padding: 0;
	margin: 0;
}






















