﻿/* DEFAULT SETTING */
body{
	margin:50px 0 0 0;
	padding:0;
	background:url(img/bg_header2.gif) #E6E1DC repeat-x;
	font-size:10pt;
	text-align:center;
	line-height:14pt;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#296648;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:900px;
	text-align:left;
	margin:auto;
	padding:0;
	background:#FFFFFF;
	/*border-left:1px solid #ccc;*/
	/*border-right:1px solid #ccc;*/
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:95px;
	background:url(img/bg_header.gif) no-repeat;
}
#logo{
	position:absolute;
	background:url(img/bg_logo.jpg) no-repeat;
	width:260px;
	height:95px;
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	color:#000;
}
#logo a{
	display:block;
	margin:0;
	padding:0;
	width:260px;
	height:95px;
	color:#000;
	text-decoration:none;
}
#logo h1{
	display:none;
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:0px 10px 0 0;
	padding:15px 0 0 10px;
}
#logo p{
	font-size:13px;
	color:#000000;
	font-weight:normal;
	margin:0 10px 0 0; 
	padding:50px 0 0 25px;
}


/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0;
	/*background:url(img/bg_mainmenu.gif) no-repeat;*/
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#mainmenu a{
	display:block;
	width:160px;
	height:17px;
	margin:0;
	padding:13px 7px 15px 33px;
	color:#3F3F3F;
	font-weight:bold;
	font-size:17px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align:left;
	vertical-align:bottom;
	text-decoration:none;
	background:url(img/bg_mainmenu_off.gif) no-repeat;
}
#mainmenu a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:url(img/bg_mainmenu_on.gif) no-repeat;
}
#mainmenu .active{
	color:#FFFFFF;
	background:url(img/bg_mainmenu_active.gif) no-repeat;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:0;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
#submenu a{
	display:block;
	padding:0 15px;
	text-decoration:none;
	color:#333;
	background:url(img/bg_submenu_off.gif) no-repeat left center;
}
#submenu a:hover{
	background:url(img/bg_submenu_on.gif) no-repeat left center;
}


/* CHILDMENU */
#childmenu{
	margin:0 0 25px 10px;
	padding:0px;
	background:url(img/bg_childmenu.gif) #d9d9d9 bottom;
}
#childmenu ul{
	margin:0;
	padding:0;
}
#childmenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
#childmenu a{
	display:block;
	padding:5px 8px 5px 35px;
	margin:0;
	font-size:15px;
	line-heigt:15px;
	text-decoration:none;
	color:#000000;
	word-break:break-all;
	background:url(img/bg_childmenu_off.gif) left center no-repeat;
}
#childmenu a:hover{
	color:#FFFFFF;
	background:url(img/bg_childmenu_on.gif) left center no-repeat;
}
#childmenu .active{
	color:#000000;
	background:url(img/bg_childmenu_active.gif) left center no-repeat;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 0 10px;
	padding:3px 0 3px 0;
	font-size:12px;
	line-height:12px;
	/*background:url(img/icon_arrow_right.gif) left center no-repeat;*/
	/*background-position:5px;*/
}


/* CONTENTS */
#contents{
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	/*background:url(img/bg_contents.gif) repeat-y;*/
	background-position:10px;
}
.qa{
	background:url(img/bg_qa2.gif) repeat-y 0 0;
	margin:0;
	padding:0;
}
.qa-cont{
	width:220px;
	height:112px;
	margin:0;
	padding:28px 20px 10px 10px;
	color:#51665D;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background:url(img/bg_qa1.gif) no-repeat top left;
}
.qa-ex{
	margin:0;
	padding:10px 0;
	color:#000000;
	font-size:15px;
	line-height:1.4;
}
.question{
	border:1px solid #D9D9D9;
	margin:0 0 10px 0;
}
.question_title{
	background:url(img/bg_question.gif) no-repeat 10px 10px;
	color:#7A998B;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	border-bottom:1px solid #D9D9D9;
	padding:15px 15px 15px 60px;
	margin:0;
}
.question_ans{
	padding:20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:1.75;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:680px;
	padding:0;
}
#main h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle.jpg) no-repeat;
	width:670px;
	height:100px;
	margin:10px 0 5px 10px;
	padding:0px;
	color:#333;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:8px 0 0 0;
	padding:0;
	color:#999;
}
h3{
	font-size:1em;
	color:#51665D;
	background:url(img/bg_h3.gif) no-repeat;
	margin:0 0 10px 10px;
	padding:0 0 8px 18px;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:670px;
	margin:0 0 10px 10px;
}


