@charset "utf-8";
/* CSS Document */

* {
	border: none;
	color: #333;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	
}

body {
margin: 0px;
padding: 0px;
}


a:link {
text-decoration:none;
color:#444444;
border: none;
line-height:1.2;
}

a:visited {
text-decoration:none;
color:#444444;
border: none;
line-height:1.2;
}

a:hover {
text-decoration:none;
color:#444444;
border: none;
line-height:1.2;
}

a:active {
text-decoration:none;
color:#444444;
border: none;
line-height:1.2;
}

.hide {
display: none;
}

.hide2 {
visibility: hidden;
}

.clr {
clear: both;
font-size: 1px;
height: 0.1em;
}


#big_wrapper {
height: 100%;
width: 100%;
}


#wrapper {
background-color: #FFFFFF;
padding: 0px 0px 0px 8px;
width: 892px;
}


