/*↓基本設定：全体の文字色、背景色、背景画像*/
body {
	color: #000000;
	background-color: #FFFFFF;
}

H1 {
	color: #FF80FF;
	font-size: 18pt;
}

H2 {
	color: #FFC080;
}

.position {
	text-align: center;
	float: left;
	width: 700px;
}

/*↓ヘッダーキーワード*/
.keyword {
	width: 700px;
	height: 15px;
	font-size: 9pt;
}

/*↓サイト名*/
.box {
	width: 700px;
	height: 100px;
	background: #FFE0FF;
	letter-spacing: 5px;
	border: solid #FFC0FF 1px;
	padding-top: 30px;
}

.box A:link { color:#FF80FF; }
.box A:visited { color:#FF80FF; }
.box A:hover { color: #FF40FF; }
.box A:active { color:#FF40FF; }
.box A { text-decoration: none; }

/*↓説明文*/
.caption {
	width: 700px;
	background: #FFF;
	line-height: 125%;
	font-size: 12pt;
	border: solid #FFC0FF 1px;
	padding: 10px 10px 10px 10px;
}

/*↓メニュー*/
.menu {
	
	background: #FFFFE0;
	width: 700px;
	height: 30px;
	border-right: solid #FFC0FF 1px;
	border-bottom: solid #FFC0FF 1px;
	border-left: solid #FFC0FF 1px;	padding-top: 5px;
}

/*↓商品枠*/
.item-box {
	width: 700px;
	padding: 10px 20px 10px 20px;
	background: #FFF0FF;
	border-right: solid #FFC0FF 1px;
	border-bottom: solid #FFC0FF 1px;
	border-left: solid #FFC0FF 1px;
}

/*↓商品*/
.item {
	
	background: #FFFFFF;
	text-align: center;
	width: 200px;
	border: solid #FF80FF 1px;
	padding: 5px 10px 5px 10px;
}

/*↓商品*/
.side-bar {
	width: 170px;
	border: solid #FFC0FF 1px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	position: absolute;
	left: 715px;
	top: -1px;
}


/*↓著作権表示*/
.Copyright {
	text-align: center;
	width: 680px;
	font-size: 12px;
	padding-bottom: 30px;
	color: #808080;
}

/*↓スクリプト表示*/
.script {
	
	font-size: 9pt;	color: #808080;
	margin-right: 550px;
}

/*↓ホームへ戻る*/
.back {
	position: absolute;
	left: 30px;
	top: 5px;
}

/*↓リンク色*/
A:link { color:#0000FF; }

/*↓訪問済みリンク色*/
A:visited { color:#800080; }

/*↓マウスでポイントしたときのリンク色*/
A:hover {color:#ff0000;  }

/*↓クリックしたときのリンク色*/
A:active {color:#ff0000; }


