﻿/* DEFAULT SETTING */

body{
margin:0 0 20px 0;
padding:0;
font-size:75%;
text-align:center;
line-height:1.5;
color:#333;
font-family:'メイリオ','MS UI Gothic',sans-serif;
background:#333;
}

/* --------------------------------------------------------- clearfix */
div:after{
content:"clear";
height:0px;
clear:both;
display: block;
visibility:hidden;
}
div{
zoom:1;
}

/* FONT DECORATIONT */
a{color:#666;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
margin:auto;
padding:auto;
width:835px;
text-align:left;
background:url(img/bg_layout.jpg) repeat-y;
}

/* HEADER */
#header{
position:relative;
margin:0;
padding:0;
height:55px;
background:url(img/bg_header.jpg) no-repeat;
}
#logo{
background:url(img/bg_logo.jpg) no-repeat;
width:180px;
height:50px;
margin:0;
color:#fff;
}
#logo a{
display:block;
width:180px;
height:50px;
text-decoration:none;
overflow:hidden;
font-weight:bold;
color:#fff;
}
#header h1{
font-size:0.8em;
font-weight:normal;
color:#fff;
margin:15px 0 0 0;
padding:0;
}


/* MAINMENU */
#mainmenu{
margin:0 0 20px 0;
padding:0;
background:url(img/bg_mainmenu.jpg) repeat-y;
}
#mainmenu ul{
margin:0;
padding:0;
}
#mainmenu li{
position:relative;
margin:0;
padding:0;
list-style-type:none;
line-height:1.2;
width:200px;
height:30px;
}
#mainmenu li span{
display:none;
}
#mainmenu a{
display:block;
font-size:12px;
line-height:30px;
margin:0;
padding:0 0 0 30px;
text-decoration:none;
width:170px;
font-weight:normal;
color:#fff;
background:url(img/bg_mainmenu_off.jpg) no-repeat left center;

}
#mainmenu a:hover,#mainmenu .active{
background:url(img/bg_mainmenu_on.jpg) no-repeat left center;
}


/* SUBMENU */
#submenu{
position:absolute;
right:5px;
top:15px;
margin:0;
font-size:0.8em;
line-height:1.2;
}
#submenu ul{
margin:0;
padding:0;
}
#submenu li{
margin:0;
padding:0;
float:left;
list-style-type:none;
border-right:1px dotted #666;
}

#submenu a{
display:block;
padding:0 10px;
color:#999;
}
#submenu a:hover{
color:#fff;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
margin:0 0 20px 0;
padding:0;
font-size:0.8em;
}

#childmenu ul{
margin:0;
padding:0;
list-style:none;
}
#childmenu li{
margin:0 5px 0 0;
padding:0;
float:left;
border-right:1px dotted #ccc;
}
#childmenu a{
display:block;
padding:0 10px;
text-decoration:none;
color:#999;
background:url(img/bg_childmenu.gif) no-repeat left center;
}
#childmenu a:hover,#childmenu .active{
color:#999;
text-decoration:underline;
}

/* PAGENAVI */
#pagenavi{
font-size:0.8em;
margin:20px 0;
color:#fff;
}
#pagenavi a{
color:#333;
}


/* CONTENTS */
#contents{
margin:0;
padding:0 20px 0 0;
}

/* MAINCONTENTS */
#main{
float:right;
width:600px;
}
#main h2{
font-size:1.6em;
margin:0 0 10px 0;
padding:10px 0 10px 20px;
background:url(img/bg_pagetitle.jpg) no-repeat bottom;
color:#333;
font-weight:normal;

}
#main h2 span{
font-size:10px;
font-weight:normal;
line-height:1.0;
margin:0;
padding:0;
color:#333;
}
h3{
font-size:1em;
margin:0 0 10px 0;
padding:0 10px;
color:#fff;
font-weight:bold;
background:url(img/bg_h3.gif);
line-height:26px;
clear:both;
}
h4{
font-size:1em;
margin:0 0 5px 0;
}

/* PAGECONTENTS */
.page_contents{
overflow:hidden;
width:600px;
margin:0 0 30px 0;
}


