/* CSS Document トップページ・??部?*/

/* ボディ部? */
body {
	background-color:#ffffff;
  background-repeat : repeat-x;
  background-attachment : fixed;

	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 14px;
	line-height: 22px;
	}


a {
	color: #000000;
	}
	

a:hover {
	color: #CC0000;
	}


.font75 {
font-size: 75%;
}

.font70 {
font-size: 70%;
}

.font80 {
font-size: 80%;
}

.font85 {
font-size: 85%;
}
/* ボディ部??I? */




/* コンテナー部? */
#container {
	width: 800px;
	text-align: center;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
/* コンテナー部??I? */


/* ヘッダー部部? */
#header {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	}

	
/* ヘッダー部??I? */	

/* コンテンツ部? */	
#content {
	width: 800px;
	padding-bottom: 10px;
	clear: both;
	}
	
	
.itemname {
letter-spacing: -0.3px;
}
	
/* コンテンツ部??I? */

.btn{
margin: 3px 0 0 0;
}

	
/* フッター部? */
#footer {
	background-color:#FFFFFF;
	clear: both;
}

#bottomline {
	border-bottom: #009900 double 3px;
}

.redstar { 
color:#FF0000;
}

.copylight {
color:#000000;
	font-size: 10px;
}

#menu {
margin-bottom: 5px;
}


/* フッター部??I? */