/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../css/bg_gray.jpg) fixed;
	background-color: #FFFFFF;
}
body, td, th {
	font-family: ＭＳ Ｐゴシック;
	font-weight: bold;
	color: #666666;
}
/******* hyperlink and anchor tag styles *******/
a {
	font-size: 12px;
	font-family: ＭＳ Ｐゴシック;
	font-weight: bold;
}
a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
	background-color: #CCFFFF;
}
/************** header tag styles **************/

h1 {
	font: bold 120% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 114% Arial, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
h4 {
	font: 100% Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h6 {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
label {
	font: bold 1em Arial, sans-serif;
	color: #334d55;
}
input {
	font-family: Arial, sans-serif;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 {
	position:absolute;
	top: 120px;
	left: 20px;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	overflow: scroll;
}
#tl {
	position:absolute;
	top: 16px;
	left: -355px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead {
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}
#pageNav {
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
}
#content {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************** utility styles *****************/

#utility {
	font: 75% Verdana, sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}
#utility a {
	color: #ffffff;
}
#utility a:hover {
	text-decoration: underline;
}
/************** pageName styles ****************/

#pageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************* globalNav styles ****************/

#globalNav {
	position: relative;
	width: 800px;
	width: 800px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: -8px 0px 5px 0px;
	background-image:   url(glbnav_background.gif);
	top: 0px;
}
#globalNav img {
	margin-bottom: -4px;
}
#globalNavI {
	position: relative;
	width: 800px;
	width: 800px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: -8px 0px 5px -2px;
	background-image:   url(glbnav_background.gif);
	top: 0px;
}
#globalNavI img {
	margin-bottom: -4px;
}
#globalNavT {
	position: relative;
	width: 800px;
	width: 800px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: -8px 0px 5px 4px;
	background-image:   url(glbnav_background.gif);
	top: 0px;
}
#globalNavT img {
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:-5px;
}
#globalLink {
	position: absolute;
	top: 8px;
	height: 24px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	left: 8px;
	z-index: 100;
}
a.glink, a.glink:visited {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin: 15px 0px 0px;
	padding: 5px 5px 2px;
	border-right: 1px solid #8FB8BC;
	top: 5px;
	border-left-width: thick;
	border-left-style: none;
	font-family: "ＭＳ Ｐゴシック";
	border-top-style: none;
	border-bottom-style: none;
}
a.glink:hover {
	padding-top: 5px;
	background-image: url(glblnav_selected.gif);
}
.skipLinks {
	display: none;
}
/************ subglobalNav styles **************/

.subglobalNav {
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}
.subglobalNav a:hover {
	color: #cccccc;
}
/*************** search styles *****************/

#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}
#search input {
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover {
	margin: 0px;
}
/************* breadCrumb styles ***************/

#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana, sans-serif;
	color: #AAAAAA;
}
#breadCrumb a {
	color: #AAAAAA;
}
#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
}
.feature h3 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature img {
	float: left;
	padding: 0px 10px 0px 0px;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story h3 {
	font: bold 125% Arial, sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story a.capsule {
	font: bold 1em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover {
	text-decoration: underline;
}
td.storyLeft {
	padding-right: 12px;
}
/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	width: 129px;
}
#sectionLinks h3 {
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 129px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #21536A;
}
#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************ sectionLinks styles **************/

#sectionLink-s {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
}
#sectionLink-s h3 {
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLink-s a:link, #sectionLink-s a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #21536A;
}
#sectionLink-s a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/

#relatedLinks {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
}
#relatedLinks h3 {
	padding: 0px;
}
#relatedLinks a {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	color: #CC0000;
}
#relatedLinks a:hover {
	border-top: none #cccccc;
	background-color: #FFFFCC;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}
/************* relatedLinks styles **************/

#relatedLink-s {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
}
#relatedLink-s h3 {
	padding: 0px;
}
#relatedLink-s a {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	color: #CC0000;
}
#relatedLink-s a:hover {
	border-top: none #cccccc;
	background-color: #FFFFCC;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}
/************* itemLinks styles **************/

#itemLinks {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
}
#itemLinks h3 {
	padding: 0px;
	color: #CCCCCC;
}
#itemLinks a {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: normal;
	padding: 5px 0px 5px 20px;
	color: #0066FF;
}
#itemLinks a:hover {
	border-top: none #cccccc;
	background-color: #CCFFCC;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}
/**************** advert styles *****************/

