@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffffff url(images/body-bg.jpg) top center;
}

#home #wrapper {
    width: 100%;
    background: url(images/home-wrapper-bg.jpg) top center no-repeat;
}

.layout-2column-right #wrapper {
    width: 100%;
    background: url(images/wrapper-bg.jpg) top center no-repeat;
}

#wrapper-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#content {
    width: 940px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}


/* layout-2column-right */

.layout-2column-right #article {
    width: 700px;
}

.layout-2column-right #aside {
    width: 200px;
    margin-left: 40px;
}

#home #article {
    width: 740px;
}

#home #aside {
    width: 200px;
    margin-left: 0;
}


/* style ----------------------------------------------------------------- */


a { color: #6c002e; text-decoration: underline;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }


#header {
    margin: 0;
    padding: 16px 0 25px 0;
    background: none;
}

#header h1 {
    margin: 0 0 9px 0;
	padding: 0 0 0 440px;
    font-size: 75%;
    font-weight: normal;
    color: #333;
    height: 20px;
}

#header img {
    margin: 10px 0 0 0;
    padding: 0;
}


#nav {
    background: none;
    height: 60px;
    width: 630px;
    margin: -75px 0 0 0;
    padding: 0;
    float: right;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 60px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 60px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 60px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav02 a {
    background: url(images/nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav03 a {
    background: url(images/nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav04 a {
    background: url(images/nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav05 a {
    background: url(images/nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav06 a {
    background: url(images/nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
    background-position: 0 -60px;
}


#home #banner {
    margin: 0;
    padding: 0;
    width: 940px;
    height: 360px;
}

.layout-2column-right #banner {
    margin: 0;
    padding: 0;
    width: 940px;
    height: 160px;
}

#banner-nav {
    background: none;
    height: 230px;
    width: 230px;
    margin: 0;
    padding: 0 0 0 290px;
    margin: 50px 90px 0 0;
    overflow: hidden;
    float: left;
}

#banner-nav ul {
    margin: 0;
    padding: 0;
    border: 0;
}

#banner-nav ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1.4;
}

#banner-nav ul li a {
    margin: 0;
    padding: 0;
    width: 230px;
    display: block;
    text-indent: -9999px;
    background: url(images/banner-nav-bg.jpg) left top no-repeat;
    border: 0;
}

#banner-nav ul li.nav01 a {
    background-position: 0 0;
    height: 35px;
}

#banner-nav ul li.nav02 a {
    background-position: 0 -35px;
    height: 50px;
}

#banner-nav ul li.nav03 a {
    background-position: 0 -85px;
    height: 35px;
}

#banner-nav ul li.nav04 a {
    background-position: 0 -120px;
    height: 40px;
}

#banner-nav ul li.nav05 a {
    background-position: 0 -160px;
    height: 35px;
}

#banner-nav ul li.nav06 a {
    background-position: 0 -195px;
    height: 35px;
}

#banner-nav ul li.nav01 a:hover { background-position:  -230px  0; }
#banner-nav ul li.nav02 a:hover { background-position:  -230px  -35px; }
#banner-nav ul li.nav03 a:hover { background-position:  -230px  -85px; }
#banner-nav ul li.nav04 a:hover { background-position:  -230px  -120px; }
#banner-nav ul li.nav05 a:hover { background-position:  -230px  -160px; }
#banner-nav ul li.nav06 a:hover { background-position:  -230px  -195px; }

#banner-top-twitter {
    float: left;
    margin: 100px 0 0 0;
}

#banner-twitter {
    margin: -60px 0 0 610px;
}

#topicpath {
    margin: 0;
    padding: 25px 0 0 0;
    width: 940px;
    height: 30px;
    overflow: hidden;
}


#topicpath ol {
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    font-size: 93%;
    background: url(images/topicpath-home.jpg) no-repeat 0 50%;
    overflow: hidden;
}

#topicpath ol li {
    float: left;
    padding-right: 7px;
    padding-left: 12px;
    background: url(images/topicpath-arrow.gif) no-repeat 0 50%;
    list-style-type: none;
}

