Table.mainWrapper { text-align: left; width: 928px !important; margin: 0; padding: 0; border: solid 1px #9a9a9a; }


Table.contentWrapper { text-indent: 12px; vertical-align: 12px; margin: 10px; padding: 10px;
border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;}

TD.contentWrapper { text-indent: 12px; vertical-align: 12px; margin: 10px; padding: 10px;
border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}


Table.contentWrapperNoIndent {
	vertical-align: 12px;
	/* [disabled]margin: 0px; */
	padding: 10px;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}
	
TD.contentWrapperNoIndent {vertical-align: 12px; margin: 10px; padding: 10px;
border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

TD.contentWrapperUnderline { margin-top: 12px; padding-top: 12px; border-bottom: 1px solid #9a9a9a; }


/*****************************************************/

/*サイドメニュー*/

/*****************************************************/
TD.sideBar  { 
	font-size: 12px; /*font-weight: bold;*/ margin: 0px; padding: 2px; line-height: 1em; border-color: #9a9a9a; border-style: none solid none none; border-width: 0 1px 0 0; }
/*p { font-size: 11.5px; line-height: 1.5em; }*/



/*****************************************************/

/*コンテンツ部　共通*/

/*****************************************************/
TD.centerBar  {
	/*border: solid 0.5px #9a9a9a;*/
	margin: 10px;
	padding: 0px 10px;
	/*font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ ゴシック";
	font-size: 11.5px;
	line-height: 1.5em;*/
}

.centerBar div.Section{
	padding-bottom:20px;
	line-height:1.8em;
	border-bottom:#999 dotted 1px;}
	
.centerBar div.Section ul{padding-bottom:10px;}
.centerBar div.Section ul li{padding-bottom:10px;}


.centerBar div.Section ul.ItemList{ padding:10px;
display:block;
width:400px;
margin-left:100px;
border: solid 1px #396;}
.centerBar div.Section ul.ItemList li{ margin-left:30px;padding:3px 0 0 0px;}

.centerBar div.Section dl{
	padding-left:20px;}
.centerBar div.Section dt{ font-weight:bold;}
.centerBar div.Section dd{ padding-bottom:10px;}
	


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

SELECT {
	width:300px;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
	
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}


LABEL.inputLabel {
	font-size: 0.95em;
	width: 12em;
	float: left;
	}


ADDRESS {
	padding: 0.5em;
	font-style: normal;
	}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
table.tariff { text-indent: 12px; margin: 10px; padding: 10px; }
.marker { background-color: #fcf; }
.bold { font-weight: bold; }


/****** Twitter ********/

#twitterbox {
	display:block;
	position:relative;
	top:-93px;
	left:510px;
}


/******** SEO *************/

.SEO_STUFF{
	display:none;
	font-size:0px;
}

/******** pageNav *************/

.pageNav {
     font-size: 0.95em;

}

/*** slider ****/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width:924px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
