/*基本デザイン*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
body,td,th {
	font-size: 12px;
	color: #404040;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #a40033;
	text-decoration: none;
}
a:visited {
	color: #a40033;
	text-decoration: none;
}
a:hover {
	color: #a40033;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:active {
	color: #a40033;
	text-decoration: none;
}
#BodyContainer {
	background-color: #f9d378;
	width: 760px;
	text-align: left;
	background-image: url(../images/parts/bdy_bg.gif);
}
/*ヘッダー*/
.HeadNavArea{
	text-align: right;

}
#HeadNav td{
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
}
/*フッター*/
#FooterArea {
	background-color: #333333;
	background-image: none;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
	clear: both;
}
/*サイドメニュー*/
.SideNavArea {
	width: 150px;
	background-image: url(../images/side/s_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*サイドメニュー2*/
.SideNavArea2 {
	width: 80px;
	background-image: url(../images/side/s_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.SmallTxt {
	font-size: 10px;
}

/*各ページ基本*/
.PageContainer {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	width: 610px;
	background-image: url(../images/parts/page_bg.gif);
}
.PageContainer h1 {
	font-size: 18px;
}
.PageContainer h2 {
	font-size: 14px;
	text-align: right;
}
.PageContainer h3 {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.PageContainer h4 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
.PageContainer h5 {
	font-size: 12px;
	font-weight: normal;
	text-indent: 1em;
}
.PageContainer .News, .PageContainer .NewsList{
	padding: 10px 20px;
}
.PageContainer .News p {
	padding-bottom: 10px;
}
p.Indnt1 {
	padding-right: 1em;
	padding-left: 1em;
}
.PageContainer .News dt {
	padding-top: 10px;
}
.PageContainer .News dd {
	padding-left: 1em;
	padding-top: 5px;
}
.PageContainer .News ul,.PageContainer .News ol {
	padding-left: 3em;
	padding-bottom: 5px;
}

.PageContainer .News .BasicTbl {
	margin-left: 1em;
}
.PageContainer .News .BasicTbl caption{
	text-align: left;
}
.PageContainer .NewsList dt {
	line-height: 16px;
	background-image: url(../images/parts/arrow_r.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.PageContainer .NewsList dd {
	padding-left: 32px;
	padding-bottom: 10px;
}

.PageContainer .PageTop {
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2b2b2b;
}

.PageContainer .Pad10lr {
	padding-right: 10px;
	padding-left: 10px;
}
.PageContainer .PathBack {
	color: #a40033;
	line-height: 16px;
	background-image: url(../images/parts/arrow_l.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	padding-left: 16px;
	margin-left: 10px;
	display: block;
	width: 30px;
	cursor: pointer;
}

.PageContainer .GoTop {
	font-size: 10px;
	text-align: right;
	padding: 10px;
}
/*パーツ*/
.Pad10t {
	padding-top: 10px;
	clear: both;
}
/*テーブル基本セット*/
.BasicTbl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.BasicTbl th,.BasicTbl td {
	font-weight: normal;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.BasicTbl caption {
	text-align: left;
	font-size: 11px;
}

.MapBtn a {
	font-size: 11px;
	background-image: url(../company_info/images/btn_map.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 24px;
	width: 60px;
	text-indent: -9999em;
}
.MapBtn a:hover {
	background-position: center top;
}
.new {
	line-height: 16px;
}
