@charset "UTF-8";
/* [toyo-keizai.co.jp]
 * Summary: style for "Link" page
 * Modified: 2009-03-12
 */

/* 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 {padding-bottom: 20px;}

/* category nav */

#category-nav {}

/* container */

div.alpha {float: left; width: 320px;}
div.beta  {float: right; width: 314px;}

/* section */
#content div.section {margin-bottom: 16px;}
#content h2 {
	margin-bottom: 2px;
	color: #005FAE;
	font-weight: bold;
}
#content a,
#content a:visited {color: #333; text-decoration: none;}
#content a:hover,
#content a:active {text-decoration: underline;}

/*----------------------------------------
 style for Mac OS Browsers
----------------------------------------*/
.mac  {}

/*----------------------------------------
 hidden modules
----------------------------------------*/
#page-title {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*----------------------------------------
 clearfix
----------------------------------------*/

