@charset "UTF-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■
■■  Auther: JBA
■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*=========================================================
	All Layout
=========================================================*/

body {
	line-height: 140%;
	font-size:63%;
}


#apArea {
	background-color: #E6E6E6;
	padding: 30px 0;
	display:none;
	text-align: center;
}

#container 	{
	width  : 964px;
	margin : 0 auto;
	overflow : hidden;
	/zoom:1;
}

#container:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}
	
#header 	{
	width  : 964px;
	position: relative;
	height: 124px;
	margin : 0 auto;
	background-image: url(/shared/images/header/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content 	{
	/zoom:1;
	float: left;
	width: 700px;
}

.one_column #content {
	margin : 0 auto;
	width: 700px;
	/zoom:1;
	float: none;
} 

#content:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

#primary 	{
	float: right;
	width: 224px;
}

#footer 	{
	background : url(/shared/images/footer/bg_footer.jpg) repeat-x left top;
	width: 100%;
	overflow : hidden;
}

/*-- pagetop 
----------------------------------------------- */

#pagetop {
	background : url(/shared/images/footer/bg_pagetop.gif) repeat-x left bottom;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

#pagetop p.fixing {
	margin: 0px auto;
	width: 960px;
	text-align: right;
}

#pagetop .js_pagetop {
	position: fixed;
	bottom: 200px;
	width: 100%;
}

#pagetop .js_pagetop p {
	position: relative;
	margin: 0px auto;
	width: 960px;
}

#pagetop .js_pagetop p a {
	position:absolute;
	height: 50px;
	width: 54px;
	right: -80px;
	top: 0px;
	display : block;
}


/*=========================================================
	LINK
=========================================================*/

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #1293F9;
	text-decoration: underline;
}

a:visited {
	color: #93C;
}



/*=========================================================
	PDFアイコンの挿入
=========================================================*/

.pdf_icon {
	background-image: url(/shared/images/common/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	white-space: nowrap;
	display: inline-block;
	padding-left: 17px;
	
}

.blank_icon {
	background-image: url(/shared/images/common/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	display: inline-block;
	padding-left: 15px;
}

/*=========================================================
	#header
=========================================================*/

#header .logo {
	height: 58px;
	width: 199px;
	position: absolute;
	top: 15px;
	left: 22px;

}

#header .td_logo {
	height: 30px;
	width: 108px;
	position: absolute;
	top: 15px;
	right: 2px;
}


/*-- #fontSize 
----------------------------------------------- */

#header dl#fontSize{
	height: 24px;
	width: 191px;
	position: absolute;
	top: 17px;
	left: 409px;
}

#header dl#fontSize dt,
#header dl#fontSize dd {
	float: left;
}

/*-- #site-search
----------------------------------------------- */

#header #site-search {
	height: 24px;
	width: 220px;
	position: absolute;
	left: 612px;
	top: 17px;
}

#header #site-search form {
	height: 24px;
	width: 220px;
	position: relative;
}

#header #site-search .search_box {
	font-size: 1.2em;
	background-image: url(/shared/images/header/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 190px;
	border-style: none;
	padding : 6px 0 6px 5px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header #site-search .search_btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*-- .subnavi
----------------------------------------------- */

#header .subnavi {
	height: 14px;
	width: 750px;
	position: absolute;
	top: 55px;
	right: 2px;
}

#header .subnavi li {
	float: right;
	font-size: 1.3em;
	background-image: url(/shared/images/common/bg_mark01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 15px;
}

#header .subnavi li a {
	color: #333;
	text-decoration: none;
}

#header .subnavi li a:hover {
	text-decoration: underline;
}

/*-- #site-search
----------------------------------------------- */

#header .gnavi {
	height: 46px;
	width: 964px;
	position: absolute;
	left: 0px;
	top: 78px;
}

#header .gnavi li {
	float: left;
}



/*=========================================================
	Bread Crumb
=========================================================*/

ul#breadcrumb {
	*zoom:1;
	font-size: 1.2em;
	margin: 20px auto;
	width: 960px;
	padding-bottom: 10px;
}

ul#breadcrumb:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

ul#breadcrumb li {
	float: left;
	white-space: nowrap;
	margin-right: 10px;
	padding-left: 13px;
	background: url(/shared/images/common/bg_breadcrumb.gif) no-repeat left center;
}

ul#breadcrumb li.latest {
	background-image: none;
	padding-left: 0px;
}

ul#breadcrumb li a {
	color: #333;
	text-decoration: none;
}

ul#breadcrumb li a:hover {
	text-decoration: underline;
}

ul#breadcrumb li.current {
	color: #0066CC;
}


/*=========================================================
	#primary
=========================================================*/

/*-- menu
----------------------------------------------- */

#primary dl.menu {
	background : url(/shared/images/sidebar/bg_menu.jpg) no-repeat center bottom;
	padding-bottom: 7px;
	margin-bottom: 20px;
}


/*-- dt ---------------------------- */

#primary dl.menu dt {
	background: url(/shared/images/sidebar/bg_menu_dt.jpg) no-repeat center top;
	position: relative;
	padding-top : 5px;
}

#primary dl.menu dt span {
	background: url(/shared/images/sidebar/bg_menu_dt.jpg) no-repeat center bottom;
	font-size: 14px;
	font-weight: bold;
	padding : 10px 13px 13px 13px;
	display: block;
}

#primary dl.menu dt span a {
	color: #333;
}

#primary dl.menu dt span a:hover {
	color: #006699;
	text-decoration: underline;
}

/*-- lv1 ---------------------------- */

#primary dl.menu dd {
	width: 210px;
	margin: 0 auto;
	border-top : 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 120%;
}

#primary dl.menu dd.latest {
	border-top : none;
}

