@charset "Shift_JIS";

/* -- COMMON -- */
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align: top;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_both {
	clear: both;
}

.container {
	margin-top: 10px;
	padding: 0px;
}

.font90p {
	font-size: 90%;
}

.width_auto {
	width: auto;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_rot {
	width: 12em;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.width_3em { width: 3em; }


/* -- HEADER -- */
.hd_mark_area {
	float: left;
	padding-left: 365px;
}

.hd_btn_area {
	text-align: right;
	height: 72px;
	padding-right: 0px;
	padding-top: 46px;
	padding-bottom: 0px;
}



/* -- MAIN MENU -- */
.mm_logo_area {
	float: left;
	padding-left: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.mm_btn_area {
	text-align: right;
	padding: 0px;
}



/* -- BREADCRUMBS -- */
.bc_area {
	text-align: left;
	height: 2em;
	/*font-size: 70%;*/
	padding-left: 15px;
}

.bc_area img {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
}

ol#breadcrumbs {
	margin: 0;
	padding: 0.6em 0;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
}

ol#breadcrumbs li {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
	background: url(../img/bc_mark.gif) no-repeat 0 50%;
}

ol#breadcrumbs li.bc_home {
	padding-left: 20px;
	background: url(../img/bc_home.jpg) no-repeat 0 50%;
}

ol#breadcrumbs li a:link,
ol#breadcrumbs li a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
ol#breadcrumbs li a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
ol#breadcrumbs li a:active {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

ol#breadcrumbs li em {
	font-style: normal;
	font-weight: bold;
}



/* -- SUB MENU -- */
#sm_area {
	width: 200px;
}

#sm_area ul {
	margin: 0px;
	padding: 0px;
}

#sm_area ul li {
	list-style-type: none;
	text-align: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#sm_area ul li.sm01 a,
#sm_area ul li.sm_list a {
	display: block;
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	color: #666666;
	border-left: 4px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sm_area ul li.sm01 a:link, #sm_area ul li.sm01 a:visited {
	background-color: #FFFFFF;
	color: #666666;
	border-left-color: #CCCCCC;
}

#sm_area ul li.sm01 a:hover {
	background-color: #D5F6FF;
	border-left-color: #0066CC;
	color: #0033CC;
}

#sm_area ul li.sm01_nolink {
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	border-left: 4px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E6E6E6;
	color: #000000;
}

#sm_area ul li.sm01_index {
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	border-left: 4px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CCCCCC;
	color: #000000;
}

#sm_area ul li.sm02 a {
	display: block;
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	color: #666666;
	border-left: 4px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#sm_area ul li.sm02 a:link, #sm_area ul li.sm02 a:visited {
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	color: #666666;
}

#sm_area ul li.sm02 a:hover {
	background-color: #D5F6FF;
	border-left-color: #0066CC;
	color: #0033CC;
}

#sm_area ul li.sm02_nolink {
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	border-left: 4px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E6E6E6;
	color: #000000;
}

#sm_area ul li.sm02_index {
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	border-left: 4px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #666666;
}

#sm_area ul li.sm03 a {
	display: block;
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	color: #666666;
	border-left: 4px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#sm_area ul li.sm03 a:link, #sm_area ul li.sm03 a:visited {
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	color: #666666;
}

#sm_area ul li.sm03 a:hover {
	background-color: #D5F6FF;
	border-left-color: #0066CC;
	color: #0033CC;
}

#sm_area ul li.sm03_nolink {
	width: auto;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	border-left: 4px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #E6E6E6;
	color: #000000;
}

#sm_area ul.sch {
	margin: 15px 0px 0px;
	padding: 0px;
}

#sm_area ul.sch li {
	border: none;
}

#sm_area ul.sch li.sm01 a {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #636161;
	border-left: none;
}

#sm_area ul.sch li.sm01 a:link, #sm_area ul.sch li.sm01 a:visited {
	background-color: #7F7C7C;
	color: #FFFFFF;
}

#sm_area ul.sch li.sm01 a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}

#sm_area ul.sch li.sm02 a {
	text-align: center;
	border: none;
	padding: 5px 0;
	border-bottom: 1px solid #7F7C7C;
}

#sm_area ul.sch li.sm02 a:link, #sm_area ul.sch li.sm02 a:visited {
	background-color: #636161;
	color: #FFFFFF;
}

#sm_area ul.sch li.sm02 a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}

#sm_area ul.sch li.sm_list a {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	border-top: 10px solid #636161;
	border-right: none;
	border-bottom: 1px solid #636161;
	border-left: none;
}

