@charset "utf-8";

/* ----------------------------------------------

	ザックザック / TOP STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./common/base.css");
@import url("./common/layout.css");
@import url("./common/module.css");


/*
ページごとに固有のスタイルを書く。
また、共通ファイルをimportする。
共通のものは/css/common以下の各ファイルに書くこと
*/


/* modules
---------------------------------------------- */

/* styles
---------------------------------------------- */

div.entry h3 {
	padding: 10px;
	font-size: 182%;
	line-height: 1.2;
	background-color: #FDE800;
}

div.entry div.date {
	color: #999;
	text-align: right;
	font-size: 93%;
}

div.entry div.entryBody {
	margin-top: 20px;
	font-size: 124%;
}

div#articleNav01 {
	margin-top: 40px;
	padding: 20px;
	border-top: #CCE5F2 solid 1px;
	text-align: center;
}

div.articlePht {
	float: left;
	margin: 0 20px 10px 0;
}

div#articleNav02 {
	text-align: center;
}

div#journalHead {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: #CCE5F2 solid 1px;
}

.journalArtLine {
	border-bottom: #7F7F7F solid 2px;
}

p.artTtl {
	margin: 0px;	
}

div.journalEntries div.entryItem {
	clear: both;
	margin-bottom: 20px 0;
}

div.journalEntries div.entryItem h4 {
	font-size: 123.1%;
}

div.journalEntries div.entryItem div.date {
	text-align: right;
	font-size: 93%;
	color: #999;
}

/*
div.journalEntries div.entryItem p.excerpt {
	margin-top: 20px;
}
*/

/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */

div.sectionSecond div.monthly ul li {
		zoom: 1;/*for IE 5.5-7*/
}
div.sectionSecond div.monthly ul li:after
 {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div.sectionSecond div.monthly ul li {
	display: inline-table;
	/*\*/display: block;/**/
}
