@charset "utf-8";
/* CSS Document */


/* 疑似クラス 一般 */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	color: #000000;
	text-decoration: underline;
}

/* 疑似クラス メニュー */

#page_menu a:link {
	text-decoration: none;
	color: #000000;
}

#page_menu a:visited {
	text-decoration: none;
	color: #000000;
}

#page_menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#page_menu a:active {
	text-decoration: none;
	color: #000000;
}

#page_menu a:focus {
	text-decoration: none;
	color: #000000;
}

/* 疑似クラス メニュー */

#page_content_l a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#page_content_l a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#page_content_l a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#page_content_l a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#page_content_l a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

/* tag */

*	{
	margin: 0px;
	padding: 0px;
}

body	{
	font-size: 0.8em;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: "Meiryo", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 100%;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h2	{
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
}

h3	{
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
}

h4	{
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
}

p {
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form	{
	margin: 0px;
	padding: 0px;
}

#page_rap	{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#page_header	{
	width: 900px;
	height: 265px;
}

#page_menu	{
	width: 798px;
	height: 24px;
	margin-left: 46px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	color: #000000;
	line-height: 1.8em;
	text-indent: 10px;
}

#sponsor_flash	{
	width: 798px;
	height: 36px;
	margin-left: 46px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#page_content	{
	width: 798px;
	margin-left: 46px;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-image: url(images/content_back.gif);
}

#page_content_l	{
	width: 190px;
	float: left;
	background-color: #333333;
	background-image: url(images/sponsor.jpg);
	padding-top: 270px;
	padding-right: 4px;
	padding-bottom: 40px;
	padding-left: 4px;
	margin: 0px;
	font-size: 80%;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#page_rap #page_content #page_content_l li {
	padding-left: 10px;
}


#page_content_r	{
	width: 580px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#page_caption	{
	width: 900px;
	height: 24px;
	text-align: center;
	line-height: 1.6em;
	font-size: 80%;
}

#page_footer	{
	width: 900px;
	height: 90px;	
}

/* 表 */
table	{
	font-size: 80%;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

.dummy0	{
	clear: both;
	height: 0px;
}

.dummy1	{
	clear: both;
	height: 1px;
}

.dummy9	{
	height: 9px;
}

.dummy10	{
	clear: both;
	height: 10px;
}

.dummy30	{
	clear: both;
	height: 30px;
}


/* Google Maps */

#map {
	height: 580px;
	width: 580px;
}

/* IE6プリント対応指定 */

@media print {

body	{
	_zoom: 0.80;
}

}