/* SIDEBAR */
#side{
float:left;
width:200px;
margin:0;
padding:0;
line-height:1.2;
}
#side_top{
padding:0 0 30px 10px;
background:url(img/bg_side_top.jpg) no-repeat bottom;
}
#side_inner{
margin:0 0 0 10px;
}
#side h4{
font-size:0.8em;
margin:0 0 10px 0;
padding:0;
width:180px;
color:#333;
font-weight:bold;
line-height:20px;
border-bottom:3px solid #ccc;
}

#side .sidebox,
#side .sidebox01,
#side .sidebox02{
width:180px;
margin:0 0 15px 0;
padding:0;
overflow:hidden;
}
.sidebox01 ul{
margin:0 0 0 5px;
padding:0;
font-size:0.8em;
color:#999;
list-style:none;
}
.sidebox01 li{
margin:0 0 5px 0;
padding:0 0 0 12px;
background:url(img/icon_list.gif) no-repeat left center;
}
.sidebox01 li a{
color:#666;
}

/* PAGE TOP */
#pagetop{
position:absolute;
font-size:0.8em;
top:32px;
right:20px;
}

/* FOOTER */
#footer{
position:relative;
font-size:0.8em;
margin:0;
padding:60px 0 0 200px;
color:#666;
text-align:center;
background:url(img/bg_footer.jpg) no-repeat;
}
#footer p{
margin:10px 0;
}
#footermenu{
margin:0;
font-weight:normal;
}
#footermenu ul{
margin:0;
padding:0;
list-style-type:none;
}
#footermenu li{
margin:0 0 0 5px;
display:inline;
}
#footermenu a{
padding:0 5px;
text-decoration:underline;
color:#666;
}
#footermenu a:hover{
color:#000;
}

/* PAGE MOVE */
.page_move{
text-align:center;
margin:5px 0;
}

/* TABE CELL */
.left{
width:30%;
padding:2px 0 2px 10px;
border-bottom:1px solid #ddd;
vertical-align:top;
background-position:0 8px;
}
.right{
width:70%;
padding:2px 0 2px 2px;
border-bottom:1px solid #ddd;
vertical-align:top;
background:#fff;
}


/* PROFILE PAGE */
#table_profile{
width:100%;
}
#img_profile{
float:left;
width:240px;
display:block;
border:1px solid #999;
margin:0 20px 20px 0;
padding:3px;
text-align:center;
}
.map{
width:598px;
height:300px;
border:1px solid #ccc;
margin:0;
}


/* FORM PAGE */
form{
margin:0;
}
#table_form{
width:100%;
margin:0 0 20px 0;
}
#captcha{
border:1px solid #ccc;
background:#ddd;
margin:0 0 0 10px;
padding:5px 10px;
}

/* BLOG PAGE */
.blog{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.blog_title{
margin-bottom:0;
background-image:none;
background-color:#eee;
color:#333;
}
.blog_cnt{
}
.blog_date{
margin:0 0 10px 0;
padding:3px 10px;
color:#666;
font-size:0.8em;
background:#f7f7f7;
border-bottom:1px dotted #ccc;
}
.blog_body{
overflow:hidden;
width:580px;
margin:0 9px 20px 9px;
}
.blog_bottom{
padding:10px 5px;
font-size:0.8em;
text-align:right;
}
.blog_bottom a{
color:#333;
}
#entory_preview{
float:left;
font-size:0.8em;
margin:0 0 5px 0;
padding:0 0 0 12px;
text-align:left;
width:45%;
background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
float:right;
font-size:0.8em;
margin:0 0 5px 0;
padding:0 12px 0 0;
text-align:right;
width:45%;
background:url(img/icon_arrow_right.gif) right no-repeat;
}
#entory_preview a,#entory_next a{
color:#333;
}

/* BBS PAGE */
.bbs{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.bbs_title{
background-image:none;
background-color:#eee;
color:#333;
}
.bbs_cnt{
}
.bbs_body{
margin:5px 10px 20px 10px;
}
.bbs_bottom{
padding:10px 5px;
font-size:0.8em;
text-align:right;
}
#table_bbs{
width:100%;
margin:0 0 30px 0;
}
#table_bbs td{
border-bottom:1px dotted #ccc;
padding:4px 0;
vertical-align:top;
}
#table_bbs .theme{
padding:4px 0 4px 20px;
background:url(img/icon_theme.gif) left top no-repeat;
background-position:0 5px;
}
#table_bbs .thread{
padding:4px 0 4px 20px;
background:url(img/icon_thread.gif) left top no-repeat;
background-position:0 5px;
}
#table_bbs .res{
padding:4px 0 4px 20px;
background:url(img/icon_comment.gif) left top no-repeat;
background-position:0 5px;
}
#table_bbs .c1{
font-size:0.8em;
text-align:right;
}
#table_bbs .theme a{
font-weight:bold;
}
#table_bbs .tr{
text-align:right;
font-size:0.8em;
margin:10px 0;
color:#666;
}