#topicpath ol li.home {
    padding-left: 0;
    background: none;
}

#topicpath ol li a:link,
#topicpath ol li a:visited {
    text-decoration: underline;
}

#topicpath ol li a:hover,
#topicpath ol li a:active {
    text-decoration: underline;
}

#topicpath ol li em {
    font-style: normal;
    font-weight: bold;
}

#home #content {
    margin: 45px 0 0 0;
    line-height: 1.4;
}

#content {
    margin: 0 0 0 0;
    line-height: 1.4;
}

#article {
    margin: 0 auto;
    padding: 0;
}

.layout-2column-right #article {
    margin: 0 auto;
    padding: 0;
}

#article h2 {
    margin: 0;
    padding: 0;
    display: none;
}

.layout-2column-right #article h2 {
    margin-bottom: 10px;
    padding: 0;
    display: block;
}

#article .section {
    color: #333;
	overflow: hidden;
	width: 100%;
    margin: 0 0 20px 0;
}

#article .section h3 {
    margin: 0 0 10px 0;
    padding: 0;
	color: #6c002e;
}

#article .section h4 {
    margin: 0 0 5px 0;
    padding: 0;
}

#article .section p {
    margin-bottom: 10px;
}

.paragraph {
    margin: 0 10px 10px 10px;
    padding: 0;
}

.paragraph p {
    margin: 0 0 20px 0;
    padding: 0;
	line-height: 1.6;
}

.description p {
    margin: 0 0 10px 0;
    padding: 0;
}

.section-box-header {
    width: 660px;
    height: 27px;
    margin: 20px 0 0 0;
    padding: 8px 0 0 20px;
    background: url(images/img-section-box-header-bg.jpg) no-repeat;
}

.section-box {
    width: 660px;
    margin: 0;
    padding: 20px 0 10px 0;
    background: url(images/img-section-box-bg.gif) repeat-y;
}

.section-box-footer {
    width: 660px;
    height: 10px;
    margin: 0 0 20px 0;
    padding: 0;
    background: url(images/img-section-box-footer-bg.gif) no-repeat;
}

.section-header {
    width: 660px;
    height: 27px;
    margin: 20px 0 20px 0;
    padding: 8px 0 0 20px;
    background: url(images/img-section-header-bg.jpg) no-repeat;
}

.section-list {
    margin:0 0 30px 0;
}

#article .section-list dl,
#article .section-list dl dt,
#article .section-list dl dd {
    margin:0 10px;
}

.section-list dt {
    clear:left;
    float:left;
    width:100px;
    padding:10px 0 10px 20px;
    background:url(images/img-list-icon.gif) 5px 50% no-repeat;
}

.section-list dt {
    width:100px;
}

.section-list dd {
    padding:10px 10px 10px 100px;
    background:url(images/tbl-border.jpg) 0 100% repeat-x;
}

#pagetop {
    clear: both;
    margin: 20px 10px 0 0;
    padding: 0;
    text-align: right;
}

#aside {
    width: 200px;
    margin: 0;
    padding: 0;
}

#footer {
    width: 940px;
    margin: 0;
    padding: 20px 0 40px 0;
	background: url(images/footer-border.jpg) top center no-repeat;
	overflow: hidden;
}

#footer #footer-address {
    float: left;
    text-decoration: normal;
    font-size: 77%;
    width: 540px;
    margin-bottom: 10px;
}

#footer #footer-address address {
    margin-bottom: 10px;
}

#footer #footer-address address img {
    float: left;
    margin: 0 10px; 
}

#footer #footer-address #service-area {
    margin: 0 0 10px 10px;
}

#footer-nav {
    float: right;
    width: 350px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer ul {
    display: block;
    margin: 0 0 5px -1px;
    padding: 0;
    font-size: 77%;
}

#footer #footer-nav-bottom {

}

#footer ul li {
    display: inline;
    margin-right: 0;
    padding: 0 4px 0 6px;
    border-left: 1px #333333 solid;
    list-style-type: none;
}

