@charset "Shift_JIS";





/*PAGE LAYOUT*/
body {
	font: 11px Verdana,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
	font-size:small;
	_font-size /**/:80%;/*forIE5.5*/
	line-height:1.6;
	color: #333333;
	margin: 0px;
}

#container {
	width:800px;
	margin: 0px auto;	
	position:relative
}

#topheader{
	width:800px;
	height:90px;
	margin-top:10px;
}

#topheader img{
	float:left;
	margin : 0px 0px 0px 5px;
}

#topheader h1{
	font-size:90%;
	padding : 30px 0px 0px 130px;
	color: #666666;
}

.telfax{
	position:absolute;
	right:0px;
	top:3px;
}


#contenttext{
	width:800px;
}

#contenttext h2{
	padding:20px 0px 5px 0px;
	font-size:1.3em;
	font-weight:bold;
	color:#2A71BF;
}

#contenttext p{
	padding:0px 0px 0px 0px;
	width:720px;
	color: #666666;
	margin-left:80px;
	text-align:center;
}

#contenttext h3{
	padding:50px 0px 0px 0px;
	font-size:1.2em;
	color:#BD2B2B;
	font-weight:bold;
}

#contenttext h3.top{
	padding:10px 0px 0px 0px;
}

#contenttext img{
	margin-top:5px;
	margin-right:30px;
}

#contenttext img.double{
	margin-right:10px;
}

#contenttext img.double2{
	margin-right:0px;
}


#leftpanel{

	float:left;

	width:234px;

	position: relative;

	margin-top:10px;

}


.graypanel{
	background-color:#F7F7F7;
	padding:0px 10px 10px;
	margin:15px 0px;

}


.graypanel h3{

	font-size:1.3em;
	font-weight:bold;
	color:#2A71BF;

}


.graypanel p{

	color: #666666;

	padding:5px;
}


.graypanel a{

	color: #666666;

	font-weight:bold;
	line-height : 3em;
	margin-left:30px;

}




#footer{

	float:left;

	width:780px;

	background-color:#F0F0F0;

	padding:10px;

	margin-top:20px;

}


#footer ul{
	height:20px;

	width : 500px;
	text-align:left;

}

#footer li{
	display:inline;

	padding:0px 2px;

	list-style-type: none;
	font-size: 90%;
	font-weight:bolder;
	color:#999999;
}


#footer li a{
	font-size: 90%;
	font-weight:bolder;
	color:#999999;
	text-decoration:none;
}


#footer li a:hover{
	text-decoration:underline;
}


address {
	float:right;
	width:217px;
	margin:-19px 0px 0 0;

	padding:0px 10px 0px 0px;
	display:inline;

	font-size:70%;
	color:#999999;
	text-align: right;
}

strong{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}



#topflash{

	margin : 15px 0px 0px 15px;
}


.main_pic {
	margin:0px 0px 10px;
}

.saishin {
	margin-left:5px;
	margin-top:-5px;
}




/*------------------------------------------------
  会社概要のテーブル組
 -----------------------------------------------*/
table {
	width : 800px;
	margin : 5px 0px 30px 0px;
	border:none;
}

table td {
	width:400px;
	border:none;
	color: #333333;
	font-size:100%;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;

}

table.officer {
	border: 0px;

	width:200px;

	margin-left:0px;
}

table.officer th {

	border: 0px;

	background: none;
	color: #666666;
	margin:0px;
	padding: 0px;
	width: 9em;
}

table.officer td {
	color: #666666;
	border: 0px;
	margin:0px;
	padding: 0px;


}


table.tel {
	border: 0px;

	width:250px;

	margin-left:0px;
}

table.tel th {

	border: 0px;

	background: none;
	color: #666666;
	margin:0px;
	padding: 0px;
	width: 9em;
}

table.tel td {
	color: #666666;
	border: 0px;
	margin:0px;
	padding: 0px;


}



/*------------------------------------------------
  沿革のテーブル組
 -----------------------------------------------*/

table.history {
	width : 546px;
	margin : 5px 0px 5px 0px;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #B4AB9B;
	border-left:1px solid #B4AB9B;
}

table.history th {
	width : 110px;
	padding : 10px;
	font-weight: normal;
	border-bottom:1px solid #B4AB9B;
	border-right:1px solid #B4AB9B;
	color: #666666;
}

table.history td {
	padding : 10px;
	border-bottom:1px solid #B4AB9B;
	border-right:1px solid #B4AB9B;
	color: #666666;
	font-size:100%;

}

/*-----------------------------------------------
  ページの先頭へ戻る
-----------------------------------------------*/


.cl {
	clear:both;
	width:1px;
	height:1px;
	overflow:hidden;
}

.pagetop {
	clear:right;
	margin-right:0px;
	padding:5px 2px 10px 0;
	text-align:right;
	font-size:80%;
}
.pagetop  a {
	margin:0 0 0 18px;
	padding:2px 0 2px 17px;
}

.pagetop a:link {
	color:#404040;
}
.pagetop a:visited {
	color:#666666;
}
.pagetop a:hover {
	color:#808080;
}


.right {
	float:right;
}
