@charset "utf-8";
/* CSS Document */

/* formatting style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background-color: #EDE8DB;
}



hr {
	display: none;
	clear: both;
}

/* link style
------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFF;
	width: 820px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	margin: 0px auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}



/* header styles
------------------------------*/
#header {
	background-image: url(images/topimage_04.gif);
	background-repeat: no-repeat;
	height: 214px;
	position: relative;
}


#main {
	padding: 20px 15px 20px 25px;
	float: left;
	width: 536px;
	margin-bottom: 20px;
}
#sideber {
	padding: 23px 25px 20px 15px;
	float: right;
	width: 204px;
	margin-bottom: 20px;
}
#footer {
	color: #FFF;
	height: 40px;
	background-color: #F00;
	padding: 20px 20px 20px 20px;
	clear: both;
}
#about #header {
	background-image: url(images/topimage_02.gif);
	background-repeat: no-repeat;
}
#entry #header {
	background-image: url(images/topimage_03.gif);
	background-repeat: no-repeat;
}
#moushikomi #header {
	background-image: url(images/topimage_01.gif);
	background-repeat: no-repeat;
}
#report #header {
	background-image: url(images/topimage_05.gif);
	background-repeat: no-repeat;
}
#link #header {
	background-image: url(images/topimage_06.gif);
	background-repeat: no-repeat;
}
#main p #mail {
	position: relative;
	bottom: -2px;
}
#about #main table tr th{
	color: #F00;
	width: 6em;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
#about #main table tr td{
	padding-left: 5px;
	padding-bottom: 8px;
	vertical-align: top;
}
#about table tr #right {
	text-align: right;
}

#main table tr th{
	color: #F00;
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 5px;
}
#main table tr td{
	padding-left: 5px;
	padding-bottom: 8px;
	vertical-align: top;
}

#main table {
	margin-bottom: 10px;

}





/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: bolder;
	background-image: url(images/arrow5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 18px;
	color: #F00;
	margin-top: 0px;
	clear: both;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

#main h3{
	font-weight: normal;
	color: #794D11;
	font-size: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
#main h4 {
	font-size: 115%;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	color: #36C;
	margin-bottom: 10px;
}
#main h5 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
#main #right {
	clear: left;
	float: none;
	text-align: right;
}

#main h6   {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	display: inline;
}
#main h1 {
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #F00;
	border-bottom-color: #666;
	color: #F00;
}
#main #renraku dt {
	clear: left;
	float: left;
	margin-bottom: 3px;
	margin-right: 1.8em;
}
#main #renraku dd {
	clear: right;
	margin-bottom: 3px;
}
#main #renraku #mailadd {
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4em;
}


#main .space {
	color: #FFF;
	display: block;
	margin-bottom: 25px;
}

#main p #pc2 {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}
#main p #fax2 {
	clear: both;
	float: none;
	padding-bottom: 20px;
}


#main h2 #top {
	margin-bottom: 4px;
}
#home #main h2 {
	background-image: none;
	padding: 0px 0px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px;
	background-color: #FFF;
}
#main h2 #rcc {
	margin-bottom: 0px;
}



#main p {
	line-height: 1.7;
	margin-bottom: 2em;
}
#main #0 {
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	color: #333;
}

#main #news {
	margin-bottom: 1.9em;
}

#main dl#news dt {
	font-weight: bolder;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	float: left;
	width: 5em;
	padding-left: 18px;
	clear: left;
	color: #333;
}
#main dl#news dd {
	margin: 0px 0px 10px 6px;
}
#main #gaiyou   {

}

#main #gaiyou dt {
	font-weight: normal;
	color: #630;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	clear: left;
}
#main #gaiyou dd {
	margin-bottom: 15px;
}
#main ul   {
	margin-bottom: 30px;
	list-style: none;
}
#main ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#main .rp  {
	float: left;
	width: 240px;
	clear: none;
}
#main .rp p {
	margin: 0px;
	padding: 0px;
}
#main .photo {
	margin-bottom: 20px;
	padding-bottom: 20px;
}



