
/*------------- text -------------*/

#contents p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#contents div.p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#contents div.p p {
	margin-bottom: 3px;
	text-indent: 1em;
}

#contents.nopmargin p,
#contents.nopmargin div.p {
	margin-bottom: 3px;
}

#contents p.lead {
	font-size: 110%;
	color: #646464;
	font-weight: bold;
	margin-bottom: 2em;
}

#contents p.text_outdent {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

#contents p.text_indent_2em {
	text-indent: 2em;
}

#contents p.text_note {
	margin-left: 2em;
	font-size: 90%;
	color: #333333;
	text-indent: -1em !important;
}

#contents .text_right {
	text-align: right !important;
}

#contents .text_left{
	text-align: left !important;
}

#contents .text_center {
	text-align: center !important;
}

#contents .text_top {
	vertical-align: top !important;
}

#contents .text_bottom {
	vertical-align: bottom !important;
}

#contents .text_middle {
	vertical-align: middle !important;
}


#contents .text_bold {
	font-weight: bold !important;
}

#contents .text_normal {
	font-weight: normal !important;
}

#contents u {
	text-decoration: none;
	border-bottom: 1px double #333333;
}

#contents u.text_doubleunderline {
	text-decoration: none;
	border-bottom: 3px double #333333;
}

#contents .text_red {
	color: #ff0000;
}

#contents .text_white {
	color: #ffffff;
}

#contents .text_small {
	font-size: 85% !important;
}

#contents .text_large {
	font-size: 120% !important;
}

#contents .text_box {
	padding: 1px;
	border: 1px solid #000000;
}


/*------------- head -------------*/

#contents h1 {
	clear: both;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	font-size: 120%;
	background: url(../images/h1-bg.gif) repeat-x left bottom;
}

#contents h1 span {
	display: block;
	margin: 0px;
	padding: 9px 10px 10px 40px;
	line-height: 100%;
	color: #ffffff;
	background: url(../images/h1-icon.gif) no-repeat 8px 40%;
	zoom: 1;
}

#contents h1 span#h1_title_option {
	display: inline;
	margin-left: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 105%;
	font-weight: normal;
	color: #ffffff;
	background: none;
	zoom: 1;
}

#contents h1 span#h1_title_option a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}



#contents h2 {
	clear: both;
	margin: 25px 0px 4px;
	padding: 5px 10px 10px 10px;
	font-size: 110%;
	line-height: 100%;
	background: url(../images/h2-bg.gif) repeat-x left bottom;
}

#contents h2.up {
	margin-top: 10px !important;
}

#contents h2 a {
	display: inline-block;
	padding-left: 16px;
	background: url(../images/icon-link01.gif) no-repeat left 4px;
}

#contents h3 {
	clear: both;
	margin: 20px 0px 10px;
	padding: 0px 10px 3px 0px;
	font-size: 110%;
	line-height: 115%;
	border-bottom: 2px solid #339fe8;
}

#contents h2+h3 {
	margin-top: 10px;
}

#contents h4 {
	margin: 15px 0px 10px;
	padding: 2px 0px 0px 17px;
	font-size: 100%;
	line-height: 100%;
	background: url(../images/h4-icon.gif) no-repeat left 40%;
}

#contents h5 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 100%;
	line-height: 110%;
}

/*------------- image -------------*/

#contents div.image {
	clear: both;
	margin-bottom: 1.3em;
}

#contents div.image_left {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#contents div.image_right {
	clear: both;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents div.image_center {
	clear: both;
	margin-bottom: 1.0em;
}

#contents div.image_left img,
#contents div.image_right img,
#contents div.image_center img {
	display: block;
}

#contents div.image_center img {
	margin: 0px auto;
}

#contents div.image p,
#contents div.image_left p,
#contents div.image_right p,
#contents div.image_center p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 100%;
}

#contents div.image_center p {
	text-align: center;
}

#contents div.image_border img {
	border: 1px solid #c3c3c3;
}

/*------------- column -------------*/

#contents div.column_2col,
#contents div.column_3col,
#contents div.column_image {
	margin-left: -20px;
	margin-bottom: 0.8em;
	overflow: hidden;
	zoom: 1;
}

#contents div.column_3col {
	margin-left: -10px;
}

#contents div.column {
	float: left;
	display: inline;
	margin-bottom: 0.9em;
}

#contents div.column_2col div.column {
	width: 470px;
	margin-left: 20px;
}

#localnavi #contents div.column_2col div.column {
	width: 360px;
}

