/*
html タグのスタイル定義
*/

body {
	background-color:#FFFFFF;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body *{
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","MS PGothic",Osaka ,sans-serif;
}

.en {
	font-family:  Arial,  Geneva, Helvetica, sans-serif;
}

img {
	border-width:0px;
}

a {
	color: #3B7AB2;
	text-decoration: none;
}

a:hover {
	color: #3B7AB2;
	text-decoration:underline;
}

.news {
  color: #3B7AB2;
  text-decoration: none;
}

.news:hover {
  color: #3B7AB2;
  text-decoration: underline;
}

h1,h2 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.cap{
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}
	

.redcolor{
	color: red;
}


/*
レイアウト要素
*/

#zone_header {
	width: 780px;
}

#zone_middle {
	background-color:#E6E6EB;
}

#zone_middle_content {
	width: 780px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
}

#mainnavi {
	width: 780px;
	height: 20px;
	text-align: right;
	z-index: 30;
	left: 0px;
	position: absolute;
	top: 80px;
}

#mainnavi img {
	padding-left: 6px;
	padding-right:7px;
}

#mainnavi img.mainnavi_rightedge {
	padding-left: 6px;
	padding-right:5px;
}

#headline {
	height: 70px;
}

#stage {
}

#featuremenu {
	background-color: #9999A3;
	height: 20px;
}

#zone_main .zone_main_headline{
	margin-bottom:10px;
	padding-bottom:0px;
}

#zone_main .zone_main_headline h1{
	margin-bottom:10px;
	padding-bottom: 0px;
}

#zone_main .zone_main_headline h2{
	background-color:#80838B;
	color:#FFFFFF;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}

#zone_main .zone_main_headline h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:15px;
	padding-bottom: 0px;
}

#zone_main .zone_main_content {
	font-size:12px;
	line-height:20px;
	margin-top: 0px;
	padding-top: 0px;
}

#zone_main .zone_main_content h1,h2 {
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#zone_main .zone_main_content h3 {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	padding-top:0px;
	margin-top:23px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	clear: both;
}

#zone_main .zone_main_content h3.nonpad_top {
	padding-top:0px;
	margin-top:0px;
	clear: both;
}

#zone_main .zone_main_content p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:  15px;
	padding-bottom: 0px;
}

#zone_main .zone_main_content .triangle_content_inline{
	vertical-align: baseline;
	padding-top: 2px;
	margin-top:4px;
}

#zone_footer {
	clear: both;
	float:none;
	width: 760px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #9999A3;
	margin-left: 15px;
	padding-top: 20px;
}

#zone_footer a{
	color: #9999A3;
	text-decoration:none;
}

#zone_footer a:hover{
	color: #000000;
}

#zone_footer_credit {
	clear: none;
	float:left;
}

#zone_footer_links {
	clear: none;
	float:right;
}

.vertical_separater {
	padding-right: 6px;
	padding-left: 6px;
}


#logo {
}

#metanavi {
	position: absolute;
	width: 570px;
	overflow: visible;
	top: 1px; 
	left: 210px;
	font-size: 10px; 
	color: #9999A3; 
	padding-top: 3px;
	white-space: nowrap; 
	text-align:right;
}

#zone_main{
	margin-top:10px;
	margin-left:15px;
	width: 765px;
}


/*
ボディ部の基本レイアウト
*/

.toppage #content_main {
	width: 585px;
	float: left;
	overflow: hidden;
}

.toppage #content_sub {
	clear:right;
	float: right;
	width: 180px;
}


.sub-a #content_menu {
	width: 165px;
	float: left;
	overflow: hidden;
}

.sub-a #content_body {
	clear: right;
	float: right;
	width: 570px;
}

.sub-b #content_menu {
	clear: right;
	float: right;
	width: 180px;
}

.sub-b #content_body {
	width: 570px;
	float: left;
	padding-right:7px;
	border-right-style:solid;
	border-right-color:#CCCCD1;
	border-right-width:1px;
}


/*
各ページで使用可能なユーティリティ
*/

.column_menu {
	font-size:11px;
	line-height:15px;
	width:165px;
}

.column_menu_wide {
	font-size:11px;
	line-height:15px;
	width:570px;
}

.column_menu_headline {
	color:#5C5C61;
	font-weight:bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCD1;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 9px;
	padding-top: 0px;
	line-height: 19px;
}

.column_menu_headline_text {
	color:#878791;
	font-weight:bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCD1;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 9px;
	padding-top: 0px;
	line-height: 19px;
}

.column_menu_content {
	padding-top:0px;
	margin-top: 0px;
}

#column_menu_content_left {
	width:165px;
	margin-top: 4px;
}

.column_menu dl, .column_menu_wide dl{
	margin-top:3px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 11px;
	padding-bottom: 0px;
}

.column_menu ul, .column_menu_wide ul{
	list-style-type: none;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.column_menu dt, .column_menu_wide dt{
	font-size:10px;
	line-height:10px;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:2px;
	padding-bottom:0px;
	color:#3B7AB2;
	background-image: url(../../images/triangle_r_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family:  Arial-Regular, Helvetica,sans-serif;
}

.column_menu dd, .column_menu_wide dd{
	margin-left:9px;
	padding-left:0px;
	margin-bottom:8px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}

.column_menu li, .column_menu_wide li{
	margin-top: 0px;
	padding-top: 0px;
	margin-left:0px;
	padding-left:9px;
	margin-bottom:5px;
	padding-bottom:0px;
	background-image: url(../../images/triangle_r_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.column_menu .column_menu_teaser {
}

.column_menu .column_menu_teaser img{
	margin-top:10px;
	padding-bottom:0px;
}

/*
トップページ
*/

#featuremenu_models {

}

#featuremenu_models img {

	margin-left: 0px;
}

.teaser {
	font-size:11px;
	line-height:15px;
	width: 180px;
	margin-right: 15px;
	float: left;
}

.teaser_headline {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCD1;
}

.teaser_images{
	margin-bottom:6px;
}

#teaser_banners {
	margin-left:15px;
	width:165px;
	margin-top: 5px;
}

#teaser_banners img{
	margin-bottom:10px;
}

.teaser_text {

}

.teaser_link {
	margin-top:3px;
}

/*
sub-b
*/

#content_graphical_menu_models {
}

#content_graphical_menu_models td {
	border-bottom-style: solid;
	border-bottom-color:#CCCCD1;
	border-bottom-width:1px;
}

#content_graphical_menu_models td.bottom {
	border-bottom-style: none;
	border-bottom-color:#FFFFFF;
	border-bottom-width:0px;
}

.imageRIGHT{
	margin: 3px 0 20px 10px;
	padding: 0;
	float: right;
}

.imageLEFT{
	margin: 3px 10px 20px 0;
	padding: 0;
	float: left;
}

.bottomNAVI{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
}

/* ------- BODY Color ------------------------------------------------ */

.bodycolorT1{
	background-color: #FF0;
	color: #FF0;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}

.bodycolor4Y{
	background-color: #C00;
	color: #C00;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}

.bodycolorB4{
	background-color: #fff;
	color: #fff;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}

.bodycolorV1{
	background-color: #E7DCBC;
	color: #E7DCBC;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}

.bodycolor2T{
	background-color: #000;
	color: #000;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}