#moushikomi ul  {
	padding-top: 0px;
}


#moushikomi dl {
	margin: 0px 0px 25px;
	padding-top: 0px;
}
#moushikomi  dl dt {
	float: left;
	color: #65400E;
	clear: left;
	margin: 0px 0px 3px;
	padding: 0px 10px 0px 0px;
}
#moushikomi dl dd {
	margin: 0px 0px 3px;
	padding: 0px;

}


#moushikomi #bumon {
	font-size: 115%;
	color: #63C;
	display: inline;
}
#main dl #address {
	color: #333;
	margin: 0px;
	padding: 0px;
}

#moushikomi ul #indent {
	margin: 0px;
	padding: 0px 0px 5px 16px;
}


#moushikomi #main h5 {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	display: inline;
}


#header #logo  {
	position: absolute;
	left: 20px;
	top: 24px;
}
#header ul {
	width: 820px;
	position: absolute;
	left: 0px;
	top: 165px;
	margin-right: 10px;
	margin-left: 10px;
}
#header ul li {
	float: left;
	list-style: none;
	height: 49px;
	width: 160px;
}
#header ul li a {
	height: 49px;
	width: 160px;
	background-color: #FFF;
}
#header #menu a {
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
#header #menu #nTop a {
	background-image: url(images/images/1.gif);
	background-repeat: no-repeat;
}
#header #menu #nTop a:hover {
	background-image: url(images/images/r1.gif);
	background-repeat: no-repeat;
}
#header #menu #nEntryartist a {
	background-image: url(images/images/2.gif);
	background-repeat: no-repeat;
}
#header #menu #nEntryartist a:hover {
	background-image: url(images/images/r2.gif);
	background-repeat: no-repeat;
}


#header #menu #nEntry a {
	background-image: url(images/images/3.gif);
	background-repeat: no-repeat;
}
#header #menu #nEntry a:hover {
	background-image: url(images/images/r3.gif);
	background-repeat: no-repeat;
}

#header #menu #nReport a {
	background-image: url(images/images/4.gif);
	background-repeat: no-repeat;
}
#header #menu #nReport a:hover {
	background-image: url(images/images/r4.gif);
	background-repeat: no-repeat;
}

#header #menu #nLink a {
	background-image: url(images/images/5.gif);
	background-repeat: no-repeat;
}
#header #menu #nLink a:hover {
	background-image: url(images/images/r5.gif);
	background-repeat: no-repeat;
}
#about #header #nTop a {
	background-image: url(images/images/r1.gif);
}

#entry #header #nEntryartist a {
	background-image: url(images/images/r2.gif);
}

#moushikomi #header #nEntry a {
	background-image: url(images/images/r3.gif);
}
#report #header #nReport a {
	background-image: url(images/images/r4.gif);
}
#link #header #nLink a {
	background-image: url(images/images/r5.gif);
}

#entry table tr th {
	color: #FFF;
	width: 9em;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #999;
}

#entry table tr td {
	padding: 5px;
	vertical-align: middle;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#entry table {
	padding: 0px;
	margin: 0px 0px 15px;
	width: 95%;
	border: 1px none #333;
}
#entry table .tdtop {
	border-top-style: solid;
	border-bottom-style: solid;
}


/* sideber styles
------------------------------*/
#sideber h2 {
	margin-bottom: 10px;
}
#sideber ul {
	margin-top: 10px;
}
#sideber ul li {
	margin-bottom: 15px;
	list-style: none;
}
#sideber ul li a {
	color: #333;
	background-image: url(images/arrow6.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	text-decoration: none;
	display: block;
}
#sideber ul li a:hover {
	background-image: url(images/arrow3.gif);
}
#sideber p a {
	color: #39C;
}






/* footer styles
------------------------------*/
#footer p {
	color: #FFF;
	margin: 0px 20px 0px 0px;
	float: right;
}
#footer p a {
	color: #FFF;
}
