﻿#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#wrap #menu #ad_top{
	width: 158px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.table01 {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	width: 540px;
	border: 2px solid #3399FF;
	margin-left: 20px;
} 

.table01 td {
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #FFFFFF; /* セルの背景色 */
	padding: 5px; /* セル内の余白 */
	vertical-align: middle;
} 
.table01 th {
	border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #3333CC; /* セルの背景色 */
	padding: 5px; /* セル内の余白 */
	color: #FFFFFF;
	text-align: center;
} 


.table02 {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	width: 540px;
	border: 1px solid #CC9900;
	margin-left: 20px;
} 

.table02 td {

border: 1px #CC9900 solid; /* セルの枠線（太さ・色・スタイル） */
background-color: #FFFFFF; /* セルの背景色 */
padding: 5px; /* セル内の余白 */
} 
.table02 th {
	border: 1px #CC9900 solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #CC9900; /* セルの背景色 */
	padding: 5px; /* セル内の余白 */
	color: #FFFFFF;
} 

.table03 td {
	background-color: #FFFFFF; /* セルの背景色 */
	padding: 3px; /* セル内の余白 */
	vertical-align: middle;
} 


/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 25pt;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 15%;
  vertical-align: top;
}

input,
textarea,
select {
	padding: 1px;
	color: #333333;
	border: 1px solid #CCC;
	font-family: verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	background-color: #FAFAFA;
}
textarea {
	font-size:12px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #ebe5cc;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	cursor: pointer;
	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
	font-size: 0.9em;
	font-weight: 400;
	width: 120px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

input.radio {
  background: none;
  border: 0px;
}
h4 {
	font-size: 14px;
	color: #006600;
	margin-top: 30px;
}
.point {
	background-color: #FFF7E6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.point h4 {
	font-size: 14px;
	color: #CC6600;
	margin-left: 20px;
}
.table01 p {
	text-indent: 0px;
	margin: 10px;
}
strong {
	color: #CC0000;
}
em {
	font-weight: bold;
	font-style: normal;
}
.strongB {
	color: #333333;
}
.strongBLsmall {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	font-size: 18px;
	text-indent: 0em;
}
.strongBL {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	font-size: 20px;
	vertical-align: middle;
	text-indent: 0em;
}
.strongBL a {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.strongBLbig {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	font-size:24px;
	text-indent: 0em;
}
.strongBLbig a {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	text-decoration: none;
}
dl {
	margin-left:20px;
}

dd {
	margin-bottom: 10px;
}
.kakomi01 {
	border: 3px solid #FFCC00;
	margin-bottom: 20px;
	background-color: #FEFBF1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
dt {
	font-weight: bold;
	color: #333333;
}
.fukidashi {
	background-color: #E1F5FF;
	background-image: url(fukidashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
	float: left;
	line-height: 140%;
	font-size: 14px;
}
.fukidashi2 {
	background-color: #F7EFE8;
	background-image: url(fukidashi2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*	width: 500px;*/
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	line-height: 140%;
	font-size: 14px;
}

.strongBL a img {
	color: #0099FF;
	text-decoration: none;
}
p.odai {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
/*	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	background-repeat: no-repeat;
	padding: 10px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #996600;
	border-bottom-color: #996600;
}
.goku {
	float: left;
	width: 100px;
}
#wrap #menu form {
	padding: 0px;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #660000;
}
#wrap #menu a {
	text-decoration: none;
}
#wrap #header a {
	font-size: 12px;
	text-decoration: none;
	color: #0066FF;
}
.cap {
	font-size: 12px;
	color: #3366FF;
	text-decoration: none;
	text-indent: 0px;
}

#wrap #contents p.noindent {
	text-indent: 0em;
}
#wrap #contents li {
	padding-bottom: 10px;
}
#wrap #contents ul {
	line-height: 140%;
	margin: 10px;
	padding: 0px;
}

a.hidden-strongBLbig {
	font-family: "Arial Unicode MS";
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	display: block;
	cursor: auto;
	width: 100%;
}
a:hover.hidden-strongBLbig {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	text-decoration: none;
	display: block;
}
a.hidden-strongBLs {
	font-family: "Arial Unicode MS";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	cursor: auto;
	width: 100%;
}
a:hover.hidden-strongBLs {
	font-family: "Arial Unicode MS";
	color: #0033FF;
	text-decoration: none;
	display: block;
}
#wrap #contents strong {
	color: #CC0000;
}
#wrap #contents strong.star {
	color: #FF9900;
}
#wrap #contents ul {
	line-height: 140%;
	margin: 10px;
	padding: 0px;
}
#wrap #contents .kakomi01 h4 {
	margin-left: 30px;
}
#wrap-table {
	padding: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.bigtext {
	font-size: 18px;
	font-weight: bold;
}
