@charset "UTF-8";
/* [toyo-keizai.co.jp]
 * Summary: style for "about" top page
 * Modified: 2009-04-06
 */

/* body / container
----------------------------------------*/
body {}


/* content
----------------------------------------*/
#content {
	min-height: 500px;
	margin-bottom: 20px;
	background: url(/images/line_v_7F7F7F.gif) repeat-y 674px 0;
	line-height: 1.5;
}
	* html body #content {height: 500px;}

#alpha { font-size: 88%; }

/* category nav */

#category-nav { font-size: 86%; }

/* contents heading */

#page-title {
	margin-bottom: 22px;
	font-size: 117%;
	font-weight: bold;
}
#content h2 {
	margin-bottom: 6px;
	font-size: 117%;
	font-weight: bold;
}

/* mainvisual */

#mainvisual {
	margin-bottom: 20px;
	text-align: center;
}

/* section */

#content div.section {
	margin-bottom: 20px;
}

/* offices */

table#offices {
	width: 100%;
	margin-bottom: 20px;
}
table#offices th {
	width: 8em;
	padding-bottom: 20px;
}
table#offices td {
	padding-bottom: 20px;
}

/* entry-photo */

div.entry-photo {
	float: left;
	width: 190px;
	margin: 0 0 20px 0;
	font-size: 86%;
}
div.entry-photo p {
	margin-bottom: 9px;
}
div.entry-photo span.caption {
	display: block;
	margin-top: 4px;
}

/* entry-content */

div.entry-content {
	margin: 30px 0 20px 204px;
}
div.entry-content p {
	margin-bottom: 16px;
}

/* 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;}
/**/


