@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: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", 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: 1.5em;
}

* html body ol li,
*+html body ol li {
	margin-left: 2em;
}

ol.list_alpha {
	list-style-type: upper-alpha;
}

ol.list_roman {
	list-style-type: upper-roman;
}


/* 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;
}

.small2 {
	margin-bottom: 1em;
	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;
}


/* 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;
	margin-bottom: 10px;/* for no search box */
}

#header_right {
	float: right;
	margin-top: 3px;
}


#header_right p {
	float: left;
	line-height: normal;
}

#btn_sitemap a,
#btn_contact a,
#btn_en a {
	display: block;
	color: #8C8D93;
	text-decoration: none;
}

#btn_sitemap a:hover,
#btn_contact a:hover,
#btn_en 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_en {
	background: url(../images/icon_arrow_en.gif) no-repeat left center;
	margin-left: 18px;
	padding-left: 14px;
}

#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);
}


/* 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;
	background-color: #F2F2ED;
	border-top: 2px solid #A2A29D;
}

#footer_link {
	float: left;
	width: 30em;
}

#footer_link ul {
	list-style-type: none;
	height: 23px;
	font-size: 0.625em;
}

#footer_link ul li {
	float: left;
	margin-left: 0;
	line-height: 23px;
}

#footer_link li a {
	background: url(../images/fotter_icon_arrow.gif) no-repeat left center;
	margin-right: 9px;
	margin-left: 5px;
	padding-left: 7px;
	color: #767A7C;
	text-decoration: none;
}

#footer_link li a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
}

#copyright p {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 23px;
}


/* 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;
}


/* margin */

.mb0 {
	margin-bottom: 0;
}

.mb05em {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-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;
	margin-bottom: 1em;
}

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: 3px 0 3px 20px;
}


/* list square */


ul.list_square {
	list-style-type: none;
}

ul.list_square li {
	background: url(../images/list_icon_square.gif) no-repeat left 0.35em;
	margin-left: 0;
	padding-left: 12px;
}
