@charset "utf-8";

/* ----------basic style---------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #F1F1EC;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-align: center;
}

a {
	color: #0066cc;
	background-color:transparent;
}

a:visited {
	color: #006666;
	background-color:transparent;
}

a:hover {
	color: #666666;
	background-color:transparent;
}

img {
	display: block;
	border: none;
}


/* font default */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.6em;
}


/* list default */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.6em;
}

dl dl,
dl ul,
dl ol,
dl p,
ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 2.5em;
}

* html body ol li,
*+html body ol li {
	margin-left: 3em;
}

ol.list_alpha {
	list-style-type: upper-alpha;
}


/* clear */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* font size */

.small {
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


span.small {
	font-size: 0.83em;
}

span.large {
	font-size: 1.17em;
}



/* font color */

.text_red {
	color: #FF3333;
}

.text_blue {
	color: #3c3d8c;
}

.text_green {
	color: #006C60;
}

.text_orange {
	color: #FF6600;
}


/* layout */

#container {
	width: 966px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg.gif) repeat-y left top;
	margin: 0 auto;
}

#contents {
	background: url(../images/frame_top.gif) no-repeat left top;
	padding: 29px 23px 18px;
	text-align: left;
}


/* header */

#header_left {
	float: left;
	width: 458px;
	margin-bottom: 10px;/* for no search box */
}

#header_right {
	width: 462px;
	float: right;
	margin-top: 3px;
}

#header_right #area_btn {
	float: right;
}


#header_right p {
	float: left;
	line-height: normal;
}

#btn_sitemap a,
#btn_contact a,
#btn_jp a {
	display: block;
	color: #8C8D93;
	text-decoration: none;
}

#btn_sitemap a:hover,
#btn_contact a:hover,
#btn_jp a:hover {
	text-decoration: underline;
}

#btn_sitemap {
	background: url(../images/icon_sitemap.gif) no-repeat left center;
	margin-right: 15px;
	padding-left: 13px;
}

#btn_contact {
	background: url(../images/icon_contact.gif) no-repeat left center;
	margin-right: 15px;
	padding-left: 16px;
}

#btn_jp {
	background: url(../images/icon_arrow_en.gif) no-repeat left center;
	margin-left: 18px;
	padding-left: 14px;
	font-weight: bold;
}

#font_label {
	border-left: 1px solid #8C8D93;
	margin-right: 5px;
	padding-left: 15px;
	color: #8C8D93;
}


/* font switch */

#font_switch {
	float: left;
}

/* safari only \*/
html:\66irst-child #font_switch {
	width: 100px;
}
/* end */


#font_switch span {
	display: none;
}

#font_switch a {
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 3px;
}

#font_switch .btn_s {
	background-image: url(../images/icon_font_s.gif);
}

#font_switch .btn_m {
	background-image: url(../images/icon_font_m2.gif);
}

#font_switch .btn_l {
	background-image: url(../images/icon_font_l.gif);
}


/* srchBox */

#srchBox {
	float: right;
}
* html body #srchBox {
	padding-top: 5px;
}

*+html body #srchBox {
	padding-top: 5px;
}

#srchBox #srchInput {
	width: 130px;
}

#srchBox #srchBtn {
	width: 44px;
	background-color: #999985;
	border-style: none;
	color: #FFFFFF;
}

* html body #srchBox #srchBtn {
	padding-top:2px;
}

*+html body #srchBox #srchBtn {
	padding-top:2px;
}

#srchBox.watermark #srchInput {
	padding:1px 1px 2px 1px;
	border:1px solid #A5ACB2;
	background: #FFFFFF url(../images/yjlogo_type4.gif) center center no-repeat;
}

#srchBox.watermark #srchInput.nomark {
	background: #FFFFFF;
}


/* topicpath */

#topicpath {
	margin-bottom: 6px;
	color: #767676;
	font-size: 0.625em;
}

#topicpath a {
	color: #767676;
}


/* main contents */

#main_contents {
	float: right;
	width: 686px;
	margin-bottom: 20px;
}


/* footer */

#footer {
	width: 920px;
	border-top: 1px solid #4C529E;
	padding-top: 5px;
}

ul#footer_link {
	float: left;
	width: 20em;
	list-style-type: none;
}

ul#footer_link li {
	float: left;
	margin-left: 0;
	line-height: 23px;
}

ul#footer_link li a {
	background: url(../images/footer_arrow.gif) no-repeat left center;
	margin-right: 9px;
	padding-left: 10px;
	color: #767A7C;
	text-decoration: none;
}

ul#footer_link li a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
}

#copyright p {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


/* pagetop */

.btn_pagetop {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: right;
}

.btn_pagetop a {
	background: url(../images/icon_pagetop.gif) no-repeat left center;
	padding-left: 13px;
}

.btn_pagetop a:visited {
	color: #0066cc;
}

.btn_pagetop a:hover {
	color: #666666;
}


/* btn contact */

#banner_contact {
	margin-bottom: 1em;
	padding-top: 25px;
}


/* margin */

.mb0 {
	margin-bottom: 0;
}

.mb1em {
	margin-bottom: 1em;
}


/* padding */

.pb1em {
	padding-bottom: 1em;
}


/* align */

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}



/* text link */

.text_link1 a {
	background: url(../images/icon_arrow_01.gif) no-repeat left center;
	padding-left: 15px;
}


/* list link  */

ul.list_link {
	list-style-type: none;
	margin-bottom: 1em;
}

ul.list_link li {
	margin-left: 0;
	margin-bottom: 0.25em;
}

ul.list_link li a {
	background: url(../images/icon_arrow_01.gif) no-repeat left center;
	padding-left: 15px;
}


/* page anchor */

ul.list_anchor {
	list-style-type: none;
}

ul.list_anchor li {
	float: left;
	margin-left: 0;
	margin-right: 0.25em;
}

ul.list_anchor li a {
	background: url(../images/icon_pagelink.gif) no-repeat left center;
	padding-left: 15px;
}


/* pdf link */
ul.list_pdf {
	list-style-type: none;
}

ul.list_pdf li {
	margin-left: 0;
	margin-bottom: 0.25em;
}

ul.list_pdf li a {
	background: url(../images/icon_pdf.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}


