@charset"utf-8";

a{color: #000080;}
p{color: #663300;}

body{
	background-image: url(images/bg_main.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    font-family:Verdana}



div#container	{
	width: 900px;
    background-color: #F7F3CA;
	margin-left: auto;
	margin-right: auto;}

/* ヘッダー */
div#header	{
	background-color: #FFFFFF;
	background-image: url(images/bg_01.jpg);
	padding: 0px 0px 40px;}

img.slideimg{
	margin:18px 0 0 50px;}




div#content	{
	width: 650px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;}

div#content h2	{
	background-color: #F7F3CA;
    background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;}

div#content h3	{
	background-color: #000080;
    width:590px;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;}

div#content p	{
	background-color: #F7F3CA;
    font-size: 12px;
	line-height: 150%;
    width:590px;
	margin-left: 10px;
	margin-right: 10px;}

div#content2 p	{
	background-color: #F7F3CA;
    font-size: 12px;
	line-height: 150%;
    width:560px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;}

.r-float{
	width: 50px;
	height: 49px;
	float: left;
	padding-right: 10px;}


div#content3 p	{
	width:560px;
	font-size: 10px;
	color: #282828;
	text-align:center;}

span.point {
	font-weight: nomal;
	color: #CC0000;
	margin-right: 10px;}

span.kazari {
	padding: 5px;
	border-color: #663300;
	border-width: 1px;
	border-style: dotted;
	background-color: #FFF;
	width: 220px;
	height: 20px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center}

span.kazari2 {
	padding: 5px;
	border-color: #990000;
	border-width: 3px;
	border-style: dotted;
	background-color: #FFF;
	width: 250px;
	height: 55px;
	float: left;
	margin-right: 10px;
	text-align: center}

div.area	{
	width: 560px;
	height: 140px}

/* 左メニュー */
div#sidebar	{
	width: 250px;
	background-color: #F7F3CA;
	background-image: url(images/bg_menu.gif);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 20px;}

div#sidebar p{
	text-align: left;
	margin-top: 15px;
	margin-left: 35px;}

ul.sidemenu	{
	width: 172px;
	margin-top: 20px;
	text-align: center;}

ul.add {
	width: 172px;
	height: 175px;
	text-align: center;}

ul.submenu{
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.submenu li	{list-style-type: none}

ul.submenu li a.arrow01{
	background-image: url(images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 67px;}

ul.submenu li a.arrow02{
	background-image: url(images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 100px;}


/* フッター */
div#footer {
	clear: both;
	width:100%;
	height: 67px;
	text-align: center;
	background: url(images/bg_02.jpg) center no-repeat;}

address	{
	font-size: 10px;
	font-style: normal;
	color: #663300;
	text-align: center;}

