@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 165px;
	height: 52px;
	margin: 35px 0 0;
	background: url(../media/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	font-weight:normal;
	font-size:small;
	_font-size: x-small;
	}


/* column
----------------------------------------------- */
#index .column0,#index .column0 {
	width:900px;
	}
#index .column0 .box {
	margin:50px 0 20px 0;
	width:225px;
	height:300px;
	float:left;
	text-align:center;
	}
#index .column0 .box img {
	margin: 0 0 20px 0;
	}
#index .column0 .box img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
#index #contents .column1 .box p {
	margin:10px 0 0 0;
	font-size: x-small;
	_font-size: xx-small;
	}
#entry .column0 {
	padding:25px 0 10px 25px ;
	background: url(../media/images/column0_bg.gif);
	height:auto;
	}
#entry .column0 .column1 {
	width: 850px;
	}
#entry .column0 .column1 img {
	float:left;
	}
#entry .column0 .column1 .box {
	margin: 80px 0 0 30px;
	float:left;
	background: #ffffff;
	}
#entry .column0 .column1 .box h2 {
	margin:0;
	}
#entry .column0 .column1 .box p,
#entry .column0 .column2 .box p {
	background: #ffffff;
	margin:10px 0 0 0;
	}
#entry .column0 .column2 {
	margin: 30px 0 0 0;
	width:850px;
	}
#entry .column0 .column2 span {
	padding:5px;
	background: #e5e5e5;
	float:left;
	}
#entry .column0 .column2 .box {
	float:left;
	width:300px;
	margin: 100px 0 0 40px;
	}
#entry .column0 .column2 h3 {
	font-size: small;
	_font-size: x-small;
	font-weight:normal;
	}
#entry .column3 {
	width: 850px;
	padding: 0 0 15px;
	}
#entry .column3 p {
	padding:5px;
	float:left;
	background: #e5e5e5;
	clear:both;
	}

/* parts
----------------------------------------------- */
p.btt {
	margin:0;
	padding:20px 0 0 0;
	background: url(../media/images/line.gif) repeat-x top;
	text-align:right;
	}
#contents p.archives {
	margin:35px 0 0 0;
	text-indent: -9999px;
	}
.border {
	margin:50px 0 0 0;
	height:1px;
	background: url(../media/images/line.gif) repeat-x bottom;
	}

p.pagination {clear:both;padding-top:8px;text-align:center;}
p.pagination a{padding:3px;}
p.pagination b {padding:3px; color:#000; text-decoration:none; font-weight:normal;}
p.pagination span a,
p.pagination span a:hover { border:1px solid #fff; background:#fff;}

#index .column1 {
	width:900px;
	}
#index .column1 h1 {
	float:left;
	width: 165px;
	}
#index .column1 p {
	margin: 70px 0 0 0;
	float:right;
	width: 55px;
	text-indent: -9999px;
	}
#index .column1 p a {
	background: url(../common/icon_rss.gif) no-repeat right top;
	display:block;
	height:18px;
	width:55px;
}
#index .column1 p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}


/* after
----------------------------------------------- */
#entry .column3:after,
#index .column1:after,
#entry .column0 .column2:after,
.column0:after,
#contents dl:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}