@charset "UTF-8";
/* [toyo-keizai.co.jp]
 * Summary: style for "service" page of "press & service" category
 * Modified: 2009-03-11
 */

/* body / container
----------------------------------------*/
body {}


/* content
----------------------------------------*/
#content {
	margin-bottom: 20px;
	background: url(/images/line_v_7F7F7F.gif) repeat-y 674px 0;
	font-size: 88%;
	line-height: 1.5;
}

/* alpha
------------------------------*/
#alpha {padding-bottom: 20px;}

/* page title */
#page-title {
	margin-bottom: 15px;
	font-size: 114%;
	font-weight: bold;
}

/* category nav */

#category-nav {}

/* contents heading */

#content h2 {
	margin-bottom: 2px;
	color: #005FAE;
	font-weight: bold;
}

/* lead */

#content div.lead {}
#content div.lead p {margin-bottom: 15px;}

/* section */
#content div.section {margin-bottom: 15px;}
div.section p {}

div.content-footer {margin: 30px 0 0;}
p.address {margin-top: 15px;}

/* beta
------------------------------*/
/* banners */

#banners {
	margin: 200px 0 0 10px;
}

/*----------------------------------------
 style for Mac OS Browsers
----------------------------------------*/
.mac  {

}

/*----------------------------------------
 modules
----------------------------------------*/


/*----------------------------------------
 hidden modules
----------------------------------------*/
.aural {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*----------------------------------------
 clearfix
----------------------------------------*/
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*:first-child+html #content {
	display: inline-block;
}
/*\*/
* html #content {height: 1%;}
/**/
/*\*//*/
#content {display: inline-table;}
/**/


