@charset "utf-8";
/*------------reset------------*/
html {
	overflow-y:scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	list-style: none;
}
/*------------common------------*/

#right_contents table {
	margin:0 0 20px 20px;
}

#okugai {
	width: 514px;
	height:32px;
	clear:both;
	padding:6px 0 0 0px;
	margin-bottom:14px;
	font-size:12px;
	color:#484848;
	letter-spacing:3px;
}

#okugai a {
	color:#4D7D7D;
}


/* clear --------------------   */

.clear{
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}



