@charset "utf-8";

/******** 1. main Menu ********/
/******** sub menu ********/
/******** sub menu ********/
/******** Body Elements ********/
/******** Layout Elements ********/
/******** Document Styles ********/
/******** List Styles ********/
/******** table Styles ********/
/******** Font Styles   ********/
/******** color Styles ********/

/* main Menu */
#menu {
	width: 115px;
	float:left;
}

#menu ul{
list-style-type: circle;
list-style-position:inside;
margin:0;
padding:0;
}
#menu li
{
display: inline;
/* for IE5 and IE6 */
}

#menu a
{
color: #483000;
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: 106px;
background-color: #fff;
border-bottom: 1px solid #fff;
}

#menu a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#menu a:hover
{
border-left: 3px solid #EE6060;
color: #000;
}

#menu li a#current
{
border-left: 3px solid #EE6060;
background: #F0F0F0;
color: #000;
}

/******** sub menu ********/

.link {
	text-align: center;
	margin-bottom: 5px;
	background-color: #eeeeee;
	width: 225px;
	margin-left: 130px;
	border: 3px double #eeeeee;
}

#line {
	table-layout:auto;
	text-decoration: underline;
	color: #EE6060;
}



/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #eeeeee;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "\30e1\30a4\30ea\30aa", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 800px;
	margin: 0 auto 0;
	padding-bottom: 10px;
	overflow: hidden;
}

.header {
	height: 50px;
	margin: 0px 0 5px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	line-height: 50px;
	background-image: url(img/c-hed-rogo.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.header_s6 {
	height: 50px;
	margin: 0px 0 5px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	line-height: 50px;
	background-image: url(img/c-hed-rogo-s6.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}


.content {
	background-color: #ffffff;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 130px;
	margin-bottom: -32768px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 32768px;
}

.left {
	float: left;
	width: 115px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -32768px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 32768px;
}

.box-top {
	width: 90px;
	float: left;
	margin-left: 1px;
	clear: none;
}

.box-top-clear {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

.box-banner {
	float: right;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 3px;
	width: 100px;
}

.box-cont {
	float: left;
	margin-left: 3px;
	width: 75%;
}

.box-l {
	float: left;
	margin-left: 3px;
	width: 45%;
	clear: left;
}

.box-r {
	margin-left: 50%;
	width: 45%;
}

.box-info {
	float: left;
}

.box-addr {
	float: left;
	font-size: 10px;
	line-height: 1.4em;
}

.footer {
	margin: 5px auto 10px;
	padding: 5px 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	width: 800px;
}

.margin10l {
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
}
.sitamigi10 {
	margin-bottom: 10px;
	margin-right: 10px;
}


.t-right {
	vertical-align: top;
	text-align: right;
}

/*浮動要素の高さもheightに含めさせる*/

.both {
	clear: both;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

h2 {
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #EE6060;
	padding-left: 10px;
	line-height: 1.2em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 6px;
}	

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 6px;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

.p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

/*dl {
	margin-right: 150px;
}*/

dt	{
	float: left;
}

dd {
	padding-left: 130px;
}

ol {
	margin-right: 10px;
	margin-left: 5px;
	list-style-type: decimal;
	list-style-position: outside;
	zoom: 1;
	padding-left: 2em;
}

.disk {
	list-style-type: disc;
	list-style-position: outside;
	zoom: 1;
}

/******** table Styles ********/

.w200px {
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 10px;
}

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/******** Font Styles   ********/

.xx-small {
	font-size: xx-small;
	font-weight: normal;
}

.x-small {
	font-size: x-small;
	font-weight: normal;
}

.jyu {
	font-size:10px;
	font-weight: normal;
	line-height: 1.3em;
}

/******** image Styles  ********/

.banner {
	margin-top: 5px;
	margin-bottom: 5px;
}

.img-l {
	float: left;
	margin-right: 5px;
}

.img-r {
	float: right;
	margin-left: 5px;
}


/******** color Styles ********/
.bg-gray {
	background-color: #eeeeee;
	margin: 2px;
	border: 2px dashed #eeeeee;
	clear: both;
	padding: 2px;
	width: 100%;
}

.waku {
	border: 1px solid #FF0000;
	font-size: 9px;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 6px;
	line-height: 1.5em;
	color: #FF0000;
	font-weight: bold;
}
