/* CSS Document */
body body,td,th {
	/*font-family: MS PGothic, MS UI Gothic, Kozuka Gothic Pro M;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.copyright {
	font:	Arial, Helvetica, sans-serif;
	color: #668C39;
	font-weight:600;
}
.view {
	width: 1000px;
	height: 100%;
	text-align: center;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 { 
/*font-family: "MS PGothic", "MS UI Gothic", "Comic Sans MS", "Kozuka Gothic Pro M";*/
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
padding: 0px;
margin: 0px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size:  9px; }

iframe { 
	display:block; 
	width:100%; border:none; 
}

img { border: none; }

a, a:visited, a:hover {
 color: #CC6600;
}


html, body, iframe, center { width:100%; height:100%; padding:0px; margin:0px; }



/*** BOX STYLE ***/
.topleft {
   width:auto;
   background: url(../images/Box.gif) no-repeat top left;
   height:45px;
}

.topright {
   width: auto;
   background: url(../images/Box.gif) no-repeat top right;
   height: 45px;
}

.topcenter {
    background:url(../images/Top-Center.gif) repeat-x top;
	height:45px;
	margin:-45px 45px;
}

.leftside {
	background:url(../images/Left-Side.gif) repeat-y left;
}
.rightside {
    background:url(../images/Right-Side.gif) repeat-y right;
	padding:0 45px;
}

.content {
    background-color: #FAFAE9;
	text-align: center;
}
.content p {
	padding:15px;
	margin: 0px;
}

.bottomleft {
	background:url(../images/Box.gif) no-repeat bottom left;
	height:45px;
}
.bottomright {
	background:url(../images/Box.gif) no-repeat bottom right;
	height:45px;
}

.bottomcenter {
	background:url(../images/Bottom-Center.gif) repeat-x bottom;
	height:45px;
	margin:-45px 45px;
}

.boxtitle {
	
	font:MS UIgothic;
	font-size:22px;
	font-weight:bolder;
	margin: 0px 0px;
	padding: 0;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color:#FFFFFF;
	text-align:center;
	position: relative;
	z-index: 1;
	height: 1%;
	/*width: 100%;*/
	/*float: left;*/
}

.boxtitle p, .boxtitle span, .boxtitle a{ 
	margin: 0px;
}



/*** MENU STYLE ***/
.dropdown_torrance {
	background: url(../images/torrance-jp.jpg);
	width: 122px;
	height: 39px;
}
.dropdown_torrance:hover {
	background: url(../images/torrance-jp-over.jpg);
	background-color: none;
}

.dropdown_paros {
	background: url(../images/paros-jp.jpg);
	width: 159px;
	height: 39px;
}
.dropdown_paros:hover {
	background: url(../images/paros-jp-over.jpg);
	background-color: none;
}


.menu{
	/*background-color: #191919;*/
	border:none;
	border:0px;
	margin:0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	/*padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;*/
	height: 39px;
}
.menu ul{
	/* background-color:#191919; */
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	padding-top: 28px;
}
.menu li{
	float:left;
	padding:0px;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:left;
	text-decoration:none;
}
.menu li a{
	/*background-color:#191919;*/
	color: white;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:left;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	background-color: #d57d1f;
	color:#FFFFFF;
	text-decoration:none;
}
.menu li ul{
	/*background:#000000;*/
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li ul li a, .menu li ul li a:visited{
 color: white;
}

.menu li:hover ul{
	display:block;
}
.menu li li {
	background-color: #d57d1f;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}


/*.menu li:hover li a{
	background:none;
}*/
.menu li ul a{
	display:block;
	height:35px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover, .menu li ul li:hover a, li a:hover{
	/*background-color:#000000;*/
	font-weight: bold;
	border:0px;
	color:#fff605;
	text-decoration:none;
}
.menu p{
	clear:left;
}   