/* SIDEBAR */
#side{
	float:left;
	width:200px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:3px 0 2px 5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#006699;
	background:#eee;
	font-weight:bold;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:0.8em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
	color:#666;
}
.sidebox01 li{
	list-style-image:url(img/icon_folder.gif);
}
.sidebox02 li{
	list-style-image:url(img/icon_arrow_right.gif);
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	vertical-align:bottom;
	font-size:12px;
	line-height:12px;
	padding:20px;
}


/* FOOTER */
#footer{
	text-align:right;
	color:#000000;
	font-size:10px;
	line-height:10px;
	margin:0px;
	padding:20px 25px 10px 0;
	height:20px;
	background:url(img/bg_footer.gif) bottom #FFFFFF no-repeat;
}
#footermenu{
	padding:10px 0;
	text-align:right;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:3px 0 3px 20px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:url(img/icon_arrow_right.gif) no-repeat;
	background-position:0 5px;
}
.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:498px;
	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-top:1px solid #D9D9D9;
	padding:0px;
	margin:40px 0 0 10px;
	position:relative;
}
.blog_title{
	margin:0;
	padding:8px 0 15px 28px;
	color:#333;
	background:url(img/bg_blogtitle.gif) no-repeat;
	font-weight:bold;
	border:none;
}
.blog_date{
	margin:0 0 3px 0;
	padding:0 8px;
	color:#7A998B;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:-20px;
}
.blog_body{
	overflow:hidden;
	/*width:500px;*/
	margin:16px 9px 20px 16px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	/*border-top:1px solid #D9D9D9;*/
	border-bottom:1px solid #51665D;
}
#entory_preview{
	float:left;
	margin:0 0 5px 13px;
	padding:0 0 0 18px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 18px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0;
	padding:8px 0 15px 28px;
	color:#333;
	background:url(img/bg_bbstitle.gif) no-repeat;
	font-weight:bold;
	border:none;
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border-top:1px dotted #ccc;
}
#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;
}
#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:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:5px;
}
.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;
	text-align:right;
	font-size:0.8em;
}


/* TOPIMAGE */
#topimage{
	width:680px;
	height:388px;
	margin:0 0 10px 0;
	padding:0;
	float:right;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
#topimage a{
	display:block;
	width:680px;
	height:388px;
	margin:0;
	padding:0;
}
#topflash{
	display:block;
	width:680px;
	height:350px;
	margin:0 0 10px 0;
	padding:0;
	float:right;
}

/* TOPNEWS */
#top_news{
	color:#51665D;
	background:url(img/bg_topnews_title.gif) no-repeat;
	margin:0 0 10px 10px;
	padding:0px 0 8px 18px;
	clear:both;
}
.news_contents{
	overflow:hidden;
	margin:10px 0 20px 10px;
	border-bottom:1px solid #D9D9D9;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#000000;
	padding:5px 0 15px 30px;
	vertical-align:top;
	/*background:url(img/icon_clock.gif) no-repeat left top;*/
	background-position:0 5px;
}
.topnews_body{
	padding:5px 0 15px 0;
	vertical-align:top;
}


/* TOPPHOTO */
#top_photo{
	color:#fff;
	background:url(img/bg_topphoto_title.gif) no-repeat;
	height:19px;
	margin:0 0 10px 0;
	padding:1px 0 0 15px;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	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{
	position:absolute;
	width:260px;
	height:25px;
	padding:0;
	margin:0;
	text-align:right;
	right:20px;
	top:65px;
	background:url(img/bg_search.gif) left -2px no-repeat;
}
#search .search{
	position:absolute;
	width:130px;
	height:25px;
	font-size:15px;
	line-height:15px;
	padding:0;
	margin:0;
	border-left:1px solid #8C8C8C;
	border-top:1px solid #8C8C8C;
	border-right:none;
	border-bottom:none;
	background:#F2F2F2;
	right:100px;
	bottom:0px;
}
#search input[type="image"]{
	position:absolute;
	right:0;
	bottom:3px;
}

#search form{
	padding:0;
	margin:0;
}
.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;
}
#crawler h4{
	background:url(img/bg_pickup_head.gif) no-repeat;
	padding:5px 0 5px 8px;
	margin:0;
	color:#fff;
	border:none
}
.crawler_body{
	background:url(img/bg_pickup_body.gif) no-repeat bottom;
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 10px 0px;
	width:200px;
	height:104px;
}
#qr a{
	position:absolute;
	display:block;
	width:113px;
	height:15px;
	left:80px;
	top:78px;
	text-indent:-1000px;
	overflow:hidden;
}






.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:670px;height:100px;text-indent: -10000px;}

