@charset "shift_jis";

/***************************************************
	サンフェステ用スタイルシート
	about.css
	会社概要レイアウトスタイル定義
***************************************************/

/* 会社概要共通
------------------------------------------------------------ */
#contents ul.about_navi {
	height: 42px;
	margin: 12px 0 0;
	padding: 7px 16px 0;
	background: url(../img/about/navi_bg.jpg) repeat-x;
}
#contents ul.about_navi li {
	float: left;
	width: 157px;
	padding-right: 3px;
}
#contents ul.about_navi li a {
	display: block;
	width: 157px;
	height: 42px;
	text-indent: -9999px;
}
#contents ul.about_navi li.n01 a {	background: url(../img/about/navi01.jpg) 0 0 no-repeat;}
#contents ul.about_navi li.n02 a {	background: url(../img/about/navi02.jpg) 0 0 no-repeat;}
#contents ul.about_navi li.n03 a {	background: url(../img/about/navi03.jpg) 0 0 no-repeat;}
#contents ul.about_navi li a:hover {	background-position: 0 -42px;}

#contents .main {
	padding: 13px;
	border: 2px solid #e6e6e6;
	border-top: none;
}

/* 会社概要 index.html
------------------------------------------------------------ */
#contents.index ul.about_navi li.n01 a {	background-position: 0 -42px;}
#contents.index table {	width: 100%;}
#contents.index table th, #contents.index table td {
	padding: 10px 12px;
	border: 1px solid #dde1e4;
	line-height: 1.8;
}
#contents.index table th {
	background-color: #ffe7cc;
	white-space: nowrap;
	font-weight: bold;
}

/*代表メッセージ info.html
------------------------------------------------------------ */
#contents.info ul.about_navi li.n02 a {	background-position: 0 -42px;}
#contents.info div.slogan { background-color:#FEEDD9;}
#contents.info div.slogan ol{
	padding: 10px 15px;
	font-weight: bold;
	font-size: 120%;
	line-height: 2.2;
	
}
#contents.info div.main p.text {
	padding: 10px 15px 0 15px;
	line-height: 2.2;
}
#contents.info div.main p.name {
	padding:32px 15px 23px 0px;
	text-align:right;
}

/*沿革 history.html
------------------------------------------------------------ */
#contents.history ul.about_navi li.n03 a {	background-position: 0 -42px;}
#contents.history table th {
	width: 7em;
	padding: 8px 10px 0px 13px;
	white-space: nowrap;
	border-bottom: 2px solid #E6E6E6;
	background: url(../img/about/history_table_bg.gif) left bottom no-repeat;
	vertical-align: top;
	font-weight:normal;
}
#contents.history table th p {
	padding-left: 10px;
	background: url(../img/temp/ico03.gif) left center no-repeat;
}
#contents.history table td {
	padding: 8px 0px 0px 18px;
	border-bottom: 2px solid #E6E6E6;
	background: url(../img/about/history_table_bg.gif) left bottom no-repeat;
	vertical-align: top;
}
#contents.history table td p {
	background: url(../img/about/history_table_bg.gif) right bottom no-repeat;
	line-height: 2.0;
}
#contents.history table {
	width: 100%;
}
