@charset "utf-8";
/* CSS Document */
/*************************************************************** LAYOUT *************/
html {
	overflow: scroll;
} 
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;	
}
div#scrollfix {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:832px;
}
div#header {
	width:832px;
	height:138px;
}
div#menubar {
	width: 832px;
	height: 21px;
}
div#titlebar {
	margin-top:1px;
	width: 832px;
	height: 32px;
}
div#navcol {
    padding: 0px;
    width: 184px;
    float: left;
}
div#main {
	width:400px;
    padding-left: 32px;
	padding-top: 16px;
    margin-left: 184px;
    margin-right: 184px;
}
div#sidecol {
margin-top:34px;
	padding: 0px;
	width: 184px;
	float: right;
	text-align: center;
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/sides_bkgnrd.gif);
	background-repeat: repeat-y;
	width: 100%;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../img/sides_bkgnrd.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/*************************************************************** END LAYOUT *************/

/*************************************************************** NAVCOL MENU *************/
.navcolMenu {
	margin-top:50px;
	margin-left:30px;
	font-size:12px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#516C9B;
}
.menuBullets {
	color:#4B4B4B;
}
.bulletSelected {
	color:#CCCCCC;
}
/*************************************************************** NAVCOL MENU END*************/

/*************************************************************** TEXT *************/
.textheadings {
	font-size: 14px;
	color: #E8BD88;
	line-height: 110%;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.textbody {
	font-size: 13px;
	color: #757575;
	line-height: 118%;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
}
/*************************************************************** END TEXT *************/

/*************************************************************** LINKS *************/
a:link {
	color: #516C9B;
	text-decoration: none;
}
a:visited {
	color: #516C9B;
	text-decoration: none;
}
a:hover {
	color: #9DB3D7;
	text-decoration: underline;
}
a:link img{
	border-color: #516C9B;
}
a:visited img{
	border-color: #516C9B;
}
/*************************************************************** END LINKS *************/

/*************************************************************** BREADCRUMBS *************/
.breadcrumbs {
	font-size:12px; 
	font-family: 'ＭＳ ゴシック', 'Osaka－等幅';
	margin-bottom:8px;
	margin-left:5px;
}
/*************************************************************** END BREADCRUMBS *************/
/*************************************************************** SHORTPIECE ITEMS *************/
.shortpiece_table {
	margin-top:16px;
}
.shortpiece_title {
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.shortpieceheadings {
	font-size: 12px;
	color: #E8BD88;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.shortpiece_description{
	font-size: 12px;
	color: #757575;
	line-height: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
}
.shortpiece_note{
	font-size: 11px;
	color: #757575;
	line-height: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
}
/**** table borders ****/
.tl {
	border-top: 1px #1E1E1E solid; 
	border-left: 1px #1E1E1E solid;
}
.t {
	border-top: 1px #1E1E1E solid; 
}
.r {
	border-right: 1px #1E1E1E solid;
	}
.l {
	border-left: 1px #1E1E1E solid
	}
.b {
	border-bottom: 1px #1E1E1E solid
	}
	
/*************************************************************** END SHORTPIECE ITEMS *************/
/**** IMAGE BORDERS ****/
.imgborder {
	border: 1px #1E1E1E solid;
	width:100px; 
	padding:2px; 
	margin:2px;
}
/**** END IMAGE BORDERS ****/
/**** MISCELLANEOUS TEXT ****/
.redtext {
	color:#993366;
	font-size:12px;
}
.topheadings {
	font-size: 13px;
	color: #E8BD88;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/**** MISCELLANEOUS TEXT ****/



