﻿@charset "utf-8";

/* =======================================

	title.css

	Last Up Date 2012/07/26

 -----------------------------------------
	INDEX
 -----------------------------------------

	page title (h1)
	
	h2, h3

========================================== */





/* ==========================================
	page title (h1)
========================================== */

/* partsPageTitleBox
----------------------------------- */

.partsPageTitleBox01 {
	background: url(/common_v4_1/img/bg_tit_h1_01.gif) no-repeat 0 0;
	padding: 20px 10px 0 0;
	margin: 0 0 20px 0;
	font-size: 2.1em;
	border: none;
	font-weight: bold;
	font-family:"Myriad Pro";
	zoom: 1;
}

.partsPageTitleBox01 .caption {
	display: block;
	font-size: .7em;
	margin: 10px 0 0;
}

div.partsPageTitleBoxImg01 {
	background: url(/common_v4_1/img/bg_tit_h1_01.gif) no-repeat 0 0;
	padding: 20px 10px 0 0;
	margin: 0 0 20px 0;
	position:relative;
}

.partsPageTitleBoxImg01 h1{
	font-size: 2.1em;
	border: none;
	font-weight: bold;
	font-family:"Myriad Pro";
	width:489px;
	zoom: 1;
}

.partsPageTitleBoxImg01 h1 span{
	font-size: 50%;
	line-height:1em;
	zoom: 1;
}

.partsPageTitleBoxImg01 p {
	font-size:1em;
	font-weight:normal;
	width:489px;
}

.partsPageTitleBoxImg01 img {
	position:absolute;
	top:1px;
	right:0px;
	margin:0px !important;
}

.partsPageTitleBox02 {
	background: url(/common_v4_1/img/bg_tit_h1_01.gif) no-repeat 0 0;
	padding: 20px 10px 0 0;
	margin: 0 0 5px 0;
	font-size: 2.1em;
	border: none;
	font-weight: bold;
	font-family:"Myriad Pro";
	zoom: 1;
}

/* ==========================================
	h2, h3
========================================== */

.partsTitle_h2_01 {
	background: url("/common_v4_1/img/bg_tit_h2_01.gif") repeat-x left bottom;
	font-size: 125%;
	margin: 25px 0 20px 0;
	padding: 10px 0 3px;
}
.partsTitle_h2_02 {
	font-size: 130%;
	margin: 25px 0 20px 0;
}
.partsTitle_h3_01 {
	background: url("/common_v4_1/img/bg_tit_h3_01.gif") no-repeat 0 4px;
	font-size:100%;
	line-height: 1.2;
	margin: 20px 0 20px 0;
	padding: 2px 0 0 13px;
	font-size: 115%;
}

.partsTitle_h3_02 {
	border-left:5px solid #cccccc;
	font-size:100%;
	line-height: 1;
	margin: 20px 0 20px 0;
	padding: 0 0 0 8px;
	font-size: 115%;
}

.titleLinkBox {
	position: relative;
	clear: both;
}
div.linkTxt {
	position: absolute;
	position: absolute;
	top: 10px;
	right: 0;
}
a.linkTxt {
	position: absolute;
	top: 10px;
	right: 0;
	font-weight: normal;
	background: url("/common_v4_1/img/ico_bullet_squarearrow_r.gif") no-repeat 0 5px;
	padding: 0 0 0 25px;
	font-size: .85em;
}
ul.icoBox {
	position: absolute;
	top: 0;
	right: 0;
}
ul.icoBox li {
	display: inline;
	padding-left: 10px;
}

