@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
	height:100%;
	width:100%;
	margin: 0px auto;
	padding: 0px;
	color: #000000;
	background: #fff;
	background-image: none;
}

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

sup {
	font-size: x-small;
	vertical-align: super;
}

sub {
	font-size: x-small;
	vertical-align: sub;
}

div#outer{
	width: 100%;
	height:100%;
	min-height: 100%;
	background: #fff;
}

body > #outer {
	height: auto;
}

div#back{
	background: none;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

div#header {
	width: 960px;
	height: 160px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

div#main {
	clear:both;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

div#footer {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 20px 20px 0px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

div#title {
	height:160px;
	width:500px;
	float:left;
}

div#title h1 {
	margin-top: 30px;
	color: #000000;
}

span.min {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
}

span.title {
	font-size: 14px;
	letter-spacing: -1px;
	padding-left: 6px;
	color: #000000;
}

a.t{
	font-size: 36px;
}

a.t:hover {
	text-decoration: none;
}

div#place {
	height:120px;
	width:960px;
	margin-left:30px;
	border: none;
}

span.place {
	display:block;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	background: none;
	float:right;
}

a.p{
	color: #fabf14;
	font-size: 16px;
	text-shadow: 0 0 0;
}


/* Content */

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a#ilcaj {
	display: block;
	height: 50px;
	width: 90px;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: auto;
}

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */

td#left {
	width: 240px;
	height: auto;
	vertical-align: top;
	display:none;
}

ul#menu {
	display:block;
	width: 240px;
	list-style-type: none;
	margin: 0px 10px;
	padding: 5px 0px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.5);
	background: #eee684;
}

ul#menu li {
	display: block;
}

ul#menu li a {
	display: block;
	height: 36px;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #b2bcc8 #acb6c0 #97abba;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-color: #92ccd7;
	-webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #5d5e5e;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-shadow: 0 1px 1px #fff, 0 -1px 1px #9d9d9d;
	line-height: 40px;
	margin: 10px;
	padding-left: 20px;
}

ul#menu li a:hover {
	border-color: #718190;
	background-color: #b5d3d8;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(255, 255, 255, 0.3);
	color: #fff006;
}

ul#menu li a.now {
	border-color: #708191 #6d8295 #7b8c9e;
	background-color: #6fc1cf;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	text-decoration: none;
	color: #2c2d2d;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-shadow: 0 -1px 1px #fff, 0 1px 1px #9d9d9d;
}

/* =-=-=-=-=-=-=-[Contents]-=-=-=-=-=-=-=- */
td#right {
	width: 960px;
	height: auto;
	padding-top: 14px;
	vertical-align: top;	
	background: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-size: 16px;
}

OL LI {
	list-style-type: decimal;
	font-weight: bold;
}

li {
	padding:0px;
	margin:0px;
	list-style: inherit;
}

td#right ul,td#right ul li { list-style: disc none outside; font-weight: bold;
	margin: 3px 5px 3px 13px;}
td#right ol,td#right  ol li { list-style: decimal none outside; font-weight: bold;
	margin: 3px 5px 3px 13px;}
td#right ol ul,td#right  ol ul li { list-style: disc none outside; font-weight: normal;
	margin: 3px 5px 3px 13px;}
	

.blockTitle {
	display: block;
	position: relative;
	height: 28px;
	margin: 10px 10px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	text-shadow: 0 0px 0px , 0 0px 0px ;
	background: #fff;
	border-width:0 0 1px 7px;
	border-style:solid;
	border-color:#71c8d8;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
}

.blockContent {
	margin: 0px 32px 12px 32px;
	padding: 16px 12px 24px 12px;
	text-align: left;
	line-height: 150%;
}

.blockFooter {
}

/* =-=-=-=-=-=-=-[Table]-=-=-=-=-=-=-=- */

th.t1 {
	padding: 5px 0px 5px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	color: #000; 
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-width: 0 1px 1px 7px;
	border-style:solid;
	border-color:#7b8c9e;
}

th.t2 {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	color: #000; 
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-width: 0 1px 1px 7px;
	border-style:solid;
	border-color:#7b8c9e;
}

td.c1 {
	padding: 5px 0px 5px 20px;
	text-decoration: none;
	font-size: 16px;
	color: #000; 
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-width: 0 1px 1px 7px;
	border-style:solid;
	border-color:#97abba;
}

td.c2 {
	padding: 2px 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000; 
	vertical-align: middle;
	border-width: 0 1px 1px 7px;
	border-style:solid;
	border-color:#97abba;
}

table#ken_prize th.t2 {
	padding: 6px 1px 4px 1px;
	text-decoration: none;
	font-size: 15px;
	line-height: 150%;
	color: #fdfdfd; 
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #6fc1cf;
	border-width: 0 1px 1px 5px;
	border-style:solid;
	border-color:#7b8c9e;
}

table#ken_prize td.c1 {
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	font-size: 14px;
	color: #5d5e5e;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #92ccd7;
	border-width: 0 1px 1px 5px;
	border-style:solid;
	border-color:#97abba;
}

table#ken_prize td {
	padding: 8px 2px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background: #b5d3d8;
	border-width: 0 1px 1px 5px;
	border-style:solid;
	border-color:#97abba;
}

/* =-=-=-=-=-=-=-[to top]-=-=-=-=-=-=-=- */

#ttop {
display:none;
}