/***** bodyタグ *****/
body{
	background-color:#FFFFFF;
	color:#000000;
	font-size: 13px;
	margin: 20px 0px 0px 10px;
	text-align: center;
	background-image:url("../img/bg001.gif");
	}
/***** aリンク色変更 *****/
A {text-decoration: none;color:#000000;}
A:active {color: #808080 ;}
A:hover {color:#FFFFFF;text-decoration: underline;background-color:#FF6600}
/***** h1タグ *****/
h1{
	padding:10px 3px 10px 16px;
	WIDTH: 80%;
	COLOR: #ffffff;
	FONT-SIZE: 18px;
	FILTER: Glow(color=#000055, strenght=2);
	MARGIN: 1px 1px 1px 1px;
	}
/***** pタグ *****/
p{
	font-size:16pt;
	line-height: 130%;
	width: 100%;
	font-weight: bold;
	}
/***** hrタグ *****/
hr{
	width: 95%;
	}
/**************************************/
/* ユーザdivクラス定義                */
/**************************************/
/***** baseクラス *****/
.base{
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width: 800px;
	text-align: left;
	}
/***** clearbothクラス *****/
.clearboth{
	clear: both;
	}

/***** headerクラス *****/
.hspace{
	background-color:#666666;
	color:#CCCCCC;
	margin:0px 0px 0px 0px;
	line-height:15px;
	}
.hp{
	background-color:#CCCCCC;
	color:#3366CC;
	font-size: 16px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	width: 120px;
	line-height:17px;
	text-align:center;
	}
.hpf{
	color:#3366CC;
	}
.header{
	background-color:#000000;
	margin:0px 0px 0px 0px;
	width: 100%;
	height:90px;
	}
.header_l{
	margin:12px 0px 0px 0px;
	width: 150px;
	float: left;
	}
.header_c{
	margin:7px 0px 0px 0px;
	width: 182px;
	float: left;
	}
.header_r{
	margin:0px 0px 0px 0px;
	float: right;
	}

/***** input_boxクラス *****/
.input_box{
	width: 100%;
	}
.input_box_l{
	width: 15%;
	float: left;
	text-align:right;
	}
.input_box_r{
	width: 84%;
	float: left;
	}

/***** tokoクラス *****/
.toko{
	background-color:#FFFFFF;
	margin:0px 0px 20px 35px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
	width: 728px;
	}

/***** toko_titleクラス *****/
.toko_title{
	background-color:#C0C0C0;
	color:#000000;
	width: 100%;
	}

/***** res_titleクラス *****/
.res_title{
	color:#000000;
	width: 90%;
	}

/***** adsenceクラス *****/
.adsence{
	margin:20px 0px 0px 0px;
	text-align:center;
	}

/***** msg_areaクラス *****/
.msg_area{
	text-align:center;
	}


