body {
	font-family: 'HelveticaNeue', Helvetica, Arial,'AvenirNext-Regular', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック','ＭＳ Ｐゴシック', 'Osaka', 'MS PGothic', 'Verdana', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #555;
	background-repeat: repeat-x;
	background-position: center 75px;
	background-image: url(../image_ur01/ur_cargo02.jpg);
	margin: 0px;
	padding: 0px;
	top: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 250px;
}
h2 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	font-family: Helvetica, Arial, Verdana, sans-serif, ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka", "メイリオ", "ヒラギノ角ゴ Pro W3;
}
address {
	font-size: 12px;
	font-style: normal;
}
a {
	color: #FF6600;
}
a:hover {
	color: #66CC00;
}
h1 a, address a {
	color: #666666;
	text-decoration: none;
}
h1 a:hover, address a:hover {
	color: #66CC00;
}
h2 a, p a {
	color: #CC0000;
	text-decoration: none;
}
h2 a:hover, p a:hover {
	color: #6600FF;
}
h3 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #456C9A;
	line-height: 20px;
}
strong {
	font-weight: normal;
}
.line25 {
	background-image: url(../image_ur01/backline25.gif);
	background-repeat: repeat-x;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/* リスト */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #fff; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(../image/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(../image/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #79a7cc;
}