@charset "UTF-8";

/* Common
-------------------------------*/
* {
	padding: 0;
	margin: 0;
}

p {
	font-size: 1.2em;
}

img.shadow {
	background: #000;
	border: 2px solid #FFF;
}

img { 
	vertical-align: bottom;
	border: 0;
}

ul,p {
	margin-bottom: 10px;
}

li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 3px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}  

body {
	font-size: 62.5%;
	line-height: 1.8;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","MS P ゴシック";
	color: #333;
	background: #000;
}

a:link,
a:visited,
a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	display:block;
}

.fLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.fRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.right {
	text-align: right;
}

.reader {
	display:block;
	height:1px;
	width:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
}

.box {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.borderBox {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.borderT {
	border-top: 1px solid #d9d9d9;
}

.red {
	color: #CC0000;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

/* wrapper
-------------------------------*/
div#wrapper {
	text-align: center;
	background: #FFF url(../images/bg.jpg) left top;
}

/* container
-------------------------------*/
div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* header
-------------------------------*/
div#header {
	position: relative;
	height: 130px;
	margin-bottom: 20px;
	background: #000 url(../images/header_bg.jpg) center bottom no-repeat;
}

div#headerInner {
	margin: 0 auto;
	padding: 0;
	height: 130px;
	width: 900px;
	text-align: left;
}

div#header h1 {
	margin: 0 0 20px 20px;
	padding: 0;
}

div#header h2 {
	font-size: 1em;
	padding: 15px 0 16px 0;
	margin: 0;
	color: #999;
	font-weight: normal;
}

div#header div#menu {
	margin: 15px 0 16px 0;
	padding: 0;
	width: 484px;
	height: 46px;
	float: right;
}

div#header div#menu ul {
	padding: 0;
	margin: 0;
	width: 485px;
	height: 46px;
	background: url(../images/header_menu_bg.gif) left top no-repeat;
}

div#header div#menu ul li {
	list-style: none;
	float: left;
	width: 120px;
	height: 46px;
	margin: 0 0 0 1px;
	padding: 0;
	display: inline;
}

div#header div#menu ul li a {
	display: block;
	width: 120px;
	height: 46px;
}

div#header div#menu ul li a img,
div#header div#menu ul li a:hover {
	visibility: visible;
}

div#header div#menu ul li a:hover img {
	visibility: hidden;
}


/* content
-------------------------------*/
div#content {
	margin: 0 0 10px 0;
}

div#mainvisual {
	margin-bottom: 50px;
	text-align: right;
}

div#mainvisual img {
	background: #000;
	vertical-align: middle;
}

p#pankuz {
	text-align: left;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

/* index column
-------------------------------*/
div#indexLeft {
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
}

div#indexRight {
	width: 420px;
	margin: 0 0 0 60px;
	padding: 0;
	float: left;
}

/* main
-------------------------------*/
div#main {
	width: 660px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	float: left;
}

/* for ie6 */
*html body div#main {
	width: 660px;
}

/* sidebar
-------------------------------*/
div#sidebar {
	width: 180px;
	margin: 0 0 30px 60px;
	padding-bottom: 10px;
	float: left;
}

/* for ie6 */
*html body div#sidebar {
	width: 180px;
}

/* footer
-------------------------------*/
p#footermenu {
	text-align: center;
	clear: both;
	height: 30px;
}

div#footer {
	clear: both;
	padding: 25px;
	font-size: 1em;
	text-align: center;
	background: #000;
}

div#footer address {
	color: #999;
	font-size: 1em;
	font-style: normal;
}

div#footerinner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

p#footermenu a {
	margin-left: 10px;
	margin-right: 10px;
}

p#footermenu a.stay {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 0 3px 13px;
	background: url(../images/arrow_over.gif) left 4px no-repeat;
	border-bottom: 1px solid #000;
	color: #000;
}

div#footer .pagetop {
	float: right;
}

div#footer .pagetop a {
	padding: 0 0 0 15px;
	background: url(../images/pagetop_arrow.gif) left 4px no-repeat;
}

div#footer .pagetop a:hover {
	color: #FFF;
	padding: 0 0 3px 15px;
	background: url(../images/pagetop_arrow.gif) left 4px no-repeat;
	border-bottom: 1px solid #FFF;
}

/*
-------------------------------*/
h3.contentTitle {
	border-top: 2px solid #000;
	padding-top: 17px;
	font-size: 1.6em;
	color: #333;
}

h4.contentTitle {
	border-top: 2px solid #000;
	padding-top: 17px;
	font-size: 1.4em;
	color: #333;
}

p.contentTitle {
	border-top: 2px solid #000;
	padding-top: 17px;
	font-size: 1.2em;
}

h4.subTitle {
	padding-top: 14px;
	font-size: 1.4em;
	color: #333;
}

h5.subTitle {
	padding-top: 14px;
	font-size: 1.2em;
	color: #333;
}

span.normal {
	font-size: 12px;
	font-weight: normal;
}

.pagetop {
	clear: both;
	text-align: right;
}

a.arrow {
	padding: 0 0 0 13px;
	background: url(../images/arrow.gif) left 4px no-repeat;
}

a.arrow:hover {
	padding: 0 0 3px 13px;
	background: url(../images/arrow_over.gif) left 4px no-repeat;
	border-bottom: 1px solid #000;
}

h4 {
	font-size: 1.4em;
	color: #333;
	padding: 0;
	margin-bottom: 10px;
}

p.price {
	font-size: 1.1em;
	color: #5F664B;
	padding: 0;
	margin-bottom: 10px;
}

* html body dl.list dd div{
	display:inline-block;
}

dl.list {
	clear: both;
	margin-bottom: 10px;
}

dl.list dt {
	float:left;
	width:8em;
	padding: 13px 0 0 0;
	font-size: 1.2em;
}

dl.list dd {
	margin-left:10em;
	padding-top: 13px;
	padding-bottom:13px;
	padding-right:10px;
}

dl.list p {
	margin-bottom: 0px;
}

* html body dl.judgeList dd div{
	display:inline-block;
}

dl.judgeList {
	clear: both;
	margin-bottom: 10px;
}

dl.judgeList dt {
	float:left;
	width:10em;
	padding: 13px 0 0 0;
	font-size: 1.4em;
}

dl.judgeList dd {
	margin-left:14em;
	padding: 13px 10px 13px 20px;
	border-left: 1px solid #d4d4d4;
}