@charset "UTF-8";


#header {
	height: 166px;
}

#page_padding {
	padding: 0px 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}


/* ----------------
   RecECAEg
---------------- */
#navi {
	float: left;
	width: 259px;
	height: 100%;
}

#main {
	float: right;
	width: 490px;
	height: 100%;
}
#main p {
}

#rootlist {
	padding: 9px 0 0px 28px;
	margin: 0px;
}

#main_padding {
	padding: 0px 10px;
}

#main_padding .no_border {
	border: none;
}

#breadcrumb {
	padding: 3px 0px 0px 5px;
	margin: 0px;
}

/* ----------------
   content_title
---------------- */
#content_title {
	padding: 5px 0px 0px 15px;
	margin: 10px 0px 0px 5px;
	height: 32px;
	vertical-align: middle;
}
.content_title {
	padding: 5px 0px 0px 15px;
	margin: 40px 0px 0px 5px;
	height: 32px;
	vertical-align: middle;
}

.title_bg1{
	background-image: url(../img_sub/cat01_banner.gif);
	background-repeat: no-repeat;
}

.title_bg2{
	background-image: url(../img_sub/cat02_cat03_banner.gif);
	background-repeat: no-repeat;
}

/* ----------------
   content_subtitle
---------------- */
.content_subtitle {
	padding:3px 3px 3px 5px;
	border: 1px solid #FF3300;
	margin: 0px 0px 10px 15px;
	clear: both;
}

/* ----------------
   content_feature
---------------- */
.content_feature {
	padding:3px;
	margin: 0px 0px 10px 15px;
	border-bottom: 1px solid #FF3300;
}

.content_feature ul.list_square {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 30px;
}

/* ----------------
   content_subfeature
---------------- */
.content_subfeature {
	padding:3px;
	margin: 0px 0px 10px 15px;
	border-bottom: 1px solid #FF3300;
}

/* ----------------
   content_text
---------------- */
.content_text {
	line-height: 150%;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 10px;
}

.content_text p {
	padding: 10px 0 0 15px;
}

/* ----------------
   content_box
---------------- */
.content_box {
	border: 1px solid #3333CC;
	padding: 8px 5px 5px;
	margin: 10px 0px 0px 15px;
	height: 100%;
}

.box_title {
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-bottom-width: 1px;
	margin: 0px 0px 10px;
	padding: 2px 0px 1px 6px;
}

.box_subtitle {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-bottom-width: 1px;
	margin: 0px 0px 10px;
	padding: 2px 0px 1px 6px;
	width: 85%;
}

.content_box p {
	margin: 0px;
	padding: 5px 0px 0px;
}

.content_box ul.list_square {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 30px;
}

.content_box ul.list_square li {
	padding-bottom: 10px;
}

.content_box ol {
	padding-left: 30px;
}

.box_table {
	margin: 8px 0px 0px;
	padding: 0px;
	border: 1px solid #FF6600;
}
.box_table table {
}
.box_table th {
	color: #006699;
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
}
.box_table td {
	padding: 5px;
	line-height: 120%;
}	
.box_table caption {
	margin: 0px;
	padding: 0px 0px 3px;
	color: #FF3300;
	text-align: left;
}

/* ----------------
   content_subbox
---------------- */
.content_subbox {
	border: 1px solid #FF6600;
	padding: 8px 5px 5px;
	margin: 0px;
	height: 100%;
}

/* ----------------
   content_table
---------------- */
.content_table {
	margin: 8px 0px 0px 5px;
	padding: 5px 5px 12px 10px;
	border: 1px solid #FF6600;
}
.content_table table {
}
.content_table th {
	color: #006699;
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
}
.content_table td {
	padding: 5px;
	line-height: 120%;
}	
.content_table caption {
	margin: 0px;
	padding: 0px 0px 3px;
	color: #FF3300;
	text-align: left;
}

/* ----------------
   table-toris
---------------- */
.table-toris {
	text-align: center;
}
.table-toris th {
	vertical-align: top;
	white-space: nowrap;
	background-color: #FFDFDF;
	background-image: url(../../cat07/img_toris/summary_title_dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-align: left;
	padding-left: 20px;
}
.table-toris td {
	vertical-align: top;
	background-color: #FFF0F0;
	text-align: left;
}

/* ----------------
   content_img
---------------- */
.content_img {
	padding: 0px 0 0px 10px;
}

/* ----------------
   content_lr
---------------- */
.content_lr {
	clear: both;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.content_l {
	float: left;
	width: 49%;
}

.content_r {
	float: right;
	width: 49%;
}

.content_lr p {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* ----------------
   etc
---------------- */
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

.img_r img {
	float: right;
}
.img_l img {
	float: left;
	padding-right: 10px;
}

.no_border {
	border: none;
}

.hidden {
	display: none;
}

.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}
.t_middle {
	vertical-align: middle;
}

.t_orange {
	color: #FF3300;
}

.break {
	page-break-before: always;
}

/* ----------------
   archive
---------------- */
#archive {
	width: 450px;
	padding: 30px 0px 10px 20px;
	clear: both;
	/*@Mac IEł͕w肷ƕ\Ă܂BfloatȂƕ@*/
}	

#backnum a,
#prev a,
#next a,
#arrowbn a,
#top a {
	color:#0060CC;
}

#prev{
	clear: both;
	float: left;
	width: 80px;
}
#prev a {
	padding-left: 13px;
	display: block;
	background-image: url(../img_sub/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
}

#next{
	float: right;
	width: 80px;
}
#next a {
	padding-right: 13px;
	display: block;
	background-image: url(../img_sub/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 0.1em;
	text-align: right;
}

#arrowbn{
	float: right;
	width: 105px;
}
#arrowbn a {
	padding-right: 13px;
	display: block;
	background-image: url(../img_cmn/sq_arrow2.gif);
	background-repeat: no-repeat;
	background-position: right 0em;
	text-align: right;
}

#top{
	margin-top: 10px;
	clear:both;
	float:right;
}
#top a {
	padding-left: 15px;
	background-image: url(../img_sub/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	display: block;
	/*<EEECSSHackEEE>*/
	/*\*//*/
	display: inline;
	/**/
}

#top2{
	margin-top: 6px;
	clear:both;
	float:right;
	padding-left: 15px;
	background-image: url(../img_sub/arrow_left2.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	display: block;}
	
	
.get_adobe_reader{
	padding: 5px 0px 0px 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9933;
	margin: 0px 0px 0px 5px;
}
.get_adobe_reader img {
	float: left;
	padding: 0px;
	margin: 7px 5px 0px;
}

