*
{
	margin:0;
	padding:0;
}

html
{
	overflow: scroll;	
	background:#ffffff url(../img/bg_container.jpg) fixed repeat-x bottom;
}

body
{
	height:100%;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Arial,Helvetica,sans-serif;
}

img
{
	border:0;
}

#background
{
	width:100%;
	height:100%;
	margin:0;
	text-align:center;
	background-color:#1B4066;
}
#background:after
{
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
}
/*\*/
* html #background
{
    height:1em;
    overflow:visible;
}
/**/

#container
{
	width:758px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	/*background:#ffffff url(../img/bg_container.jpg) fixed repeat-x 0% 100%;*/
}
#container:after{
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
}
/*\*/
* html #container{
	height:1em;
    overflow:visible;
}
/**/

#wrapper-center
{
	width:745px;
	height:100%;
	margin: 0;
	text-align:left;
	background: url(../img/image_bg.jpg) repeat-x;
	background-color:#ffffff;
}

/* ---------------------------- */
/* ヘッダー部 */
#header
{
	width:745px;
	height:118px;
}
#header .top
{
	width:745;
	height:75px;
	color:#efefef;
	text-align:left
}
#header .top .logo
{
	float:left;

}
#header .top .logo img
{
	margin:5px 5px 8px 0px;
}

#header h1
{
	font-size:12px;	
	line-height:16px;
	text-align:left;
	color:#666666;
	margin: 0 0 0 2px;
}
#header .bottom
{
	width:auto;
	height:auto;
	margin:0;
	text-align:center;
}
#header .bottom .menu
{
	width:749px;
	margin:0 auto;
	text-align:center;
	float:left;

}
#header .bottom .menu .button
{
	width:auto;
	height:43px;
	margin:0;
	padding:0;
	text-align:center;
	float:left;
}

/* センター上部 */
#center-top
{
	width:732px;
	height:auto;
	margin-top:0;
	padding:5px 5px 5px 5px;
	float:left;
}

/* センター部 */
#center
{
	width:560px;
	height:auto;
	/*margin:0 auto;*/
	padding:0 0 0 0px;
	float:left;
}
#center .headline
{
	margin:0;
}
#center .headline p
{
	margin:5px auto;
	font-size:12px;
}

/* 左側部 */
#left
{
	width:163px;
	height:auto;
	/*margin:0 5px;*/
	padding: 0 5px 0 12px;
	float:left;
}

/* フッター部 */
#footer
{
	width:auto;
	font-size:11px;
	height:50px;
	padding:5px;
	text-align:center;
	background-color:#ffffff;
}

/* ---------------------------- */
/* 各レイアウト */
.def-content
{
	margin:0 auto 10px;
	padding:0;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
.def-content .wrapper
{
	width:auto;
	padding:5px;
}

.def-content h2
{
	margin-bottom:5px;
	line-height:25px;
	text-indent:5px;
	font-size:14px;
	color:#eeeeee;
	background-color:#666666;
}
.def-content dl
{
}
.def-content dt
{
	margin-bottom:5px;	
	font-weight:bold;
}
.def-content dd
{
	margin:0 0 10px 1em;	
	line-height:1.3em;
}
.def-content ul
{
	padding:0;
	margin-bottom:10px;
	list-style-image: url(../img/blet.gif);
}
.def-content li
{
	margin-left:2em;
	line-height:1.4em;
	font-weight:normal;
	text-indent:-0.5em;
}

/* ---------------------------- */
/* 丸角Div */
.rc-content
{
	margin:0 auto 5px;
	padding:0;
	background: url(../img/rc_content/bdr_l.jpg) repeat-y left;
	background-color:#ffffff;
}
.rc-content .box
{
	width:auto;
	background: url(../img/rc_content/bdr_r.jpg) repeat-y right;
}

/* 罫線 */
.rc-content .top
{
	width:100%;
	height:10px;
	background: url(../img/rc_content/bdr_t.jpg) repeat-x top;
}
.rc-content .top .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/rc_content/cnr_tl.jpg) no-repeat top left;
}
.rc-content .top .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/rc_content/cnr_tr.jpg) no-repeat top right;
}
.rc-content .content
{
	padding:0 10px;
}
.rc-content .bottom
{
	width:100%;
	height:10px;
	background: url(../img/rc_content/bdr_b.jpg) repeat-x bottom;
}
.rc-content .bottom .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/rc_content/cnr_bl.jpg) no-repeat bottom left;
}
.rc-content .bottom .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/rc_content/cnr_br.jpg) no-repeat bottom right;
}
/* 罫線 End */

