﻿@charset "utf-8";

/*
	Description: blog/ style
	Update: 2010/06/10-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/


/*-------------------------------------------------------------
  header
---------------------------------------------------------------*/
#local_navi p {
	padding-bottom: 5px;
}

#contents {
	margin-bottom: 50px;
	background: url(../images/bg_sidebar.png) repeat-y 735px 0px;
}
#contents h2 {
	padding-top: 3px;
	padding-bottom: 13px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_report.png ) no-repeat right 65%;
}

.contents_head h3 {
	padding: 13px 16px 12px 14px;
	margin: 0px 0px 5px 0px;
	background: url("../images/bg_title.png") repeat;
	font-size: 18px;
	line-height: 1.3em;
}

.contents_head .date {
	margin-right: 3px;
	font-size: 11px;
}

.entry a {
	color: #0099CC;
}
.entry a:hover {
	color: #00C4FF;
	background: url("../images/bg_link_line_on.gif") repeat-x left bottom;
}
.entry a.button:hover {
	background: none;
}

/* box img */
.entry .alignnone,
.box_img img {
	padding: 4px;
	border: 1px solid #ADADAD;
}
/* / box img */


/* box title */
.box_title {
	margin: 0px 0px 15px 0px;
}
.box_title h4 {
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	background: url("../images/h4_title_icon.png") no-repeat 0px 2px;
	font-size: 16px;
	line-height: 1em;
}
.box_title p.text {
	margin: 0px 0px 15px 20px;
	font-size: 14px;
	line-height: 1.4em;
}
.box_title p.readme {
	margin-right: 10px;
	padding-right: 2px;
	text-align: right !important;
}
.box_title p.readme a {
	padding-bottom: 1px;
	background: url("../images/bg_link_line_off.gif") repeat-x left bottom;
	color: #0099CC;
}
.box_title p.readme a:hover {
	background: url("../images/bg_link_line_on.gif") repeat-x left bottom;
	color: #00C4FF;
}
/* / box title */


/* box video */
.box_video {
	margin-left: 20px;
}
/* / box video */


/* box demo page */
.box_demo_page {
	margin-left: 25px;
}
.box_demo_page .demo_page {
	padding-right: 2px;
	display: inline;
}
.box_demo_page .demo_page a {
	padding-bottom: 1px;
	background: url("../images/bg_link_line_off.gif") repeat-x left bottom;
	color: #0099CC;
}
.box_demo_page .demo_page a:hover {
	background: url("../images/bg_link_line_on.gif") repeat-x left bottom;
	color: #00C4FF;
}
.box_demo_page .demo_page a span {
	padding-right: 28px;
	background: url("../images/icon_new_window.png") no-repeat right center;
}
/* / box demo page */


/* box demo */
.box_demo {
	width: auto;
	height: auto;
	padding: 1px;
	margin-left: 20px;
	background: url("../images/bg_demo.gif") repeat;
}
.demo {
	padding: 35px;
	background: #fff;
}
/* / box demo */


/* box list type 01 */
.box_list_01 {
	margin-left: 20px;
}
.box_list_01 ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/icon_list_type_01.png") no-repeat 0px 6px;
	line-height: 1.3em;
	font-size: 14px;
}
/* / box list type 01 */


/* box list type 02 */
.box_list_02 {
	margin-left: 20px;
}
.box_list_02 .number {
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 5px 30px;
	line-height: 1.3em;
	font-size: 14px;
}
.box_list_02 .no-01 { background: url("../images/icon_list_type_02-01.png") no-repeat 0px 0px; }
.box_list_02 .no-02 { background: url("../images/icon_list_type_02-02.png") no-repeat 0px 0px; }
.box_list_02 .no-03 { background: url("../images/icon_list_type_02-03.png") no-repeat 0px 0px; }
.box_list_02 .no-04 { background: url("../images/icon_list_type_02-04.png") no-repeat 0px 0px; }
.box_list_02 .no-05 { background: url("../images/icon_list_type_02-05.png") no-repeat 0px 0px; }
.box_list_02 .no-06 { background: url("../images/icon_list_type_02-06.png") no-repeat 0px 0px; }
.box_list_02 .no-07 { background: url("../images/icon_list_type_02-07.png") no-repeat 0px 0px; }
.box_list_02 .no-08 { background: url("../images/icon_list_type_02-08.png") no-repeat 0px 0px; }
.box_list_02 .no-09 { background: url("../images/icon_list_type_02-09.png") no-repeat 0px 0px; }
.box_list_02 .no-10 { background: url("../images/icon_list_type_02-10.png") no-repeat 0px 0px; }
/* / box list type 02 */


/* box sources */
.box_sources {
	margin-left: 20px;
}
/* / box sources */


