@charset "shift-jis";
/* COMMON -------------------------------------------------------------*/
body {
	background:#ffe63a;
}
a {
	overflow:hidden;
}

#wrap {
	width:854px;
	margin:0 auto;
	text-align:center;
	font-size:100%;
	line-height:150%;
	color:#000000;
	background:url(../img/bg01.gif) repeat-y;
}
#wrap_in {
	width:780px;
	margin:0 auto;
	text-align:center;
}

.box01 {
	width:780px;
	background:url(../img/box01_bg.gif) repeat-y;
	text-align:left;
}
.box01_in {
	width:700px;
	margin-left:40px;
}
.btn01 a {
	width:310px;
	height:46px;
	display:block;
	text-indent:-9999px;
	background:url(../img/btn_amazon.gif) no-repeat;
	margin-left:195px;
}
.btn01 a:hover {
	background:url(../img/btn_amazon.gif) no-repeat 0 -46px;
}
.tbForm01 {
	border-left:#668999 1px solid;
	border-top:#668999 1px solid;
}
.tbForm01 th, .tbForm01 td {
	border-bottom:#668999 1px solid;
	border-right:#668999 1px solid;
}
.tbForm01 input {
	width:200px;
}
.tbForm01 th {
	font-weight:normal;
	background:#f0faff;
	text-align:right;
	padding-right:7px;
	padding-bottom:10px;
	padding-top:10px;
}
.tbForm01 td {
	padding-left:8px;
}
.box02 {
	width:740px;
	margin-left:20px;
	font-size:116%;
	line-height:180%;
	text-align:left;
}
.box02_in {
	width:740px;
	background:url(../img/box02_bg.gif) no-repeat;
}
.btn02 a {
	width:392px;
	height:46px;
	display:block;
	background:url(../img/btn_01.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-left:174px;
}
.btn02 a:hover {
	background:url(../img/btn_01.gif) no-repeat 0 -46px;
}
.box03 {
	width:740px;
	margin-left:20px;
	font-size:100%;
	line-height:150%;
	text-align:left;
}
.photo {
	width:210px;
	float:left;
	margin-top:20px;
}
.profile {
	float:right;
	width:530px;
	margin-top:20px;
}
.box04 {
	width:360px;
	margin-bottom:35px;
	line-height:180%;
}



/* CLASS -------------------------------------------------------------*/
.red {
	color:#FF0000;
}
.blue {
	color:#0085b1;
}
.btxt {
	font-weight:bold;
}
.clear_b {
	clear:both;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.pt_8 {
	padding-top:8px;
}
.pl_25 {
	padding-left:25px;
}
.pb_40 {
	padding-bottom:40px;
}
.mt_5 {
	margin-top:5px;
}
.mt_9 {
	margin-top:9px;
}
.mt_10 {
	margin-top:10px;
}
.mt_12 {
	margin-top:12px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mb_40 {
	margin-bottom:40px;
}
.a_center {
	text-align:center;
}