.rc-content h2
{
	/*width:518px;*/
	margin-bottom:7px;
	line-height:35px;
}
.rc-content h4
{
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	text-indent:5px;
}
.rc-content p
{
	padding:0 5px 5px;
	line-height:1.3em;
}
.rc-content dl
{
}
.rc-content dt
{
	margin-bottom:5px;	
	font-weight:bold;
}
.rc-content dd
{
	margin:0 0 10px 1em;	
	line-height:1.3em;
}
.rc-content ul
{
	padding:0;
	margin-bottom:10px;
	list-style-image: url(../img/blet.gif);
}
.rc-content li
{
	margin-left:2em;
	line-height:1.4em;
	font-weight:normal;
	text-indent:-0.5em;
}
/* ---------------------------- */
/* 角Div */
.sq-content
{
	margin:0 auto 5px;
	padding:0;
	background: url(../img/sq_content/bdr_l.jpg) repeat-y left;
	background-color:#ffffff;
}
.sq-content .box
{
	width:auto;
	background: url(../img/sq_content/bdr_r.jpg) repeat-y right;
}

/* 罫線 */
.sq-content .top
{
	width:100%;
	height:10px;
	background: url(../img/sq_content/bdr_t.jpg) repeat-x top;
}
.sq-content .top .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/sq_content/cnr_tl.jpg) no-repeat top left;
}
.sq-content .top .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/sq_content/cnr_tr.jpg) no-repeat top right;
}
.sq-content .content
{
	padding:0 16px;
}
.sq-content .bottom
{
	width:100%;
	height:10px;
	background: url(../img/sq_content/bdr_b.jpg) repeat-x bottom;
}
.sq-content .bottom .left
{
	width:10px;
	height:10px;
	float:left;
	background: url(../img/sq_content/cnr_bl.jpg) no-repeat bottom left;
}
.sq-content .bottom .right
{
	width:10px;
	height:10px;
	float:right;
	background: url(../img/sq_content/cnr_br.jpg) no-repeat bottom right;
}
/* 罫線 End */

.sq-content h2
{
	width:518px;
	margin-bottom:10px;
	line-height:35px;
	text-indent:10px;
	font-size:14px;
	color:#eeeeee;
	background: url(../img/sq_content/h_def.jpg) no-repeat;
}
.sq-content dl
{
}
.sq-content dt
{
	margin-bottom:5px;	
	font-weight:bold;
}
.sq-content dd
{
	margin:0 0 10px 1em;	
	line-height:1.3em;
}
.sq-content ul
{
	padding:0;
	margin-bottom:10px;
	list-style-image: url(../img/blet.gif);
}
.sq-content li
{
	margin-left:2em;
	line-height:1.4em;
	font-weight:normal;
	text-indent:-0.5em;
}
/* ---------------------------- */

.h-list
{
	padding:0;
}
.h-list li
{
	display:inline;
	list-style-type:none;
    margin:0 5px;
	padding:0;
}
.h-dl
{
}
.h-dl dt
{
	float:left;
	width:100px;
	padding:7px 0 5px 4px;
	clear:both;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	line-height:1.2em;
	text-indent:27px;
	background: url(../img/headline/arrow.gif) no-repeat 9px 12px;
}
.h-dl dd
{
	width:360px;
	margin-left:102px;
	padding:7px 5px 5px 10px;
	border-bottom:1px dotted #cccccc;
	line-height:1.2em;
}

.h-dl-c
{
}
.h-dl-c dt
{
	float:left;
	width:100px;
	padding:2px 0 5px 4px;
	clear:both;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	line-height:1.5em;
	text-indent:27px;
}
.h-dl-c dd
{
	width:360px;
	margin-left:102px;
	padding:7px 5px 5px 10px;
	border-bottom:1px dotted #cccccc;
    line-height:1.5em;
}


.h-div
{
	width:100px;
	height:45px;
	margin:5px;
	line-height:45px;
	float:left;
	text-align:center;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}



.invest
{
}
.invest dt
{
	float:left;
	clear:both;
	padding:4px 0 1px 4px;
	font-weight:bold;
	line-height:1.5em;
	text-indent:0px;
}
.invest dd
{
    line-height:1.5em;
	clear:both;
	padding:2px 0px 5px 6px;


}

/* ---------------------------- */
/* 各種表示 */
.clear
{
	clear:both;
}
.strong
{
	font-weight:bold;
}
.strong
{
	line-height:5px;
}

/* ---------------------------- */
/* メニュー */

