@charset "utf-8";
/*
========================目次========================
	
	最終更新日:2006年6月6日;
	
	1:tableタグ以外の初期化
	2:bodyとwrapper
	3:全体の文字関係
		文字の色・位置
		aタグの設定
	4:headerのレイアウト・文字指定
	5:main_contentのレイアウト・文字指定
	6:footerのレイアウト・文字指定
	7:hxタグの指定、hxタグ下の影画像
	8:トップページの背景画像など
	9:各リスト要素の指定
	10:第二階層の個別の指定
	11:本文内の写真の位置指定
	12:その他
	
====================================================
*/

/*----------1:tableタグ以外の初期化----------*/
a,b,blockquote,body,br,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,head,html,img,li,meta,ol,p,pre,q,script,span,strong,sub,sup,u,ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
}

/*----------2:bodyとwrapper----------*/
body {
	text-align: center;
	background: #ffffff;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 630px;
	background: #FFFFFF;
	padding: 0px;
}

/*----------3:全体の文字関係　文字の色・位置----------*/
strong {
	font-weight: bold;/*太字*/
}
a strong {
	font-weight: bold;
	color: #000000;
}

/*----------3:全体の文字関係　aタグの設定----------*/
a {
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a img {
	border: 0px;
}

/*----------4:headerのレイアウト・文字指定----------*/
#header_img_left {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 500px;
}

#header_img_right {
	/*float:right;*/
	width: 220px;
	text-align: center;
	margin-top: 10px;
	visibility: hidden;
	display: none;
}
#header_img {
	width: 630px;
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px;
	/*border-top: 2px solid #B3B3B3;
	border-bottom: 2px solid #B3B3B3;*/
}
#header_tagline {
	width: 630px;
	/*float: left;*/
}
#header_tagline_sec {
	width: 630px;
	/*float: left;*/
}
#header_img_right p {
	padding-bottom: 3px;
	font-size: x-small;
}
#header_rss {
	visibility: hidden;
	/*float: right;
	padding-top: 7px;*/
}


/*----------5:main_contentのレイアウト・文字指定----------*/
#main_content {
	clear: both;
	padding: 0px;
	margin-top: 30px;
}

#main_left {
	float: left;
	width: 150px;
}
#description_of_business,
#company_information,
#sec_left {
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
}
#main_right {
	float: right;
	width: 450px;
}
#main_right p {
	font-size: small;
	line-height: 125%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}




/*----------6:footerのレイアウト・文字指定----------*/
#footer {
	clear: both;
	padding: 10px 0px 20px;
	border-top: 1px solid #B1B1B1;
	margin-top: 20px;
}
#footer_left {
	float: left;
}
#footer_right {
	text-align: right;
}
#footer_right p,
#footer_left p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
}

/*----------7:hxタグの指定、hxタグ下の影画像----------*/
#header_tagline h1,
#header_tagline_sec h1 {
	font-size: 12px;
	color: #666666;
	padding: 7px 3px 7px 5px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
}
#main_left h3 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	background: #cdcdcd;
	margin: 1px;
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
#main_left h4,
#main_right h4,
#cat_content h4 {
	background: #cdcdcd;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
#cat_content h4 {
	margin-top:10px;
}
#business_expansion h3,
#estate h3,
#pension h3,
#finance h3,
#sec_right h3,
#cat_content h3 {
	background: #cdcdcd;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
#main_content h5 {
	background: #cdcdcd;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
.shadow {
	margin: 15px 3px 5px;
	padding-bottom: 3px;
}
.shadow02 {
	margin: 1px;
	padding-bottom: 3px;
}

/*----------8:トップページの背景画像など----------*/
#business_expansion {
	background: #FFFFFF;
}
#estate {
	background: #FFFFFF;
}
#pension {
	background: #FFFFFF;
}
#finance {
	background: #FFFFFF;
}
#business_expansion,
#estate,
#pension,
#finance {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #BBBBBB;
}

/*----------9:各リスト要素の指定----------*/
#main_left li,
.normal_cat li,
#cat_content li
 {
	background: #FFFFFF;
	list-style: none;
	border-bottom: 1px dashed #999999;
	border-left-color: #CCCCCC;
	padding: 2px 0px 5px 0px;
	margin: 0px 10px 5px 5px;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
}
li.top_right {
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 5px 20px;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
}

li.menuli {
	background: #FFFFFF;
	list-style: none;
	border-bottom: 1px dashed #999999;
	border-left-color: #CCCCCC;
	padding: 2px 0px 5px 5px;
	margin: 0px 0px 5px 5px;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
}

dt {
	font-size: small;
	color: #FF6600;
	line-height: 125%;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	margin: 0px;
	border-left: 5px solid #FF6600;
}
dd {
	font-size: small;
	line-height: 125%;
	padding: 0px 0px 5px;
	margin: 0px 0px 15px 25px;
}

/*----------10:第二階層の個別の指定----------*/
#cat_content p {
	font-size: small;
	line-height: 125%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}
#tb {
	clear: both;
}
#to_top {
	display: none;
}
#to_top p {
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
}
img.line {
	border: 1px solid #999999;
}
#cat_content {
	clear: both;
	padding: 0px 50px;
	margin-top: 30px;
	width: 630px;
}
#sec_left {
	visibility: hidden;
	display: none;
}
#sec_right {
	width:630px;
}
#sec_right p {
	font-size: small;
	line-height: 125%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}
/*----------11:本文内の写真の位置指定----------*/
div.right {
	float: right;
	margin: 0px 0px 15px;/*写真を右に寄せて、文字が左に回りこむ*/
}
#cat_content div.right {
	float: right;
	margin: 0px 0px 5px;/*写真を右に寄せて、文字が左に回りこむ*/
}
div.left {
	float: left;
	margin: 0px 10px 10px 0px;/*写真を左に寄せて、文字が右に回りこむ*/
}
div.center {
	text-align: center;/*センター合わせ*/
}

/*----------12:その他----------*/
div.clear {
	clear: both;/*回り込みの解除*/
}
div.padding_10 {
	padding: 10px;
}
.normal_cat {
	margin-bottom: 10px;
	border: 1px solid #BBBBBB;
}
#trackback {
	margin-top: 30px;
}
.date {
	color: #999999;
}
.category_arc {
	padding: 0px 10px 0px 40px;
}
blockquote {
	border:1px dashed #999999;
	padding: 15px 10px 0px;
	margin: 0px 0px 15px 50px;
}
td{
	font-size: small;
	line-height: 125%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