#contents div.column_3col div.column {
	width: 240px;
	margin-left: 0px;
}

#localnavi #contents div.column_3col div.column {
	margin-left: 10px;
}

#contents div.column_image {
	display: table;
}

#contents div.column_image div.column {
	float: none;
	display: table-cell;
	width: auto;
	padding-left: 20px;
	vertical-align: top;
}

*+html #contents div.column_image div.column {
	float: left;
	padding-left: 0px;
	margin-left: 20px;
}

* html #contents div.column_image div.column {
	float: left;
	zoom: 1;
}

/*------------- list -------------*/

#contents li {
	line-height: 130%;
}

#contents ul.list_list,
#contents ol.list_list {
	margin-top: 5px;
	margin-bottom: 1.3em;
}

#contents ol.list_list {
	margin-left: 4px;
}

* html #contents ol.list_list {
	margin-left: 8px;
}

#contents ul.list_list li {
	margin-bottom: 6px;
	padding-left: 35px;
	background: url(../images/list-icon01.gif) no-repeat 14px 5px;
}

#contents ol.list_list li {
	list-style: decimal;
	margin-left: 35px;
	padding-left: 0px;
	margin-bottom: 6px;
}

#contents .list_list .list_list,
#contents .list_list .list_link,
#contents .list_link .list_list,
#contents .list_link .list_link {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

#contents .list_list ul.list_list li {
	list-style: disc;
	margin-left: 16px;
	padding-left: 0px;
	background: none;
}

#contents ul.list_link {
	margin-bottom: 1.3em;
}

#contents ul.list_pagenavi {
	margin: 20px 0px 0.3em;
	padding: 18px 0px 0px;
	border-top: 1px solid #cccccc;
	overflow: hidden;
	zoom: 1;
}

#contents ul.list_link li,
#contents ul.list_pagenavi li,
#contents dl.list_datelink dd,
#contents dl.list_dateiconlink dd {
	margin-bottom: 10px;
	padding-left: 16px;
	line-height: 120%;
	background: url(../images/icon-link01.gif) no-repeat left 4px;
}

#contents ul.list_pagenavi li {
	margin-bottom: 1.0em;
	padding-left: 20px;
	background: url(../images/icon-pagenavi01.gif) no-repeat left 1px;
}

#contents ul.list_pagenavi li.list_pagenavi_next,
#contents ul.list_pagenavi li.list_pagenavi_prev {
	width: 344px;
}

#contents ul.list_pagenavi li.list_pagenavi_next {
	float: right;
	background: url(../images/icon-pagenavi03.gif) no-repeat left 1px;
}

#contents ul.list_pagenavi li.list_pagenavi_prev {
	float: left;
	background: url(../images/icon-pagenavi02.gif) no-repeat left 1px;
}

#contents dl.list_datelink
#contents dl.list_dateiconlink {
	margin-bottom: 1.3em;
}

#contents dl.list_datelink dt {
	clear: both;
	float: left;
	width: 9em;
	line-height: 110%;
}

#contents dl.list_dateiconlink dt {
	clear: both;
	float: left;
	width: 8.5em;
	padding-right: 3.9em;
	line-height: 110%;
}

#contents dl.list_dateiconlink dt.icon_chotatsu {
	background: url(../images/icon-datelist02.gif) no-repeat right 0px;
}

#contents dl.list_dateiconlink dt.icon_shikin {
	background: url(../images/icon-datelist03.gif) no-repeat right 0px;
}

#contents dl.list_dateiconlink dt.icon_jinji {
	background: url(../images/icon-datelist04.gif) no-repeat right 0px;
}

#contents dl.list_dateiconlink dt.icon_press {
	background: url(../images/icon-datelist01.gif) no-repeat right 0px;
}

#contents dl.list_dateiconlink dt.icon_other {
	background: url(../images/icon-datelist05.gif) no-repeat right 0px;
}

#contents dl.list_datelink dd {
	margin-left: 9.5em;
	margin-bottom: 10px;
}

#contents dl.list_dateiconlink dd {
	margin-left: 13em;
	margin-bottom: 10px;
}

.fontsize_middle #contents dl.list_dateiconlink dt {
	padding-right: 2.9em;
	background-position: right 2px;
}

.fontsize_middle #contents dl.list_dateiconlink dd {
	margin-left: 12em;
}

.fontsize_large #contents dl.list_dateiconlink dt {
	padding-right: 2.2em;
	background-position: right 3px;
}

