@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/*
html {
	font-size: 6.25%;
}
*/

body,td,th {
	color: #333333;
	font: 14px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #FFFFFF;
	margin: 0px auto;
	max-width: 800px;
	*padding-bottom: 100px;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
}

a:link,a:visited,a:active {
	color: #0000FF;
}

a:hover {
	color: #00CCFF;
}

.clear {
	clear: both;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	line-height: 20px;
	position: absolute;
	top: 188px;
}

ul.list {
	margin-top: 15px;
	padding-left: 10px;
}

ul.list li {
	list-style: disc inside;
	padding-top: 5px;
}

div.box {
	margin-top:20px;
	padding: 0em 0.5em 0.5em;
	background: #FFFFFF;
}

div.box p {
	padding-top: 0.5em;
}

textarea.result {
	width: 100%;
	font-size: 20px;
	margin: 20px 0px 10px;
}

hr.space {
	border: 1px solid #F0F0F0;
}

input.button,
select.select {
	padding: 0.5em 0px;
}

input[type=checkbox] {
  -moz-transform: scale(1.5,1.5);
  -webkit-transform: scale(1.5,1.5);
}

.mt20 {
	margin-top: 20px;
}

.ml5 {
	margin-left: 5px;
}

.w100 {
	width: 100%;
}

.fs12 {
	font-size: 12px;
}

dl.info {
	padding-top: 10px;
}

dl.info dt {
	color: #000000;
	font-weight: bold;
}

dl.info dd {
	border-bottom: 1px dashed #333333;
	padding: 5px;
}

/* ------------------------------ */
/* ■ TABLE
/* ------------------------------ */

table.table01 {
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px 0px;	
}

table.table01 th,
table.table01 td {
	padding: 0.5em 5px;
	border: 1px solid #999999;
}

table.table01 th {
	width:90px;
	background: #E0E0E0;
}

table.table01 td {
	background: #FFFFFF;
}

table.table01 td.center {
	text-align: center;
}

table.table01 td.right {
	text-align: right;
}

table.table01 td.number {
	font-weight: bold;
	color: #000000;
}

table.table01 td.width  {
	width: 20%;
}


table.table01 th span,
table.table01 td span {
	font-size: 12px;
}

table.random1 input,
table.xton input {
	width: 100%;
	padding: 0.5em 0px;
}

table.random2 td {
	font-size: 20px;
	text-align: center;
}

table.random2 input.checkbox {
	margin-right: 5px;
}

table.random2 input.button {
	font-size: 14px;
	width: 100%;
}

table.table02 {
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px 0px;	
}

table.table02 th,
table.table02 td {
	padding: 0.5em;
	border: 1px solid #FFFFFF;
	background: #ECE9D8;
}

table.table02 td input {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background: #ECE9D8;
	border: 1px solid #ECE9D8;
	width: 100%;
}

/* ------------------------------ */
/* ■ HEADER
/* ------------------------------ */

div#header {
	background: #000066;
	margin: 0px auto;
	height: 44px;
	width: 100%;
	border-bottom: 5px solid #0099CC;
}

div#header span {
	color: #FFFFFF;
	background: url(../image/panel.gif) no-repeat 0px 0px;
	text-align: center;
	display: block;
	float: right;
	height: 30px;
	width: 120px;
	margin-right: 5px;
	padding-top: 1em;
	font-size: 15px;
	line-height: 15px;
}

/* ------------------------------ */
/* ■ CATEGORY
/* ------------------------------ */

ul#category {
	background: #666666;
	margin: 0px auto;
	height: 108px;
	width: 100%;
}

ul#category li {
	background: #666666;
	display: block;
	float: left;
	height: 45px;
	width: 32%;
	margin-top: 5px;
	margin-left: 1%;	
}

ul#category li a {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 1em 0px;
	border: 1px solid #333333;
	background: #F0F0F0;
}

/* ------------------------------ */
/* ■ CONTENT
/* ------------------------------ */

div#content {
	background: #F0F0F0;
	margin: 0px auto;
	clear: both;
	padding: 20px 10px;
}

div#content span.h1back {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #FFFFFF;
	display: block;
	height: 40px;
	border: 1px solid #CCCCCC;
	text-align: right;
}

div#content span.h1back img {
	margin-right: 2px;
}

div#content h2 {
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 0.5em;
	border: 1px solid #000033;
	background: #000099;
	clear: both;
}

div#content h3 {
	font-size: 15px;
	color: #000000;
	margin-top: 20px;
	border-bottom: 1px dashed #000000;
	padding: 0em 3px 0.3em;
}

/* ------------------------------ */
/* ■ LINK
/* ------------------------------ */

ul#link {
	padding: 5px 5px 0px 0px;
}

ul#link li {
	font-size: 11px;
	display: block;
	float: right;
}

ul#link li a {
	display: block;
	margin: 0px 3px;
	float: right;
}

/* ------------------------------ */
/* ■ MENU
/* ------------------------------ */

ul#menu {
	width: 100%;
	border-top: 1px solid #999999;
}

ul#menu li {
	padding: 1em 10px;
	border-bottom: 1px solid #999999;
	background: #CCCCCC;
	/* Firefox */
	background: -moz-linear-gradient(top center, #FFFFFF 0%, #999999 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#999999));
	/* 共通 */
	background: linear-gradient(top center, #FFFFFF 0%, #999999 100%);
}

ul#menu li a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	background: url(../image/menu_icon.gif) no-repeat right 0px;
}

ul#menu li.home a {
	background: url(../image/menu_homeicon.gif) no-repeat right 0px;
}

/* ------------------------------ */
/* ■ FOOTER
/* ------------------------------ */

div#footer {
	margin: 0px auto;
	height: 50px;
	width: 100%;
	background: #CCCCCC url(../image/copyright.jpg) no-repeat right 30px;
	border-bottom: 3px solid #FF6600;
}

div#footer ul {
	padding: 0.5em 10px 0px;
}

div#footer ul li {
	font-size: 12px;
}

/* ------------------------------ */
/* ■ ADSENSE
/* ------------------------------ */

div#ggl {  
    position: fixed !important;
    position: absolute;
    bottom: 0;
	text-align: center;
    width: 100%;
	max-width: 800px;
    height: 50px;
    background-color: #CCCCCC;
	margin: 0px auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
}

div#rectangle {
	text-align: center;
	margin-top: 20px;
}

div#banner_728x90 {
    *position: fixed !important;
    *position: absolute;
    bottom: 0;
	text-align: center;
    width: 100%;
	max-width: 800px;
    height: 90px;
    background-color: #CCCCCC;
	margin: 0px auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
}

div#banner_320x50 {
    *position: fixed !important;
    *position: absolute;
    bottom: 0;
	text-align: center;
    width: 100%;
	max-width: 800px;
    height: 50px;
    background-color: #CCCCCC;
	margin: 0px auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
}

div#banner_320x100 {
    *position: fixed !important;
    *position: absolute;
    bottom: 0;
	text-align: center;
    width: 100%;
	max-width: 800px;
    height: 100px;
    background-color: #CCCCCC;
	margin: 0px auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
}
