/*-- < デフォルト > --*/

*	{
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size: 100%;
	list-style:none;
	word-break: break-all;
}

body	{
	font-size: 80%;
	color: #584d48;
	background-color: #594312;
	text-align:center;
	z-index:0;
}

img {
	vertical-align: bottom;
	margin:0px;
	border:none;
}

/*
* html img {
   behavior: url("iepngfix.htc");
}
*/

a {
	color: #0066cc;
}

a:hover {
	color: #5ecc00;
}

a:visited	{
	color: #0066cc;
}

table	{
	font-size: 100%;
	border-collapse: collapse;
}

/*-- < デフォルト ここまで > --*/

/*-- < float > --*/

.clear	{
	clear: both;
}

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

/* for IE6 or lower */
* html .f_left, * html .f_right	{
	display: inline;
}

.f_clear	{
	clear: both;
	display: block;
}

.f_clear_r	{
	clear: right;
}

.clear_height	{
	clear:both;
	font-size: 1px;
}

.clear_height_right	{
	clear:right;
	font-size: 1px;
}

/* layout */

.center * {
	text-align: left;
}

.center	{
	text-align: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top	{
	vertical-align: top;
}

.middle	{
	vertical-align: middle;
}

.bottom	{
	vertical-align: bottom;
}

div.hr	{
	clear: left;
	font-size: 1px;
}

div.hr hr	{
	display: none;
}

.notice	{
	color: #ff0000;
	font-weight: 800;
}

.bold	{
	font-weight: 800;
}

.caution	{
	color: #ff0000;
	font-weight: 800;
	font-size: 130%;
}

.form_long	{
	width: 300px;
}

.form_middle	{
	width: 100px;
}

.form_tel	{
	width: 36px;
}

.form_table textarea	{
	width: 300px;
	height: 100px;
}

.imeOff {
	ime-mode: disabled;
}

.ie6_fclear	{
	font-size: 1px;
	clear: left;
}

p	{
	margin: 15px 5px;
}

.mg_left1	{
	margin-left: 10px;
}

.mg_left2	{
	margin-left: 20px;
}

.mg_left3	{
	margin-left: 30px;
}

.mg_top1	{
	margin-top: 10px;
}

.mg_top2	{
	margin-top: 20px;
}

.mg_bottom1	{
	margin-bottom: 10px;
}

.mg_bottom2	{
	margin-bottom: 20px;
}

.font90	{
	font-size: 90%;
}

.past	{
	font-size: 90%;
	margin-left: 30px;
	color: #888888;
}

.blockquote	{
	margin: 15px 20px;
	margin-left: 35px;
}

.red	{
	color: red;
	font-weight: 800;
}

.deadlink	{
	color: #584d48 !important;
}

a.deadlink:hover	{
	background-color: #ffffff !important;
}



