@charset "utf-8";						

/* CSS Common Document */

/*
 * --- リンクの設定 ---
 */

a:link {
	color:#004DA0;
	text-decoration:none;
}
a:visited{
	color:#004DA0;
	text-decoration:none;
}
a:hover{
	color:#3DABF0;
/*	color:#004DA0; */
	text-decoration:none;
}
a:active{
	color:#004DA0;
	text-decoration:none;
}

/*
 * --- 画面の設定 ---
 */

body{
	font-size: 0.8em;
	line-height: 1.1em;
	background-image: url(../images/bg_main_co.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
#container {
	width: 800px;
	background-color:#FFFFFF;
	margin-top: 10px;
}
#container_inner {
	padding-right: 19px;
	padding-left: 19px;
	border: 1px solid #00AD00;
	background-color:#FFFFFF;
}
#container p {
	margin-bottom: 0px;
}

/*
 * --- IE6用画像処理 ---
 */

.ie6 {
	display: none;
}
* html body .ie7 {      /* 	IE6 Only Hack */
	display: none;
}
* html body img.ie6 {      /* 	IE6 Only Hack */
	display: inline;
}
* html body div.ie6,
* html body p.ie6 {      /* 	IE6 Only Hack */
	display: block;
}


/*
 * --- ヘッダー ---
 */

#header {
	margin-top: 12px;
}
#header .logo {
	float: left;
	display: inline;
	margin-left: 0px;
}
#header h1 {
	float: right;
	display: inline;
	width: 340px;
	font-size: 1em;						/* for 11.5pt */
	color: #000000;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 14px;
	margin-left: 20px;
	text-align: right;
}
#header .navi {
	margin-top: 10px;
}
#header .navi p {
	color: #004DA0;
	font-size: 1.4em;						/* for 11.5pt */
}

#blog{
	margin-top:5px;
	padding:3px;
	background:url("../images/index/blog-background.gif");
	border:1px solid #cccccc;
}

#blog img{
	margin:0px;
	}
	
#blog dl{
	border:1px solid #cccccc;
}
/*
 * --- メイン ---
 */

h2 {
	margin-bottom: 20px;
}
h3 {
	font-size: 1.3em;						/* for 15pt */
	color: #3F3F3F;
	font-weight: bold;
	background-color: #D1E8CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*
 * --- フッター ---
 */

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
#footer_inner {
	margin: 0 auto;
}
#footer .navi {
	margin-bottom: 4px;
}
#footer .navi p {
	color: #004DA0;
	font-size: 1.0em;						/* for 11.5pt */
}
#footer .address {
	background-color: #D1E8CC;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #3F3F3F;
}
#footer .address .company {
	font-size: 1.2em;						/* for 13pt */
	margin-bottom: 4px;
}
#footer .address .kanren {
	font-size: 1.0em;						/* for 11.5pt */
	margin-bottom: 3px;
}
#footer .address .copyright {
	font-size: 1.0em;						/* for 11.5pt */ 
}
#contents #counter {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#contents #counter img{
	vertical-align: middle;
}

#contents .topic_text{
	background-color: #FFFFFF;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 180px;
	margin-right: 2px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #999999;
}

#othersite{
	padding:5px 0 10px 0;
	text-align:center;
}

#othersite a{
	margin-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	background:url("../../images/arrow.gif") no-repeat ;
	font-weight:bold;
	line-height:15px;
}

table#companychart{
	border-collapse:collapse;   
	border-spacing:0px;   
	width:550px;
}

table#companychart th{
	border-top:#b5c9b1 1px solid;
	border-bottom:#b5c9b1 1px solid;
	padding:8px;
	color:#2a2e29;
}

table#companychart td{
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:8px;
}

table#companychart th{
	width:100px;
	text-align:center;
	background:#d1e8cc;
}

table#companychart table{
	border-collapse:collapse;   
	border-spacing:0px; 
}

table#companychart td{
}

table#companychart td td{
	border:#FFFFFF 0px solid;
	padding:0px;
}
