/* CSS Document　会社概要専用（一部共通） */

/*タイトル*************************************************************************/

#sec_soudanttl{
	float:left;
	background:url(images/sec_ttl-soudan.jpg) repeat;
	width:553px;
	height:90px;
	margin:11px 0 0 0;
	padding:0;
}


#content ul , #content ol {
	width:auto;
	height:auto;
	display:BLOCK;
	margin:3px 0 0 15px;
	padding:0;
}

#content ul li{
	margin:0;
	padding:0;
/*	font-weight:normal;*/
}

#content ol li{
	margin:0 0 0 10px;
	padding:0;
/*	font-weight:normal;*/
}

/*テーブル***************************************************************************************************/

table {
	float:left;
	font-size:11px;
	margin:8px 0 0 0;
}

table td {
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#0099CC;
/*	background-color:#ffffff;*/
	color:#000000;
/*	padding:5px;*/
	line-height:14px;
}


.td2{
	border-width:0 1px 1px 1px !important;
	border-style:solid!important;
	border-color:#0099CC!important;
	background-color:#ffffff!important;
	color:#000000!important;
}



table th {
/*	height:43px;*/
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#ffffff ;
	border-bottom-color:#0099CC;
	/*background-color:#0099CC;*/
	color:#FFFFFF;
	background:url(images/sec_tblhead-wall.jpg);
/*	padding:5px;*/
	}
.th2 {
	border-width:0 0 1px 1px !important;
	border-style:solid!important;
	border-color:#ffffff!important;
	border-bottom-color:#0099CC!important;
	background-color:#0099CC!important;
	color:#FFFFFF!important;
	border-left:1px #0099CC solid!important;
	background:sec_tblhead-wall.jpg repeat-x;
}


/*一問一答***************************************************************************************************/
.ichimon {
    margin:10px 0 0 0;
}
.ichimon table {
    clear:both;
	margin:0;
}
.ichimon td {
	margin:0;
    border:none;
}
.ichimon p {
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	margin:0 18px;
	line-height:18px;
/*	letter-spacing:1px;
	width:400px;*/
	color:#333333;
}
