﻿/* DEFAULT SETTING */
body{
        cursor:url(http://futaba-yakuhin.com/futaba.ani);
	margin:0;
	padding:0;
	background:#e1ffff;
	background:url(img/bg_main.gif) no-repeat #e1ffff;
        background-position:center bottom;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	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:#999F62;text-decoration:underline;
    cursor:url(http://futaba-yakuhin.com/futaba-h.ani);
}
a:hover{color:#333;}

.small{font-size:1em;}
.error{color:#ff0000;}

.a-0 {
        text-decoration:none; 
	font-size:0.8em;
        color : #999999;
}

/* LAYOUT */
#layout{
	width:910px;
	text-align:left;
	margin:auto;
	padding:auto;
	background:url(img/bg_contents.gif) repeat-y #fff;
}

/* HOMEbtn */
#home{
	position:absolute;
	left:80px;
	top:120px;
}
#home a{
	display:block;
	padding:0 6px;
	text-decoration:none;
	color:#bfdfff;
	font-size:0.8em;
}
#home a:hover{
	text-decoration:underline;
	color:#bfdfff;
}

/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:160px;
	background:url(img/bg_header.png) no-repeat;
}
#logo{
	position:absolute;
	background:url(img/bg_logo.jpg) no-repeat left bottom;
	width:300px;
	height:90px;
	left:100px;
	top:0px;
	color:#000;
}
#logo a{
	display:block;
	width:300px;
	height:50px;
	color:#000;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	margin:50px 5px 0 0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#666;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}

/* MAINMENU */
#mainmenu{
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	background:url(img/bg_mainmenu.gif) no-repeat;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0;
	font-weight:bold;
	padding:0;
	list-style-type:none;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:visible;
	left:0;
	top:0;
	margin:0;
	padding:35px 5px 0 15px;
	font-size:0.8em;
}
#mainmenu li a{
	display:block;
	width:178px;
	height:40px;
	margin:0 0 0 1px;
	padding:20px 5px 0 15px;
	color:#fff;
	background:url(img/bg_mainmenu_off.gif) no-repeat left center #4695f0;
	text-decoration:none;
	border-bottom:1px solid #B9D181;
}
#mainmenu li a:hover{
	color:#3D2814;
	background:url(img/bg_mainmenu_on.gif) no-repeat left center #3baff3;
}
#mainmenu li .active{
	color:#fff;
	background:url(img/bg_mainmenu_active.gif) no-repeat left center #155ee3;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:20px;
	top:80px;
	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 6px;
	text-decoration:none;
	color:#556C1E;
	border-right:1px solid #556C1E;
}
#submenu a:hover{
	text-decoration:underline;
	color:#000;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 1px 20px 0;
	padding:14px 0 8px 0;
	background:url(img/bg_childmenu.gif) no-repeat;
}
#childmenu ul{
	margin:0;
	padding:0;
}
#childmenu li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#childmenu a{
	height:25px;
	display:block;
	width:150px;
	margin:0 0 0 10px;
	padding:12px 0 0 20px;
	text-decoration:none;
	word-break:keep-all;
	background:url(img/bg_childmenu_off.gif) left center no-repeat #7cd850;
	background-position:4px;
	border-bottom:1px solid #B9D181;
	color:#4a4aff;
}
#childmenu a:hover{
	color:#f4ff28;
	background:url(img/bg_childmenu_on.gif) left center no-repeat #61cc2d;
	background-position:4px;
}
#childmenu .active{
	color:#0000ff;
}

/* CHILDMENU2 */
#childmenu2{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:0 20px 0 0;
}
#childmenu2 ul{
	margin:0;
	padding:0;
}
#childmenu2 li{
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
	white-space: nowrap;
}
#childmenu2 a{
	display:block;
	padding:0px 10px;
	text-align:right;
	text-decoration:none;
	color:#666;
	border-right:1px solid #999;
}
#childmenu2 a:hover{
	color:#333;
	text-decoration:underline;
}
#childmenu2 .active{
}

/* PAGENAVI */
#pagenavi{
	position:absolute;
	bottom:8px;
	left:220px;
	color:#333;
	font-size:0.8em;
}
#pagenavi a{
	color:#666;
}

