@charset "UTF-8";

/* import default reset styles */
@import url(reset.css);

/* import base styles */
@import url(base.css);

#main {
	color: #333;
	margin: 0px 5px 5px 27px;
	padding: 0px;
	width: 696px;
	float: left;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 90%;
}
#sub {
	float: right;
	color: #333;
	margin: 0px 27px 5px 0px;
	width: 182px;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*------------------------------------------------------
トップページサイドバー
------------------------------------------------------*/
.top_side{
	margin: 0px;
	padding: 0px;
}
.top_side li{
	list-style-type: none;
	margin-bottom: 5px;
}
#partsList{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 関連サイトボックス */
div#siteLink {
	width: 180px;
	background-image: url(../images/siteLinkTitle_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #D9D9D9;
}

div#siteLink h2 {
	clear: both;
	margin: 0 0 11px 11px;
	padding-top: 12px;
}

div#siteLink ul.shortcut {
	margin: 0 9px 9px;
	padding: 0 2px 2px;
}

div#siteLink ul.shortcut li {
	background-image: url(../images/mark-triangle-black.gif);
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 1.2;
	margin-bottom: 0.5ex;
}

div#siteLink span.icon{
	margin-left: 5px;
}

/*------------------------------------------------------
トップページお知らせ欄
------------------------------------------------------*/
dl.infoList {
	width: 660px;
	margin-left: 10px;
	margin-top: 5px;
}
dl.infoList dt {
	float: left;
	width: 150px;
	border-top: 1px dotted #999;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
dl.infoList dd {
	border-top: 1px dotted #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 168px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.infoTitle{
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.infoOutline{
	line-height: 1.5em;
	color: #000000;
}
/* 緊急情報欄 */
DIV#emergency{
	margin-top: 16px;
}
DIV#emergencyList{
	height: 175px;
	width: 696px;
	overflow: auto;
	letter-spacing: 0.1em;
}
DIV#emergencyList a {
	color: #FF0000;
	text-decoration: none;
}
DIV#emergencyList a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* お知らせ欄 */
DIV#information{
	margin-top: 20px;
}
DIV#informationList{
	height: 175px;
	width: 696px;
	overflow: auto;
	letter-spacing: 0.1em;
}
DIV#informationList a {
	color: #339933;
	text-decoration: none;
}
DIV#informationList a:hover {
	color: #339933;
	text-decoration: underline;
}

DIV#emergencyList .infoTitle{
	color: #FF0000;
}

DIV#informationList .infoTitle{
	color: #339933;
}