#advert {
	padding: 10px;
}
#advert img {
	display: block;
}
/********************* end **********************/
.unnamed1 {
	padding: 0px;
	top: 10px;
	position: static;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.logo20 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.sp_top10 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.Head_com {
	background-color: #FF9999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "MS UI Gothic";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.style001 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 10px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.style001Y {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	line-height:1.5em;
	margin: 0px;
	padding: 10px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.style1 {
	font-size: 12px
}
.style2 {
	font-size: 10px;
	width: 300px;
	padding: 0px;
}
.style6 {
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.style5 {
	color: #000000;
	font-family: "MS UI Gothic";
	font-size: 12px;
	padding: 10px;
	line-height: normal;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	top: 10px;
}
.style9 {
	color: #EBEDEC
}
.style10 {
	color: #FF0000
}
.style12 {
	color: #FFFF00;
	font-size: 12px;
}
.style11 {
	color: #FFFFFF
}
.style15 {
	color: #FFFFFF;
	font-size: 12px;
}
.style14 {
	font-size: 12px;
	color: #EBEDEC;
}
.style16 {
	padding: 2px;
	font-family: "MS UI Gothic";
	font-size: 14px;
}
.style17 {
	color: #FFFFFF;
}
.style18 {
	font-size: 12px
}
.style19 {
	color: #333333
}
.style20 {
	color: #E9EAEC
}
.style21 {
	color: #EAEBED
}
.style22 {
	color: #EBEDEC
}
.style23 {
	color: #E9EAEE
}
.style24 {
	color: #EAECE9
}
.style25 {
	color: #CC0000
}
.style29 {
	font-family: "MS UI Gothic";
	font-size: 18px;
	line-height: 16px;
	color: #0066FF;
}
.style30 {
	color: #FF0000
}
.style34 {
	color: #BD005F
}
.style35 {
	color: #BD005F;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
}
body {
	background-color: #FFFFFF;
}
.Head_com1 {
	background-color: #0099FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "MS UI Gothic";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	width: 500px;
}
.Head_com2 {
	background-color: #00CC00;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "MS UI Gothic";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.Head_com3 {
	background-color: #FF6633;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "MS UI Gothic";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	width: 400px;
}
.sw02 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 2px;
}
.logo20x {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.subtitle1 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCFFFF;
	text-align: center;
	height: 30px;
	width: 300px;
	vertical-align: middle;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: normal;
	color: #666666;
	border: none;
	background-position: center center;
	margin: 0px;
}
.style002 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 2px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.subtitle2 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCFFFF;
	text-align: center;
	height: 22px;
	width: 500px;
	vertical-align: middle;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: normal;
	color: #666666;
	border: none;
	background-position: center center;
	margin: 0px;
}
.subtitle3 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCFFCC;
	text-align: center;
	height: 22px;
	width: 250px;
	vertical-align: middle;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: normal;
	color: #666666;
	border: none;
	background-position: center center;
	margin: 0px;
}
.subtitle4 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCFFCC;
	text-align: center;
	height: 22px;
	width: 100px;
	vertical-align: middle;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: normal;
	color: #666666;
	border: none;
	background-position: center center;
	margin: 0px;
}
.icon {
	padding: 0px;
	top: 10px;
	position: static;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.space_10 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.logo10 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px;
}
.logo05 {
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 5px;
}
.listbox {
	padding: 5px;
	top: 10px;
	position: static;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.list01 {
	padding: 5px;
	top: 10px;
	position: static;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.left20 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 10px;
}
.Head_com4 {
	background-color: #003399;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "MS UI Gothic";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.sele001 {
	width: 406px;
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	color: #3A3A3A;
	background-color: #FFCEFF;
}
.style003 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 4px 4px 4px 20px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.style004 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 4px 4px 4px 25px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.style005 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 5px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.style004w {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height:normal;
	margin: 0px;
	padding: 4px 4px 4px 25px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.subtitle5 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #CCFFFF;
	text-align: center;
	height: 10px;
	width: 90px;
	vertical-align: middle;
	font-family: "MS UI Gothic";
	font-size: 12px;
	line-height: normal;
	color: #666666;
	border: none;
	background-position: center center;
	margin: 0px;
	padding: 2px;
}
.left30 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 30px;
}
.style006 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.0em;
	margin: 0px;
	padding: 1px 3px;
	left: 6px;
	top: 1.5px;
	right: 6px;
	bottom: 1.5px;
	background-color: #FFFFCC;
}
.box300 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 31px;
	margin: 0px;
	background-image: url(../cl-v/back01.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 279px;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	background-position: center top;
	vertical-align: top;
}
.left25 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 15px;
}
.style001x {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 14px;
	left: 15px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.style001z {
	font-family: "MS UI Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 10px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.style001w {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 0px 10px;
	left: 10px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}
.space_0 {
	left: 0px;
	bottom: -0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
}
.listbox {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0;
	overflow: auto;
	text-align: left;
}
.space_20 {
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	right: 0px;
	padding-right: 0px;
}
.w210L {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	width: 150px;
}
.w500L {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #666666;
	background-color: #99FFFF;
	width: 440px;
}
.topbac {
	background-image: url(bg_gray.jpg);
	background-color: #FFFFFF;
	width: 810px;
}
.space_m5 {
	left: 0px;
	bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
}
.mels_1 {
	background-image: url(../products/001.files/rt.gif);
}
.mels_2 {
	background-image: url(../products/002.files/lt.gif);
}
.mels_4 {
	background-image: url(../products/002.files/rt.gif);
}
.mels_5 {
	background-image: url(../products/001.files/lt.gif);
}
.mels_6 {
	background-image: url(../products/003.files/lt.gif);
}
.mels_7 {
	background-image: url(../products/003.files/rt.gif);
}
.mels_8 {
	background-image: url(../products/004.files/lt.gif);
}
.mels_9 {
	background-image: url(../products/003.files/rt.gif);
}
.mels_10 {
	background-image: url(../products/004.files/rt.gif);
}
.mels_11 {
	background-image: url(../products/005.files/lt.gif);
}
.mels_12 {
	background-image: url(../products/005.files/rt.gif);
}
.mels_13 {
	background-image: url(../products/008.files/lt.gif);
}
.mels_14 {
	background-image: url(../products/008.files/rt.gif);
}
.mels_15 {
	background-image: url(../products/007.files/lt.gif);
}
.mels_16 {
	background-image: url(../products/007.files/rt.gif);
}
.box129 {
	width: 132px;
}
.tab_index {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 616px;
}
.style29 {
	color: #666666;
	font-family: "MS UI Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
}
.bwc {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.border0 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgc {
	background-position: center;
}
.box94 {
	width: 94px;
}
.im_zero {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box64_124 {
	width: 64px;
	height: 124px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.box95_124 {
	width: 95px;
	height: 124px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.box248 {
	width: 242px;
	height: 240px;
	background-position: center;
	padding-top: 0px;
}
.box64_123 {
	width: 64px;
	height: 123px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.box95_123 {
	width: 95px;
	height: 123px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
/************* globalNav styles ****************/

#bottomNav {
	position: relative;
	width: 780px;
	height: 100px;
	color: #cccccc;
	padding: 0px;
	margin: -8px 0px 5px;
	background-image:   url(botnav_background.jpg);
	top: 0px;
}
#bottomNav img {
	margin-bottom: -4px;
}
#gxl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gxr {
	position: absolute;
	top: 0px;
	right:0px;
}
#bottomLink {
	position: absolute;
	top: 15px;
	height: 24px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.blink, a.blink:visited {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 5px 0px 0px;
	padding: 5px 5px 2px 2px;
	border-right: 1px solid #CCFF00;
	top: 20px;
	border-left-width: thick;
	border-left-style: none;
	font-family: "ＭＳ Ｐゴシック";
	border-top-style: none;
	border-bottom-style: none;
	line-height: 24px;
}
a.blink:hover {
	padding-top: 5px;
	background-image: url(glblnav_selected.gif);
}
.xleft {
	padding-left: 0%;
}
.xright {
	padding-right: 0%;
}
.xtop {
	padding-top: 0%;
}
.xbottom {
	padding-bottom: 0%;
}
.xcenter {
	left:auto;
	right:auto
}
.style32 {
	font-size: 16px;
	color: #FF0000;
	font-family: "MS UI Gothic";
	padding: 0px;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_green {
	background-color: #666666;
}
.wblue {
	color: #0080FF;
}
.wlred {
	color: #FF0080;
}
.xwleft {
	font: 14px/20px "MS UI Gothic";
	color: #5F5F5F;
	text-align: left;
	padding: 5%;
}
.style001canon {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wwidth {
	font: 14px/20px "MS UI Gothic";
	color: #5F5F5F;
	text-align: left;
	padding: 5px;
	width: 250px;
}
.style001back {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 2px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	background-image: url(../products/IMG_0954xxx.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.style001backII {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 2px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	background-image: url(../images/IMG_0980xxx.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.style001R {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	line-height:1.5em;
	margin: 0px;
	padding: 10px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.style28 {
	color: #565656;
	font-size: 16px;
	font-family: "MS UI Gothic";
}
.style001w200 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	padding: 2px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 192px;
}
.style001w160 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 150px;
}
.style001w600 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #525252;
	line-height:1.8em;
	margin: 0px;
	padding: 08px 22px 22px;
	left: 12px;
	top: 12px;
	right: 12px;
	bottom: 12px;
	width: 450px;
}
.logo001 {
	font-family: "MS UI Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	clip: rect(0px,auto,auto,auto);
	background-image: url(../images/u_bred.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
}
.logo002 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height:1.5em;
	margin: 10px;
	padding: 5px 5px 5px 10px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	clip: rect(5px,auto,auto,auto);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #6C6C6C;
}
.style33 {
	color: #BF0060;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "MS UI Gothic";
	font-size: 18px;
}
.style33x {
	color: #BF0060;
	text-align:center;
	font-family: "MS UI Gothic";
	font-size: 18px;
	margin: 20px;
	line-height: 24px;
}
.style002w {
	font-family: "MS UI Gothic";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 0px 10px;
	left: 10px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}
.box95 {
	width: 124px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 205px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-color: #818181;
	border-bottom-color: #818181;
}
.box96 {
	width: 124px;
	border-right-style: none;
	border-bottom-style: solid;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-color: #818181;
}
.H200 {
	width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	height: 205px;
}
.box97 {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	border: 1px solid #818181;
}
.W810 {
	width: 820px;
	border-right-style: none;
	border-bottom-style: none;
}
.W626 {
	width: 626px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	border: 1px solid #818181;
}
.W820 {
	width: 820px;
	border-right-style: none;
	border-bottom-style: none;
}
.photo_01 {
	width: 280px;
	height: 187px;
	background-position: center;
	padding: 0px;
	margin: 6px;
}
.box98 {
	border-top: 1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	border-left: 1px solid;
}
.style001w140 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 5px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 140px;
}
.box103 {
	width: 103px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 205px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-color: #818181;
	border-bottom-color: #818181;
}
.box104 {
	width: 103px;
	border-right-style: none;
	border-bottom-style: solid;
	height: 205px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-color: #818181;
	border-bottom-color: #818181;
}
.cart_top {
	width: auto;
	border-right-style: none;
	border-bottom-style: none;
	height: auto;
	border-top-style: none;
	border-right-color: #818181;
	border-bottom-color: #818181;
	background-position: right;
	text-align: right;
	float: none;
}
.box500 {
	width: 525px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
}
.photo_top10 {
	width: auto;
	border-right-style: none;
	border-bottom-style: none;
	height: auto;
	border-top-style: none;
	border-right-color: #818181;
	border-bottom-color: #818181;
	background-position: center;
	float: none;
	top: 10px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	bottom: 10px;
}
.box368 {
	border-top: 0px none #818181;
	border-right: 0px none #818181;
	border-bottom: 0px none #818181;
	border-left: 0px none;
	padding: 0px;
	width: 368px;
	vertical-align: top;
	top: 0px;
	margin: 0px;
	background-position: top;
	position: static;
}
.style001buttom {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 10px 10px 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 0px;
}
.box572 {
	border-top: 0px none #818181;
	border-right: 0px none #818181;
	border-bottom: 0px none #818181;
	border-left: 0px none;
	padding: 0px;
	width: 514px;
	vertical-align: top;
	top: 0px;
	margin: 0px;
	background-position: top;
	position: static;
}
/************* relatedLinks styles **************/
#relatedLinkss {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
}
#relatedLinkss h3 {
	padding: 0px;
}
#relatedLinkss a {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	color: #CC0000;
}
#relatedLinkss a:hover {
	border-top: none #cccccc;
	background-color: #FFFFCC;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}
.style002W400 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 2px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 400px;
}
.style001u {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	left: 5px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#preview {
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
#screenshot {
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
.logo003 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height:1.5em;
	margin: 10px;
	padding: 5px 5px 5px 10px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	clip: rect(5px,auto,auto,auto);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF0099;
}
.logo001z {
	font-family: "MS UI Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height:1.5em;
	margin: 0px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	clip: rect(0px,auto,auto,auto);
	background-image: url(../images/u_lens.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.Head_com5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "MS UI Gothic";
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Head_com6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "MS UI Gothic";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding: 5px;
}