.fontsize_large #contents dl.list_dateiconlink dd {
	margin-left: 11.2em;
}


*+html #contents ul.list_link li a,
*+html #contents dl.list_datelink dd a,
*+html #contents dl.list_dateiconlink dd a,
*+html #contents div.link_button ul.list_link a {
	display: inline-block;
}

#contents dl.list_title {
	margin-bottom: 0.4em;
}

#contents dl.list_title dt {
	font-weight: bold;
}

#contents dl.list_title dd {
	margin: 4px 0px 0.9em 25px;
}


/*------------- link -------------*/

#contents div.link_button {
	width: 220px;
	margin-bottom: 1.3em;
	padding-top: 3px;
	background: url(../images/linkbutton-top.gif) no-repeat left top;
}

#contents div.column div.link_button {
	margin: 0px auto 10px;
}

#contents div.link_button div.link_button_main {
	padding: 0px 1px 3px;
	background: url(../images/linkbutton-bottom.gif) no-repeat left bottom;
}

#contents div.link_button div.link_button_main a {
	position: relative;
	display: block;
	width: 183px;
	min-height: 33px;
	padding: 3px 10px 0px 25px;
	color: #646464;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
	background: url(../images/linkbutton-bg.gif) no-repeat left center;
}

*+html #contents div.link_button div.link_button_main a {
	min-height: 39px;
}

#contents div.link_button div.link_button_main a span {
	display: block;
}

#contents div.link_button div.link_button_main a.link_win span,
#contents div.link_button div.link_button_main a.link_pdf span,
#contents div.link_button div.link_button_main a.link_word span,
#contents div.link_button div.link_button_main a.link_xls span,
#contents div.link_button div.link_button_main a.link_ppt span {
	padding-right: 17px;
}

#contents div.link_button div.link_button_main a img.link_icon {
	position: absolute;
	right: 10px;
	top: 35%;
}

#contents div.link_button div.link_button_text {
	margin-top: -2px;
	padding: 10px 12px;
	background: url(../images/linkbutton-text-bg.gif) no-repeat left bottom;
}

/*------------- icon -------------*/

#contents a img.link_icon {
	margin-left: 5px;
	vertical-align: middle;
}


/*------------- box -------------*/

#contents div.box_border {
	margin-bottom: 1.3em;
	padding: 8px 12px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	zoom: 1;
}

#contents div.box_border_dash {
	margin-bottom: 1.3em;
	padding: 8px 12px;
	border: 1px dashed #aaaaaa;
	overflow: hidden;
	zoom: 1;
}

#contents .box_indent_1em {
	margin-left: 1em !important;
}

#contents .box_indent_2em {
	margin-left: 2em !important;
}

#contents .box_indent_4em {
	margin-left: 4em !important;
}

#contents .box_indent_5em {
	margin-left: 5em !important;
}


#contents div.box_contact {
	overflow: hidden;
	zoom: 1;
}

#contents div.box_contact div.box_border {
	float: right;
}

#contents div.box_bracket {
	margin: 3px auto;
}


#contents div.box_bracket table {
	position: relative;
	border-collapse: collapse;
	margin: 0px auto 5px;
	empty-cells: show;
}

#contents div.box_bracket table tr td {
	padding: 4px 2px 3px !important;
	border: 0px !important;

}

#contents div.box_bracket table tr td.box_bracket_left {
	width: 13px;
	height: 30px;
	padding: 0px;
	background: url(../images/bracket-bottomleft.gif) no-repeat bottom left;
}

#contents div.box_bracket table tr td.box_bracket_right {
	width: 13px;
	height: 30px;
	padding: 0px;
	background: url(../images/bracket-bottomright.gif) no-repeat bottom right;
}

#contents div.box_bracket table tr td div.box_bracket_cell {
	position: absolute;
	top: 0px;
	width: 13px;
	height: 15px;
}

#contents div.box_bracket table tr td.box_bracket_left div.box_bracket_cell {
	left: 0px;
	background: url(../images/bracket-topleft.gif) no-repeat top left;
}

#contents div.box_bracket table tr td.box_bracket_right div.box_bracket_cell {
	right: 0px;
	background: url(../images/bracket-topright.gif) no-repeat top right;
}

#contents div.box_tel {
	overflow: hidden;
	zoom: 1;
}

#contents div.box_tel div.image {
	float: left;
	margin-left: 5px;
}

#contents div.box_tel p {
	margin-left: 40px;
	margin-bottom: 0px;
}