/* POST */
.post{
border:none;
background-image:none;
background-color:#eee;
color:#666;
font-size:1em;
padding:2px 10px;
line-height:1.2;
border-bottom:1px solid #ccc;
}
.post_com{
margin:20px 0 10px 0;
padding:10px 0 0 24px;
border-top:1px solid #ddd;
background:url(img/icon_comment.gif) left top no-repeat;
background-position:0 12px;
}
.post_tb{
margin:20px 0 10px 0;
padding:10px 0 0 24px;
border-top:1px solid #ddd;
background:url(img/icon_tb.gif) left top no-repeat;
background-position:0 12px;
}
.post_bottom{
margin:0 0 20px 0;
padding:5px 0;
font-size:0.8em;
text-align:right;
}


/* TOPIMAGE */
#topimage{
width:600px;
height:240px;
margin:0 0 10px 0;
background-repeat:no-repeat;
text-indent:-10000px;
}
#topimage a{
display:block;
width:600px;
height:240px;
}


/* TOPNEWS */
#top_news{

}
.news_contents{
overflow:hidden;
width:600px;
margin:0 0 20px 0px;
}
.topnews_date{
width:20%;
font-size:0.8em;
color:#666;
padding:3px 0 2px 24px;
border-bottom:1px dotted #ccc;
vertical-align:top;
background:url(img/icon_clock.gif) no-repeat left top;
background-position:10px 6px;
font-weight:bold;
}
.topnews_body{
overflow:hidden;
padding:2px 0 5px 0;
border-bottom:1px dotted #ccc;
vertical-align:top;
}
.topnews_body a{
color:#666;
}

/* TOPPHOTO */
#top_photo{

}
.photo_contents{
margin:0 10px 20px 0px;
}
.top_photo{
font-size:0.8em;
text-align:center;
color:#fff;
padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
width:160px;
margin:0 10px;
text-align:center;
}
#calendar tr td{
padding:0 2px 5px 2px;
font-size:0.8em;
}
#calendar caption{
padding:0 5px 8px 5px;
text-align:right;
font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
margin:30px 0 10px 0;
} 
#search .search{
width:100px;
height:14px;
font-size:0.8em;
background:url(img/bg_search.gif) no-repeat left center #fff;
border:1px solid #fff;
padding:0 0 0 20px;
}
.result_title{
margin:0 0 10px 0;
font-size:1.2em;
}
.result_body{
margin:0 0 20px 30px;
padding:0 0 20px 0;
border-bottom:1px solid #ddd;
}
.highlight{
font-weight:bold;
background:#ff9900;
color:#fff;
}

/* CRAWLER */
#crawler{
position:relative;
width:180px;
height:200px;
margin:0;
}
#crawler h4{
padding:5px 0 5px 10px;
margin:0;
width:168px;
color:#333;
border:1px solid #ccc;
background-image:none;
background-color:#eee;
line-height:1.0;
}
.crawler_body{
padding:5px 10px;
font-size:10px;
line-height:1.3;
height:150px;
border:1px solid #ccc;
border-top:none;
background:#fff;
}
#crawler img{
margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
position:absolute;
top:30px;
left:40px;
font-size:0.8em;
color:#999;
}

/* MOBILE QR CODE */
#qr{
position:relative;
margin:0 0 20px 0;
width:180px;
height:100px;
}
#qr a{
position:absolute;
display:block;
width:100px;
height:22px;
left:74px;
top:69px;
text-indent:-10000px;
overflow:hidden;
}

#rss{
position:absolute;
left:5px;
top:20px;
}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}




.link031n1 a{background:url(img/link031n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}




.link031n1 a:hover{background:url(img/link031n1_on.jpg);width:180px;height:60px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}




















.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:600px;height:50px;text-indent: -10000px;}


