@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#leftcolum{
	float:left;
	width:699px;
	min-height:400px;
}

#rightcolum{
	width:225px;
	float:right;
}

#leftcolum .entryBox{
	margin-left:30px;
	margin-top:25px;
}

#leftcolum .entryTitle{
	background:url(../media/images/title_line.gif) repeat-x left bottom;
	padding-bottom:3px;
	margin-bottom:7px;
}

#leftcolum .entryBox h3{
	float:left;
	width:170px;
	margin-right:10px;
	font-size:114.5%;
}

#leftcolum .entryBox .madiaArea{
	padding:0 5px 0 13px;
}

#leftcolum .entryBox .madiaArea p.photo{
	float:left;
	width:95px;
}

#leftcolum .entryBox .madiaArea dl{
	width:540px;
	float:right;
}

#leftcolum .entryBox .madiaArea dt{
	clear:both;
	float:left;
	width:300px;
}

#leftcolum .entryBox .madiaArea dl dd.pageNum{
	float:left;
	width:80px;
	text-align:right;
}

#leftcolum .entryBox .madiaArea dl dd.number{
	float:left;
	width:100px;
	color:#1354b5;
	text-align:right;
}

#leftcolum .entryBox .madiaArea dl dd.price{
	text-align:right;
}


#rightcolum{
	padding-top:12px;
}


#rightcolum .title{
	margin-bottom:3px;
}

#rightcolum ul.secondContents{
	width:207px;
	margin-left:18px;
	margin-bottom:20px;
}

#rightcolum ul ul{
	margin-left:18px;
}

#rightcolum ul a{
	background:url(../images/arrow.gif) no-repeat 11px center;
	padding-left:30px;
}

#rightcolum ul li{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding:2px 0 3px 0;
}

#rightcolum ul li.noBorder{
	background-image:none;
}

#rightcolum ul li.noBorder p{
	background:url(../images/dot_line.gif) repeat-x left bottom;
	padding-bottom:1px;
}

.archiveTitle{
	text-align:right;
}

.pageLink{
	text-align:center;
	margin-top:10px;
	padding:2px;
}

.pageLink a{
	border:1px solid #ccc;
	padding:2px 5px;
	background-color:#e8e8e8;
	margin-bottom:2px;
}

.pageLink a.link_before,
.pageLink a.link_next{
	padding:2px 2px;
}

.pageLink .current_page{
	color:#FFF;
	border:1px solid #ccc;
	padding:2px 5px;
	background-color:#4e7bc0;
	margin-bottom:2px;
	font-weight:bold;
}