@charset "UTF-8";


.clear {
	clear:both;
}

/*コンテンツ
---------------------------*/
#contents {
	width: 950px;
	background-color: #FFFFFF;
	background-image: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}
/*ucar専用ヘッダー
---------------------------*/
#ucar_header {
	width:930px;
	margin:0 auto;
	padding:0 0 7px 0
}
#ucar_header_L {
	width:280px;
	float:left;
}
#ucar_header_R {
	max-width:650px;
	float:right;
	padding:40px 0 0 0
}
#ucar_header_R em {
	display:block;
	text-align:right;
	padding:3px 0 5px 0;
}
/*ucarナビゲーション
---------------------------*/
ul#ucar_nvi {
	list-style-type:none;
	float:right;
}
ul#ucar_nvi li {
	display:inline;
	border-left:1px solid #666666;
	padding:0 18px 0 15px;
	text-align:center;
}
ul#ucar_nvi li a {
	background-image:url(../images/ico-nvi_arrow_001.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	color:#102c8f;
	text-decoration:underline;
	line-height:150%;
	font-size:14px;
}
ul#ucar_nvi li a:hover {
	text-decoration:none;
	color:#0a34c8;
}
ul#ucar_nvi li a:active {
	color:#FF0000;
}

/*パン屑
---------------------------*/
ul#pnkz {
	list-style-type:none;
	padding:4px 0 0 12px;/*追加*/
}
ul#pnkz li {
	display:inline;
	color:#000000;
	font-size:0.9em;
	line-height:150%;
}
ul#pnkz li a {
	color:#000000;
}
ul#pnkz li a:hover {
	color:#FF0000;
}

/*コンテンツタイトル
---------------------------*/
#contTitle {
	width:950px;
	height:52px;
	margin:0 auto;
	background-image:url(../images/bgi-conttitle_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#contTitle h2 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:13px 0 0 25px;
	line-height:150%;
}


/*ダミーヘッダーフッター
---------------------------*/
p.dmyHeader {
	background-image:url(../images/dmy-header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


/*ページトップ
---------------------------*/
#pagetopBtn {
	text-align:right;
	padding:14px 10px 15px 0;
}
#pagetopBtn a {
	color:#000075;
}
#pagetopBtn a:hover {
	color:#FF0000;
}