@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;
}


.layout-2column #wrapper {
    width: 100%;
    background: #ffffff url(images/img-wrapper-bg.jpg) repeat-x;
}

.layout-2column-right #wrapper {
    width: 100%;
    background: #ffffff url(images/img-wrapper-side-bg.jpg) repeat-x;
}

#wrapper-inner {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#content {
    width: 900px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 660px;
}

.layout-2column-right #aside {
    width: 200px;
margin-left: 40px;
}

/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    left: 200px;
    width: 600px;
}

.layout-2column-left #aside {
    left: -600px;
    width: 200px;
}

/* レイアウト・2カラム等幅 */

.layout-2column #article #left {
    float: left;
    width: 470px;
}

.layout-2column #article #right {
    float: right;
    width: 415px;
}

/* レイアウト・1カラム */

.layout-1column #article {
    width: 800px;
}


/* style ----------------------------------------------------------------- */


a { color: #333333; 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: 18px 0 17px 0;
    background: url(./images/img-header-contact.jpg) right 34px no-repeat;
}

#header h1 {
float: right;
    margin: 0 20px 0 0;
font-size: 85%;
font-weight: normal;
color: #999;
}

#header p {
    margin: 0 0 0 20px;
}

#header p a {
    text-decoration: none;
}

#header p img {
    margin: 20px 0 0 0;
}

#nav {
    background: none;
    height: 34px;
    margin: 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 34px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 34px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 34px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 60px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav06 a {
    background: url(images/img-nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav07 a {
    background: url(images/img-nav07.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav08 a {
    background: url(images/img-nav08.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav09 a {
    background: url(images/img-nav09.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 -34px;
}


.layout-2column #banner {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 280px;
}

.layout-2column-right #banner {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 140px;
}

#topicpath {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 30px;
}

#topicpath p {
    margin-top: 5px;
    font-size: 85%;
    color: #fff;
    font-weight: bold;
}

#topicpath a,
#topicpath a:hover {
    color: #fff;
}

#content {
    margin: 0;
    line-height: 1.4;
}

#article {
    margin: 0 auto;
    padding: 0;
}

.layout-2column-right #article {
    margin: 20px auto 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: #444;
}

#article .section h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

#article .section h4 {
    margin: 0 0 10px 20px;
    padding: 0 0 0 14px;
    background: url(./images/img-icon-h4.gif) left center no-repeat;

}

#article .section p {
    margin: 0 20px 10px 20px;
    padding: 0;
}

.layout-2column #article .section p {
    margin: 0 0 10px 0;
    padding: 0;
}

#article .description p {
    margin: 0 0 10px 0;
    padding: 0;
}

#article .section ul,
#article .section ol {
    margin: 0 0 20px 0;
    padding: 0 20px 0 50px;
}

#article .section ul ul,
#article .section ol ol {
    margin: 10px 0 20px 0;
    padding: 0 20px 0 20px;
}

.layout-2column #article .section ul,
.layout-2column #article .section ol {
    margin: 0 0 20px 0;
    padding: 0 15px 0 15px;
}

#article .section .box-gray ul,
#article .section .box-gray ol {
    margin: 0 0 10px 0;
    padding: 0 20px 0 35px;
}

#article .section ul li,
#article .section ol li {
    margin: 0 0 5px 0;
    padding: 0 0 0 16px;
    background: url(./images/img-list-icon.gif) left 3px no-repeat;
    list-style: none;
}

.layout-2column #article .section ul li,
.layout-2column #article .section ol li {
    margin: 0 0 5px 0;
    padding: 0;
    background: none;
    list-style: none;
}

#article .section .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;
}

#article .section .section-box {
    width: 660px;
    margin: 0;
    padding: 20px 0 10px 0;
    background: url(images/img-section-box-bg.gif) repeat-y;
}

#article .section .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;
}

#article .section .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;
}

#article .section .chart {
    margin: 10px 80px;
    padding: 0 0 20px 0;
    background: url(images/img-chart-arrow.gif) center bottom no-repeat;
}

#article .section .chart-last {
    padding: 0;
    background: none;
}

#article .section .chart p {
    margin: 0;
    padding: 20px 10px 20px 50px;
    color: #fff;
    border: 2px solid #7ec2e5;
    text-align: left;
    font-weight: bold;
}

#article .section .chart01 {
    background: #4cb1e5 url(images/img-chart-no01.gif) no-repeat;
}

#article .section .chart02 {
    background: #4cb1e5 url(images/img-chart-no02.gif) no-repeat;
}

#article .section .chart03 {
    background: #4cb1e5 url(images/img-chart-no03.gif) no-repeat;
}

#article .section .chart04 {
    background: #4cb1e5 url(images/img-chart-no04.gif) no-repeat;
}

#article .section .chart05 {
    background: #4cb1e5 url(images/img-chart-no05.gif) no-repeat;
}

#article .section .chart06 {
    background: #4cb1e5 url(images/img-chart-no06.gif) no-repeat;
}