#primary dl.menu dd a {
	background-image: url(/shared/images/sidebar/bg_menu_dd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 15px 10px;
	color: #333;
}

#primary dl.menu dd a img {
	margin-bottom: 5px;
}

#primary dl.menu dd a:hover {
	border: 2px solid #CF0C14;
	padding: 13px 8px;
	color: #838383;
	text-decoration: none;
}
#primary dl.menu dd a span {
	background-image: url(/shared/images/sidebar/bg_arrow_lv1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 20px;
}

#primary dl.menu dd.current a {
	background-image: url(/shared/images/sidebar/bg_menu_dd_ov.jpg);
}

#primary dl.menu dd.child a span {
	background-image: url(/shared/images/sidebar/bg_arrow_lv1_child.jpg);
}


/*-- lv2 ---------------------------- */

#primary dl.menu dd ul.lv2 li {
	border-top : 1px solid #CCC;
	font-size: 12px;
	display: inline-block\9; 
	*zoom:1\9; 
	width: 210px;
}

#primary dl.menu dd ul.lv2 li a {
	background-image: none;
	display: block;
	padding: 10px 10px 10px 20px;
}

#primary dl.menu dd ul.lv2 li a:hover {
	padding: 8px 8px 8px 18px;
}

#primary dl.menu dd ul.lv2 li a span {
	background-image: url(/shared/images/sidebar/bg_arrow_lv2.png);
	background-position: left center;
	padding-left: 12px;
	padding-right: 0px;
}

#primary dl.menu dd ul.lv2 li.current a {
	background-image: url(/shared/images/sidebar/bg_menu_dd_ov.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #838383;
}

#primary dl.menu dd ul.lv2 li.current li a {
	color: #333;
}

#primary dl.menu dd ul.lv2 li.child a span {
	background-image: url(/shared/images/sidebar/bg_arrow_lv2_child.png);
}

/*-- lv3 ---------------------------- */

#primary dl.menu dd ul.lv3 li {
	border-top : 1px solid #CCC;
	font-size: 11px;
}

#primary dl.menu dd ul.lv2 li.current ul.lv3 li a,
#primary dl.menu dd ul.lv3 li a {
	border: 2px solid #FFF;
	background-color: #F3F3F3;
	padding: 0;
	display: block;
	background-image: url(/shared/images/sidebar/bg_arrow_lv3.gif);
	background-position: 30px 5px;
}

#primary dl.menu dd ul.lv2 li.current ul.lv3 li a:hover,
#primary dl.menu dd ul.lv3 li a:hover {
	padding: 0;
	border: 2px solid #CF0C14;
}

#primary dl.menu dd ul.lv2  ul.lv3 li a span {
	padding-left: 12px;
	padding: 7px 8px 7px 43px;
	display: block;
	background-image: none;
}

#primary dl.menu dd ul.lv2 ul.lv3 li.current a {
	background-color: #FFEBEB;
	background-image: none;
	background-image: url(/shared/images/sidebar/bg_arrow_lv3.gif);
	background-position: 30px 5px;
}


/*-- lv4 ---------------------------- */

#primary dl.menu dd ul.lv4 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#primary dl.menu dd ul.lv4 li {
	border-top : 1px solid #FFF;
}
#primary dl.menu dd ul.lv3 li.current ul.lv4 li a,
#primary dl.menu dd ul.lv4 li a {
	background-color: #FFF;
	padding: 7px 8px 7px 43px;
	background-image: url(/shared/images/sidebar/bg_arrow_lv4.gif);
	background-position: 30px 13px;
	color: #0066CC;
}
#primary dl.menu dd ul.lv3 li.current ul.lv4 li a:hover,
#primary dl.menu dd ul.lv4 li a:hover {
	padding: 7px 8px 7px 43px;
	color: #66A3E0;
}

#primary dl.menu dd ul.lv2  ul.lv3 ul.lv4 li.current a {
	background-image: url(/shared/images/sidebar/bg_arrow_lv4.gif);
	background-position: 30px 13px;
}


/*-- inquiry
----------------------------------------------- */

#primary .inquiry {
	text-align: center;
	margin-bottom: 20px;
}


/*=========================================================
	#footer
=========================================================*/


/*-- Copylight
----------------------------------------------- */

#footer small {
	width  : 960px;
	font-size: 10px;
	color: #FFF;
	padding: 8px 0 14px 0;
	height: 10px;
	margin : 0 auto;
	display : block;
}

/*-- bnr_list
----------------------------------------------- */

#footer .bnr_list {
	/zoom:1;
	width : 964px;
	margin : 0 auto 12px auto;
	padding : 13px 0 13px 0;
	background : url(/shared/images/footer/bg_foot_link.jpg) no-repeat center bottom;
}

#footer .bnr_list:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

#footer .bnr_list li {
	float: left;
	height: 40px;
	width: 186px;
	margin-left: 8px;
}

#footer .bnr_list li.latest {
	margin-left: 0px;
}

/*-- footer_link
----------------------------------------------- */

#footer .footer_link {
	/zoom:1;
	width : 964px;
	margin : 0 auto;
}

#footer .footer_link:after { 
	content: url("/shared/images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

#footer .footer_link ul {
	float: left;
	padding-bottom : 20px;
}

#footer .footer_link li {
	font-size: 12px;
	background-image: url(/shared/images/footer/bg_mark01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 12px;
	padding-left: 8px;
}

#footer .footer_link ul.col1 {
	width: 235px;
}

#footer .footer_link ul.col2 {
	width: 275px;
}

#footer .footer_link ul.col3 {
	width: 250px;
}

#footer .footer_link ul.col4 {
	width: 202px;
}





/* =Print Style
----------------------------------------------- */

@media print {

	#container,
	#footer {
		overflow: visible;
	}

}