#footer #copyright {
    clear: both;
    font-size: 77%;
    background: url(images/footer-copyright-border.jpg) top center no-repeat;
    padding-top: 20px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}


/* toppage ----------------------------------------------------------------- */

#top-services {
    width: 700px;
    margin: 0 0 0 10px;
overflow: hidden;
}

#top-services .top-service {
    float: left;
    width: 330px;
    margin: 0 20px 10px 0;
    overflow: hidden;
}

#top-services .top-service p {
    font-size: 93%;
    margin-left: 20px;
}

#top-services .top-service h3 {
    margin: 0 0 5px 0;
    padding: 0;
}

#top-services .top-services-img {
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #6c002e;
}

#top-services .top-service .anchor {
    margin: 0 0 10px 20px;
    padding: 0;
}


/* top-news ----------------------------------------------------------------- */

#top-news {
    height: 225px;
    width: 360px;
    float: left;
    background: url(images/top-news-bg.jpg) no-repeat;
}

#top-news-header {
    height: 80px;
}

#top-news-header h3 {
    display: none;
}

#top-news-header #news-anchor {
    float: right;
    margin: 55px 25px 0 0;
    font-size: 85%;
}

#top-news-header #news-anchor img {
    vertical-align: bottom;
}

#top-news-content {
    font-size: 85%;
    margin: 10px 20px;
}

#top-news-content ul {
    margin: 0;
    padding: 0;
}

#top-news-content ul li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

#top-news-content ul li .date,
#top-news-content ul li .cat {
    margin-right: 5px;
}

#top-news-content ul li img {
    vertical-align: middle;
}


/* top-blog ----------------------------------------------------------------- */

#top-blog {
    height: 225px;
    width: 360px;
    float: left;
    background: url(images/top-blog-bg.jpg) no-repeat;
}

#top-blog-header {
    height: 80px;
}

#top-blog-header h3 {
    display: none;
}

#top-blog-header #blog-anchor {
    float: right;
    margin: 55px 25px 0 0;
    font-size: 85%;
}

#top-blog-header #blog-anchor img {
    vertical-align: bottom;
}

#top-blog-content {
    font-size: 85%;
    margin: 10px 15px 10px 25px;
}

#top-blog-content ul {
    margin: 0;
    padding: 0;
}

#top-blog-content ul li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

#top-blog-content ul li .date {
    margin-right: 15px;
}


/* side-contact ----------------------------------------------------------------- */

#side-contact {
    clear: both;
    margin: 0;
    padding: 0;
    background: url(images/side-contact-bg.jpg) no-repeat;
    width: 200px;
}

#side-contact-header {
    width: 200px;
    height: 65px;
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
}

#side-contact-header h3 {
    display: none;
}

#side-contact-content {
    width: 200px;
    margin: 0;
    padding: 40px 0 85px 0;
}

#side-contact-content img {
    margin: 0 10px;
    padding: 0;
    vertical-align: bottom;
}

#side-contact-footer {
    width: 200px;
    margin: 0;
    padding: 0;
    height: 50px;
}

#side-contact-footer p {
    margin: 10px 5px 15px 5px;
    padding: 0;
    font-size: 77%;
}


/* side-news ----------------------------------------------------------------- */

#side-news {
    clear: both;
    margin: 0;
    padding: 0;
width: 200px;
}

#side-news-header {
    width: 200px;
    height: 55px;
    margin: 0;
    padding: 0 0 0 0;
    background: url(images/side-news-header-bg.jpg) no-repeat;
    overflow: hidden;
}

#side-news-header h3 {
    display: none;
}

#side-news-header #rss {
    float: right;
    margin: 32px 15px;
}

#side-news-content {
    width: 200px;
    margin: 0;
    padding: 10px 0;
    background: url(images/side-news-content-bg.jpg) repeat-y;
}

#aside #side-news-content ul {
    margin: 0 10px 0 10px;
    padding: 0;
}

#aside #side-news-content ul li {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    list-style: none;
    font-size: 85%;
}

#aside #side-news-content ul li .date {
    display: inline;
}

#aside #side-news-content ul li .cat {
    display: block;
	float: right;
}

