@charset "UTF-8";

h3{
	font-size: 120%;
}

h4{
	font-size: 100%;
	font-weight: normal;
}

h3,h4 {
	color:#F70849;
}

b{
	font-weight: normal;
}

a:hover{
	color:#F70849;
}

img#titleImg{
	margin-bottom: 20px;
}

/*
###############################
	INDEX
#############################*/
ul#art_list{
	padding:0;
	display: inline-block;
	margin-left: -10px;
}

ul#art_list li{
	float: left;
	width: 424px;
	height: 290px;
	background:transparent url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/art/images/base.png) no-repeat;
}

ul#art_list li.left{
	/* 上、右、下、左*/
	margin: 0 13px 5px 0;
	/*margin-right: 18px;*/
}

div.cell{
	position: relative;
	display: block;
}

div.cell div.text{
	position: absolute;
	top: 215px;
	left: 20px;
	width: 395px;
}

div.cell div.text h4{
	font-size: 14px;
	font-weight: bold;
}
div.cell p{
	color:#888;
}

.wrap{
	display: block;
	position:relative;
}

.wrap img.frame{
	display: block;
	position: absolute;
}

.wrap img.content{
	position: absolute;
	top: 20px;
	left: 20px;
}

.wrap img.frame{
	position: absolute;
	top: 16px;
	left:16px;
}

.wrap img.selected{
	position: absolute;
	top:16px;
	left:16px;
	visibility: hidden;
}

.wrap img.new{
	position: absolute;
	top:10px;
	left:9px;
}

a:hover img.selected{
	visibility: visible;
}

/*
###############################
	CHILD PAGE
#############################*/

/*---- right column ----*/

ul#thumbs li a div.img_wrapper{
	display: block;
	position: relative;
	float: left;
	width: 74px;
	height:74px;
}

ul#thumbs li img{
}

ul#thumbs li img{
	position: absolute;
}

ul#thumbs li img.thumb{
	top:  7px;
	left: 7px;
}

ul#thumbs li img.selected{
	visibility: hidden;
}

ul#thumbs li a:hover img.selected{
	visibility: visible;
}

ul#thumbs p{
	float:left;
	margin: 3px 0 0 3px;
}


/*---- left column ----*/
#main_image{
	margin-bottom: 30px;
}

#vol_title{
	margin-bottom: 10px;
}

h4#comment{
	margin-bottom: 30px;
	line-height: 1.5em;
}

img.hr{
	margin-bottom: 5px;
}

ul#q_a{
	margin: 0 0 50px 26px;
}

ul#q_a li{
	margin: 25px 0;
	line-height: 1.5em;
}

ul#q_a li.q{
	list-style: url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/art/images/q.png);
}

ul#q_a li.a{
	list-style: url(http://c1292892.cdn.cloudfiles.rackspacecloud.com/ja/art/images/a.png);
}

/*---- profile ----*/

table#profile{
	margin-top: 20px;
	width: 450px;
}

table#profile td#image{
	vertical-align: top;
}

table#profile img{
	margin-left: 3px;
}

table#profile td#text{
	padding-left: 10px;
	vertical-align: top;
}

table#profile td h5{
	font-size: 14px;
}

table#profile div{
	font-size: 10px;
	line-height: 1.7em;
}

table#profile ul li{
	margin-left: 10px;
}

table#profile h5,
table#profile p{
	margin-bottom: 8px;
}