﻿@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:100px;
	margin-bottom:0px;
	width:900px;
	font-size: small;
	color: #ffffff;
	background-image:url(../img/bg_paper_1.jpg);
	background-color: #ffffff;
	background-repeat:repeat-y;
     position: relative;
     height:auto ; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
/*全体の大枠*/
#contents{
	width:900px;
}
/*リンク*/
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;
}

/*トップサイトタイトル*/
@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:100px;
	margin-bottom:0px;
	width:900px;
	font-size: small;
	color: #ffffff;
	background-image:url(../img/bg_paper_1.jpg);
	background-color: #ffffff;
	background-repeat:repeat-y;

}
/*全体の大枠*/
#contents{
	width:900px;
	margin-top:0px;
}
/*リンク*/
a {
	font-size: small;
	color: #FF9;
	text-decoration: underline;
}
a:visited {
	color: #E6E3CC;
	text-decoration: underline;
}
a:hover {
	color: #FF3;
	text-decoration: underline;
}
a:active {
	color: #FF3;
	text-decoration: underline;
}

/*トップサイトタイトル*/
#top {
	background-image:url(../img/top2.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
	height: 197px;
	width: 900px;
	margin-top:0px;
}

/*画像表示部*/
#image {
	color: #ffffff;
	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-color:#333;
	margin-bottom:0px;
}

/*↓javascript部分↓*/

/*タイトルと説明文*/
#imgtext {
	width:280px;
	height:130px;
	color:white;
	float:left;
	margin-left: 0px;
	overflow:hidden;
}

/*フッタの下を少し空ける*/
.heightspacer2 {
	width:900px;
	height: 10px;	
	float:left;
}


/*大画像とサムネイル枠*/
#image {
	color: #ffffff;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}

/*フッタ*/
#footer {
	text-align:center;
	line-height:150%;
	width:900px;
	background-color:#666;
	float:left;
	height:40px;
	margin-top:20px;
}

/*↓javascript部分↓*/
/*大画像・サムネイル含む全体*/
#imgview {
	height:400px;
	width:900px;
}

/*大画像
#imgspace {
	width:280px;
	height:230px;
	color:white;
	float:left;
	margin-left: 0px;
	overflow:hidden;
}
*/
/*タイトルと説明文#imgtext {
	width:280px;
	height:130px;
	color:white;
	float:left;
	margin-left: 0px;
	overflow:hidden;
}

#imgtext p {
	font-size:larger;
	font-weight: bold;
}
*/

/*タイトルと説明文下のリンク*/
#imglink {
	width:280px;
	height:70px;
	color:white;
	float:left;
	text-align:right;
}

#imgtext li {
	line-height: 150%;
	list-style-type: none;
	text-align: left;
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
}

#imgtext ul {
	padding:0px;
	margin-left:20px;
}

/*サムネイル表示エリア*/
#thumbnail {
	float:left;
	width:900px;
	letter-spacing: 0.5em;
	clear:both;
}

/*サムネイル表示エリアの左を空ける
#thumbspacer {
	width:20px;
	height:100％;
	float:left;
}
*/
/*サムネイル下のエリアを空ける*/
.heightspacer {
	width:900px;
	height: 40px;	
}

/*フッタの下を少し空ける*/
.heightspacer2 {
	width:900px;
	height: 10px;
	float:left;
	background-color:#000;
}