@charset "shift_jis";

body {
	font-size: 13px;
	font-family: Arial;
	margin:0;
	background-color:#FFFFFF;
	color:#666666;
	text-align:center;
	line-height:150%;
}
a:link{
color: #000080;
text-decoration: none;
}
a:hover	{
	color:#cc0033;
	text-decoration:none;
	}
a:visited{
color: #0000CD;
text-decoration: none;
}

/*font*******************/
.font0{
font-size:90%;
line-height:125%;
}
.font1{
font-size:90%;
}
.font2{
font-size:80%;
}
.font3{
font-size:70%;
}
.font4{
font-size:60%;
}
.font5{
font-size:50%;
}

/*shousai*******************/
#main{
text-align:center;
width:790px;
margin:auto;
padding:auto;
}

#shohin{
margin:auto;
}

.shousai{
border:1px solid #999999;
}


/*foot*******************/	
#foot	{
	clear:both;
	}
#foot p	{
	width:740px;
	margin:10px auto;
	line-height:180%;
	font-size:11px;
	}
#foot address	{
	font-size:10px;
	font-style:normal;
	text-align:center;
	background-image:url(../images/top/add.jpg);
	background-repeat:repeat-y;
	}
.foot_link	{
	text-align:center;
	margin:0 0 5px 0;
	}
.txr	{
	color:#ff0000;
	}


/*clearfix*******************/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

	
/*-----------------------------------------------------
	link
-----------------------------------------------------**/
a:hover	{
	text-decoration:none;
	}
.point a	{
	font-weight:bold;
	color:#FF0000;
	}