/*============================================*/
/*全体設定*/
/*============================================*/
body {
	padding:10px 0 0 10px;
	margin: 0px;
	font-size: 13px;
	background: #ffffff url(../images/bg_body.gif);
	*font-size:small;*font:x-small;
}
table {
	font-size:inherit;font:100%;
}
select, input, textarea {
	font:99%;
	margin-top:3px;
}
#doc{
	font-size:92%;
	width:764px;
	margin: 0 auto;
	background: url(../images/bg_main.gif) repeat-y;
	position:relative;
}
#main{
	padding:0 13px 20px 11px;
}
a{
	color:#0079c5;
	text-decoration: none;
}
a:hover{
	color:#ff6666;
}
/*============================================*/
/*文字サイズ設定*/
/*============================================*/
.f10pxJ{
	font-size:84%;
}
.f14pxJ{
	font-size:117%;
}
.f16pxJ{
	font-size:133%;
}
.f18pxJ{
	font-size:148%;
}
/*============================================*/
/*文字色設定*/
/*============================================*/
#doc #main table.white td, #doc #main td.white{
	color:#ffffff;
}
#doc #main span.disable{
	color:#999999;
}
#doc #main tr.tit_search{
	color:#009900;
}
#doc #main tr.tit_search img{
	margin-left:3px;
}

/*============================================*/
/*幅設定*/
/*============================================*/
.width_100{
	width:100%;
}
.width_80{
	width:80%;
}
.width_70{
	width:70%;
}
.width_60{
	width:60%;
}
.width_50{
	width:50%;
}
.width_33{
	width:33%;
}

/*============================================*/
/*枠設定*/
/*============================================*/
#doc #main tr.dotted td, #doc #main table.dotted td{
	border-bottom:1px dotted #cccccc;
	padding-top:5px;
	padding-bottom:5px;
}
#doc #main table.rim{
	border:1px solid #f0f0f0;
}
#doc #main table.rim_nonOver{
	border:1px solid #f0f0f0;
	border-top:none;
}
#doc #main table.rim_ccc{
	border:1px solid #cccccc;
}
#doc #main table.tBorder td{
	border:1px solid #cccccc;
}
#doc #main td.borderLeft{
	border-left:1px solid #cccccc;
}
#doc #main td.borderRight{
	border-right:1px solid #cccccc;
}
#doc #main table.search_opt{
	border-right:1px solid #50b025;
	border-left:1px solid #50b025;
}
#doc #main td.th_desc{
	border-left:4px solid #86c03d;
}
/*============================================*/
/*フッター*/
/*============================================*/
#doc #footer{
	font-size:10px;
}
#doc #footer td{
	border-bottom:2px solid #009900;
}
#doc #footer p{
	text-align:center;
	color:#009900;
	margin:0;
	padding:5px 0;
}
/*============================================*/
/*個別対応*/
/*============================================*/
/*thanks画面　main*/
#doc div.thanks{
	background-color:#fff0ac;
	padding:0;
	margin:0 3px 20px 1px;
}
