@charset "utf-8";
/* CSS Document */

/* import css 
----------------------------------*/
@import url(reset.css);
@import url(base.css);


/* right_col 
----------------------------------*/

#right_col p,
#right_col li,
#right_col address{
font-size: 120%;
line-height: 1.5em;
margin-bottom: .5em;
}

#right_col #right_column_box_04 h2,
#right_col #right_column_box_05 h2{
width: 545px;
heihgt: 54px;
margin: 10px 0 20px;
}

#right_col #right_column_box_04 h3,
#right_col #right_column_box_05 h3{
font-size: 120%;
font-weight: bold;
display: block;
width: 506px;
height: 25px;
line-height: 25px;
padding-left:44px;
color: #333;
background: url(../images/common/h3_bg.gif) left bottom no-repeat;
margin: 25px 0;
}

#right_col #right_column_box_05 h4{
width: 540px;
font-size: 120%;
font-weight: bold;
color: #01377b;
margin: 15px 0 5px;
background-color: #e0eefa;
padding: 5px;
}

#right_col #right_column_box_05 ul.decimal{
list-style-type: decimal;
padding-left: 25px;
}

#right_col #right_column_box_05 ul{
list-style-type: disc;
padding-left: 25px;
}

/* contact, aboutus
----------------------------------*/

table.contact,
table.aboutus{
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-bottom: 10px;
}

table.contact tr th, table.contact tr td,
table.aboutus tr th, table.aboutus tr td{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
}

table.contact tr th,
table.aboutus tr th{
font-size: 120%;
background-color: #e0eefa;
color: #01377b;
vertical-align: middle;
font-weight: bold;
}

table.aboutus tr th{
width: 130px;
line-height: 1.5;
}

table.aboutus tr td{
line-height: 1.5;
}

table.contact tr td,
table.aboutus tr td{
font-size: 120%;
}

table.aboutus tr td span{
padding: 0 1em;
}

table.aboutus tr td ul li{
display: inline;
font-size: 100% !important;
float: left;
white-space: nowrap;
}

table.aboutus tr td dl{
margin-top: 1.5em;
}

table.aboutus tr td dl dd{
padding-left: 1em;
}

form p{
text-align: center;
}

table.contact tr td textarea{
width: 350px;
height: 100px;
}

p.notice{
color: #c20315;
}

/* sitemap
----------------------------------*/

#sitemap h3{
font-size: 120%;
font-weight: bold;
width: 530px;
height: 25px;
line-height: 25px;
padding-left:20px;
color: #333;
background: url(../images/common/icon_arrow.gif) left center no-repeat;
margin: 10px 0;
}

div#sitemap ul{
margin-top: 1em;
margin-left: 1em;
}

div#sitemap ul li{
padding: 0;
margin: 0;
padding-left: 20px;
background: url(../images/under/sitemap_line01.gif) top left no-repeat;
line-height: 19px;
}

div#sitemap ul li.end{
background: url(../images/under/sitemap_line02.gif) top left no-repeat;
}

/* information
----------------------------------*/

#right_col #right_column_box_05 dl{
width: 545px;
margin-bottom:20px;
padding-bottom: 15px;
background:url(../images/common/dotted_line.gif) left bottom repeat-x;
}

#right_col #right_column_box_05 dl dt,
#right_col #right_column_box_05 dl dd{
font-size: 120%;
float: left;
}

#right_col #right_column_box_05 dl dt{
width: 100px;
}

#right_col #right_column_box_05 dl dd{
width: 445px;
}

/* 404
----------------------------------*/

h2.h2-404{
margin-bottom: 15px;
}

h2.h2-404 em{
font-size: 180%;
font-weight: bold;
color:#f00;
}

p.p-404{
font-size: 160% !important;
font-weight: bold;
padding-bottom: 30px;
}

/* pager
----------------------------------*/

.pager{margin-bottom: 20px;}
.pager01{
float: left;
height: 30px;
font-size: 120%;
line-height: 1.8;
}
.pager01 span{font-weight: bold;padding-right: 5px;}
.pager02{float: left;height: 30px;}
.pager02 ul{list-style-type: none !important;}
.pager02 ul li{float: left; display:block;padding: 2px 5px 2px 2px;}
.pager02 ul li a{line-height: 1;padding: 3px;text-decoration: none; border: 1px solid #ccc;}
.pager02 ul li a:hover{background-color:#7ecdfb;}