#article .section .chart07 {
    background: #4cb1e5 url(images/img-chart-no07.gif) no-repeat;
}

#article .section .chart08 {
    background: #4cb1e5 url(images/img-chart-no08.gif) no-repeat;
}

#article .section .chart09 {
    background: #4cb1e5 url(images/img-chart-no09.gif) no-repeat;
}

#article .section .chart10 {
    background: #4cb1e5 url(images/img-chart-no10.gif) no-repeat;
}

#article .section .chart11 {
    background: #4cb1e5 url(images/img-chart-no11.gif) no-repeat;
}

#article .section .chart12 {
    background: #4cb1e5 url(images/img-chart-no12.gif) no-repeat;
}

#article .section-list {
 margin:0 0 30px 0;
}

#article .section-list dl,
#article .section-list dl dt,
#article .section-list dl dd
{
 margin:0 10px;
}

#article .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;
}

#article .section-list dt
{
 width:100px;
}

#article .section-list dd
{
 padding:10px 10px 10px 100px;
 background:url(./images/dotline.gif) 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: 900px;
    margin: 0;
    padding: 10px 0 30px 0;
    border-top: 4px solid #eee;
}

#footer address {
    float: left;
    text-decoration: normal;
    font-size:77%;
}

#footer ul {
    float: right;
    width: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 77%;
}

#footer ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #333333 solid;
	list-style-type: none;
}


/* toppage ----------------------------------------------------------------- */

#article .section #registration {
    width: 460px;
    _width: 470px;
    margin: 0 0 0 10px;
}

#article .section .registration-content {
    display:inline;
    float: left;
    width: 220px;
    margin: 0 10px 10px 0;
}

#article .section .registration-content p {
    font-size: 77%;
}

#article .section .registration-content .leadin {
    margin: 0 0 5px 0;
}

#article .section .registration-content h4 {
    margin: 0 0 5px 0;
    padding: 0 0 0 12px;
    background: url(./images/img-icon-h4.gif) left center no-repeat;
}

#article .section .registration-content .anchor {
    float: right;
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    background: url(./images/img-icon-file.gif) left center no-repeat;
    height:1%;
}

#article #left .section .clearance-content {
    margin: 0 10px;
    font-size:85%;
}

#article #left .section .clearance-content h4 {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    background: url(./images/img-icon-h4.gif) left center no-repeat;
    color: #333;
}

#article #left .section .clearance-content .quotation {
    padding: 1em;
    background: #eee;
}

#article #left .section .clearance-content .green {
    float: left;
    width: 144px;
margin: 0 9px 5px 0;
}

#article #left .section .clearance-content .green p {
height: 160px;
    padding: 5px;
margin: 0;
    background: #a5c83b;
    border: 3px solid #95be19;
    color: #333;
}

#article #left .section .clearance-content .blue {
    float: left;
    width: 144px;
margin: 0 9px 5px 0;
}

#article #left .section .clearance-content .blue p {
height: 160px;
    padding: 5px;
margin: 0;
    background: #3ea6cb;
    border: 3px solid #1c96c2;
    color: #333;
}

#article #left .section .clearance-content .orange {
    float: left;
    width: 144px;
margin: 0 0 5px 0;
}

#article #left .section .clearance-content .orange p {
height: 160px;
    padding: 5px;
margin: 0;
    background: #f4af48;
    border: 3px solid #f2a128;
    color: #333;
}

#article #right .section #right-col-left {
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
}

#article #right .section #right-col-right {
    float: left;
    width: 200px;
    margin: 0;
}

#article #right .section .right-content {
    width: 180px;
    margin: 0 0 0 10px;
    font-size:85%;
}

#article #right .section {
    margin-bottom: 2em;
}

#article #right .section h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

#article #right .section h4 {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    background: url(./images/img-icon-h4.gif) left center no-repeat;
}

#article #right .section h4 a {
    text-decoration: none;
}

#article #right .section .anchor {
    float: right;
    margin: 0 15px 10px 0;
    padding: 0 0 0 12px;
    background: url(./images/img-icon-file.gif) left center no-repeat;
}


#article #right .section ul {}

#article #right .section ul li {}

#article #right .section #topics {
    clear: both;
    margin: 0;
    padding: 0;
}

#topics #topics-header {
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0 0 0 0;
    background: url(./images/img-topics-header-bg.jpg) no-repeat;
}

#topics #topics-header h3 {
    display: none;
}

#topics #topics-header #rss {
    float: right;
    margin: 20px 15px;
}

#topics ul {
    margin: 0 15px;
    padding: 0;
}

#topics ul li {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    list-style: none;
    font-size: 85%;
    border-bottom: 1px dashed #ddd;
}

#topics dl {
    margin: 0 15px;
font-size: 85%;
}

#topics dl dt,
#topics dl dd {
    margin: 0;
}

#topics dt {
    padding:3px 0 0 0;
}

#topics dd {
    padding:0 10px 3px 12px;
    background:url(./images/img-list-icon.gif) left 50% no-repeat;
    border-bottom: 1px dashed #ddd;
}

