@charset "utf-8";
/* CSS Document */

/* -------------全体構造------------- */
body {
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(http://www.waraido.com/img/wall.jpg);
	background-repeat: repeat-x;
}
#wrap {
	background-color: #000000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
}
*{
	margin: 0px;
	padding: 0px;
}


/* -------------メニュー部------------- */
#menu {
	background-image: url(http://www.waraido.com/img/menu-bar.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 780px;
	padding-top: 5px;
	background-position: bottom;
	padding-right: 0px;
	padding-left: 0px;
}
#menu ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a{
	text-decoration: none;
	height: 35px;
	text-indent: -9999px;
	display: block;
	font-size: xx-small;
}


#menu ul li#top {
	background-image: url(img/navi-top.gif);
	background-repeat: no-repeat;
	width: 80px;
	display: inline;
}
#menu ul li#top a:hover {
	background-image: url(img/navi-top_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#prof {
	background-image: url(img/navi-profile.gif);
	background-repeat: no-repeat;
	width: 94px;
}
#menu ul li#prof a:hover {
	background-image: url(img/navi-profile_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#tours {
	background-image: url(img/navi-tours.gif);
	background-repeat: no-repeat;
	width: 164px;
}
#menu ul li#tours a:hover {
	background-image: url(img/navi-tours_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#new {
	background-image: url(img/navi-new.gif);
	background-repeat: no-repeat;
	width: 142px;
}
#menu ul li#new a:hover {
	background-image: url(img/navi-new_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#event {
	background-image: url(img/navi-open.gif);
	background-repeat: no-repeat;
	width: 126px;
}
#menu ul li#event a:hover {
	background-image: url(img/navi-open_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#lnk {
	background-image: url(img/navi-link.gif);
	background-repeat: no-repeat;
	width: 84px;
}
#menu ul li#lnk a:hover {
	background-image: url(img/navi-link_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#japanese {
	background-image: url(img/navi-japanese.gif);
	background-repeat: no-repeat;
	width: 90px;
}
#menu ul li#japanese a:hover {
	background-image: url(img/navi-japanese_f2.gif);
	background-repeat: no-repeat;
}


/*
#menu ul li#top {
	background-image: url(http://www.waraido.com/img/menu-top.gif);
	background-repeat: no-repeat;
	width: 130px;
	display: inline;
}
#menu ul li#top a:hover {
	background-image: url(http://www.waraido.com/img/menu-top_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#prof {
	background-image: url(http://www.waraido.com/img/menu-profile.gif);
	background-repeat: no-repeat;
	width: 130px;
}
#menu ul li#prof a:hover {
	background-image: url(http://www.waraido.com/img/menu-profile_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#tours {
	background-image: url(http://www.waraido.com/img/menu-tours.gif);
	background-repeat: no-repeat;
	width: 130px;
}
#menu ul li#tours a:hover {
	background-image: url(http://www.waraido.com/img/menu-tours_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#new {
	background-image: url(http://www.waraido.com/img/menu-new.gif);
	background-repeat: no-repeat;
	width: 130px;
}
#menu ul li#new a:hover {
	background-image: url(http://www.waraido.com/img/menu-new_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#event {
	background-image: url(http://www.waraido.com/img/menu-events.gif);
	background-repeat: no-repeat;
	width: 130px;
}
#menu ul li#event a:hover {
	background-image: url(http://www.waraido.com/img/menu-events_f2.gif);
	background-repeat: no-repeat;
}
#menu ul li#japanese {
	background-image: url(http://www.waraido.com/img/menu-japanese.gif);
	background-repeat: no-repeat;
	width: 130px;
}
#menu ul li#japanese a:hover {
	background-image: url(http://www.waraido.com/img/menu-japanese_f2.gif);
	background-repeat: no-repeat;
}
*/
/* -------------フォームレイアウト------------- */
#catemain {
	width: 600px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#catemain h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-align: left;
}
#catemain h1 span{
	font-size: 12px;
}
#catemain table {
	width: 580px;
	border: none;
	clear: both;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#catemain table span.jp {
	font-size: 12px;
	font-weight: normal;
}
#catemain table span.note {
	font-size: 12px;
	text-align: left;
}
#catemain table span.mark {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	vertical-align: super;
}
#catemain th {
	padding: 5px;
	background-color: #FFF0F0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	width: 200px;
}
#catemain td {
	padding: 5px;
	background-color: #FFF0F0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
	text-align: left;
	line-height: 25px;
	vertical-align: middle;
}
#catemain td.condi {
	background-color: #FFF0F0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #990000;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #990000;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#catemain td p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#catemain td p.tl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: bold;
}
#catemain #comp {
	height: 450px;
	padding-top: 50px;
}
#catemain #comp p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
}

/* -------------フッタ部レイアウト------------- */
#footer p{
	background-image: url(http://www.waraido.com/img/supportbanner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -9999px;
	clear: both;
	height: 35px;
	width: 780px;
	margin-top: 20px;

}
#copyr p {
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
}

