@charset "Shift_JIS";

/***********************************************

　会社情報
	1.全体・トップページ(company.html)
	2.会社概要、沿革(gaiyou.html,history.html)
	3.主要取引先 
 
 ***********************************************/

/***  全体設定・会社情報トップ  ***/

#main {
	text-align: left;
	width: 902px;
	margin: 45px auto 0;
	background: url(../img/top-bg.png) no-repeat top;
}

#main02,#sidemenu {
	margin-top: 20px;
	float: right;
	padding-right: 18px;
}

#sidemenu li.side-mo,.side-mo2 {
	width: 160px;
	height: 35px;
	background: url(../img/smenu_on.jpg) no-repeat;
	font-size: 1.2em;
	line-height: 2.4em;
	padding-left: 20px;
}

.side-mo2 { margin-top: 5px; }

#sidemenu li a {
	display: block;
	width: 160px;
	height: 35px;
	background: url(../img/smenu_off.jpg) no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2.4em;
	padding-left: 20px;
}
#sidemenu li a:hover { background: url(../img/smenu_on.jpg) no-repeat;}

p.profile {
	margin-top: 15px;
	width: 670px;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/***  会社概要・沿革  ***/

table#t-gaiyou,#t-enkaku {
	margin: 15px auto 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 650px;
	margin-bottom: 10px;
}
#t-gaiyou th,#t-gaiyou td,#t-enkaku th,#t-enkaku td {
	border: 1px solid #ddd;
}
#t-gaiyou th,#t-enkaku th {
	width: 180px;
	padding: 7px;
	text-align: center;
	font-size: 1.2em;
	background: url(../img/th-back.jpg) repeat-y;
}

#t-enkaku th{
	width: 150px;
	font-size: 1em;
	font-weight: normal;
}

#t-gaiyou td,#t-enkaku td { padding: 10px;}


dl.yakuin dt {
	clear: left;
	float: left;
	width: 10em;
}

dd.y-mt { 
	margin-bottom: 10px;
}

.jigyo-n li {
	background: url(../img/mark01.gif) no-repeat left;
	padding-left: 15px;
	line-height: 1.5em;
}

/***  主要取引先（partner.html）  ***/

p.notice {
	width: 670px;
	text-align: right;
	margin-top: 5px;
	font-size: 0.9em;
}

ul.par01,.par02 {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.par01 li,.par02 li {
	line-height: 1.5em;
	border-left: 2px solid #c1c1c1;
	padding-left: 10px;
}

ul.par01,ul.par02 {
	width: 200px;
	padding-left: 5px;
}

ul.par02 { padding-left: 10px; }


/* { display: table-cell; } IE6で使用できないプロパティ */

