/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	line-height: 150%;
	color: #FFF;
}

img {
	border:0;
}

#container {
}

#head {
	background-color:#422100;
	background-image: url(img/title.jpg);
}

#gmenu {
	height: 60px;
	background-position: center;
	background-repeat: repeat-y;
	padding-top: 10px;
	background-color: #000000;
}

#index_contents {
	padding:10px 0 0 0;
	background-color:#000;
	background-image : url(img/bk_menu.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#contents {
	width:1000px;
	margin:10px 0;
	font-size: 16px;
	color: #FFFFFF;
	border: 5px none;
	line-height: normal;
}

#back_navi {
	width:870px;
	margin:15px 0;	
}

#footer_logo {
	background-color:#572c00;
}

#index_body {
	background-color : black;
	height:500px;	
}

#footer {
	background-color:#300;
	font-size: 14px;
	color: #FFFFFF;
	padding:10px;
}
#contents_sale {
	width:940px;
	margin:10px 0;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FFD9B3;
	background-image: url(img/back012.jpg);
}
table.linecolor {
	border-collapse: collapse;
	border: 10px solid #000000;
	font-weight: bolder;
	background-color: #666666;
	font-size: 18px;
}
table.linecolor td {
	border-top: 5px ridge #000000;
	border-right: 1px outset #000000;
	border-bottom: 5px ridge #000000;
	border-left: 1px outset #000000;
}