#contents div.box_tel p strong {
	display: block;
	font-size: 160%;
	margin-bottom: 2px;
	color: #005bab;
}

#contents div.box_right {
	overflow: hidden;
	zoom: 1;
}

#contents div.box_right > * {
	float: right;
}

#contents hr {
	display: block;
	width: 100%;
	height: 0px;
	margin: 7px auto;
	border: 0px;
	border-top: 1px solid #b8b8b8;
}

/*------------- table -------------*/

#contents table.table_horizon,
#contents table.table_vertical,
#contents table.table_vbar,
#contents table.table_layout,
#contents table.table_textlayout {
	border-collapse: collapse;
	margin: 0px auto 1.3em;
	empty-cells: show;
}

#contents table.table_textlayout {
	margin: 0px 0px 1.3em;
}

#contents table.table_textlayout table.table_textlayout {
	margin: 0px -4px 1.3em -4px;
}

#contents table.table_textlayout table.table_textlayout.first {
	margin-top: -4px !important;
}

#contents table.table_mini table.table_textlayout.first {
	margin-top: 0px !important;
}

#contents table.table_textlayout table.table_textlayout table.table_textlayout {
	margin-bottom: 0px !important;
}

#contents table.table_horizon thead th,
#contents table.table_vertical thead th {
	padding: 6px 7px;
	border: 1px solid #d2d2d2;
	font-size: 100%;
	background-color: #deefff;
}

#contents table.table_horizon thead th {
	font-weight: normal;
	text-align: left;
	background-color: #ebebeb;
}

#contents table.table_horizon tbody th,
#contents table.table_vertical tbody th {
	padding: 5px 7px;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	border: 1px solid #d2d2d2;
	background-color: #ebebeb;
}

#contents table.table_horizon tbody th {
	font-weight: bold;
	text-align: center;
	background-color: #deefff;
}

#contents table.table_textlayout td table.table_horizon td,
#contents table.table_textlayout td table.table_vertical td,
#contents table.table_horizon td,
#contents table.table_vertical td {
	padding: 5px 7px;
	font-size: 100%;
	border: 1px solid #d2d2d2;
}

#contents table.table_nohbar td {
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#contents table.table_nohbar body th {
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
}

#contents table.table_nohbar {
	border-top: 1px solid #d2d2d2 !important;
	border-bottom: 1px solid #d2d2d2 !important;
}

#contents table.table_vbar tbody th {
	padding: 5px 10px;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #d2d2d2;
	vertical-align: top;
}

#contents table.table_vbar td {
	font-size: 100%;
	padding: 5px 10px;
	font-size: 100%;
	border-left: 1px solid #d2d2d2;
	vertical-align: top;
}

#contents table.table_vbar {
	border-left: 0px !important;
	border-right: 0px !important;
}



#contents table.table_padding_small,
#contents table.table_compact {
	margin-bottom: 0px;
}

#contents table.table_padding_small th,
#contents table.table_padding_small td,
#contents table.table_compact thead th,
#contents table.table_compact tbody th,
#contents table.table_compact td {
	padding: 3px 4px !important;
}

#main.fontsize_middle #contents table.table_padding_small thead th,
#main.fontsize_middle #contents table.table_padding_small tbody th,
#main.fontsize_middle #contents table.table_padding_small td,
#main.fontsize_middle #contents table.table_compact thead th,
#main.fontsize_middle #contents table.table_compact tbody th,
#main.fontsize_middle #contents table.table_compact td {
	padding: 3px 4px !important;
}

#main.fontsize_large #contents table.table_padding_small thead th,
#main.fontsize_large #contents table.table_padding_small tbody th,
#main.fontsize_large #contents table.table_padding_small td,
#main.fontsize_large #contents table.table_compact thead th,
#main.fontsize_large #contents table.table_compact tbody th,
#main.fontsize_large #contents table.table_compact td {
	padding: 3px 4px !important;
}

#contents table.table_textlayout td,
#contents table.table_textlayout th {
	padding: 3px 4px 2px;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	border: 0px;
}

#contents table.table_mini td {
	padding: 0px 2px;
}


#contents table .nowrap {
	white-space: nowrap;
}

#contents table caption {
	padding: 5px 0px;
}

#contents table td.table_layoutcell {
	border-width: 0px;
}

#contents table.table_nobg th {
	background-color: transparent !important;
	font-weight: normal;
}

