﻿body{
	margin: 0;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 12px;
	text-align: center;
	color: #505050;
}

a:link	 {	text-decoration : none ; color : #1E42AE ; }
a:visited{	text-decoration : none ; color : #1E8AAE ; }
a:hover {	text-decoration : underline ; color : #FF5500 ; }

p{
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 12px;
	color:#505050;
	line-height: 16px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
tr.grayRow { background-color: #f2f2f2; }
div.MainDiv{
	width: 944px;
	padding: 0px;
	margin: 0px;
	position: relative;
	border-color: #808080;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	overflow:auto;
}
div.MenuDiv{
	background: url('../images/common/menuBackground.jpg') repeat-x;
	border: 0;
	padding: 0px;
	margin: 0px;
}
div.MenuDiv.img{
	padding:0px;
	margin:0px;
}
div.BukkenPageDiv{
	width:680px;
	height:1170px;
	background-repeat:no-repeat;
	position:relative;
}
div.LeftContentsDiv{
	text-align: justify;
	width: 680px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 3px;
	position: relative;
	float: left;
}

div.RightContentsDiv{
	text-align: justify;
	width: 230px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	position: relative;
	float: right;
}

div.BlockDiv{
	margin: 0px;
	background-color: #efefef;
	width: 232px;
	padding: 0px;
	top: 0;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;

}

div.BorderDiv{
	margin: 0px;
	width: 224px;
	padding: 1px;
	text-align:center;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;

}

div.ThickBorderDiv{
	margin: 0px;
	width: 222px;
	padding: 1px;
	text-align:center;
	border-color: #808080;
	border-style: solid;
	border-width: 2px;

}

div.BlockTextDiv{
	margin: 0px;
	padding: 5px;
	text-align: justify;
}

div.TaikenDiv{
	background-image: url('../images/top/taikenBackground2.jpg');
	padding:0px;
	width:690px;
}

div.GrayBlockDiv{
	width:650px;
	background-color:#eeeeee;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	text-align: justify;
	padding:5px;
}

hr.DottedHr {
	border: none 0;
	border-top: 1px dotted #808080;
	width: 95%;
	height: 1px;
}

span.SmallFontSpan {
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 11px;
}

table.FooterTable{
	width: 944px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #000038;
	color: #ffffff;
	bottom: 0;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 11px;
	float: left;
}

img.BorderedImage{
	border-color: #808080;
	border-style: solid;
	border-width: 2px;

}

a.FooterLink {	
	text-decoration: none; 
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 11px;

}
a.FooterLink:visited{	
	text-decoration: none; 
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 11px;

}
a.FooterLink:hover{	
	text-decoration: none; 
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック" , "Osaka" , "monospace";
	font-size: 11px;
}

p.BlueTitle{
	color: #004693;
	font-weight: bold;
	font-size: medium;
}

td.ThinTd		{
	font-size : 12px;
	line-height:1px;
	padding:0px;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 22px;
	clear: both;
	vertical-align: bottom;
	margin-top: 0;
}

ul.subsection_tabs li.tab {
	float: left;
	margin-right: 0px;
	text-align: center;
	vertical-align: baseline;
	font-size:13px;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:22px;
	padding:0 0px 0px 2px;
	background-image: url('../products/img/tabBackgroundWhite.jpg');
	color:#003579;
	background-repeat:no-repeat;
	width:214px;
	padding-top:4px;
	
}

ul.subsection_tabs li.tab a:hover {
	
	padding-top:4px;
}

ul.subsection_tabs li.tab a.active {
	background-repeat:no-repeat;
	padding-top:4px;
	background-image: url('../products/img/tabBackgroundBlue.jpg');
	color:#FFF;
}

ul.subsection_tabs li.source_code {
	float:right;
}





