@charset "utf-8";
/*
Theme Name: wag Template18
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License
*/
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 80%;
    line-height: 1.4;
    color: #666;
    background: ;
}
html,
a,
form,
area,
div,
table,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 100%;
}
object { outline: none }
img { border: none }
table {
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
ul,
ul li { list-style: none }
a { text-decoration: none }
a:hover { color: #2b1d7e }
a:link { color: #2b1d7e }
a:visited {
    color: #2b1d7e;
    text-decoration: underline;
}
a:active {
    color: #2b1d7e;
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
/* Hides from IE Mac */
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End Hack */
.Clear { clear: both }
.left { float: left }
.right { float: right }
.alignleft {
    margin: 0px 6px 6px 0px;
    float: left;
}
.alignright {
    margin: 0px 0px 15px 15px;
    float: right;
}
.img {
    float: left;
    display: inline;
    margin: 0px 15px 15px 0px;
    border: none;
}
/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
#wrapper {
    width: 900px;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
	background:#fff;
}
/* ---------------------------------------------- */
/* contents */
/* ---------------------------------------------- */
.container_inner { width: 900px }
.left_colum {
    width: 632px;
    margin-left: 0px;
    background: #fff;
    float: left;
}
.right_colm {
    text-align: center;
    background: url(images/nav_img.jpg) no-repeat top ;
    padding: 13px 0 0 10px;
    font-size: 1.3em;
    font-weight: bold;
    float: right;
    color: #472714;
    width: 250px;
    margin: 10px 4px 0 0px;
border-left:1px dashed #ccc;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.pankuzu {
    line-height: 1.3em;
    font-size: 12px;
    color: #666;
    clear: both;
    padding: 0px 0 0 15px;
    height: 20px;
	margin-top:10px;
}
.pankuzu a { color: #2b1d7e }
/* ---------------------------------------------- */
/* contents_header */
/* ---------------------------------------------- */
#contents_header {
    height: 150px;
    width: 900px;
    background: url(images/flower_header.jpg)  ;
}
#contents_header h1,#contents_header .title {
    color: #ffff00;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    width: 900px;
    padding: 40px 0 0 80px;
}
#contents_header h1 a:link,#contents_header h1 a:visited,
#contents_header .title a:link,#contents_header .title a:visited {
    color: #ffff00;
    text-decoration: none;
}
#contents_header h1 a:hover,#contents_header h1 a:active,
#contents_header .title a:hover,#contents_header .title a:active {
    color: #ffff00;
    text-decoration: underline;
}
#contents_header .h_lead {
    color: #ffff00;
    font-size: 1.2em;
    text-align: left;
    width: 890px;
    margin: 10px 0 0 80px;
}
.sitemap {
    padding: 0px;
    font-size: 12px;
    margin: 20px 10px 0 0;
    text-align: right;
}
.sitemap ul {
    padding: 0px;
    list-style: none;
}
.sitemap ul li {
    margin: 0px;
    padding: 0px;
}
.sitemap ul li a {
    padding: 3px 0 5px 30px;
    background: url(images/icon_hnav.gif) no-repeat 0 0px;
}
.sitemap ul li a:link,
.sitemap ul li a:visited { color: #fff }
.sitemap ul li a:hover,
.sitemap ul li a:active { color: #fff }
/* ---------------------------------------------- */
/* main */
/* ---------------------------------------------- */
.main {
    margin: 0;
    padding: 0 10px;
}
.main h2.pageHead,.main h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #7575bf;
    clear: both;
    padding: 10px 0 10px 60px;
    background:none;
    border:none;
    background: url(images/title_h2.jpg) no-repeat;
}
.main p {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-top: 5px;
}
.main h3,.main h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    background: #f0f5f9;
    padding: 8px 0 10px 60px;
    margin: 15px 0 10px 0;
    width: 580px;
    background: url(images/title_h3.jpg) no-repeat #fefdab;
}