/* box sources */
.box_table {
	margin-left: 20px;
}
.box_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #666666;
}
.box_table table th {
	background: #ededed;
	font-weight: normal;
}
.box_table table td {
	background: #ffffff;
}
.box_table table th,
.box_table table td {
	padding: 8px 22px 8px 22px;
	font-size: 14px;
}
/* / box sources */


/* box download */
.box_download {
	margin-left: 20px;
}
.box_download .download_button {
	width: 222px;
	margin: 0px auto;
}
/* / box download */


/* box ref */
.box_ref {
	margin-left: 20px;
}
.box_ref h4 {
	padding: 0px 0px 5px 5px;
	background: url("../images/bg_ref_line.gif") repeat-x left bottom;
	font-size: 14px;
}
.box_ref ul li {
	margin: 0px 0px 10px 5px;
	font-size: 14px;
}
.box_ref ul li span {
	padding: 0px 0px 4px 10px;
	background: url("../images/icon_recent_off.png") no-repeat 0px 7px;
}
.box_ref ul li span:hover {
	background: url("../images/icon_recent_on.png") no-repeat 0px 7px;
}
.box_ref ul li a {
	background: url("../images/bg_link_line_off.gif") repeat-x left bottom;
	color: #0099CC;
}
.box_ref ul li a:hover {
	background: url("../images/bg_link_line_on.gif") repeat-x left bottom;
	color: #00C4FF;
}
/* / box ref */



/* page navi */
.pageNavi {
	position: relative;
}
.pageNavi ul {
	width: 715px;
	margin: 0px auto;
}
.pageNavi ul li {
	margin-right: 3px;
	font-size: 10px;
	float: left;
}
.pageNavi ul li a {
	padding: 5px 14px 5px 14px;
	background: url("../images/bg_pageNavi.gif") repeat;
	color: #fff;
	display: block;
}
.pageNavi ul li span {
	padding: 4px 13px 4px 13px;
	border: 1px solid #000;
	background: #ffffff;
	color: #000;
	display: block;
}
/* /.page navi */


/*-------------------------------------------------------------
  sidebar
---------------------------------------------------------------*/
#report_info,
#report_categories,
#report_recent,
.side-banner {
	width: 190px;
	margin-left: 15px;
}

#report_info {
	margin-bottom: 30px;
}
#report_info h3 {
	width: 173px;
	height: 0px;
	padding-top: 16px;
	margin-bottom: 15px;
	background: url("../images/h3_report_about.png") no-repeat scroll left top transparent;
	overflow: hidden;
	display: block;
}
#report_info .text {
	font-size: 12px;
}

#report_categories {
	margin-bottom: 20px;
}
#report_categories h3 {
	width: 131px;
	height: 0px;
	padding-top: 16px;
	margin-bottom: 13px;
	background: url("../images/h3_report_categories.png") no-repeat scroll left top transparent;
	overflow: hidden;
	display: block;
}
#report_categories ul {
	background: url("../images/bg_line_01.png") repeat-x left top;
}
#report_categories ul li {
	background: url("../images/bg_line_01.png") repeat-x left bottom;
	font-size: 12px;
}
#report_categories ul li span {
	padding: 7px 0px 9px 11px;
	display: block;
}
#report_categories ul li.odd span {
	background: url("../images/bg_category.png") repeat;
}
#report_categories .category_list li a {
	padding-bottom: 2px;
	color: #0099CC;
}
#report_categories .category_list li a:hover {
	background: url("../images/bg_link_line_on.png") repeat-x bottom;
	color: #00C4FF;
}


#report_recent {
	margin-bottom: 20px;
}
#report_recent h3 {
	width: 183px;
	height: 0px;
	padding-top: 16px;
	margin-bottom: 15px;
	background: url("../images/h3_report_recent.png") no-repeat scroll left top transparent;
	overflow: hidden;
	display: block;
}
#report_recent .recent_list li {
	margin-bottom: 5px;
	padding-bottom: 6px;
	background: url("../images/bg_line_01.png") repeat-x left bottom;
	line-height: 1.1em;
}
#report_recent .recent_list li span {
	padding: 0px 0px 4px 15px;
	background: url("../images/icon_recent_off.png") no-repeat 2px 6px;
	font-size: 12px;
	display: block;
}
#report_recent .recent_list li span:hover {
	background: url("../images/icon_recent_on.png") no-repeat 2px 6px;
}
#report_recent .recent_list li a {
	padding-bottom: 2px;
	color: #0099CC;
}
#report_recent .recent_list li a:hover {
	background: url("../images/bg_link_line_on.png") repeat-x bottom;
	color: #00C4FF;
}

.side-banner p.banner-wm {
	width: 172px;
	margin: 0px auto;
}



