@charset "utf-8";

/* -------------------------------------------------------- */
/* init 初期処理                                            */
/* -------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	background: url(/common/images/cmn_bg_body.jpg) no-repeat 50% 0px;
}
li {
	list-style-type:none;
}

/* -------------------------------------------------------- */
/* anchor リンク                                            */
/* -------------------------------------------------------- */
a{
	/*
	color:;
	text-decoration:;
	*/
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333f61;
}
a:active {
	color: #333f61;
}

a.pdf img{
	vertical-align: middle;
	margin-right: 5px;
}

/* -------------------------------------------------------- */
/* list リスト                                              */
/* -------------------------------------------------------- */
/* ---- unordered list ---- */
ul.normal {
	display: block;
	list-style-type: disc;
	padding-left: 2em;
}
	ul.normal > li {
		list-style-type: disc;
	}

/* ---- ordered list ---- */
ol.normal {
	display: block;
	list-style-type: decimal;
	padding-left: 2em;
}
	ol.normal > li {
		list-style-type: decimal;
	}

/* -------------------------------------------------------- */
/* image 画像                                               */
/* -------------------------------------------------------- */
/* ---- caption ---- */
.imageArea {}
	.imageArea .caption {
		margin: 10px 0;
		font-size: 85%;
		color: #666;
	}
	.imageArea .caption.left {
		text-align:left;
	}
	.imageArea .caption.right {
		text-align:right;
	}
	.imageArea .caption.center {
		text-align:center;
	}
/* ---- Align left ---- */
.imageArea.left {
	float:left;
	margin:0;
}
	.imageArea.left .imageSet {
		margin:0 10px 10px 0;
	}
/* ---- Align right ---- */
.imageArea.right {
	float:right;
	margin:0;
}
	.imageArea.right .imageSet {
		margin:0 0 10px 10px;
	}
/* ---- Align center ---- */
.imageArea.center {
	margin:0;
	text-align:center;
}
	.imageArea.center .imageSet {
		margin:0 auto 10px;
	}
/* -------------------------------------------------------- */
/* headlines 見出し                                         */
/* -------------------------------------------------------- */
.categoryTitle{}
.pageTitle{}
.hl01 {
	font-size: 123.1%;
	font-weight: bold;
}
.hl02 {
	font-size: 123.1%;
	font-weight: bold;
}
.hl03 {
	font-size: 123.1%;
	font-weight: bold;
}
.hl04 {
	font-size: 123.1%;
	font-weight: bold;
}
.hl05 {
	font-size: 123.1%;
	font-weight: bold;
}

.lh {
	margin-bottom: 24px;
}
.mh {
	margin-bottom: 20px;
}
.sh {
	margin-bottom: 12px;
}

/* -------------------------------------------------------- */
/* two columns                                              */
/* -------------------------------------------------------- */
.twoColumns {
	width: 100%;
}
	.twoColumns > .column {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 50%;
	}
	.twoColumns > .column.odd {}
	.twoColumns > .column.even {}
		.twoColumns > .column > .columnInner{}
/* -------------------------------------------------------- */
/* three columns                                            */
/* -------------------------------------------------------- */
.threeColumns {
	width: 100%;
}
	.threeColumns > .column {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 33.3%;
	}
	.threeColumns > .column.left {}
	.threeColumns > .column.center {}
	.threeColumns > .column.right {}
		.threeColumns > .column > .columnInner{}
/* -------------------------------------------------------- */
/* four columns                                             */
/* -------------------------------------------------------- */
.fourColumns {
	width: 100%;
}
	.fourColumns > .column {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 25%;
	}
	.fourColumns > .column.first {}
	.fourColumns > .column.second {}
	.fourColumns > .column.third {}
	.fourColumns > .column.fourth {}
		.threeColumns > .column > .columnInner{}

/* -------------------------------------------------------- */
/* other その他                                             */
/* -------------------------------------------------------- */
/* ---- clearfix ---- */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* ---- TOPへ戻る ---- */
.backToTop {
	clear: both;
	text-align: right;
	margin: 10px;
}
.backToParentPage {
	clear: both;
	text-align: right;
	margin: 25px 0 35px;
}

/* ---- 注釈 ---- */
dl.notes{
	margin:5px 0;
	padding:0;
	font-size:85%;
}
dl.notes dt{
	float:left;
	margin-right:5px;
}
dl.notes dd{
	margin-left:0;
	overflow:hidden;
	zoom:1;
}
p.notes{
	font-size:85%;
}
span.note{
	font-size:85%;
}
/* -------------------------------------------------------- */
/* BASE                                                     */
/* -------------------------------------------------------- */
#BASE {
	margin: 0 auto;
	width: 1024px;
	background: url(/common/images/cmn_bg_base.png);
	overflow:hidden;
}

