@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
	color: #4c272e;
	background: url(../image/common/bg_body.jpg);
}

a {
	text-decoration: none;
	color: #4c272e;
}

a:hover {
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}   

li {
   list-style-type: none;
}


.clear {
   clear: both;
   height: 0;
}

img{
	border: none;
}