/* CSS Document */
html{
font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
background-color: #DEECD3;
}
body{
width:800px;
margin:0 auto;
padding:0px;
}
.main{
width: 800px;
padding: 0px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-left-color: #999999;
background-image: url(../img/parts/bg.gif);
background-repeat: repeat-y;
font-size: 12px;
}
a:link,
a:visited{
color: #396417;
text-decoration: underline;
}
a:hover,
a:active {
color: #FF9900;
text-decoration: underline;
}

/* header */
#header {
background-image: url(../img/parts/header.jpg);
background-repeat: no-repeat;
height: 130px;
width: 800px;
}
#header #left_top {
float: left;
width: 300px;
margin-left: 15px;
margin-top: 5px;
}
#header #right_top {
float: right;
width: 450px;
padding-top: 40px;
text-align: right;
line-height: 20px;
padding-right: 10px;
}
#header h1 {
font-size: 12px;
font-weight: bold;
}



/* menu */
#menu {
	clear: both;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
#menu li {
display: inline;
list-style-type: none;
}
#menu li a {
	display: block;
	width: 180px;
	margin-top: 5px;
}



/* contents */
#contents {
clear: both;
}
#contents #left {
width: 200px;
float: left;
}
#contents #left h2 {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-image: url(../img/gif/square_l.gif);
padding-top: 10px;
padding-left: 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #a1c490;
background-repeat: no-repeat;
background-position: 3px 13px;
width: 160px;
margin: 10px 10px 0px 10px;
}
#contents #left p {
font-size: 12px;
color: #FFFFFF;
width: 170px;
padding-right: 15px;
padding-left: 15px;
margin-top: 5px;
line-height: 16px;
}
#contents #right {
float: left;
width: 580px;
padding: 10px;
}
#contents #top_b{
text-align: right;
font-size:10px;
clear: both;
margin-top: 10px;
padding-top: 10px;
margin-bottom: 10px;
}
#right #pan {
font-size: 10px;
text-align: right;
margin: 10px 0px;
padding-right: 10px;
}
#right #pan a:hover,
#right #pan a:active{
background: #396417 !important;
color: #FFFFFF !important;
}


/* footer */
#footer {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
clear: both;
text-align: center;
padding: 10px 5px 0px 0px;
margin-left: 200px;
line-height: 20px;
}
