/* 基本タグの定義 */
body {
	font-size: 14px;
	color: #333333;
	line-height: 130%;
}

a:link {
	color: #059501;
}
a:active {
	color: #059501;
}
a:visited {
	color: #551A8B;
	}
a:hover {
	color: #990000;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 16px;
	color: #6C4020;
	background-image: url(../common/h1_title.gif);
	background-repeat: no-repeat;
	height:29px;
	margin: 0px;
	padding: 6px 5px 0px 20px;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006000;
	background-image: url(../common/h2_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height:26px;
	padding: 5px 5px 0px 5px;
}

h3 {
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #A86431;
	margin: 0px;
	padding: 5px 0px;
}

h4 {
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #FF841B;
	margin: 0px;
	padding: 5px 0px;
}

/* ページ構成要素の定義 */


td.company {
	font-size: 13px;
	line-height: 125%;
}

#navi_sub a:link {
	font-size: 13px;
	color: #552B00;
	font-weight: bold;
}
#navi_sub a:active {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
#navi_sub a:visited {
	font-size: 13px;
	color: #800080;
	font-weight: bold;
	}
#navi_sub a:hover {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

#contents td.bg01 {
	background-image: url(../common/s_navi_bg01.gif);
	background-repeat: repeat-y;
}

#contents td.bg02 {
	background-image: url(../common/logo04.jpg);
	background-repeat: no-repeat;
}

#navi_sub td.bg {
background-image: url(../common/s_navi02.jpg);
background-repeat: repeat-x;
}

#navi_contents td.bg {
background-image: url(../common/c_navi02.gif);
background-repeat: repeat-y;
}


#navi_contents a:link {
	font-size: 13px;
	color: #552B00;
}
#navi_contents a:active {
	font-size: 13px;
	color: #990000;
}
#navi_contents a:visited {
	font-size: 13px;
	color: #551A8B;
	}
#navi_contents a:hover {
	font-size: 13px;
	color: #990000;
}

