﻿@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: #2D7B75;
	text-decoration: underline;
}
a:visited {
	color: #7AB8AA;
	text-decoration: underline;
}
a:hover {
	color: #712B4E;
	text-decoration: underline;
}
a:active {
	color: #712B4E;
	text-decoration: underline;
}

/*トップサイトタイトル*/
#top {
	background-image:url(../img/top.gif);
	color: #ffffff;
	height: 335px;
	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_1.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
	height: 155px;
	width: 900px;
	clear:both;
	margin:0px;
	padding:0px;
}

/*プロフィール・リンク等の大括り*/
#under {
	width: 900px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow:hidden;
}

.right_link	{
	width:300px;
	height:139px;
	float:right;
	color:#333;
	font-weight:bold;
}

.right_link p	{
	line-height:14px;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}

/*Facebook連携用box*/
.fb-img	{
	background-image:url(../img/facebook.gif);
	background-repeat:no-repeat;
	width:310px;
	height:45px;
	float:right;
	margin:0px;
}
.fb-like-box {
	height: 390px;
	width: 310px;
	overflow:hidden;
	margin-top:0px;
	float:right;
	border:none;
}

/*プロフィール等の小括り
.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;
}
*/

/*プロフィールのボックス*/
.leftbox {
	height: 574px;
	width: 590px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../img/prof_back1.gif);
	background-repeat:no-repeat;
	float:left;
}

#leftbox_in1 {
	height: 274px;
	width: 250px;
	margin-left:330px;
	margin-top:100px;
	clear:both;
	overflow:hidden;
}


#leftbox_in2 {
	height: 200px;
	width: 570px;
	margin-left:20px;
	margin-top:0px;
	color:#333;
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 0px;
	overflow:hidden;
}

.leftbox p{
	color:#000;
	font-size:small;
	line-height:16px;
	margin-bottom:5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
}



.spacer{
	height:10px;
	margin:0px;
	padding:0px;
}

/*boxの左側を空けるためのdiv*/
.boxspacer {
	width:60px;
	height: 360px;	
	float:left;
	overflow:hidden;
}

/*フッタ*/
#footer {
	text-align:center;
	line-height:150%;
	width:900px;
	float:left;
	background-color:#333;
}

/*↓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:900px;
	height:100px;
	color:black;
	float:left;
	margin-left: 0px;
	overflow: hidden;
	background-color: #C1F7D0;
}

#imgtext p {
	font-size:larger;
	font-weight: bold;
}

/*タイトルと説明文下のリンク*/
#imglink {
	width: 900px;
	height: 50px;
	color: black;
	float: left;
	text-align: left;
	background-color: #C1F7D0;
}

#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;
	height:525px;
	background-color:#fff;
	overflow:hidden;
	border:none;
}

/*各カテゴリ表示*/
#thumb_in1 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back1.gif);
	float:left;
	overflow:hidden;
}

#thumb_in2 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back2.gif);
	float:left;
	overflow:hidden;
}

#thumb_in3 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back3.gif);
	float:left;
	overflow:hidden;
}

#thumb_in4 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back4.gif);
	float:left;
	overflow:hidden;
}

#thumb_in5 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back5.gif);
	float:left;
	overflow:hidden;
}

#thumb_in6 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back6.gif);
	float:left;
	overflow:hidden;
}

#thumb_in7 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back7.gif);
	float:left;
	overflow:hidden;
}

#thumb_in8 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back8.gif);
	float:left;
	overflow:hidden;
}

#thumb_in9 {
	margin-top:5px;
	margin-left:20px;
	width:280px;
	height:170px;
	background-image:url(../img/thumb_back9.gif);
	float:left;
	overflow:hidden;
}

/*各カテゴリ表示内の文字の指定*/
#thumbnail p {
	color:#333;
	font-size: 12px;
	line-height:18px;
	text-decoration: none;
	color: #333;
	margin-left: 115px;
	margin-right:5px;
	margin-top:50px;
	}


/*サムネイル表示エリアの左を空ける*/
#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-color:#000;
}