#contents table.table_horizon .table_cellbg01,
#contents table.table_horizon .table_cellbg_heading01,
#contents table.table_vertical .table_cellbg01,
#contents table.table_vertical .table_cellbg_heading01 {
	font-weight: bold;
	text-align: center;
	background-color: #deefff !important;
}

#contents table.table_textlayout .table_cellbg_heading01 {
	background-color: #deefff !important;
}

#contents table.table_horizon .table_cellbg02,
#contents table.table_horizon .table_cellbg_heading02,
#contents table.table_vertical .table_cellbg02,
#contents table.table_vertical .table_cellbg_heading02,
#contents table.table_horizon th.table_cellbg02,
#contents table.table_horizon th.table_cellbg_heading02,
#contents table.table_vertical th.table_cellbg02,
#contents table.table_vertical th.table_cellbg_heading02 {
	font-weight: normal;
	text-align: left;
	background-color: #ebebeb !important;
}

#contents table.table_textlayout .table_cellbg_heading02 {
	background-color: #ebebeb !important;
}

#contents table .table_cellbg03,
#contents table .table_cellbg_yellow,
#contents table th.table_cellbg03,
#contents table th.table_cellbg_yellow {
	background-color: #ffffa0 !important;
}

#contents table .table_cellbg04,
#contents table .table_cellbg_gray,
#contents table th.table_cellbg04,
#contents table th.table_cellbg_gray {
	background-color: #cccccc !important;
}

#contents table .table_cellbg_green,
#contents table th.table_cellbg_green {
	background-color: #b7f6a8 !important;
}

#contents table .table_cellbg_orange,
#contents table th.table_cellbg_orange {
	background-color: #ffcc00 !important;
}

#contents table .table_cellbg_lightorange,
#contents table th.table_cellbg_lightorange {
	background-color: #ffcca0 !important;
}

#contents table .table_cellbg_blue,
#contents table th.table_cellbg_blue {
	background-color: #ccffff !important;
}

#contents table .table_cellbg_white,
#contents table th.table_cellbg_white {
	background-color: #ffffff !important;
}

#contents table .table_bordercolor_black { border-color: #000000 !important; }

#contents table .table_noborder { border-width: 0px !important; }
#contents table .table_noborder_top { border-top-width: 0px !important; }
#contents table .table_noborder_bottom { border-bottom-width: 0px !important; }
#contents table .table_noborder_left { border-left-width: 0px !important; }
#contents table .table_noborder_right { border-right-width: 0px !important; }

#contents table .table_border_double { border: 3px double #888888 !important; }
#contents table .table_border_double_top { border-top: 3px double #888888 !important; }
#contents table .table_border_double_bottom { border-bottom: 3px double #888888 !important; }
#contents table .table_border_double_left { border-left: 3px double #888888 !important; }
#contents table .table_border_double_right { border-right: 3px double #888888 !important; }

#contents table .table_border_dash { border: 2px dashed #d2d2d2 !important; }
#contents table .table_border_dash_top { border-top: 2px dashed #d2d2d2 !important; }
#contents table .table_border_dash_bottom { border-bottom: 2px dashed #d2d2d2 !important; }
#contents table .table_border_dash_left { border-left: 2px dashed #d2d2d2 !important; }
#contents table .table_border_dash_right { 	border-right: 2px dashed #d2d2d2 !important; }

#contents table .table_border { border-width: 1px !important; }
#contents table .table_border_top { border-top-width: 1px !important; }
#contents table .table_border_bottom { border-bottom-width: 1px !important; }
#contents table .table_border_left { border-left-width: 1px !important; }
#contents table .table_border_right { border-right-width: 1px !important; }

#contents table.table_right {
	margin-left: auto;
	margin-right: 0px;
}

#contents table.table_left {
	margin-left: 0px;
	margin-right: auto;
}

#contents table.table_center {
	margin-left: auto;
	margin-right: auto;
}

#contents .table_width_100 { width: 100%; }
#contents .table_width_90 { width: 90%; }
#contents .table_width_80 { width: 80%; }
#contents .table_width_70 { width: 70%; }
#contents .table_width_60 { width: 60%; }
#contents .table_width_50 { width: 50%; }
#contents .table_width_40 { width: 40%; }
#contents .table_width_33 { width: 33%; }
#contents .table_width_30 { width: 30%; }
#contents .table_width_25 { width: 25%; }
#contents .table_width_20 { width: 20%; }
#contents .table_width_15 { width: 15%; }
#contents .table_width_10 { width: 10%; }

/*------------- teikan -------------*/

