@charset "utf-8";
/* BASE CSS Document */

/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body {
	color: #333333;
	font: 80%/1.8 "メイリオ", Meiryo, Arial, Helvetica, sans-serif, "MS Pゴシック";
	display: block;
	background-color: #FFEBD7;
	background-image: url(../image/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
hr {
	display: none;
}
#pMain hr {
	border-top: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 2em;
	margin-right: 2em;
	margin-left: 2em;
}
p {
	margin-bottom: 2em;
	margin-right: 1em;
	margin-left: 1em;
	text-align: justify;
	display: block;
}
#sidebar p  {
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}
h1 {
	display: block;
	font-size: 100%;
	line-height: normal;
	text-align: right;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	background: url(../image/bg06.gif) repeat;
	color: #CCCCCC;
}


h2 {
	font-weight: bold;
	background-image: url(../image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 15px;
	margin-bottom: 1em;
	border-top: 3px solid #FF6633;
	border-bottom: 1px dotted #666666;
	font-size: 120%;
	margin-top: 1em;
	clear: both;
	display: block;
	line-height: 1.5;
	height: 1.5em;
	color: #444444;
}
#home h2 {
	display: block;
	background: #FFF0E1 url(../image/bg03.gif) repeat;
	border-top: 1px solid #FF8000;
	border-right: 10px double #FF3300;
	border-bottom: 1px solid #FF8000;
	border-left: 30px solid #FF8000;
}
#pMain h2 {
	font-weight: bold;
	border-bottom: 3px solid #66CCFF;
	border-left: 15px solid #6699FF;
	padding: 5px 5px 5px 10px;
	margin-bottom: 2em;
	height: 1.5em;
	font-size: 120%;
	border-top-style: none;
	border-right-style: none;
}

#sidebar h2 {
	border-style: none;
	margin: 5px 0px 2em;
	padding: 0px;
}
h3 {
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #FF0000;
	border-left: 10px double #CC0000;
	font-size: 110%;
	line-height: normal;
	font-weight: normal;
	clear: both;
	margin: 2em 40% 1em 1em;
	display: block;
}
#sidebar h3 {
	height: 40px;
	font-size: 120%;
	color: #FFDDDD;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	text-indent: 20px;
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-style: none;
	border-bottom: 1px solid #CC0000;
	background-color: #FF3300;
	background-image: url(../image/navi_side.gif);
}

#home  #sidebar h3 {
	display: block;
	margin: 0px;
	background: #AABFFF url(../image/bg_stripe_blue.gif);
	line-height: 2.5;
	padding-left: 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-indent: 0px;
}
.spacer {
	clear: both;
	display: block;
}

/* link style
---------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
---------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 860px;
	position: relative;
	background-color: #FFFFFF;
}
#main {
	padding: 15px 25px 0px 5px;
	float: right;
	width: 573px;
	margin-bottom: 10px;
}
#pMain {
	padding: 30px 80px;
	width: 700px;
}
#sidebar {
	padding: 15px 15px 0px;
	float: left;
	width: 225px;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	padding: 5px 15px 15px;
	clear: both;
	border-bottom: thick ridge #FFCC00;
	background: #333333;
}

/* header style
---------------------------------*/
#header {
	height: 255px;
	border-top: thick ridge #FF6600;
	position: relative;
	background: no-repeat;
}
#header ul {
	width: 860px;
	position: absolute;
	left: 0px;
	top: 200px;
	font-size: 10.5pt;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 30px;
	color: #555555;
	text-decoration: none;
	height: 30px;
	width: 93px;
	border-top: 2px groove #FF9900;
	border-bottom: 2px ridge #FF9900;
	border-left: 2px groove #FFC977;
	text-align: center;
	display: block;
	background-color: #FF9900;
	background-image: url(../image/navi_off.gif);
	background-repeat: repeat;
}
#header ul li a:hover {
	color: #AE5700;
	background: #e8ecf5 url(../image/navi_hover.gif);
	border-top: 2px groove #FFFF99;
	border-bottom: 2px ridge #FFFF99;
	border-left: 2px groove #FFFF99;
}
#header  ul  li#nContact  a {
	width: 97px;
	border-right: 1px solid #555555;

}
#header .backhome {
	background: url(../image/mecs02.gif) no-repeat left;
	top: 210px;
	position: absolute;
	padding-left: 30px;
	display: block;
	font-size: 120%;
	left: 80px;
}
#home #header #nHome a,
#profile #header #nProfile a,
#topic #header #nTopic a,
#member #header #nMember a,
#schedule #header #nSchedule a,
#game #header #nGame a,
#sponsor #header #nSponsor a,
#faq #header #nFaq a,
#contact #header #nContact a {
	color: #FFCECE;
	background: #FF6666 url(../image/navi_on.gif) repeat;
	border-top: 2px groove #FF4646;
	border-left: 2px groove #FF4646;
	border-bottom: 2px ridge #FF4646;
}

