@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ccc;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper-inner {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    background: #000;
    text-align: left;
}

#article {
    width: 900px;
}

#content {
    width: 900px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#footer {
    width: 900px;
}



/* style ----------------------------------------------------------------- */


a { color: #0000cc; text-decoration: underline;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }


/* Header */

#header {
    margin: 0;
    padding: 0;
    background: url(images/header-bg.gif) no-repeat;
    height: 67px;
}

#header h1 {
    display: none;
}

#header h1 a {
    text-decoration: none;
}

#header #logo {
float: left;
    margin: 4px 0 0 32px;
}


/* Nav */

#nav {
float: right;
    background: none;
    height: 20px;
    margin: 22px 40px 0 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 20px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 20px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    height: 20px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/nav01.gif) 0 0 no-repeat;
    text-indent: -9999px;
    width: 70px;
}

#nav ul li.nav02 a {
    background: url(images/nav02.gif) 0 0 no-repeat;
    text-indent: -9999px;
    width: 90px;
}

#nav ul li.nav03 a {
    background: url(images/nav03.gif) 0 0 no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav04 a {
    background: url(images/nav04.gif) 0 0 no-repeat;
    text-indent: -9999px;
    width: 140px;
}

#nav ul li.on a {
  background-position: 0 -20px;
}

#nav ul li a:hover {
  background-position: 0 -20px;
}


/* Content */

#article {
    margin: 0;
border-top: 5px solid #fff;
}

#content {
    margin: 0 auto;
    padding: 0;
}

.entryform #content {
    width: 550px;
    margin: 24px auto 24px auto;
    padding: 0;
    background: #fff url(images/crown.gif) center 200px no-repeat;
}

#form-header {
    margin: 0 0 10px 0;
    padding: 0;
}

#form-body {
    margin: 0;
    padding: 0 10px;
    background: url(images/footer-logo.gif) right bottom no-repeat;
}


/* Aside */

#aside {
    float: right;
    width: 200px;
}

#aside .section {
    margin-bottom: 20px;
}

#aside .section h4 {}

#aside .section h4 a {
    text-decoration: none;
}

#aside .section ul {}

#aside .section ul li {}


/* Footer */

#footer {
    margin: 0 auto;
padding-bottom: 30px;
border-top: 5px solid #fff;
background: #000;
text-align: right;
}

#footer img {
margin: 20px 100px 0 0;
}

#footer ul {
	width: 860px;
	overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #333333 solid;
	list-style-type: none;
}


/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #f5f5f5;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid #f5f5f5;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 10px; background: #eee; }

.red { color: #ee0000; }
.blue { color: #0066ff; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/* box ----------------------------------------------------------------- */

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.box-white {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
