@charset "UTF-8";
/*--パンくずリスト------*/
#pankuzu {
	color: #333333;
	margin: 4px 10px 6px 0px;
}
#pankuzu a {
	text-decoration: none;
}
	#pankuzu a:link {
		color:#333333;
	}
	#pankuzu a:visited {
		color:#333333;
	}
	#pankuzu a:hover {
		color:#cc0033;
		text-decoration: underline;
	}
	#pankuzu a:active {
		color:#333333;
	}
/*--会員登録------*/
#register1 {
	color:#333333;
}
div.register_box{
	margin-bottom: 6px;
}
div.register_box {
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
}
div.register_midasi{
	margin-top: 4px;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
div.register_honbun{
	margin: 4px 10px 10px 10px;
	text-align: left;
	color: #ff0000;
	text-align: left;
}
div.register1-setumei{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottm: 16px;
}
div.register_error_title {
	text-align: center;
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 24px;
}
div.register_error_honbun,div.register_error_modoru{
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
/*--共通設定------*/
#annai div.imgtitle {
	margin-bottom: 10px;
	padding-left: 0px;
}
#house {
	width: 575px;
	text-align: left;
	border-style: dashed;
	border-color: #333333;
	border-width: 1px;
	padding: 6px 10px 30px 10px;
	line-height: 1.4;
}
#house .title {
	color: #cc0033;
	font-size: 20px;
}

/*--ご利用案内(01annai.php)------*/

#annai a:link {
	text-decoration: none;
	color:#333333;
}
#annai a:visited {
	color:#333333;
}
#annai a:hover {
	color:#cc0033;
	text-decoration: underline;
}
#annai a:active {
	color:#333333;
}

/*--サイトマップ------*/
#sitemap A:link    {color:#333333;text-decoration:none;}
#sitemap A:visited {color:#333333;text-decoration:none;}
#sitemap A:hover   {color:#ff0000;text-decoration:underline;}
#sitemap A:active  {color:#333333;text-decoration:none;}



