/*=========================================================

default

=========================================================*/
* {
font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka;
margin: 0;
padding: 0;
font-size: 14px;
color: #333333;
}

body {
text-align: center;
}

p {
line-height: 2em;
letter-spacing: 0.15em;
}

span.red {
color: #FF0000;
font-size: 100%;
margin-right: 10px;
}

#wrapper {
background: #FFFFFF;
border: solid 1px #BBBDBA;
height: 498px; /*500-2*/
margin: 10px auto 0;
position: relative;
text-align: left;
width: 898px; /*900-2*/
}

.contents {
height: 340px;
margin: 30px 0 0 40px;
position: relative;
width: 590px;
/*background: #cccccc;*/
}

/*--------------------
top
--------------------*/
.top {
width: 882px; /*900-18*/
height: 32px; /*46-14 (100-9)*/
padding: 14px 0 0 18px;
}

.top p {
width: 864px; /*900-18*2*/
margin-top: -20px;
text-align: right;
font-size: 13px;
letter-spacing: 0;
}


/*--------------------
bullet
--------------------*/
.contents ul.bullet {
list-style: none;
margin: 0 0 10px;
line-height: 2em;
}

.contents ul.bullet li {
background: url(../images/arrow.gif) left 5px no-repeat;
padding-left: 15px;
height: 24px;
margin-bottom: 5px;
}

.contents ul.bullet li span {
letter-spacing: 0.15em;
border-bottom: 1px solid #CCCCCC;
}


/*--------------------
other
--------------------*/
.contents img.mainImg {
width: 130px;
height: 340px;
float: left;
margin-right: 30px;
}

.contents div.main {
width: 430px;
float: left;
}

.contents a.link {
display: block;
height: 24px;
width: 134px;
position: absolute;
right: 0;
bottom: 0;
}


/*--------------------
navigation
--------------------*/
ul#navigation {
position: absolute;
top: 480px;
left: 0px;
width: 801px; /*900-99*/
height: 20px;
list-style: none;
padding-left: 99px;
background: url(../images/nav_bg.jpg) left top repeat-x;
}

#navigation li {
width: 100px;
height: 20px;
float: left;
}

/*subNavigation*/
ul#subNavigation {
position: absolute;
top: 449px;
left: 28px;
width: 631px; /*641-30*/
height: 29px; /*31-2*/
/*margin-left: 127px;*/
padding: 2px 0 0 30px;
list-style: none;
background: url(../images/subnav_bg.jpg) left top;
}

#subNavigation li {
width: 95px;
height: 20px;
float: left;
margin-right: 5px;
}


/*--------------------
footer
--------------------*/
div#footer {
position: absolute;
bottom: -23px;
left: 0px;
width: 900px;
text-align: center;
color: #666666;
font-size: 12px;
}