/* main style
---------------------------------*/
#main em a {
	float: right;
	line-height: normal;
	background-image: url(../image/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-bottom: 2em;
	clear: both;
}
#main em a:hover {
	background-image: url(../image/arrow_hover02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .back   {
	float: right;
	background-image: url(../image/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main .back:hover {
	background-image: url(../image/arrow_hover01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .pagetop    {
	float: right;
	background-image: url(../image/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#main .pagetop:hover  {
	background-image: url(../image/arrow_hover02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .next   {
	float: right;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
#main .next:hover {
	background-image: url(../image/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main #pdf a {
	text-indent: 20px;
	background: url(../image/smallpdf.gif) no-repeat left center;
	float: right;
	clear: right;
}
#main #pPdf {
	margin-right: 2em;
	float: left;
}
#main ol {
	margin-bottom: 30px;
	margin-left: 80px;
}
#main .miniphoto {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: left;
}
#main .photoS {
	margin: 2px 5px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

/* sidebar style
---------------------------------*/
#sidebar ul {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	list-style: none;
	border-bottom: 2px inset #FFA6A6;
}
#sidebar ul li a {
	display: block;
	background: #FF8080 url(../image/arrow03.gif) no-repeat 5px center;
	text-decoration: none;
	width: 223px;
	line-height: 40px;
	height: 40px;
}
#sidebar ul li a:visited {
	color: #666666;
}
#sidebar ul li a:hover {
	background: #FF3333 url(../image/arrow_hover03.gif) no-repeat 5px center;
	width: 223px;
	color: #FFE0D9;
}
#sidebar .sub {
	text-indent: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px inset #FFD0A2;
}
#sidebar .sub a {
	background: #FFC488 url(../image/arrow04.gif) no-repeat 25px center;
}
#sidebar .sub a:hover {
	background: #FF6633 url(../image/arrow_hover04.gif) no-repeat 25px center;
	color: #FFE7D7;
}
#sidebar div.sidemenu {
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #A2B9FF;
}
#sidebar div.sidemenu img {
	position: relative;
	bottom: -0.3em;
}
#sidebar div.sidemenu ul {
	margin: 0px;
	border-style: none;
}
#sidebar div.sidemenu ul li {
	margin: 0px;
	padding: 0px;
	border-top: 2px outset #DFF0FF;
	text-indent: 20px;
	background: #B9DCFF url(../image/bg_stripe_blue.gif);
	border-bottom-style: none;
}
#sidebar div.sidemenu ul li a {
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 223px;
	line-height: 2;
	height: 2em;
	background-color: #C1E0FF;
	background-image: none;
}
#sidebar div.sidemenu ul li a:hover {
	background: #FFD7D7;
	width: 223px;
	color: #FF6600;
}

/* footer style
---------------------------------*/
#footer a {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
	clear: both;
}
#footer p a:hover {
	color: #FFCC00;
	text-decoration: none;
	clear: both;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	line-height: 1.5;
}
#footer #jimu {
	margin-top: 20px;
	clear: both;
}
#news {
	height: 415px;
	display: block;
	overflow: auto;
}

