/***********************************************/
/* mln_nav1.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** 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;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** 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: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 3;
	background-color: #FFFFFF;
}

#pagecell2{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:97.4%;
	z-index: 3;
	height: 800px;
	background-color: #FFFFFF;
}

#tl {
	position:absolute;
	top: -3518px;
	left: -19px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 13px;
	height: 14px;
}

#tr {
	position:absolute;
	top: 65px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 804px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 1;
	background-color: #666666;
	height: 125px;	
}

#pageNav{
	position: absolute;
	top: 33px;
	right: 10px;
	z-index: 210;
	width:124px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 0px solid #ffffff;
	font: small Verdana,sans-serif;
	background-image: url(img/wall/bk58_16x16.jpg);
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	position: absolute;
	top: 0px;
	left: 0%;
	right: 0%;
	width:100%;
	z-index: 2;
	background-color: #ffffff;
	height: 52px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #666633;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 100% Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 0%;
	color: #919999;
	width: 390px;
	height: 44px;
}

#utility a{
	color: #666633;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:0px solid #ffffff;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #888888;
	margin:0px;
	padding: 0px;
	z-index: 202;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	z-index: 201;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
top:46px;
width: 100%;
min-width: 640px;
height: 43px;
color: #666644;
padding: 0px;
margin-top: 11px;
background-image:  url("japanese/common/bk_bar.jpg");
}

#globalNav img{
	margin-bottom:0px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:-3px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:-3px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 35px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	width: 611px;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #666644;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border-right: 0px solid #8FB8BC;
  	background-image:  url("img/css/bk_sel.jpg");
	background-color: #cccccc;	
}

a.glink:hover{
	background-image:  url("img/css/on_sel.gif");
	text-decoration: none;
	color: #000000;
	background-color: #cccccc;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 104px;
	left: 0px;
	min-width: 640px;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	width: 815px;
	visibility: visible;
	height: 20px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 101;
	background-color: #CCCCCC;
}

#search input{
  font-size: 95%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 100%;
	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: 10px 0px 0px 10px;
	font-size: 80%;
	line-height:150%;
}

.feature x1{line-height:inherit}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.feature p {
	padding: 0px 0px 10px 0px;
}

.feature a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.feature a.capsule:hover{
	text-decoration: underline;
}

td.featureLeft{
	padding-right: 12px;
}


/************** story styles *****************/

.story{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 300px;
	height: 300px;
}

html>body .story {height: 350px;}

.story h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.story textarea {
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	height: 240px;
	width: 150px;
	border: 0px #FFFFFF;
	border-bottom-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-size: 12px;
	line-height:150%;
	border-right-style:double
}
/*************** tbl styles ******************/

.tbl {
	padding: 10px 0px 0px 10px;
	font-size: 85%;
	line-height:150%;
}

.tbl h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.tbl p {
	padding: 0px 0px 10px 0px;
}

.tbl a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.tbl a.capsule:hover{
	text-decoration: underline;
}

td.tblLeft{
	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{
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 277px;
	background-color: #000000;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-image:  url("img/linksw-2.gif");
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	height: 46px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: none;
	background-image: url("img/linksw-2on.gif");
	font-weight: bold;
	text-decoration: none;
	color: #666633;

}

/************ sectionLinks-2 styles **************/

#sectionLinks2{
	top: 0px;
	margin: 0px;
	padding: 5px;
	height: 185px;
	width:130px;
	z-index:403;
	background-color: #333333;
}

#sectionLinks2 h3{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
}

#sectionLinks2 a:link{
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-image:  url("img/bk68_16x16.jpg");
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	height: 46px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#sectionLinks2 a:hover, #sectionLinks2 a:visited {
	border-top: 0px solid #cccccc;
	background-color: none;
	background-image: url("img/bk52_8x8.jpg");
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** texarea styles *****************/

.textbox-1 {
	color: #FFFFFF;
	background-color: #333333;
	right: 0%;
	height: 180px;
	width: 180px;
	border: 0px #FFFFFF;
	border-bottom-style: none;
	font-family: "ＭＳ Ｐ
	ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-size: 12px;
	line-height:150%;
	}
/********************* end **********************/
.Layer1 table tr td table tr td table tr td table tr td p {
	font-family: ＭＳ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, monospace;
	color: #000;
}
.Layer1 table tr td table tr td table tr td table tr td p {
	color: #000;
}
WNTITLE {
	color: #000;
}
.Layer1 table tr td table tr td table tr td table tr td p strong {
	color: #000;
}
.WHATNEW {
	font-weight: bold;
}
WN_EXPLANATION {
	color: #000;
}
WN_EXPLANATION {
	color: #000;
}
