/* CSS Document */
*{
margin: 0;
padding :0;
font-weight:normal;
list-style: none;
color: #666666;
line-height:1.5;
}
img, a img, ul, ul li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
div, span,label, textarea{
  border:0;
  margin:0;
  padding:0;
  list-style:none;
}

body {
text-align:center;
background:url(../img/bg.gif);
background-attachment:fixed;
}
a{
text-decoration:none;
}
a:hover{
color:#003366;
}
#container {
position:relative;
margin-left: auto;
margin-right: auto;
width:810px;
background:url(../img/mat.png);
background-repeat:repeat-y;
text-align:center;
}
#header{
text-align:center;
margin: 0;
padding :0;
width:810px;
height:104px;
background:url(../img/header.gif);
background-position:center top;
background-repeat:no-repeat;
text-align:right;
}
#header h1{
font-size:11pt;
color: #666666;
font-weight:bold;
margin-right:15px;
padding-top:5px;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#header h1 a{
	font-weight:bold;
}
#header p{
margin-right:10px;
padding-bottom:5px;
}
#header li {
display:inline;
margin-right:5px;
}
#header ul {
margin-right:10px;
}
#menubox{ 
text-align:center;
margin: 0;
padding :0;
width:810px;
background:url(../img/menuBG.gif);
background-position:center top;
background-repeat:no-repeat;
}
#menubox li{ 
display:inline;
}
#menubox ul{ 
margin-bottom:-5px;
padding:0px;
margin-left:-1px;
}
#footer{
clear:both;
text-align:center;
margin: 0;
padding :0;
width:810px;
background:url(../img/bar2.gif);
background-repeat:no-repeat;
background-position:center bottom;
line-height:1;
font-size: 13px;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#footer li {
display: inline;
}
#footer img{
margin-bottom:0px;
}
.red{
color:#EF2B2B;
}
/************************************/
.mail a{
font-weight:bold;
font-size: 16px;
text-decoration: underline;
}
.mail a:link{
color: #0068FF;
}
.mail a:visited{
color: #0068FF;
}
.mail a:hover{
color: #00E1FF;
}

/************************************/
.float_right{float:right;}
.pt10 {padding-top:10px;}
.pt50 {padding-top:50px;}
.pb10 {padding-bottom:10px;}
.pl55 {padding-left:55px;}
.pl93 {padding-left:93px;}

.mb20 {margin-bottom:20px;}

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

.list_catBox {
	background-color:#d7eaf3;
	padding:5px;
	margin:5px;
	text-align:left;
}

.list_catBox  select{
	width:210px;
	padding:5px;
}

.list_catBox  input[type="submit"]{
	width:60px;
	padding:5px;
	color:#333333;
}

.list_catLink {
	margin:10px;
	text-align:right;
}

.list_catLink a{
	font-size:12px;
	color:#0069FF;
}

.customize01{
	font-size:12px;
	text-align:left;
	margin-left:15px;
	margin-top:15px;
}

#main {
     position: relative;
}

#breadcrumb {
     font-weight: normal;
     left: 20px;
     line-height: 1.5;
     position: absolute;
     text-align: left;
     top: -20px;
     font-size: 11px;
}

#breadcrumb li {
     display: inline;
}

#breadcrumb li a {
     color: #666666;
     text-decoration: none;
}