/* -------------------------------------------------------- */
/* HEADER                                                   */
/* -------------------------------------------------------- */
#HEADER_WRAPPER {
	border-top: 12px solid #1a274d;
	margin: 0 auto;
	width: 950px;
}
#HEADER {
	background: #e4e5e9 url(/common/images/cmn_bg_header.gif) no-repeat top left;
	min-height:88px;
	position:relative;
}
	#HEADER #siteTitle {
		padding:39px 0 0 22px;
	}
	#HEADER #linkList {
		position: absolute;
		top:10px;
		right:15px;
	}
		#HEADER #linkList li {
			float: left;
			padding-left:30px;
			font-size:70%;
		}
	#HEADER #english {
		position: absolute;
		top:58px;
		right:14px;
	}
		#HEADER #english a {
			font-size: 18px;
			text-decoration: none;
			color: #1a274d;
			font-weight: bold;
		}
	#HEADER #japanese {
		position: absolute;
		top:57px;
		right:14px;
	}
		#HEADER #japanese a {
			font-size: 18px;
			text-decoration: none;
			color: #1a274d;
			font-weight: bold;
		}

/* -------------------------------------------------------- */
/* CONTENTS                                                 */
/* -------------------------------------------------------- */
#CONTENTS_WRAPPER {
	margin: 0 auto;
	width: 950px;
}
#CONTENTS {
	zoom:1;
}
#CONTENTS:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* -------------------------------------------------------- */
/* SUB                                                      */
/* -------------------------------------------------------- */
#SUB {
	float: left;
	width: 180px;
	padding-top: 49px;
}

/* -------------------------------------------------------- */
/* GNAV                                                     */
/* -------------------------------------------------------- */
#GNAV_WRAPPER {}
#GNAV {}
	#GNAV li {
		display: inline;
	}
		#GNAV li a {
			display:block;
			width: 180px;
			height: 38px;
			margin: 0 0 4px;
		}
/* -------------------------------------------------------- */
/* LOCAL_NAV                                                */
/* -------------------------------------------------------- */
#LOCAL_NAV {
	width: 741px;
	margin-bottom: 30px;
	margin-right: -10px;
}
#LOCAL_NAV ul {}
	#LOCAL_NAV ul li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	#LOCAL_NAV ul li.first {
		border-left: 1px solid #333;
	}
		#LOCAL_NAV ul li a {}
			#LOCAL_NAV ul li a img{
				vertical-align: bottom;
			}
/* -------------------------------------------------------- */
/* BREADCRUMB                                               */
/* -------------------------------------------------------- */
#BREADCRUMB_WRAPPER {
	margin-top: 14px;
	height: 35px;
}
#BREADCRUMB {
}
	#BREADCRUMB li {
		display:inline;
		font-size: 85%;
	}
		#BREADCRUMB li a {
			text-decoration: none;
		}
		#BREADCRUMB li span.in {
			margin: 0 0.5em;
		}

/* -------------------------------------------------------- */
/* MAIN                                                     */
/* -------------------------------------------------------- */
#MAIN {
	float: right;
	width: 731px;
}
#MAIN_INNER {}
	#MAIN_INNER .section {
		clear:both;
	}
		#MAIN_INNER .section p{
			margin-bottom: 1em;
		}

/* -------------------------------------------------------- */
/* FOOTER                                                   */
/* -------------------------------------------------------- */
#FOOTER_WRAPPER {
	border-bottom: 12px solid #1a274d;
	margin: 0 auto;
	width: 950px;
}
#FOOTER {
	background: #e4e5e9 url(/common/images/cmn_bg_footer.jpg) no-repeat bottom left;
	min-height:122px;
}
	#FOOTER #companyName {
		padding: 18px 0 19px 24px;
	}
	#FOOTER #footerNavi {
		padding-left: 25px;
	}
		#FOOTER #footerNavi ul {}
			#FOOTER #footerNavi ul li {
				display: inline-block;
				*display: inline;
				vertical-align: bottom;
				padding: 8px 28px 0 0;
			}
			#FOOTER #footerNavi ul li.last {
				padding: 0;
			}
	#FOOTER #copyright {
		padding: 19px 0 7px 25px;
	}