#sm_area ul.sch li.sm_list a:link, #sm_area ul.sch li.sm_list a:visited {
	background-color: #333;
	color: #FFFFFF;
}

#sm_area ul.sch li.sm_list a:hover {
	background-color: #039;
	color: #FFFFFF;
}

#sm_area ul.sch li.img {
	padding: 0;
}



/* -- CONTENTS -- */
#contents_area {
	float: right;
	width: 578px;
	margin-left: 20px;
}

.contents_title {
	padding: 0px;
	margin-bottom: 20px;
	text-align: right;
}

.contents_title h1 {
	margin: 0px 0px 15px;
	background-color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.contents_title h1.nomargin {
	margin: 0px;
}

.contents {
	padding: 0px 15px 0px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
}

.contents h2 {
	text-decoration: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0066CC;
	color: #000000;
	background-image: url(../img/h2_bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
	margin: 0px 0px 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}

.contents h2.col2 {
	background-image: url(../img/h2_bg_col2.gif);
}

.contents h2.col3 {
	background-image: url(../img/h2_bg_col3.gif);
}

.contents h3 {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	margin: 0px 0px 10px;
	font-weight: bold;
	display: block;
	text-align: left;
}

.contents h3.line2 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.contents h3.noborder {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.contents h3 a:link, .contents h3 a:visited {
	background-image: url(../img/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
}

.contents h3 a:hover {
	background-image: url(../img/li_arrow_on.gif);
	color: #CC0000;
	text-decoration: underline;
}

.contents h3.sub {
	padding-top: 0px;
}

.contents h4 {
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
	margin: 0px 0px 5px;
	font-weight: bold;
	display: block;
}

.contents p {
	margin: 0px 0px 10px;
}

.contents p.h3_s {
	margin: 0;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
}

.contents p.h3_s_link {
	margin: 0;
	padding: 0px 0px 0px 14px;
	font-size: 0.8em;
	font-weight: bold;
}

.contents p.read {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0px 0px 15px;
}

.contents p.caption {
	margin: 10px 0px;
	font-size: 0.7em;
}

.contents div.cols3 {
	float: left;
	width: 178px;
	margin-right: 14px;
}

.contents div.cols3_last {
	float: left;
	width: 178px;
}

.contents div.cols3_2 {
	float: left;
	width: 370px;
	margin-right: 14px;
}

.contents div.cols3_2_last {
	float: left;
	width: 370px;
}

.contents div.cols2 {
	float: left;
	width: 273px;
	margin-right: 17px;
}

.contents div.cols2_last {
	float: left;
	width: 273px;
}

.contents div.cols_clear {
	height: 15px;
	clear: both;
}

.contents table {
	width: 561px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	font-size: 0.9em;
}

.contents table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	background-color: #E7FAFF;
}

.contents table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.contents table td.head {
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

.contents ul.link {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8em;
	margin: 0;
	font-size: 0.9em;
}

.contents ul.link li a:link, .contents ul.link li a:visited {
	background-image: url(../img/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 14px;
	text-decoration: none;
	color: #333333;
	display: block;
}

.contents ul.link li a:hover {
	background-image: url(../img/li_arrow_on.gif);
	text-decoration: underline;
	color: #CC0000;
}

.contents ul.link li.dot {
	background-image: url(../img/li_dot.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 14px;
	color: #333333;
}

.contents ul.feat {
/*	margin: 1.2em;	*/
	line-height: 1.4em;
	text-align: left;
}

.contents ul.feat li {
	list-style-type: disc;
	padding-left: 0;
}


.contents div.feat p {
	margin-left: 1em;
}

.contents div.feat p.dot {
	background-image: url(../img/li_dot.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 1.2em;
	margin-left: 0;
}

.contents ul.btn {
	margin: 15 0 0;
	padding: 0;
	list-style-type: none;
	width: 176px
}

.contents ul.btn li a {
	text-align: left;
	margin-bottom: 1px;
	display: block;
}

.contents ul.btn li a:link, 
.contents ul.btn li a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #E6E6E6;
	background-image: url(../../products/img/btn_arrow.gif);
	border: 1px solid #CCCCCC;
	padding: 4px 5px 4px 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.contents ul.btn li a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-color: #E6E6E6;
	background-image: url(../../products/img/btn_arrow_on.gif);
	border: 1px solid #CCCCCC;
}

.contents ul.btn li.title {
	color: #FFFFFF;
	size: 0.9em;
	text-align: center;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1px;
	display: block;
}

.contents ul.btn li.nolink {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px 5px;
}


/* -- FOOTER -- */
.ft_area {
	text-align: left;
	font-size: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