.main span { background: #ccffe5 }
.main ul#sitemap_list,
.main ul#sitemap_list ul { border: none }
.main ul li {
    color: #3684a0;
    padding: 5px 0 0 20px;
    margin: 5px;
    background: url(images/list_icon.gif) no-repeat 0 5px;
   font-size: 110%;
}
.main ol li {
    padding: 5px 0 0 0px;
    margin: 5px 0 0 20px;
   font-size: 110%;
}
.main a.link {
    font-weight: bold;
    font-size: 1.3em;
    color: #0000cd;
}
.main a:hover { text-decoration: underline }
table {
    margin: 15px 0px 30px 0px;
    padding: 0px;
    border: 1px solid #ccc;
}
table th {
    text-align: center;
    padding: 5px;
    line-height: 1.5em;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #666;
}
table td {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.5em;
}
/* ---------------------------------------------- */
/* footer */
/* ---------------------------------------------- */
.footer {
    text-align: center;
    font-size: 12px;
    height: 30px;
    width: 900px;
    padding: 20px 0px 10px;
    background: #66cc66;
	margin-top:20px;
}
.footer a:link,
.footer a:visited {
    color: #fff;
    text-decoration: none;
}
.footer a:hover,
.footer a:active {
    color: #fff;
    text-decoration: underline;
}
/* ---------------------------------------------- */
/* right_colm */
/* ---------------------------------------------- */
.right_colm h2 { color: #666 }
.menu_list {
    width: 245px;
    font-size: 0.9em;
    font-weight: borld;
    text-align: left;
    margin-top: 20px;
}
.menu_list ul.top_cat li a {
    display: block;
    background: url(images/cate_img.jpg) no-repeat 5px 3px ;
    padding: 8px 5px 8px 50px;
    margin-bottom: 2px;
    color: #349291;
    text-decoration: underline;

}
.menu_list ul.top_cat li a:hover {
    display: block;
    margin-bottom: 2px;
    color: #349291;
    text-decoration: underline;
}
ul.top_cat { 
 }
ul.children { 
 }
.menu_list ul.top_cat li ul.children li a {
    background: url(images/page_icon.jpg) no-repeat 5px 3px #fff;
    padding: 8px 0 8px 50px;
    margin-bottom: 2px;
    font-weight: normal;
    color: #349291;
    text-decoration: underline;
    font-size: 0.8em;
}
.menu_list ul.top_cat li ul.children li a:hover {
    margin-bottom: 2px;
    font-weight: normal;
    color: #349291;
    text-decoration: underline;
}



/* ---------------------------------------------- */
/* site_map */
/* ---------------------------------------------- */
ul#sitemap_list li {
    clear: both;
    border: none;
    width: 98%;
}
ul#sitemap_list li ul { margin-left: 30px }
ul#sitemap_list li a {
    display: block;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
ul#sitemap_list li a:hover {
    display: block;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
}
ul#sitemap_list li ul li a {
    background: none;
    padding: 5px 0 5px 5px;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px dotted #bbb5b3;
    border-top: none;
    border-right: none;
    border-left: none;
}
ul#sitemap_list li ul li a:hover {
    background: none;
    padding: 5px 0 5px 5px;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px dotted #bbb5b3;
    border-top: none;
    border-right: none;
    border-left: none;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp {
    line-height: 1.3em;
    font-size: 12px;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 0px;
    background: url(images/Pageup.gif) no-repeat right 15px;
    clear: both;
}
.PageNavi {
    margin: 0px 10px 10px 0px;
    padding: 5px;
    line-height: 1.3em;
}
.PageNavi a.PageNaviNext,
.PageNavi a.PageNaviBack {
    width: 260px;
    display: block;
    margin: 0px;
    padding: 0px;
}
.PageNavi a.PageNaviNext {
    text-align: right;
    float: right;
    padding: 0px 17px 0px 0px;
}
.PageNavi a.PageNaviBack {
    text-align: left;
    float: left;
    padding: 0px 0px 0px 17px;
}


/* ---------------------------------------------- */
/* site */
/* ---------------------------------------------- */

a.top{
	font-size:16px; 
	color:#0000ff;
	font-weight:bold;
}


a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
img {
    border-style:none;
}

 
a img {
    margin: 0px 0px -6px 0px;
    border: 3px solid #FFFFFF;
}
 