#aside #side-news-content ul li .title {
    display: block;
}

#aside #side-news-content ul li img {
    vertical-align: middle;
}


#side-news dl {
    margin: 0 10px;
    font-size: 85%;
}

#side-news dl dt,
#side-news dl dd {
    margin: 0;
}

#side-news dt {
    padding:3px 0 0 0;
}

#side-news dd {
    padding:0 0 3px 0;
}

#side-news-footer {
    width: 200px;
    height: 30px;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    background: url(images/side-news-footer-bg.jpg) no-repeat;
}

#side-news-footer .anchor {
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 85%;
    float: right;
}



/* office ----------------------------------------------------------------- */

.office-gaiyou {
    margin: 0;
    border: 0;
}

.office-gaiyou table {
    margin: 0 20px 10px 20px;
    border: 0;
    background: url(images/tbl-border.jpg) top left repeat-x;
}

.office-gaiyou table th {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 10px 10px;
    border: 0;
    background: url(images/tbl-border.jpg) bottom left repeat-x;
    width: 79px;
}

.office-gaiyou table td {
    margin: 0;
    padding: 10px 10px;
    border: 0;
    background: url(images/tbl-border.jpg) bottom left repeat-x;
    width: 300px;
}

.office-gaiyou-image {
    float: left;
    margin: 0 40px 0 10px;
    width: 202px;
}

.office-gaiyou-image .office-gaikan {
    margin: 0 0 10px 0;
    border: 1px solid #6c002e;
}

.office-gaiyou-image p {
    margin: 0;
    padding: 0;
    font-size: 85%;
    color: #6c002e;
}

.office-gaiyou-image .profile {
    text-align: center;
    margin: 20px 0 10px 0;
}

.office-staff {
    float: left;
    margin: 0 0 0 -1px;
    padding: 0 60px 0 60px;
    width: 202px;
    border-left: 1px dotted #6c002e;
}

.office-staff .staff-image {
    margin: 0 0 10px 0;
    border: 1px solid #6c002e;
}

.office-staff p {
    margin: 0;
    padding: 0;
    font-size: 85%;
    color: #6c002e;
}

.office-staff .profile {
    text-align: center;
    margin: 20px 0 10px 0;
}


/* clients ----------------------------------------------------------------- */

.clients-voice {
    margin: 0 0 30px 0;
}

.clients-voice p {
    padding: 0 20px;
}


/* news ----------------------------------------------------------------- */

.news-content {
    margin:0 0 30px 0;
}

.news-content ul {
    margin: 0 10px 20px 10px;
    background:url(images/tbl-border.jpg) top left repeat-x;

}

.news-content ul li {
    padding:10px 0 10px 0;
    background:url(images/tbl-border.jpg) bottom left repeat-x;
    list-style: none;
}

.news-content ul li .date {
    margin-right: 10px;
    padding: 0 0 0 20px;
    background:url(images/img-list-icon.gif) 5px 50% no-repeat;
}

.news-content ul li .cat {
    margin-right: 10px;
}

.news-content ul li img {
    vertical-align: middle;
}

#news-post-header {
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
    background: url(images/news-header-icon.jpg) left center no-repeat;
}

#article .section #news-post-header h3 {
    margin: 0;
    padding: 0;
	font-size: 138.5%;
}

#news-post-content {
    padding: 50px;
    background: url(images/news-post-content-bg.jpg) left top no-repeat;
}

#news-post-footer {
    height: 20px;
    background: url(images/news-post-footer-bg.jpg) left top no-repeat;
}


/* table ----------------------------------------------------------------- */

.tbl-contact {
    padding: 0;
    margin: 0 20px 15px 20px;
    background:url(images/tbl-border.jpg) bottom left repeat-x;
    font-size: 93%;
}

.tbl-contact tr {
    background:url(images/tbl-border.jpg) top left repeat-x;
}

.tbl-contact th {
    width: 180px;
    padding: 10px;
    margin: 0;
    color: #6c002e;
    font-weight: normal;
    text-align: left;
}

