@charset "UTF-8";
/* [toyo-keizai.co.jp]
 * Summary: style for "press & service" top page
 * Modified: 2009-03-10
 */

/* body / container
----------------------------------------*/
body {}


/* content
----------------------------------------*/
#content {
	margin-bottom: 20px;
	background: url(/images/line_v_7F7F7F.gif) repeat-y 674px 0;
	font-size: 76%;
	line-height: 1.5;
}
#alpha {padding-bottom: 20px;}


/* category nav */

#category-nav {}

/* contents heading */

#content h2 {
	margin-bottom: 6px;
	font-size: 117%;
	font-weight: bold;
}
#content h2 a:link,
#content h2 a:visited {text-decoration: none;}
#content h2 a:hover,
#content h2 a:active {text-decoration: underline;}

/* lead */

#content div.lead {
	margin-bottom: 38px;
	font-size: 117%;
	font-weight: bold;
}

/* wrapper & section */
div.wrapper {
	width: 100%;
	background: url(../../images/line_v_7F7F7F.gif) repeat-y 324px 0;
}
div.wrapper-inner {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(../images/top/line_h_wrapper.gif) no-repeat 0 100%;
}

div.wrapper div.section {
	width: 314px;
}
#section01 {float: left;}
#section02 {float: right;}
#section03 {float: left; padding-top: 10px;}
#section04 {float: right; padding-top: 10px;}

div.section p {margin-left: 126px;}
div.section p.pct {
	float: left;
	width: 126px;
	margin: 0;
}
div.section p.more {
	margin-right: 10px;
	text-align: right;
}

/* footer-alpha
----------------------------------------*/
#footer-alpha {}
#footer-alpha-inner {}

/* footer-beta
----------------------------------------*/
#footer-beta {}
#footer-beta-inner {}


/*----------------------------------------
 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;}
/**/


