@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
/*
a:link {
	color: #00F;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #66FFFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	border-style: none;
}
*/
ul li {
	list-style-type: none;
}
h3 {
	display: block;
	width: auto;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	font-weight: bold;
	background-position: 0px 10px;
	padding-top: 10px;
	height: auto;
}

.clear_float {
	clear: both;
}
.kasen {
	color: #FFCC00;
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
.hidden {
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	margin: 0px;
}
#page1 ,#page2, #page3{
	background-image: url(../image/bg_navy01.jpg);
}
#page4 {
	background-image: url(../image/bg_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #131320;
}
#page1  #wrapper{
	overflow: visible;
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	padding-bottom: 20px;
	background-image: url(../image/bg_downlight.jpg);
}
#page2 #wrapper {
	overflow: visible;
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	padding-bottom: 20px;
	background-image: url(../image/bg_downlight.jpg);
}
#page3 #wrapper {
	overflow: visible;
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	padding-bottom: 20px;
	background-image: url(../image/bg_downlight.jpg);
}
#page4 #wrapper {
	overflow: visible;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}


#container {
	font-size: 12px;
	line-height: 1.5em;
	width: 900px;
	display: block;
	background-position: right 16px;
	background-repeat: no-repeat;
}
#page1  #container{
	font-size: 12px;
	line-height: 1.5em;
	width: 900px;
	display: block;
	background: url(../image/bg_arena2.jpg) no-repeat 350px top;
}
#page2 #container {
	font-size: 12px;
	line-height: 1.5em;
	width: 900px;
	display: block;
	background-position: right 16px;
	background-image: url(../image/bg_rits.gif);
	background-repeat: no-repeat;
}
#page3 #container {
	font-size: 12px;
	line-height: 1.5em;
	width: 900px;
	display: block;
	background-image: url(../image/bg_gallery.gif);
	background-repeat: no-repeat;
	background-position: 520px 160px;
}

#header {
	height: 205px;
	width: 324px;
	padding-left: 52px;
	float: left;
}

#page1  #header{
	height: 450px;
	width: 324px;
	padding-left: 52px;
	float: left;
}
#page2 #header {
	height: 205px;
	width: 324px;
	padding-left: 52px;
	float: left;
}


#header h1   {
	font-size: 1px;
	text-indent: -1999px;
	color: #FFF;
	line-height: 0%;
}
#header #logo img {
	height: 110px;
	width: 324px;
	margin-top: 95px;
}
#header #sub_title img {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content {
	height: 500px;
	width: 900px;
	position: relative;
}

#a----------------------- {
}
#menu {
	height: 210px;
	width: 194px;
	padding-left: 30px;
	color: #FFF;
	float: left;
	margin-top: 5px;
	margin-left: 52px;
}
#page1 #menu{
	height: 250px;
	width: 194px;
	padding-left: 24px;
	color: #FFF;
	margin-top: 179px;
	float: left;
	margin-left: 0px;
}
#page2 #menu {
	height: 210px;
	width: 194px;
	padding-left: 30px;
	color: #FFF;
	float: left;
	margin-top: 5px;
	margin-left: 52px;
}


#menu ul {
	list-style-type: none;
}
#menu ul li {
	height: 28px;
	width: 170px;
	float: left;
}
#menu ul li a {
	color: #F09;
}
#b----------------------- {
}

#page1 #container .contents {
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
}
#page2 #container .contents {
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
}

#infomation_box {
	height: 130px;
	width: 550px;
	background-image: url(../image/bg_info_box.gif);
	background-repeat: no-repeat;
	color: #00F;
	padding-top: 17px;
	padding-left: 25px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
}
#info_rss {
	float: left;
	height: 110px;
	width: 550px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #E0E0E0;
}

#info_rss a {
	text-decoration: none;
	color: #09C;
}
#info_rss a:hover {
	color: #990033;
	text-decoration: underline;
}

#info_rss li {
/*	margin-left: -10px;*/
	list-style: none inside;
}
#infomation_box a {
	text-decoration: none;
	color: #9FF;
}
#infomation_box a:hover {
	color: #990033;
	text-decoration: underline;
}


#blog_box {
	height: 130px;
	width: 550px;
	background-image: url(../image/bg_blog_box.gif);
	background-repeat: no-repeat;
	color: #00F;
	padding-top: 17px;
	padding-left: 25px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
}
/*#blog_rss {
	color: #CCC;
	height: 65px;
	width: 520px;
	overflow: hidden;
}
#blog_rss ul li {
	line-height: 16px;
}
*/


#blog_rss {
	float: left;
	height: 110px;
	width: 550px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #E0E0E0;
}

#blog_rss a {
	text-decoration: none;
	color: #0099CC;
}
#blog_rss a:hover {
	color: #990033;
	text-decoration: underline;
}