/* CONTENTS */
#contents{
	margin:0;
	padding:0 20px 0 0;
	background:url(img/bg_contents.gif) repeat-y;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:670px;
	padding:0;
}
#main h2{
	font-size:1.6em;
	background:url(img/bg_pagetitle.gif) no-repeat;
	width:670px;
	height:60px;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	color:#333;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:4px 0 10px 0;
	padding:0;
	color:#999;
}
h3{
	font-size:1em;
	background:url(img/bg_h3.gif) no-repeat;
	margin:0 0 10px 0;
	padding:8px 0 10px 20px;
	clear:both;
	color:#556C1E;
}
h4{
	font-size:1em;
	background:url(img/bg_h4.gif) no-repeat;
	margin:0 0 10px 0;
	padding:8px 0 10px 20px;
	clear:both;
	color:#556C1E;
}
.td3{
	border-bottom-width : 1px;
        border-bottom-style : dotted;
        border-bottom-color : #999;
}
.td4{
	line-height:160%;
        valign : middle;
}
.td5{
        padding:7px 0 13px 30px;
	background:url(img/contents_l.gif) no-repeat;
        valign : middle;
}
.td6{
	background:url(img/list.gif) no-repeat;
        background-position:0 12px;
        valign : middle;
}

table#table-02 {
    float:center;
    border: 1px #abc2cd solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-02 td {
    padding: 2px 10px;
    border: 1px #abc2cd solid;
    border-width: 0 0 1px 1px;
}

table#table-03 {
    float:center;
    border: 1px #79aeff solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-03 th {
    padding: 8px 20px;
    border: 1px #79aeff solid;
    border-width: 0 0 1px 1px;
    background-color:#eeeeee;
    letter-spacing: 10px;
}

table#table-03 td {
    padding: 8px 20px;
    border: 1px #79aeff solid;
    border-width: 0 0 1px 1px;
    line-height: 130%;
}
table#table-04 a{
    color:#0000ff;
    text-decoration:none;
}
table#table-04 a:hover{
    color:#000000;
    text-decoration:none;
}



/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:670px;
	margin:0 0 30px 0;
}


/* SIDEBAR */
#side{
	float:left;
	width:200px;
	margin:0 0 0 5px;
	line-height:1.2;
}
#side_inner{
	padding:0 10px;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #B9D181;
	color:#A0C155;
	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;
	color:#A0C155;
}
.sidebox01 a,.sidebox02 a{
	color:#333;
}
.sidebox01 li{
	list-style:square;
}
.sidebox02 li{
	list-style:square;
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:0 20px 0 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:58px 0 42px 0;
	background:url(img/bg_footer.gif) no-repeat;
        background-position:center bottom;
}
#footermenu{
	padding:5px 0;
	text-align:center;
	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:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
	clear:both;
	margin:20px 0 0 0;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:660px;
	height:500px;
	border:1px solid #ccc;
	margin:0;
}
.map1{
	width:320px;
	height:320px;
	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{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0;
	padding:6px 0 15px 10px;
	color:#333;
	background:url(img/bg_blogtitle.gif) no-repeat;
	font-weight:normal;
	border:none;
	font-size:1.2em;
}
.blog_cnt{
	background:url(img/bg_blogcnt.gif) repeat-y;
}
.blog_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#333;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:650px;
	margin:0 10px 20px 10px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border-top:1px dotted #9FBA69;
	background:url(img/bg_blogbottom.gif) bottom;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 10px 0 12px;
	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 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0;
	padding:6px 0 15px 10px;
	color:#333;
	background:url(img/bg_blogtitle.gif) no-repeat;
	font-weight:normal;
	border:none;
	font-size:1.2em;
}
.bbs_cnt{
	background:url(img/bg_blogcnt.gif) repeat-y;
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border-top:1px dotted #9FBA69;
	background:url(img/bg_blogbottom.gif) bottom;
}
#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:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:1px 5px;
}
.post_com{
	margin:10px 0 5px 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:10px 0 5px 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 10px 0;
	padding:5px 0;
	text-align:right;
	font-size:0.8em;
}

/* TOPIMAGE */
#topimage{
	width:890px;
	height:200px;
	margin:0 1px 20px 9px;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
#topimage a{
	display:block;
	width:890px;
	height:200px;
}

/* TOPNEWS */
#top_news{
}
.news_contents{
	overflow:hidden;
	margin:0 10px 20px 20px;
}
.topnews_date{
	width:15%;
	font-size:0.8em;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}

/* TOPPHOTO */
#top_photo{
}
.photo_contents{
	margin:0 0 20px 0;
}
.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;
}
.calbox{
	width:180px;
	margin:0 0 20px 0;
	padding:10px 0;
	overflow:hidden;
	background:#fff;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	width:200px;
	text-align:right;
	right:20px;
	top:30px;
}
#search .search{
	width:120px;
	height:11px;
	font-size:0.8em;
	border:1px solid #ccc;
}
.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:#B9D181;
	padding:2px 0 2px 8px;
	margin:0;
	color:#fff;
	border:none
}
.crawler_body{
	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 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}






.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:540px;height:70px;text-indent: -10000px;}

