@charset "utf-8";
/*変更　可能箇所
--------------------------------------------------*/
/*ページ背景
-------------------------------------*/
body{
	background: #143514;
}
/*全体
-------------------------------------*/
#toiawase{
	font:90%/150% "MS UI Gothic", "メイリオ", "Osaka";
	color:#ffffff;
}
/*テーブル　線
-------------------------------------*/
#toiawase td{
	border-bottom:1px solid #666;
}
/*リンク
-------------------------------------*/
a,a:link,a:visited{
	text-decoration:none;
	color:#00f;
}
a:hover{
	text-decoration:none;
	color:#ff6600;
}
/*必須項目マーク
-------------------------------------*/
.hissu{
	color:#ff0000;
}
/*問い合わせ事項
-------------------------------------*/
.item{
	font:90%/150% "MS PGothic", "Osaka";
	color:#333333;
	/*background:#eeeeee;*/
}
/*記入欄
-------------------------------------*/
.entry{
	font:90%/150% "MS PGothic", "Osaka";
	color:#333333;
	background:#ffffff;
	color:#333333;
}
/*アンダーラインエリア
-------------------------------------*/
.udrLarea{
	width:100%;
	/*border-bottom:solid #cccccc 1px;*/
	margin-bottom:3px;
}
/*エラーリスト
-------------------------------------*/
#error dd li{
	color:#ff0000;
}
/*------------------------------------------------*/




*{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
#toiawase{
	position:absolute;
	width:580px;
	left:50%;
	margin-left:-290px;
	/*padding:0 12px 0 12px;*/
	background: #ffffe9 url(image/title.gif) no-repeat left 20px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #6e4a20;
}
#notes{
	width: 100%;
	margin-top: 65px;
	padding: 4px 0;
	text-align:center;
	color: #6e4a20;
	background: #f8d85b;
}
#toiawase dt{
	font-size:110%;
	font-weight:bolder;
	border-bottom:1px solid #999999;
	padding-bottom:2px;
}
#notes dt{
	border:none;
}
#notes dd{
	margin:5px 0;
	color: #6e4a20;
}
#toiawase table{
	border-top:1px solid #666;
	border-collapse: collapse;
	margin:20px;
	width:540px;
}
#toiawase td{
	padding:5px 5px 5px 10px;
	vertical-align:top;
}
input{
	margin-right:5px;
}
#toiawase .item{
	width:180px;
	background-color: #ade2ad;
	color: #000;
}
#toiawase li{
	margin:0px 0 5px;
}
#privacy{
	width:560px;
	text-align:center;
	margin:20px 0;
}
#btn{
	width:400px;
	margin:15px 0 15px 100px;
	text-align:center;
	zoom:1;
}
/*#btn:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}*/
#btn li{
	float:left;
	padding-right:20px;
}
#btn li *{
	width:95px;
}
#thanks{
	width:100%;
	margin-top:50px;
	text-align:center;
}
#thanks li{
	margin-bottom:20px;
}
#error{
	margin-bottom:30px;
	border-bottom:1px solid #999999;
}
#error dd li{
	list-style-type: disc;
	margin-left:25px;
}
#footer{
	padding: 0 20px 24px 20px;
	background: url(image/title_un.gif) no-repeat bottom center;
}

/* 2010-08-19 追加 */

#go2Top {
	position:relative;
	top:0;
	left:0;
}
#go2Top a {
	color:#143514;
	font-size:10px;
}