#blog_rss li {
/*	margin-left: -10px;*/
	list-style: none inside;
}
#blog_box a {
	text-decoration: none;
	color: #9FF;
}
#blog_box a:hover {
	color: #990033;
	text-decoration: underline;
}

.contents .asahi_met2 p {
	font-size: 12px;
	color: #CCC;
	height: 30px;
	width: 400px;
	float: left;
}
.contents .blog_link {
	height: 20px;
	width: 150px;
	padding-top: 30px;
	padding-left: 120px;
}
.contents .blog_link p a {
	color: #66F;
}
.contents .blog_link p a:hover {
	color: #9FF;
}

#c----------------------- {
}
#footer  {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-repeat: no-repeat;
	background-image: url(../image/bg_footer.png);
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer  p  {
	font-size: 12px;
	color: #CCC;
	line-height: 2em;
	text-align: center;
}
.contents .profile_box {
	width: 858px;
	margin-bottom: 20px;
}
.contents .sponsor_box {
	width: 858px;
	margin-bottom: 20px;
}
.contents .sponsor_box a {
	color: #0FF;
	text-decoration: none;
}
.contents .sponsor_box a:hover {
	text-decoration: underline;
}
.contents .sponsor_box a:visited {
	text-decoration: none;
	color: #669;
}





.profile_tab {
	padding: 12px;
}
.message_tab {
	padding: 20px;
}
.media_tab {
	height: 200px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 29px;
	overflow: auto;
}
.sponsor_tab {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.link_tab  {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 27px;
}
.thanks_tab {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 27px;
}




.sponsor_tab .sponsor_link {
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}



.sponsor_tab .sp_text {
	font-size: 12px;
	line-height: 1.2em;
	color: #CCC;
	padding-top: 8px;
	text-align: center;
}
.link_link    {
	height: 35px;
	width: 645px;
	float: left;
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #669;
	margin-bottom: 20px;
}
.link_link img     {
	margin-top: 2px;
	float: right;
}
.thanks_link img {
	margin-top: 2px;
	float: right;
}

.thanks_link  {
	height: 35px;
	width: 645px;
	float: left;
	padding-left: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #903;
	margin-bottom: 20px;
}

#f----------------------- {
}
.profile_tab .personal {
	width: 830px;
}

.profile_tab .personal .p_name p {
	font-size: 18px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCC;
	font-weight: bold;
}
.profile_tab .personal .p_info {
	float: left;
	width: 500px;
}


.profile_tab .personal .p_intro  {
	width: 500px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.profile_tab .personal .p_data  {
	width: 500px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile_tab .personal .p_data dt {
	width: 100px;
	float: left;
}
.profile_tab .personal .p_photo {
	float: left;
	padding-top: 40px;
	padding-left: 30px;
	width: 248px;
}
.profile_tab .personal .p_photo img {
	margin-top: 10px;
}




.profile_tab .history {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #CCC;
	float: left;
	width: 858px;
}


.profile_tab .history dt {
	width: 60px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #903;
	font-style: italic;
	font-weight: bold;
}
.profile_tab .history dl dt.year{
	padding-top: 10px;
}
.profile_tab .history dl ,dd.year{
	padding-top: 10px;
}

.profile_tab .history dd {


}
.media_tab .news p {
	font-size: 12px;
	line-height: 2.5em;
	color: #CCC;
}
.media_tab .news a {
	color: #669;
}
.message_tab p {
	margin-left: 10px;
}



#e----------------------- {
}
#page3 .contents {


}






.gallery_box1 {
	height: 160px;
	width: 440px;
	margin-top: -160px;
	margin-left: 404px;
	position: absolute;
}

.gallery_box2 {
	width: 770px;
	margin-left: 74px;
	margin-bottom: 30px;
}
.gallery_box1 table tr td {
	padding: 10px;
	height: 60px;
	width: 90px;
}
.gallery_box2 table tr td {
	padding: 10px;
	height: 60px;
	width: 90px;
}

#f----------------------- {
}
#page4 .contents {
	height: 310px;
	width: 900px;
}

.contact_box {
	height: 530px;
	width: 440px;
	margin-top: -260px;
	margin-left: 450px;
	position: absolute;
}
.contact_box #mailform {
	height: 430px;
	width: 440px;
	overflow: hidden;
}
.contact_box #mail_mess {
	height: 70px;
	width: 440px;
	color: #999;
}


.contact_box h2 {
	text-indent: -1999px;
	height: 40px;
	background-image: url(../image/contact_logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 12px;
}
#produceby a {
	font-size: 1px;
	line-height: 0px;
	color: #FFF;
	text-indent: -999;
	text-decoration: none;
}
