﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	width:900px;
	font-size: small;
	color: #ffffff;
	background-color: #000000;

}
/*全体の大枠*/
#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;
}

/*トップサイトタイトル*/
#top {
	background-image:url(../img/top.jpg);
	color: #ffffff;
	height: 337px;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}
#top2 {
	color: #ffffff;
	height: 100px;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}

/*大画像とサムネイル枠*/
#image {
	background-image:url(../img/back1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #ffffff;
	height: 580px;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}

/*プロフィール・リンク等の大括り*/
#under {
	height: 420px;
	width: 900px;
	clear:both;
	margin-right: 0px;
	margin-left: auto;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
}

/*プロフィール等の小括り*/
.box {
	height: 360px;
	width: 220px;
	padding-left:10px;
	background-color:#000000;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
	border: 1px groove #3e3e3e;
	float:left;
}

.box p{
	font-size:small;
	line-height:170%;
	margin:0px;
	padding:0px;
}

.spacer{
	height:10px;
	margin:0px;
	padding:0px;
}

/*boxの左側を空けるためのdiv*/
.boxspacer {
	width:60px;
	height: 360px;	
	float:left;
}

/*フッタ*/
#footer {
	text-align:center;
	line-height:150%;
	width:900px;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
	float:left;
}

/*↓javascript部分↓*/
/*大画像・サムネイル含む全体*/
#imgview {
	background-position:center bottom;
	width:620px;
	height:430px;
	background-repeat:no-repeat;
	float:left;
}

/*大画像*/
#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:250px;
	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:880px;
	height:85px;
	letter-spacing: 0.5em;	 
}

/*サムネイル表示エリアの左を空ける*/
#thumbspacer {
	width:20px;
	height:70px;
	float:left;
}

/*サムネイル下のエリアを空ける*/
.heightspacer {
	width:900px;
	height: 40px;	
	float:left;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
}

/*フッタの下を少し空ける*/
.heightspacer2 {
	width:900px;
	height: 10px;	
	float:left;
	background-image:url(../img/back2.jpg);
	background-repeat:repeat-y;
}