#topics #topics-footer {
    width: 200px;
    height: 52px;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: url(./images/img-topics-footer-bg.jpg) no-repeat;
}

#topics #topics-footer .anchor {
    margin: 0 15px 0 0;
    padding: 0 0 0 12px;
    font-size: 85%;
    float: right;
    background: url(./images/img-icon-file.gif) left center no-repeat;
}


/* zouyo ----------------------------------------------------------------- */

.zouyo table {
    margin: 0 auto 20px auto;
    width: 580px;
    border: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.zouyo table th {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 8px 10px;
    background: #f5f5f5;
    border: 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.zouyo table td {
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}


/* registration ----------------------------------------------------------------- */

.layout-2column-right #article .section #registration {
width: 630px;
    margin: 0 0 0 40px;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.layout-2column-right #article .section .registration-content {
    float: left;
    width: 270px;
    margin: 0 40px 20px 0;
}

/* incorporation ----------------------------------------------------------------- */

.tbl-estimate {
margin: 40px 40px 10px 40px;
border: 0;
font-size: 100%;
width: 580px;
}

.tbl-estimate th {
font-weight: normal;
text-align: left;
margin: 0;
padding: 8px 10px;
border: 0;
border-bottom: 2px solid #abe2ff;
width: 60%;
}

.tbl-estimate td {
margin: 0;
padding: 8px 10px;
border: 0;
border-bottom: 2px solid #ddd;
text-align: center;
width: 20%;
}

.tbl-estimate .bottom {
border: 0;
}


/* office ----------------------------------------------------------------- */

.section-office {
margin: 0 0 40px 0;
border: 0;
font-size: 85%;
}

.section-office table {
margin: 0 20px 10px 20px;
border: 0;
}

.section-office table th {
font-weight: normal;
text-align: left;
margin: 0;
padding: 8px 10px;
border: 0;
border-top: 2px solid #abe2ff;
}

.section-office table td {
margin: 0;
padding: 8px 10px;
border: 0;
border-top: 2px solid #ddd;
}

.section-office table th.bottom {
border-bottom: 2px solid #abe2ff;
}
.section-office table td.bottom {
border-bottom: 2px solid #ddd;
}

.section-office-image {
float: left;
margin: 0 10px 0 10px;
}

#article .section .section-office-image .profile {
text-align: center;
margin: 20px 0 10px 0;
}

/* topics ----------------------------------------------------------------- */

.section-topics {
 margin:0 0 30px 0;
}

.section-topics dl,
.section-topics dl dt,
.section-topics dl dd
{
 margin:0 10px 20px 10px;
}

.section-topics dt
{
 clear:left;
 float:left;
 width:100px;
 padding:10px 0 10px 20px;
 background:url(./images/img-list-icon.gif) 5px 50% no-repeat;
}

.section-topics dt
{
 width:100px;
}

.section-topics dd
{
 padding:10px 10px 10px 100px;
 background:url(./images/dotline.gif) 0 100% repeat-x;
}

/*  ページ分割  */

#pagination {
    width: 600px;
    background: #fff;
    margin: 0;
    padding: 20px 0 10px 0;
    overflow: hidden;
}

#pagination p {
    text-align: center;
    font-size: 85%;
	line-height: 2.2;
}

#pagination a{
	border:solid 1px #ccc;
	margin: 0 1px;
}

#pagination .previous-off,
#pagination .next-off {
	color:#333;
	padding:3px 6px;
	border:solid 1px #fff;
}

#pagination .next a,
#pagination .previous a {
	padding:3px 6px;
	border:solid 1px #fff;
}

#pagination .active{
	color:#fff;
	padding:3px 6px;
    background: #2955ac;
	border:solid 1px #2955ac;
	margin: 0 1px;
}

#pagination a:link,
#pagination a:visited {
	color:#0000cc;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	border:solid 1px #2955ac;
}



/* aside ----------------------------------------------------------------- */

#aside #side-panel {
    margin: 30px 0 20px 0;
    padding: 0;
}

#aside #side-list {
    margin: 0 0 20px 0;
    padding: 0;
}

#aside #side-list ul {
    margin: 0;
    padding: 1px 0 0 0;
    background: url(./images/img-side-list-ul-bg.gif) no-repeat;
vertical-align: top;
}

#aside #side-list ul li {
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 85%;
}

#aside #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;
}

#aside #side-list ul li a:hover {
    display: block;
    width: 170px;
    height: 27px;
    background-position: 0 -40px;
    color: #000;
}

#aside #side-list ul li.on a {
    background-position: 0 -40px;
}

#aside #side-list ul li.on a:hover {
    background-position: 0 0;
}

/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.right { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 1em; background: #eee; }

.red { color: #ee0000; }

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.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%; }


.section-list {
 margin:0 0 30px 0;
}

.section-list dl,
.section-list dl dt,
.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/dotline.gif) 0 100% repeat-x;
}