/* dl dt dd
---------------------------------*/
#news dt {
	font-weight: bold;
	background-image: url(../image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 12em;
	padding-left: 15px;
}
#news dd {
	margin: 0px 0px 10px 13em;
}
#faq #main dt {
	font-weight: bold;
	text-align: justify;
	background: url(../image/q.gif) no-repeat left top;
	text-indent: 2em;
	margin-left: 3em;
	margin-bottom: 0.5em;
}
#faq #main dd {
	line-height: 1.8;
	background: url(../image/a.gif) no-repeat 3em top;
	margin-bottom: 2em;
	text-align: justify;
	margin-right: 2em;
	padding-left: 5em;
}
#game #main dl {
	display: block;
	margin: 2em;
	line-height: 1.5;
}
#game #main dt {
	display: block;
	margin: 0px;
	width: 8em;
	font-weight: bold;
	float: left;
}
#game #main dd {
	display: block;
	margin-left: 9em;
	margin-bottom: 1.5em;
}
#sitemap dt {
	margin: 0px 0px 2em 2em;
	clear: left;
	float: left;
	width: 8.5em;
	padding-left: 1.5em;
	background: url(../image/bullet2.gif) no-repeat left 0.5em;
	display: block;
}
#sitemap dd {
	margin: 0px 2em 2em 12.5em;
	display: block;
}
#sitemap .sub   {
	margin-bottom: 3em;
	display: block;
	margin-left: 40px;
}
#sitemap .sub dd {
	margin-bottom: 1em;
}
#main dl.link  {
	display: block;
	margin: 20px;
}
#main .link dt  {
	font-weight: bold;
	margin: 0px 0px 10px;
	float: left;
	width: 13em;
	padding-left: 15px;
	background: url(../image/bullet2.gif) no-repeat left 0.5em;
	display: block;
	clear: left;
}
#main .link dd {
	margin: 0px 0px 10px 14.5em;
	display: block;
}

/* main table layout
---------------------------------*/
#main table tr.top {
	background-color: #BCDEDE;
	clear: none;
}
#main table tr.sun {
	background-color: #FFF0F0;
}
#main table tr.sat {
	background-color: #EEF7FF;
}
#main table tr.odd {
	background-color: #efefef;
}
#main table {
	margin-bottom: 25px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-collapse:collapse;
}
#main table td {
	text-align: center;
	border-left: 1px dotted #CCCCCC;
	padding: 5px;
	line-height: normal;
	border-bottom: 1px solid #CCCCCC;
}
#main table th {
	text-align: center;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* form
---------------------------------*/
#main #fc2form {
	display: block;
	margin-left: 5px;
}

/* list
---------------------------------*/
#main ul {
	border-top: 2px solid #CCCCCC;
	padding: 0px;
	margin-right: 40px;
	margin-bottom: 2em;
	margin-left: 40px;
}
#main ul li {
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	list-style: none;
	line-height: 2.5;
	padding-left: 2em;
}
#pMain ul {
	margin: -1em 4em 2em;
}
#pMain ul li {
	margin-left: 2em;
	list-style: url(../image/bullet2.gif) none outside;
}

/* photo
---------------------------------*/
#main div.photo {
	display: block;
	clear: both;
}
#main div.photo p {
	display: block;
	text-align: justify;
	margin: 0px 0px 20px;
}
#main div.photo img    {
	margin-right: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 2px;
	border: 2px solid #996600;
	float: left;
}
#sidebar div.photo img       {
	margin-right: 1em;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 2px;
	border: 2px solid #996600;
}

/* album
---------------------------------*/
#main div.album {
	display: inline;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 184px;
	margin-left: 3px;
	height: 33em;
}
#main div.album img {
	padding: 2px;
	border: 2px solid #999999;
}
#main div.album h3 {
	margin: 3px auto 5px;
	background: #DDFFF7;
	border-top: 1px solid #009772;
	border-right: 1px solid #009772;
	border-bottom: 1px solid #009772;
	border-left: 10px solid #009772;
	font-weight: bold;
}

/* gallery
---------------------------------*/
#main .photoG {
	margin-bottom: 20px;
	display: block;
	float: left;
	margin-left: 4px;
	padding: 3px;
	border: 2px solid #CCCCCC;
}
#main div.banner {
	clear: both;
	margin-bottom: 15px;
}

/* counter
---------------------------------*/
#wrapper  div.counter {
	display: block;
	float: right;
	height: 4em;
	width: 300px;
	clear: both;
	text-align: right;
	margin-right: 2em;
	margin-bottom: 0.5em;
}
#wrapper div.online {
	display: block;
	margin-right: 2em;
	float: right;
	width: 300px;
	height: 4em;
	text-align: right;
	clear: both;
	margin-bottom: 1em;
}

