@charset "utf-8";

/* 基本設定
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 150%;
	color: #494949;
	background:#f6f6f6 url("../img/header/bg.gif") repeat-x;
	font-family:Verdana,Arial,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:63%;
	text-align: center;
	letter-spacing:1px;
}

table,img,p,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

a { color: #284f9d; text-decoration: underline; }
a:link { color: #284f9d; text-decoration:underline; }
a:visited { color: #284f9d; text-decoration:underline; }
a:hover { color: #ff6600; text-decoration:underline; }


/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}

br.clear {
	display: none;
	clear: both;
	height: 0px;
	line-height: 0%;
	font-size:0px;
}


/* サイズ
----------------------------------------------- */
.box20{
	width: 20px;
}

.box110{
	width: 110px;
}

.box140{
	width: 140px;
}

.area350 {
	width: 350px;
}

.area680 {
	width: 680px;
	height: 100px;
}

.area450 {
	width: 450px;
	height: 100px;
	background-color:#fff;
}

.area450_02 {
	width: 450px;
	height: 70px;
	background-color:#fff;
}

.area450_03 {
	width: 450px;
	height: 100px;
	background-color:#ffecec;
}

.area450_04 {
	width: 450px;
	height: 70px;
	background-color:#ffecec;
}

.area630 {
	width: 630px;
	height: 70px;
	background-color:#fff;
}

.box40{
	width: 40px;
	background-color:#fff;
}

.box40_02{
	width: 40px;
	background-color:#ffecec;
}

.box260{
	width: 260px;
	background-color:#fff;
}

.box260_02{
	width: 260px;
	background-color:#ffecec;
}

.box350{
	width: 350px;
	background-color:#fff;
}

.box430{
	width: 430px;
	background-color:#fff;
}

.box450{
	width: 450px;
	background-color:#fff;
}

table{
	font-size: 100%;
}

th, td{
	font-size: 120%;
	line-height: 140%;
	font-weight: normal;
}


/* フォント
----------------------------------------------- */
.attention {
	color: #ff6600;
}

.attention02{
	color:#999;
	font-size: 80%;
}

.attention03{
	color:#cc0000;
	font-size: 80%;
}

.attention04{
	color:#cc0000;
	font-size: 120%;
}

.attention05{
	color:#cc0000;
}

.attention06{
	font-weight:bold;
}

.attention07{
	color:#cc0000;
	font-weight:bold;
}

.check{
	color:#cc0000;
	font-size: 80%;
}

.example{
	color:#999;
	font-size: 80%;
}

.form_button{
	margin: 30px 0 30px 0 ;
	text-align:center;
}

.form_button02{
	margin: 30px 0 30px 0 ;
	text-align:center;
}

.form_button02 input#back{
	padding-right: 20px;
}

div#main-contents-other {
	margin: 0 auto ;
	padding: 20px 0 20px 0;
	width: 710px;
	text-align: left;
}


