@charset "utf-8";
/* CSS Document */


/*　初期リセット  */

h1, h2, h3, h4, h5, h6, p,
ul, ol, li,
dl, dt, dd,
table, tr, td, body,
form{
	padding:0px;
	margin:0px;
	border:0px;

	}


p,li{
	line-height:1.5em;
	}
	

body{
	background:#E3DDD1;
	font-size:smaller;
	}

img{
	border:none;
	}
	
ul,ol,li{
	list-style-type:none;
	}

table{
	border-collapse:collapse;
	}

.left{
	text-align:left;
	}
	
.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.bold{
	font-weight:bold;
	}

.mt_30{
	margin-top:30px;
	}

.mt_20{
	margin-top:20px;
	}

.mt_10{
	margin-top:10px;
	}
.clear{	
	clear:both;
	}


.clearFix:after{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

a:link{
	color:#4B3327;
	}

a:visited{
	color:#4B3327;
	}

a:hover{
	color:#cc0000;
	}






