@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}
.wrapper1 {
	background : url(file:///C:/Users/OWNER/Documents/ホームページ/junk/index/img/header-bg.gif) repeat-x center top;
}

.wrapper2 {
	
}
.wrapper3 {
	background : url(file:///C:/Users/OWNER/Documents/ホームページ/junk/index/img/main-bg-shadow2.gif) repeat-y center top;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-size: 6px;
	font-weight: normal;
	float: none;
	width: 300px;
	padding: 0px 0 0 0px;
}

div#header ul#gNavi{
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;		
}

ul#gNavi li{
	display: block;
	float: right;
	border-left : 1px solid #dedede;
       border-right: 1px solid #dedede;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}

div#header ul#gNavi li a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 13px;
}

div#header ul#gNavi li a:hover{
	background: url(../img/bg_gnavi2.gif) repeat-x bottom left;
}

div#footer{
	background: #000;
	margin-top: 45px;
	text-align: center;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}

#license_wrap{
	float: right;
	margin-top: -10px;
	margin-top: -15px\9;
}
#license_wrap a{
	display: inline;
    font-size: 8px;
    text-decoration: none;
}
#license_menu{
	background: #000;
	visibility: hidden;
	position: fixed;
    right: 0;
    bottom: 0;
    bottom: 2px\9;
	z-index: 1;
}
#license_menu li{
	list-style: none;
	float: left;
	line-height: 8px;
	margin: 0 2px;
}
/*<<ここからは作家一覧ページの表示CSS>>*/
/* --- リストエリア --- */
ul.thumbnail {
	width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 30px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 19.9%; /* 項目の幅 */
float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
	width: 142px; /* 内容の幅 */
margin: 0 0 40px 0px; /* 内容のセンタリング */
font-size: 90%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
	/* height: 102px; */ /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 5px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
	border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
	margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
height: 6.5em; /* キャプションエリアの高さ */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
	min-height: 1px;
}