#contents div.box_teikan {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#contents div.box_teikan h2 {
	padding-left: 3.5em;
}

#contents div.box_teikan h3 {
	margin: 0em 0px 5px 1.5em;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
	border-bottom: 0px;
}

#contents div.box_teikan h4 {
	margin: 0em 0px 5px 3.5em;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
	background: none;
}

#contents div.box_teikan div.teikan_item {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

#contents div.box_teikan div.teikan_item2 {
	margin-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 5px;
}

#contents div.box_teikan .teikan_item3 {
	margin-left: 4em;
}

#contents div.box_teikan div.teikan_para2 {
	margin-left: 2em;
	text-indent: -1em;
	margin-bottom: 5px;
}

#contents div.box_teikan div.teikan_fusokuitem {
	text-indent: 1em;
}

#contents div.box_teikan div.teikan_kai {
	margin-left: 2em;
	text-indent: -0.5em;
}

#contents div.box_teikan div.teikan_fusoku {
	margin-left: 4em;
}

#contents div.box_teikan table {
	margin-bottom: 5px;
}

#contents table.table_teikandate {
	border-collapse: collapse;
	margin-left: auto;
	margin-bottom: 1.3em;
	empty-cells: show;
}

#contents table.table_teikandate td {
	padding: 2px;
	font-size: 80%;
	line-height: 110%;
	text-align: right;
	vertical-align: top;
}

#contents ul.list_teikannavi {
	margin: 20px 0px 0.3em;
	overflow: hidden;
	zoom: 1;
}

#contents ul.list_teikannavi li {
	float: right;
	padding-left: 20px;
	line-height: 120%;
	background: url(../images/icon-pagenavi01.gif) no-repeat left 1px;
}

#contents ul.list_teikannavi li.list_teikannavi_prev {
	background: url(../images/icon-pagenavi02.gif) no-repeat left 1px;
}

/*------------- kikan -------------*/

#contents div.kikan_index {
	margin-left: -28px;
	overflow: hidden;
	zoom: 1;
}

#contents div.kikan_index ul {
	margin-bottom: 8px;
	overflow: hidden;
	zoom: 1;
}

#contents div.kikan_index ul li {
	float: left;
	margin-left: 8px;
	zoom: 1;
}

#contents div.kikan_index ul li a {
	display: block;
	width: 1.4em;
	padding: 4px;
	text-align: center;
	background-color: #e9f6fc;
	border: 1px solid #52c9ff;
}

#contents div.kikan_index ul li.kikan_index_number a {
	width: 4em;
}

#contents div.kikan_index ul li span {
	display: block;
	width: 1.4em;
	padding: 4px;
	text-align: center;
	border: 1px solid #ffffff;
}

#contents div.kikan_index ul li.disable span {
	background-color: #cfcfcf;
	border: 1px solid #888888;
}

#contents div.kikan_index ul li a:hover {
	background-color: #b6dffc;
}

#contents div.kikan_index div.kikan_index_block {
	float: left;
	margin-left: 20px;
}

#contents div.kikan_index div.kikan_index_block_alphabet {
	clear: both;
	margin-left: 20px;
}

#contents div.kikan_index div.kikan_index_block_alphabet ul li a {
	width: auto;
	padding: 4px 8px;
}

/*------------- quiz -------------*/

#contents ul.list_quiznavi {
	margin-left: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	zoom: 1;
}

#contents ul.list_quiznavi li {
	float: left;
	display: inline;
	margin-left: 6px;
	margin-bottom: 3px;
}

#contents div.quiz_question {
	position: relative;
	width: 666px;
	margin: auto;
	background: url(../../yokinsha/quiz/images/bg.jpg) no-repeat top left;
}

#contents div.quiz_question div.quiz_number {
	position: absolute;
	top: 65px;
	left: 45px;
}

#contents div.quiz_question div.quiz_text {
	margin: 0px 30px 35px 150px;
	padding-top: 55px;
	font-size: 160%;
	line-height: 150%;
	font-weight: bold;
	color: #ffffff;
}

#contents div.quiz_question div.quiz_selectbox {
	padding-bottom: 50px;
	text-align: center;
	background: url(../../yokinsha/quiz/images/bg-bottom.gif) no-repeat bottom left;
}

#contents div.quiz_question div.quiz_selectbox img {
	display: block;
	margin: 0px auto;
}

#contents div.quiz_question div.quiz_selectbox ul.quiz_select {
	margin-top: 25px;
	margin-left: 135px;
	overflow: hidden;
	zoom: 1;
}

