@charset "utf-8";
/* CSS Document */

body{

	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color:#666666;
	height:100%;
	font-size:12px;
	line-height:120%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-image:url(../images/common/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.clear{
	clear:both;
	line-height:1px;
}

br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	float:left;
	display: inline;
}

.footer{
	background-image:url(../images/common/footer.jpg);
	background-repeat:no-repeat;
	line-height:150%;
}

a.footer_link:link{color:#5580d2;text-decoration:none;}
a.footer_link:visited{color:#5580d2;text-decoration:none;}
a.footer_link:hover{color:#666666;text-decoration:none;}

.copyright{
	font-size:11px;
}
