@charset "UTF-8";
/* CSS Document */

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
.align_right {
	text-align: right;
}
#main .font_center {
	text-align: center;
}
a.a_roll:hover {
	opacity:0.6;
}

/* [#main] ---------------------------------------------*/

/* --- Link images --- */

#main a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* --- Section --- */

#main .section {
	margin: 50px 0 0;
	padding:0 0px;
}
#main .section .title-lv1 {
	width:621px;
	margin-left:0px;
	margin-right:0px;
}

/* --- top --- */

#main .section .top_box01 {
	margin-top: 0px;
	padding: 0px;
	height: 430px;
	font-size: 16px;
	line-height: 29px;
	position: relative;
}
#main .section .top_box_14 {
	font-size: 14px;
	line-height: 24px;
}

#main .item_link_box {
	margin-top: 16px;
}

#main .item_link {
	font-size: 12px;
	background-image: url(../images/page_top_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-top: -4px;
}

/* --- page --- */

#main .page_top_navi_01,
#main .page_top_navi_02 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

#main .page_top_navi_02 .top_navi_chip {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	height: 45px;
	width: 157px;
	background: url(../images/page_top_navi_arrow.png) no-repeat 10px center #EE869A;
	border: 1px solid #E95079;
	border-radius: 8px;	
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;
	margin: 0px;
	padding: 0px;
}

#main .page_top_navi_02 .top_navi_chip .chip_l2 {
	margin: 0px;
	padding: 5px 0px 0px 30px;
}
#main .page_top_navi_02 .top_navi_chip .chip_l1 {
	margin: 0px;
	padding: 14px 0px 0px 30px;
}



/* [#aside] ---------------------------------------------*/

/* --- サイドナビ階層修飾修正 --- */
#stationery #colortag #kokuyo-st-main-contents .wrap #contents #aside .nav .local ul li a {
	background-color: #FFF;
}
#stationery #colortag #kokuyo-st-main-contents .wrap #contents #aside .nav .local ul li a:hover {
	background-color: #f9f9f9;
	color: #e95800;
}
#stationery #colortag #kokuyo-st-main-contents .wrap #contents #aside .nav .local ul li a .i_new {
	font-weight: bold;
	color: #F00;
}

/* */

#main .item00_box {
	margin-top: -3px;
	padding: 0px;
	white-space: nowrap;
}

#main .item11_box {
	background: url(../images/page_basic_bg01.jpg) no-repeat right 55px;
	margin-top: -10px;
	padding: 0px;
}
#main .item12_box {
	background: url(../images/page_basic_bg02.jpg) no-repeat left bottom;
	margin-top: -10px;
	padding: 0px;
}
#main .item13_box {
	background: url(../images/page_basic_bg03.jpg) no-repeat 95px bottom;
	margin-top: -10px;
	padding: 0px;
	height: 280px;
}
#main .item14_box {
	background: url(../images/page_basic_bg04.jpg) no-repeat 50px bottom;
	margin-top: -10px;
	padding: 0px;
	height: 270px;
}
#main .item15_box {
	background: url(../images/page_basic_bg06.jpg) no-repeat 35px bottom;
	margin-top: -10px;
	padding: 0px;
	height: 430px;
}
#main .item16_box {
	background: url(../images/page_basic_bg07.jpg) no-repeat 40px bottom;
	margin-top: -10px;
	padding: 0px;
	height: 430px;
}

#main .item01_box {
	background: url(../images/page_bi-color_bg01.jpg) no-repeat right 15px;
	margin-top: -10px;
	padding: 0px;
	height: 200px;
}
#main .item02_box {
	background: url(../images/page_bi-color_bg02.jpg) no-repeat right 120px;
	margin-top: -10px;
	padding: 0px;
}
#main .item03_box {
	background: url(../images/page_bi-color_bg03.jpg) no-repeat right 90px;
	margin-top: -10px;
	padding: 0px;
	height: 420px;
}
#main .item04_box {
	background: url(../images/page_bi-color_bg04.jpg) no-repeat right 75px;
	margin-top: -10px;
	padding: 0px;
}
#main .item05_box {
	background: url(../images/page_bi-color_bg05.jpg) no-repeat right 115px;
	margin-top: -10px;
	padding: 0px;
}
#main .item_text_01 {
	font-size: 10px;
}

#main .item_text_02 {
	font-size: 10px;
	line-height: 1.3em;
}

/* 表組 */

#main .nowrap {
	white-space: nowrap;
}
#main .center {
	text-align: center;
}
#main .left {
	text-align: left;
}
#main .right {
	text-align: right;
}
#main .table_title {
	font-weight: bold;
	margin-top: 10px;
}
#main .item_speck {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#main .item_speck td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
#main .item_speck .col {
	background-color: #F7F7F7;
}
#main .item_speck  .item_code {
	text-align: left;
	padding-left: 20px;
}
#main .item_speck  .item_code2 {
	text-align: left;
	padding-left: 5px;
}
#main .item_speck  .item_code3 {
	text-align: left;
	padding-left: 2px;
}

/* A5サイズ ファイルシリーズ */
#main .top_scene {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}