@charset "utf-8";

/* ===== import basic style ===== */
@import "base.css";
@import "common.css";
@import "navi.css";
@import "font.css";

/* local column */
@import "local.css";



/* ===== category style ===== */
/* column setting */


/* local parts */




/* ===== [page type] contents top ===== */
/* ----- title area ----- */
.category .title {
	height: 160px;
	overflow: hidden;
	background: url(../img/maxim/title.gif) left top no-repeat;
}
.category .title h1 {display: none;}

.category .title p {
	margin: 0;
	padding: 96px 200px 0px 55px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 1px;
}


/* ----- back number list ----- */
.category .backnumber {}
.category .backnumber li {margin-bottom: 10px; padding-left: 162px; min-height: 72px; position: relative; zoom: 1;}
	* html .category .backnumber li {height: 72px;}

.category .backnumber li h2 {}
.category .backnumber li h2 a {}

.category .backnumber li h2 a img {border: 2px solid #EDEDED; position: absolute; left: 0px; top: 0px;}
.category .backnumber li h2 a:hover img,
.category .backnumber li h2 a:active img,
.category .backnumber li h2 a:focus img {border-color: #CCCCCC; filter: alpha(opacity=100);}

.category .backnumber li p {margin: 0;}




/* ===== [page type] article pages ===== */
.article .entry h2 {margin: 0px 3px 5px; color: #FF2819; font-size: 15px;}

.article .entry p {margin: 0px 0px 1.2em 5px;}
.article .entry .image {margin: 15px 5px 10px; text-align: center;}
.article .entry .obje {margin: 0px 0px 25px; font-size: 19px; text-align: center;}

.article .entry .image img {border: 2px solid #111111;}