.link011n1 a{background:url(img/link011n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n1 a:hover{background:url(img/link011n1_on.jpg);width:180px;height:60px;}
.link011n1 a{background:url(img/link011n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n1 a:hover{background:url(img/link011n1_on.jpg);width:180px;height:60px;}
.link041n1 a{background:url(img/link041n1_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n1 a:hover{background:url(img/link041n1_on.jpg);width:200px;height:30px;}
.link022n1 a{background:url(img/link022n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n1 a:hover{background:url(img/link022n1_on.jpg);width:180px;height:60px;}
.link013n1 a{background:url(img/link013n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n1 a:hover{background:url(img/link013n1_on.jpg);width:180px;height:60px;}
.link041n1 a{background:url(img/link041n1_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n1 a:hover{background:url(img/link041n1_on.jpg);width:200px;height:30px;}
.link041n1 a{background:url(img/link041n1_off.jpg);margin: 0 0 5px 0;width:196px;height:30px;display:block;text-indent: -10000px;}
.link041n1 a:hover{background:url(img/link041n1_on.jpg);width:195px;height:30px;}





















































































.link041n2 a{background:url(img/link041n2_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n2 a:hover{background:url(img/link041n2_on.jpg);width:200px;height:30px;}
.link022n2 a{background:url(img/link022n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n2 a:hover{background:url(img/link022n2_on.jpg);width:180px;height:60px;}
.link013n2 a{background:url(img/link013n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n2 a:hover{background:url(img/link013n2_on.jpg);width:180px;height:60px;}
.link041n100 a{background:url(img/link041n100_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n100 a:hover{background:url(img/link041n100_on.jpg);width:200px;height:30px;}
.link022n100 a{background:url(img/link022n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n100 a:hover{background:url(img/link022n100_on.jpg);width:180px;height:60px;}
.link013n100 a{background:url(img/link013n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n100 a:hover{background:url(img/link013n100_on.jpg);width:180px;height:60px;}
.link041n3 a{background:url(img/link041n3_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n3 a:hover{background:url(img/link041n3_on.jpg);width:200px;height:30px;}
.link022n3 a{background:url(img/link022n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n3 a:hover{background:url(img/link022n3_on.jpg);width:180px;height:60px;}
.link013n3 a{background:url(img/link013n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n3 a:hover{background:url(img/link013n3_on.jpg);width:180px;height:60px;}
.link041n5 a{background:url(img/link041n5_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n5 a:hover{background:url(img/link041n5_on.jpg);width:200px;height:30px;}
.link022n5 a{background:url(img/link022n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n5 a:hover{background:url(img/link022n5_on.jpg);width:180px;height:60px;}
.link013n5 a{background:url(img/link013n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n5 a:hover{background:url(img/link013n5_on.jpg);width:180px;height:60px;}
.link041n101 a{background:url(img/link041n101_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n101 a:hover{background:url(img/link041n101_on.jpg);width:200px;height:30px;}
.link022n101 a{background:url(img/link022n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n101 a:hover{background:url(img/link022n101_on.jpg);width:180px;height:60px;}
.link013n101 a{background:url(img/link013n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n101 a:hover{background:url(img/link013n101_on.jpg);width:180px;height:60px;}
.link041n102 a{background:url(img/link041n102_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n102 a:hover{background:url(img/link041n102_on.jpg);width:200px;height:30px;}
.link022n102 a{background:url(img/link022n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n102 a:hover{background:url(img/link022n102_on.jpg);width:180px;height:60px;}
.link013n102 a{background:url(img/link013n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n102 a:hover{background:url(img/link013n102_on.jpg);width:180px;height:60px;}
.link041n105 a{background:url(img/link041n105_off.jpg);margin: 0 0 5px 0;width:200px;height:30px;display:block;text-indent: -10000px;}
.link041n105 a:hover{background:url(img/link041n105_on.jpg);width:200px;height:30px;}
.link022n105 a{background:url(img/link022n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link022n105 a:hover{background:url(img/link022n105_on.jpg);width:180px;height:60px;}
.link013n105 a{background:url(img/link013n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n105 a:hover{background:url(img/link013n105_on.jpg);width:180px;height:60px;}