#contents div.quiz_question div.quiz_selectbox ul.quiz_select li {
	float: left;
	margin: 0px 45px;
}

#contents div.quiz_question div.quiz_selectbox ul.quiz_select li img {
	margin: 0px;
}

#contents div.quiz_answerbox {
	position: relative;
	margin-bottom: 35px;
}

#contents div.quiz_answerbox div.quiz_answer {
	text-align: center;
}

#contents div.quiz_answerbox div.quiz_answer02 {
	position: absolute;
	top: -3px;
	right: 80px;
}

#contents div.quiz_explain {
	width: 415px;
	min-height: 354px;
	margin-left: 60px;
	margin-bottom: -30px;
	padding: 40px 75px 0px 120px;
	background: url(../../yokinsha/quiz/images/kaisetsu-bg.gif) no-repeat top left;
}

* html #contents div.quiz_explain {
	margin-bottom: 30px;
}

#contents div.quiz_explain div.quiz_explaintitle {
	margin-left: 160px;
	margin-bottom: 55px;
}

#contents ul.quiz_topmenu {
	margin-bottom: -30px;
	width: 663px;
	height: 380px;
	padding-top: 72px;
	padding-left: 77px;
	background: url(../../yokinsha/quiz/images/top-bg.jpg) no-repeat;
	overflow: hidden;
	zoom: 1;
}

#contents ul.quiz_topmenu li {

	display: inline;
	float: left;
}

#contents ul.quiz_topmenu li a {
	display: block;
}

/*------------- manga -------------*/

#contents div.manga_lead {
	width: 353px;
	padding-top: 37px;
	background: url(../../shikumi/manga/images/fukidashi1.gif) no-repeat top left;
}

#contents div.manga_lead p {
	width: 244px;
	margin-left: 89px;
	padding: 0px 10px 8px;
	background: url(../../shikumi/manga/images/fukidashi2.gif) no-repeat bottom left #f6f6f6;
}

#contents table.table_mangacheck table {
	border-collapse: collapse;
	margin: 0px auto 1.3em;
	empty-cells: show;
	width: 707px;
}

#contents table.table_mangacheck {
	border-collapse: collapse;
	margin: 0px auto 1.3em;
	empty-cells: show;
}

#contents .manga_check {
	position: relative;
	width: 707px;
	margin: 20px auto;
	padding: 0px 0px 10px;
	background: url(../../shikumi/manga/check/images/bg.gif) no-repeat bottom left;

}

#contents .manga_check h2 {
	margin: 0px 0px 0px;
	padding: 0px;
	background: none;
}

#contents .manga_check h3 {
	position: absolute;
	top: 68px;
	left: 120px;
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	line-height: 100%;
	border-bottom: 0px;
}

#contents div.manga_checklead {
	width: 661px;
	margin: 0px auto 0px;
	padding-top: 55px;
	background: url(../../shikumi/manga/check/images/fukidashi01.gif) no-repeat top left;
}

#contents div.manga_checklead p {
	width: 504px;
	margin-left: 117px;
	padding: 0px 20px 15px;
	background: url(../../shikumi/manga/check/images/fukidashi02.gif) no-repeat bottom left #f6f6f6;
}

#contents div.manga_check_contents {
	padding: 10px 20px;
}

#contents .manga_check_startbutton {
	padding: 50px;
	text-align: center;
}

#contents ul.list_mangan_checknavi {
	overflow: hidden;
	zoom: 1;
}

#contents ul.list_mangan_checknavi li {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	line-height: 120%;
	background: url(../images/icon-pagenavi02.gif) no-repeat left 1px;
}

#contents .manga_check_back a {
	display: inline-block
}

#contents .manga_check_back a img {
	display: block;
}

#contents div.manga_check_contents table {
	margin-bottom: 0px !important;
}

#contents div.manga_check_contents ul {
	margin-bottom: 5px !important;
}

#contents .manga_check_bggreen {
	background: url(../../shikumi/manga/check/images/bg_a.gif);
}

#contents .manga_check_bgpurple {
	background: url(../../shikumi/manga/check/images/bg_b.gif);
}

#contents .manga_check_bgorange {
	background: url(../../shikumi/manga/check/images/bg_c.gif);
}

#contents .manga_check_bggray {
	background: url(../../shikumi/manga/check/images/bg_gray.gif);
}

/*------------- ranking -------------*/

#contents dl.list_ranking {

}