.navi {
	width: 163px;
	height:40px;
	margin: 0;
	line-height:3;
	font-size: 12px;
	text-align:center
}

.navi li{
	list-style: none outside;
	margin: 1px;
	background-image:url(../img/menu_back.jpg);
}
.navi li a {
	text-decoration: none;
	width: 163px;
	display: block;
	background: url(../img/menu_back.jpg) no-repeat;
}
.navi li a:link {
	color: #6A7785;
}
.navi li a:hover {
	color: #6A7785;
	text-decoration:underline;
}
.navi li a:visited {
	color: #6A7785;
}
.navi li a:active {
	color: #6A7785;
}

/*-財務指標の定義一覧-*/
#teigi table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 1px;
	text-align: center;
	margin: 10px 0px 10px 5px;
	width: 545px;
}
#teigi table tr td {
	padding: 5px 5px;
	border-style: solid;
	border-color: #999;
	border-width: 0px 1px 1px 0px;
	font-weight: normal;
	text-align: left;
}
#teigi th {
	background-color:#eee;
	padding: 5px 5px;
	font-weight: normal;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000066;
}
#tbango { width: 18px; }
#tbango2 { width: 246px; }


/*-指標の考え方-*/
#sihyou { padding: 10px 10px; }
#sihyou h2 { font-size: 13px; color: #FF0000; margin: 0px; padding: 0px; }
#sihyou h3 { font-size: 12px; margin: 5px 0px; padding: 0px; }
#sihyou p { margin: 5px 0px 10px; padding: 0px; }


/*-コンサルティング-*/
#consulting { padding: 20px; }
#consulting h2 {
	font-size: 15px;
	color: #000099;
	margin: 12px 0px 0px;
	padding: 0px 0px 0px 6px;
	font-weight: normal;
	background-image: url(../image/h2bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 23px;
}
#consulting h3 {
	font-size: 15px;
	color: #000099;
	margin: 8px 6px 0px 3px;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	background-image: url(../image/h2bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 23px;
}
#consultingp1 {
	background-image: url(../imeges/consulting/consulting1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 250px;
	height: 180px;
}
#consultingp2 {
	background-image: url(../imeges/consulting/consulting2.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding: 0px 220px 0px 0px;
	height: 167px;
	background-position: right;
}
#consultingp2 p { margin: 5px 6px 0px; padding: 0px; }
.consultinghako {
	float: left;
	width: 254px;
	border: 1px solid #999999;
	height: 200px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.consultinghako ol { margin: 10px 0px 0px 28px; padding: 0px; }










<style type="text/css">
<!--
.style1 {
	font-size: 11px;
	color: #990000;
}
.style2 {	color: #CCCCCC;
	font-size: 11px;
}

.text12 {
	font-size: 12px;
	line-height: 17px;
	color: #6A6A6A;
}

.text13 {
	font-size: 13px;
	line-height: 18px;
	color: #BA0C0C;
	font-weight: bold;
}
.text12b {
	font-size: 12px;
	font-weight: bold;
	color: #3E6894;
}

.text12r {
	font-size: 12px;
	line-height: 17px;
	color: #BA0C0C;
}

.info-str
{
	font-weight:bold;
	margin:0;
	color:#00326B;
}
.info-str .alert
{
	color:#ee0000;
}

/* ---------------------------- */
/* テーブル */
.def-form
{
	margin-bottom:10px;
}
.def-form table
{
	margin-top:0 auto;
	border-collapse:collapse;
}

.def-form table thead th
{
	padding: 7px;
	background-color:#EFEDE7;
}
.def-form table tbody td
{
	padding:5px;
	border:1px solid #EFD007;
}
.def-form table tbody td dd
{
	padding:2px 10px 5px;
	line-height:1.2em;
}
.def-form table tbody .label
{
	width:125px;
	text-align:right;
	color:#000000;
	background-color:#FEFDD4;
}
.def-form table tbody .label .must
{
	margin-left:3px;
	color:#FF0000;
}
.def-form table tbody .label p
{
	font-size:90%;
	color: #68823E;
}
.def-form table tbody td p
{
	font-size:90%;
	color:#666666;
}
.def-form table tfoot td
{
	padding:5px;
	background-color:#eeeeee;
	border:1px solid #D3CDB4;
	line-height:2em;
}
.def-form table tfoot td .btn
{
	margin:0 2px;
	float:left;
}
.def-form table tfoot td .send-flg
{
	margin:0 3px;
	float:right;
}
.def-form table .chkbox
{
	margin-right:3px;
}

-->
</style>