@charset "UTF-8";
/*
Design by Arroba for Prestige Express

*/

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration : none ;
	font-weight : normal;
	color: #FFFFFF
}

a:hover {
	text-decoration: underline;
	font-weight : normal;
	color: #FF0000
}

a:visited {
	text-decoration : none;
	font-weight : normal;
	color: #FFFFFF;
}

a:active {
	font-weight: normal;
} 

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.org_note {
	 color:#ff6600;
	 font-weight:bold;
}

.gr_note {
	color:#009999;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	line-height:120%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background: #ffffff;
	font: 14px/22px "Geneva, Arial, Helvetica, lr oSVbN, Osaka, sans-serif";
	font-family: Geneva, Arial, Helvetica, sans-serif, lr oSVbN, Osaka;
	color: #000000;
}

#page
{
	margin: 0 auto;
	margin-top:20px;
	background: #ffffff;
	width: 740px;
}


/* Header */

#header {
	background: #ffffff;
	width:732px;
	color:#0000ff;
	font-weight:bold;
	font-size:14px;
	padding-left:8px;
}

#plogo {
	float:left;
}

/* Menu */

#menu {
	width:657px;
	padding:6px 3px 3px 80px;
	height:24px;
	background:url(../../images/menuTop.gif) no-repeat;
	background-color:#FFCC00;
	clear:both;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
	background-color:#ffcc00;
}

#menu a {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	font-family:verdana;
}

#menu a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#menu .vbar {
	color:#ff9933;
	font-weight: bold;
	font-size: 16px;
	font-family:verdana;
}

/* Main */
#main {
	margin: 0 auto;
	clear:both;
	width:740px;
	background:url(../../images/main_bak.gif) repeat-y;
}

/* Left */
#left
{
	float:left;
	width: 95px;
	background:url(../../images/main_LbackTop.gif) no-repeat;
}

#left H3 {
	margin:0 10px 0 10px;
	width: 70px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 15px;
	border-bottom:#FFCC00 solid 1px;
	color: #ffff00;
}

#left H4 {
	margin:0 10px 0 10px;
	width: 70px;
	height: 25px;
	font-size: 14px;
	padding-left: 6px;
	padding-top: 15px;
	color: #ffffff;
	border-bottom:#FFCC00 solid 1px;
}

#left a {
	color: #ffffff;
}
#left a:visited {
	color: #ffffff;
}

#left a:hover {
	text-decoration: underline;
	font-weight : normal;
	color: #FF0000
}


/*Right*/
#right {
	margin:0 0 0 110px;
	width: 590px;
	padding: 20px 10px 0 10px;
}

#right h2 {
	margin: 0;
	padding: 0px;
	font-size:18px;
	line-height:14px;
	font-weight: bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#ff6600;
	color: #ffffff;
}

#right h4
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size:14px;
	line-height:120%;
	font-weight: bold;
	text-decoration:underline;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #cc0000;

}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right a {
	text-decoration:underline;
	font-weight : normal;
	color: #000000;
}

#right .box1 {
	background-color:#ffffcc;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #73A462;
	background-color: #fff;
}



/* Footer */
#footer {
	margin: 0 auto;
	width:740px;
	height: 24px;
	clear: both;
	padding-top: 6px;
}

#footer p {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	color:#ff6600;
}

#footer a {
	color: #666666;
}


/* Pop Up Win */
#pWindow {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
}