#contents dl.list_ranking dt {
	clear: both;
	float: left;
	width: 2.5em;
	padding: 4px;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
}

#contents dl.list_ranking dd {
	margin-left: 4.5em;
	margin-bottom: 20px;
	padding-top: 4px;

	padding-left: 16px;
	line-height: 120%;
	background: url(../images/icon-link01.gif) no-repeat left 8px;

}

/*------------- kihon -------------*/


#contents div.yokintop div.image {
	margin-bottom: -1px;
}

#contents div.yokintop div.box_border {
	padding: 8px 0px;
}

#contents div.yokinlead h2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 0px;
	padding: 0px;
	background: none;
}

/*------------- toppage -------------*/

#toppage .top_banner,
#toppage .top_banner_bottom {
	margin: 0px auto 15px;
	padding: 0px;
	list-style: none;
}

#toppage .top_banner_bottom {
	margin-top: 15px;
}

#toppage .top_banner li,
#toppage .top_banner_bottom li {
	display: block;
	margin: 0px auto;
	text-align: center;
}

#toppage .top_banner_bottom li {
	margin-bottom: 5px;
}

#toppage .top_banner_area {
	clear: both;
	padding: 10px 0px 0px;
	background-color: #eeeeee;
	border-radius: 5px 5px;
	overflow: hidden;
	zoom: 1;
}

#toppage .top_banner_area li {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

#toppage .top_floatboxl {
	margin-left: -10px;
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}

#toppage .top_floatboxl div.column {
	margin-left: 10px;
	margin-bottom: 0px;
}

#toppage .top_floatboxl div.column .box_border .box_border_title {
	margin: -8px -12px 0px;
}

#toppage .top_floatboxl div.column .top_telbox {
	padding-bottom: 1px !important;
}

#toppage .top_osusumebox {
	margin-left: 5px !important;
	margin-right: -12px;
}

#toppage .top_osusumebox .column {
	position: relative;
	width: 227px !important;
	margin: 0px 10px 0px 11px;
	padding-bottom: 3em;
	font-size: 80%;
	background: url(../../images/contents-bg.gif) no-repeat bottom left;
}

#toppage .top_osusumebox_title {
	background: url(../../images/contents-title-bg.gif) no-repeat top left;
}

#toppage .top_osusumebox_title a {
	display: block;
	padding: 10px 15px 10px 25px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #013c94;
	border-bottom: 1px solid #58c3fb;
}

#toppage .top_osusumebox_lead {
	margin-bottom: 10px;
	padding: 5px;
	background: url(../../images/contents-bg2.gif) repeat-y top left;
}

#toppage .top_osusumebox .column dl.list_ranking dt {
	padding-top: 2px;
}

#toppage .top_osusumebox .column dl.list_ranking dd {
	margin-bottom: 3px;
	background-position: left 6px;
}

#toppage .top_osusumebox .column ul.list_link {
	margin-left: 10px;
}

#toppage .top_osusumebox .column ul.list_link li {
	margin-bottom: 5px;
	background-position: left 2px;
}


#toppage .tolink {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

#toppage .tolink a {
	margin-bottom: 10px;
	padding-left: 14px;
	line-height: 120%;
	background: url(../images/icon-link01.gif) no-repeat left 2px;
}


#toppage #contents .box_border h2 {
	clear: both;
	margin: -8px -12px 5px !important;
	padding: 0px 0px 5px;
	font-size: 120%;
	background: url(../images/h1-bg.gif) repeat-x left bottom;
}

#toppage #contents h2 span {
	display: block;
	margin: 0px;
	padding: 9px 10px 10px 40px;
	line-height: 100%;
	color: #ffffff;
	background: url(../images/h1-icon.gif) no-repeat 8px 40%;
	zoom: 1;
}

#toppage div.tab_contents {
	position: relative;
	padding-bottom: 2em;
	zoom: 1;
}

#contents #tab_menu {
	margin-bottom: 10px;
	border-bottom: 2px solid #50c4fb;
	overflow: hidden;
	zoom: 1;
}

#contents #tab_menu li {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	background: url(../images/tab-bg.gif) repeat-x left center;
	border: 1px solid #a9a9a9;
	border-radius: 4px 4px 0px 0px;
}

#contents #tab_menu li a {
	display: block;
	padding: 3px 20px;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}

#contents #tab_menu li.current_tab {
	background: url(../images/tab-bg-current.gif) repeat-x left center;
	border-color: #4dbffa;
}

#contents #tab_menu li.current_tab a {
	color: #ffffff;
}



