﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	width:900px;
	font-size: small;
	color: #ffffff;
	background-color: #000000;
}
/*全体の大枠*/
#contents{
	width:900px;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
}
/*リンク*/
a {
	font-size: small;
	color: #cfbe00;
	text-decoration: underline;
}
a:visited {
	color: #cfbe00;
	text-decoration: underline;
}
a:hover {
	color: #c7207a;
	text-decoration: underline;
}
a:active {
	color: #c7207a;
	text-decoration: underline;
}

/*トップサイトタイトル*/
#top {
	background-image:url(../img/top2.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
	height: 197px;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}

/*画像表示部*/
#image {
	color: #ffffff;
/*	height:500px;*/
	width: 800px;
	clear:both;
	margin-left:100px;
}

#imgdata a {
	font-size: small;
	color: #000000;
	text-decoration: underline;
}
#imgdata a:visited {
	color: #000000;
	text-decoration: underline;
}
#imgdata a:hover {
	color: #5e5e50;
	text-decoration: underline;
}
#imgdata a:active {
	color: #000000;
	text-decoration: underline;
}

/*フッタ*/
#footer {
	text-align:center;
	line-height:150%;
	width:900px;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
	float:left;
}

/*↓javascript部分↓*/

/*タイトルと説明文*/
#imgtext {
	width:280px;
	height:130px;
	color:white;
	float:left;
	margin-left: 0px;
	overflow:hidden;
}

/*フッタの下を少し空ける*/
.heightspacer2 {
	width:900px;
	height: 10px;	
	float:left;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
}