.tbl-contact td {
    width: 460px;
    padding: 10px;
    margin: 0;
}


.tbl-fee {
    margin: 0 0 10px 20px;
    width: 660px;
    border: 0;
    background:url(images/tbl-border.jpg) bottom left repeat-x;
}

.tbl-fee th {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 10px 10px;
    border: 0;
    background:url(images/tbl-border.jpg) top left repeat-x;
}

.tbl-fee td {
    margin: 0;
    padding: 9px 10px;
    border: 0;
    text-align: right;
    background:url(images/tbl-border.jpg) top left repeat-x;
}


/* list ----------------------------------------------------------------- */

.list-folder {
    margin: 0 10px 30px 10px;
    padding: 0;
    background:url(images/tbl-border.jpg) top left repeat-x;
}

.list-folder li {
    margin: 0;
    padding: 10px 10px;
    font-size: 113%;
    color: #6c002e;
    list-style: none;
    background:url(images/tbl-border.jpg) bottom left repeat-x;
}

.list-folder li span {
    margin: 0;
    padding: 0 0 0 36px;
    background:url(images/folder.jpg) left center no-repeat;
}

.list-ranking {
    margin: 0 10px 30px 10px;
    padding: 0;
    background:url(images/tbl-border.jpg) top left repeat-x;
}

.list-ranking ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-ranking li {
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    background:url(images/tbl-border.jpg) bottom left repeat-x;
}

.list-ranking li .list-title {
    font-size: 113%;
    color: #6c002e;
    margin: 0 0 5px 0;
    padding: 5px 0 2px 36px;
    display: block;
}

.no1 {
    background:url(images/no1.jpg) left center no-repeat;
}

.no2 {
    background:url(images/no2.jpg) left center no-repeat;
}

.no3 {
    background:url(images/no3.jpg) left center no-repeat;
}

.no4 {
    background:url(images/no4.jpg) left center no-repeat;
}

.list-ranking li .list-description {
    font-size: 93%;
    margin: 0;
    padding: 0 0 0 36px;
    display: block;
}


/* pagination ----------------------------------------------------------------- */

#pagination {
    width: 700px;
    border:0;
    margin:0;
    padding:0;
}

#pagination li{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    margin-right:2px;
    display: block;
    float:left;
}

#pagination a{
    border:solid 1px #9aafe5;
    color: #2e6ab1;
    background: #fff;
    float:left;
}

#pagination .active{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    float:left;
    padding:4px 6px;
}

#pagination a:link,
#pagination a:visited {
    color:#0e509e
    float:left;
    padding:3px 6px;
    text-decoration:none;
}

#pagination a:hover{
    border:solid 1px #0e509e
}


/* side ----------------------------------------------------------------- */

#aside .section {
    margin-bottom: 10px;
}

#aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#aside ul li {
    margin: 0;
    padding: 0;
}

#side-list {
    margin: 0 0 20px 0;
    padding: 0;
}

#side-list ul {
    margin: 0;
    padding: 1px 0 0 0;
    background: url(images/img-side-list-ul-bg.gif) no-repeat;
    vertical-align: top;
}

#side-list ul li {
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 85%;
}

#side-list ul li a {
    display: block;
    width: 170px;
    height: 27px;
    margin: 0;
    padding: 13px 10px 0 30px;
    text-decoration: none;
    background: url(images/img-side-list-li-bg.gif) top left no-repeat;
}

#side-list ul li a:hover {
    display: block;
    width: 170px;
    height: 27px;
    background-position: 0 -40px;
    color: #000;
}

#side-list ul li.on a {
    background-position: 0 -40px;
}

#side-list ul li.on a:hover {
    background-position: 0 0;
}

/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #6c002e;
}

.img-right {
    float: right;
    margin: 0 0 20px 20px;
    border: 1px solid #6c002e;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 1em; background: #eee; }

.clear { clear: both; }

.red { color: #ee0000; }

.smaller { font-size: 85%; }

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

blockquote {
    border: 1px solid #cce2b0;
    background: #e2eed3;
    padding: 15px 15px 5px 15px;
}

.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%; }



