@charset "utf-8";
/* CSS Document */

@import "common.css";

* {
	margin:0;
	padding:0;
	color:FFFFFF;
}

html, body {
	height:100%;
	background-color:#110600;
}
table { float:left; }
body {
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#container {
	margin-left:-492px;
	margin-top:-302px;
	position:absolute;
	height:604px;
	width:984px;
	top:50%;
	left:50%;
	clear:left;
	}
#bordey {
	border: solid;
	border-color: #551D02;
	float:left;
	padding:4px;
	}	
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 5px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.center {
	text-align: center;
}
.movelink2:hover{
	position:relative;
	top:1px;
	left:1px;
}
#columnleft {
	float:left;
	position:relative;
	width:203px;
	height:596px;
	background-image:url(../img/base/menubarbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align: left;
	}
#columnrightindex {
	float:right;
	position:relative;
	width:765px;
	background-image: url(../img/base/gara2.gif);
	background-repeat: repeat;
	height: 596px;
	text-align: left;
	color: #FFFFFF;
	overflow: hidden;
	}


#columnleft li {
	margin-bottom:15px;
	}


#copyright {
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #5A391F;
	text-align: center;
	padding-top: 8px;
	clear: both;
	margin-left: 0 auto;
	position: relative;
}
#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover{
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #5A391F;
}





/* リンク全体の装飾 */
div.boxlinks a {
	display: block;
	float:left;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	float:left;
	padding-left:10px;
	font-size:8pt;
	width: 124px; /* 横幅を指定する場合のみ記述 */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	* html div.boxlinks a {
	padding: 0 0 0 10px;
	}
/* ガイド文の装飾 */
div.boxlinks a span.itemguide {
   font-size: 90%;
}
/* サイト名の装飾 */
div.boxlinks a span.itemname {
   text-decoration: none;
}
/* URLの装飾 */
div.boxlinks a span.itemprice {
   font-size: 75%;
   font-family: Verdana,Arial,sans-serif;
}
/* 画像枠 */
div.boxlinks a .imgwaku {
	border:solid 5px;
	border-color: #927245;
}

/* 全体(マウスが載ったとき)の色 */
div.boxlinks a:hover {
	border-color: #4B1117;
}
div.boxlinks a:hover .imgwaku {
	border:solid 5px;
	border-color: #D56604;
}

/* ガイド文部分の表示色 */
div.boxlinks a:link    span.itemguide { color: #4B1117; }
div.boxlinks a:visited span.itemguide { color: #4B1117; }
div.boxlinks a:hover   span.itemguide { color: #4B1117;}
/* サイト名部分の表示色 */
div.boxlinks a:link    span.itemname {
	color: #ff904d;
}
div.boxlinks a:visited span.itemname {
	color: #ff904d;
}
div.boxlinks a:hover   span.itemname {
	color: #ff904d;
}
/* URL部分の表示色 */
div.boxlinks a:link    span.itemprice { color: #4B1117; }
div.boxlinks a:visited span.itemprice { color: green; }
div.boxlinks a:hover   span.itemprice { color: green; }



/* リンク全体の装飾_幅なし */
div.boxliksfree a {
	display: block;
	text-decoration: none;
	float:left;
	/* width: 160px;  横幅を指定する場合のみ記述 */
	}
	div.boxliksfree a {
	margin-left:3px;
	}
/* ガイド文の装飾 */
div.boxliksfree a span.itemguide {
   font-size: 90%;
}
/* サイト名の装飾 */
div.boxliksfree a span.itemname {
   text-decoration: none;
}
/* URLの装飾 */
div.boxliksfree a span.itemprice {
   font-size: 75%;
   font-family: Verdana,Arial,sans-serif;
}

/* 全体(マウスが載ったとき)の色 */
div.boxliksfree a:hover {
	border-color: #4B1117;
	background-color:#FFFFCC;
}
/* ガイド文部分の表示色 */
div.boxliksfree a:link    span.itemguide { color: #4B1117; }
div.boxliksfree a:visited span.itemguide { color: #4B1117; }
div.boxliksfree a:hover   span.itemguide { color: #4B1117;}
/* サイト名部分の表示色 */
div.boxliksfree a:link    span.itemname { color: #4B1117; }
div.boxliksfree a:visited span.itemname { color: #4B1117; }
div.boxliksfree a:hover   span.itemname { color: #4B1117; }
/* URL部分の表示色 */
div.boxliksfree a:link    span.itemprice { color: #4B1117; }
div.boxliksfree a:visited span.itemprice { color: green; }
div.boxliksfree a:hover   span.itemprice { color: green; }
