/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


#main {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 4450px;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 10px #CCC;
-webkit-box-shadow: 1px 1px 10px #CCC;
}


/* ヘッダー部 */

#hed{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;

}

#hed h1{
	font-size: 14px;
	font-weight: normal;
	color: #03F;
	padding: 5px;	
}
#hedcont{
	margin: 0px;
	padding: 0px;
	height: 67px;
	background-image: url(img/hedbk3.png);
}

#hedcont2{
	padding: 0px;
	height: 67px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	
}

#hedcont2 li{
	float: left;
	list-style-type: none;
}

#hedcont2 a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}



/*メインコンテナ*/

#contener{
	
}



#subcont{
	height: 1550px;
	background-image: url(img/contbg.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#subcont2{
	height: 380px;
	background-image: url(img/contbg.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#subcont3{
	height:820px;
	background-image: url(img/infobk.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#cap1,#cap2{
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	height: 400px;
}


#cap1 div{
	width: 450px;
	float:left;
	
	height: 340px;
			white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#cap1,#cap2 p{
	font-size: 12px;
	line-height: 18px;

}

#cap2 .imgset{
		width: 470px;
	float:right;
	margin-right: 20px;
}

#cap2 .txtset{
	width: 420px;
	float:right;
	margin-right: 10px;
}


#contents{
	width:880px;
	color:#666;
	font-size:18px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table{
	border-collapse:collapse;
}
td{
	border:1px solid #ccc;
	padding:5px;
	font-size:90%;
	color:#666;
}
td.l_Cel{
	width:250px;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #CFC;
}

td.l_Cel2{
	width:500px;
}


#image-btn {
	border: 0px;
	background-image: url(img/kakunoin.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 560px;
	color: #F00;
	font-size: 0px;
	cursor: pointer;
}


/*会社概要スタイル*/
#main2 {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: 1000px;
	
}
table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #be1309 4px solid;
}
th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
	background-color: #FFF;
}
td {
	border-bottom: #666 1px dotted;
	text-align: left;
	padding: 10px;
	line-height: 21px;
	background-color: #FFF;
}
tr:hover {
	color: #000;
	background-color: #FFC;
}
