/* CSS Document */


/* リンク */
a:link {
text-decoration: none;
color: #FFFF99
}
a:visited {
text-decoration: none;
color: #FFFF99
}
a:active {
text-decoration: none;
color: #FF9900
}
a:hover {
text-decoration: underline;
color: #FF9900
}

/* 背景色 */
body {
 background-color:#000000;
	background-image: url(../image_cmn/back_01.gif);
	background-repeat:no-repeat;
 background-position:100% 100%; 
}



/* テキスト */
.font01 {color: #FFFFFF; font-size: 12px; }
.font02 {color: #666666; font-size: 12px; }
.title01 {color: #FFFFFF; font-size: 18px; }
.title02 {color: #FFFFFF; font-size: 15px; }
.copy01 {color: #FFFFFF; font-size: 11px; }

.font_modify{
	width:20px!important;}

/* 作品一覧 */

#sakuhin_list{
	width:750px;
	margin:0px auto;
	color:#ffffff;
}

#ttlbox{
	overflow:hidden;
	width:750px;
	margin:0px auto 15px;
	padding:15px 0px 5px;
	border-bottom:#ffffff 1px solid;
}
#ttlbox h1{
	float:left;
	width:300px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-size:75%;
	vertical-align:bottom;
	font-weight:normal;
}
#ttlbox h2{
	float:left;
	margin:0px;
	padding:0px;
	font-size:113%;
	text-align:left;
	vertical-align:bottom;
	font-weight:normal;
}
.listbox{
	clear:both;
	overflow:hidden;
	width:650px;
	margin:0px auto;
	padding:10px 0px;
	border-bottom:#ffffff 1px dotted;
}
.listbox img{
	flaot:left;
}
.summary{
	float:right;
	width:510px;
}
.summary h3{
	margin:0px;
	padding:8px 0px 5px 0px;
	border-bottom:#ffffff 1px solid;
	font-size:94%;
}
.summary p{
	margin:0px;
	padding:8px 0px 0px 0px;
	font-size:72%;
	line-height:1.4;
}

#footer{
	clear:both;
	width:650px;
	margin:30px auto 15px;
	padding:0px;
	text-align:left;
}
#footer .pagetop a{
	float:right;
	width:150px;
	margin:0px;
	padding:10px 0px 0px;
	text-aligh:right;
	font-size:15px;
	color:#ffffff;
	border:none;
}
#footer .pagetop a:hover{
	border:none;
}
.btn_top{
	width:180px;
	height:30px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background: url(../image_cmn/top_off.gif) no-repeat;
}
.btn_top a{
	display:block;
	width:180px;
	height:30px;
	background: url(../image_cmn/top_off.gif) no-repeat;
}
.btn_top a:hover{
	background: url(../image_cmn/top_on.gif) no-repeat;
}
.copyright{
	clear:both;
	width:300px;
	margin:10px auto;
	padding:10px 0px 0px;
	font-size:11px;
	text-align:center;
}