@charset "utf-8";

/* ****************************************************
Title: information.css
Created: 2010-04-14
Last Modified: 2010-05-30
Editor(s): inukai
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# content
# clearfix
# common classes

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


/* # General Elements
---------------------------------------------------------------------------- */


/* # content
---------------------------------------------------------------------------- */

div#content div.entry div.entryHeader {
	background: url(../../common/images/bg_bd_h_dot1.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

div#content div.entry div.entryHeader p.date {
	display: inline-block;
	/display: inline;
	margin-bottom: 0;
	vertical-align: middle;
	/zoom: 1;
}

div#content div.entry div.entryHeader h1 {
	font-size: 133.3%;
	margin-bottom: 0;
}

div#content div.entry p#return {
	margin: 20px 0 0;
}



/* # clearfix
---------------------------------------------------------------------------- */

div#content div.entry div.entryBody {
	zoom: 1;
}

div#content div.entry div.entryBody:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */


