@charset "UTF-8";
/* ************************************************ 
Theme Name: fmii
Theme URI: http://www.fmii.co.jp/
Description: About the copyright and the license <a href="http://www.waraukado.biz">waraukado.biz</a> has it.
Author: Theme designed by Webnist + Megane


 * ************************************************ */

/* ************************************************ 
	CSS Contents
	1-1. Description priority level
	1-2. Notes
	1-3. CSS Zero Include
	
	2-1. Basic setting
	2-2. Each area setting
	2-3. Header area setting
	2-4. Footer area setting
	2-5. Side contents setting
	2-6. The main contents setting
	3-1. Other setting
	
 * ************************************************ */

/* ************************************************ 
 * 1-1.Description priority level
 * ************************************************
 *	width:;
 *	height:;
 *	font-size:;
 *	font-weight:;
 *	line-height:;
 *	color:;
 *	text-align:;
 *	vertical-align:;
 *	margin:;
 *	border:;
 *	padding:;
 *	background:;
 *	background-position:;
 *	display:;
 *	float:;
 *	letter-spacing:;
 *	overflow:;
 *	position:;
 *	top:;
 *	left:;
 *	right:;
 *	bottom:;
 *	clear:;
 * ************************************************ */

/* ************************************************ 
 * 1-2.Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 *	
 *	
 * ************************************************ */

/* ************************************************ 
 * 1-3.CSS Include
 * ************************************************ */
@import url("initial.css");

/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
body
	{
	text-align:center;
	color:#333344;
	/* background:url(images/background/body_back.jpg);background-repeat : no-repeat; */
	background:url(images/background/background_body2.jpg);background-repeat : repeat-x;
	}
a
	{
	color:#1B47FF;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
ul#page_nav a
	{
	color:#003167;
	}
ul#cat_nav a
	{
	color:#484848;
	}
/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * side_contents
 * main_img
 * ************************************************ */
div#overwrap
	{
	width:950px;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	}
div#box_home
	{
	width:950px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	}
div#box_page
	{
	width:950px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	}
div#box_contents
	{
	width:950px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	}
div#wrap
	{
	width:100%;
	margin:0px auto 0px auto;
    text-align: left;
	background:url(images/background/background_headwrap.jpg);background-repeat:repeat-x bottom #FFFFFF;
	}

div#header
	{
	height:154px;
	width:950px;
	margin:0px auto 0px auto;
    text-align: left;
	position:relative;
	background:url(images/background/background_head.jpg);background-repeat : no-repeat;
	}
div#nav_box
	{
	width:950px;
	font-size:100%;
	margin:0px auto 0px auto;
    text-align: center;
	background:#4AA42D;
	}
div#footer_contents
	{
	width:948px;
	color:#000000;
	margin:20px 0px 0px 0px;
	border:1px solid #C2C2C2;
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
	}
div#footer
	{
	margin:20px 0px 0px 0px;
	}
div#contents_box
	{
	margin: 9px 15px 0px 15px;
}
div#main_contents
	{
	width:650px;
	float:left;
	}
div#side_contents
	{
/* width:275px; */
	width:240px;
	float:right;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header_meta
	{
	width:100%;
	background:#4DAC26;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
div#header_meta h1
	{
	font-size:92%;
	line-height:1.8;
	color:#484848;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
div#header_meta p.rss
	{
	position:absolute;
	top:2px;
	right:3px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
div#header p#logo
	{
	display:block;
	position:absolute;
	top:20px;
	left:15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
div#header div#header_banner
	{
	width:728px;
	display:block;
	position:absolute;
	top:29px;
	right:0px;
	}

/*---------- Navigation BOX ----------*/

/*---------- Categorys Navigation Setting ----------*/
div#header ul#cat_nav
	{
	height:20px;
	padding:1px 0px 1px 0px;
	background:#4DAC26;
	}
div#header ul#cat_nav li
	{
	width:auto;
	display:block;
	float:left;
	position:relative;
	}
div#header ul#cat_nav li a
	{
	width:auto;
	line-height:1.7;
	border-right:1px solid #000000;
	padding:0px 15px 0px 15px;
	display:block;
	}
	
/*---------- Pulldown Setting ----------*/
div#header ul#page_nav li ul ,
div#header ul#cat_nav li ul
	{
	display:none;
	}
div#header ul#page_nav li:hover > ul ,
div#header ul#cat_nav li:hover > ul
	{
	width:150px;
	text-align:left;
	border-top:1px solid #D9D9D9;
	background:#FFFFFF;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header ul#page_nav li ul li ,
div#header ul#cat_nav li ul li
	{
	width:148px;
	border:1px solid #D9D9D9;
	border-top:none;
	display:block;
	z-index:3;
	}
div#header ul#page_nav li ul li a ,
div#header ul#cat_nav li ul li a
	{
	width:128px;
	line-height:2;
	text-decoration:none;
	color:#003167;
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px 10px 0px 10px;
	background:#FFFFFF;
	display:block;
	}
div#header ul#page_nav li ul li a:hover ,
div#header ul#cat_nav li ul li a:hover
	{
	color:#484848;
	background:#CCFF66;
	}


/* ************************************************ 
 * 2-4. Footer Widgets area setting
 * ************************************************ */
div#footer_contents div#footer_widgets_meta
	{
	height:32px;
	position:relative;
	}
div#footer_contents div#footer_widgets_meta ul#social_bookmark
	{
	text-align:right;
	line-height:2.2;
	background:url(images/headline/headline_background.gif) repeat-x left top;
	}
div#footer_contents div#footer_widgets_meta ul#social_bookmark li
	{
	display:inline;
	}
div#footer_contents div#footer_widgets_meta ul#social_bookmark li a
	{
	padding:0px 5px 0px 5px;
	}
div#footer_contents div#footer_widgets_meta ul#social_bookmark li img
	{
	vertical-align:middle;
	}
	
div#footer_contents div#widgets_01 ,
div#footer_contents div#widgets_02 ,
div#footer_contents div#widgets_03 ,
div#footer_contents div#widgets_04
	{
	width:218px;
	margin:10px 0px 0px 0px;
	border:none;
	border-right:1px solid #BDBDBD;
	padding:0px 6px 0px 7px;
	float:left;
	}
div#footer_contents div#widgets_02
	{
	margin:10px 0px 0px 0px;
	}
div#footer_contents div#widgets_04
	{
	border:none;
	float:right;
	}
div#footer_contents div#widgets_01 h2 ,
div#footer_contents div#widgets_02 h2 ,
div#footer_contents div#widgets_03 h2 ,
div#footer_contents div#widgets_04 h2
	{
	font-weight:bold;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer ul
	{
	text-align:center;
	margin:0px 0px 15px 0px;
	}
div#footer ul li
	{
	display:inline;
	}
div#footer ul li a
	{
	border-left:1px solid #666666;
	padding:0px 5px 0px 5px;
	}
div#footer ul li.home a
	{
	border-left:none;
	}
div#footer address
	{
	text-align:center;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#side_contents h2.title
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.3;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	background:url(images/headline/headline_background.gif) repeat-x left center;
	}
/*---------- Widgets ----------*/
div#side_contents div.widgets
	{
	margin:0px 0px 10px 0px;
	}
/*---------- List ----------*/
div#side_contents div.widgets ul
	{
	padding:1px 1px 1px 1px;
	}
div#side_contents div.widgets ul li
	{
	padding:3px 0px 3px 0px;
	display:block;
	}
div#side_contents div.widgets ul li a
	{
	width:248px;
	/* border-bottom:1px dotted #999999; */
	padding:0px 5px 0px 0px;
	/* background:url(images/icon/side_icon_01.gif) no-repeat 10px 8px; */
	display:block;
	}
div#side_contents div.widgets ul li ul li a
	{
	width:248px;
	padding:0px 5px 0px 25px;
	background-position:20px 8px;
	}
div#side_contents div.widgets ul#recentcomments li a
	{
	border:none;
	background:none;
	}
/*---------- Selectt ----------*/
div#side_contents div.widgets select
	{
	width:260px;
	margin:10px 10px 0px 10px;
	}
/*---------- searchform----------*/
div#side_contents div.widgets #searchform
	{
	width:260px;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	background:url(images/background/search_background.gif) repeat-x left top;
	}
div#side_contents div.widgets #searchform h2
	{
	line-height:1.3;
	margin:0px 0px 5px 0px;
	padding:0px 10px 0px 0px;
	background:none;
	}
div#side_contents div.widgets #searchform input.text
	{
	width:250px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 5px 0px;
	border:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:4px 4px 4px 4px;
	display:block;
	}
div#side_contents div.widgets #searchform p.search
	{
	text-align:right;
	display:block;
	}
/*---------- Calendar ----------*/
div#side_contents div.widgets #wp-calendar
	{
	width:260px;
	margin:0px auto 0px auto;
	}
div#side_contents div.widgets #wp-calendar caption
	{
	text-align:center;
	color:#484848;
	margin:10px 0px 0px 0px;
	background:#FFC0E4;
	}
div#side_contents div.widgets #wp-calendar th ,
div#side_contents div.widgets #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#side_contents div.widgets #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#side_contents div.widgets #wp-calendar td a
	{
	text-decoration:underline;
	}
/*---------- Thumbnail Post ----------*/
div#side_contents div.widgets ul.thumbnail_post
	{
	padding:10px 10px 10px 10px;
	}
div#side_contents div.widgets ul.thumbnail_post li
	{
	width:174px;
	min-height:56px;
	margin:0px 0px 10px 0px;
	border:none;
	padding:5px 10px 0px 76px;
	position:relative;
	}
div#side_contents div.widgets ul.thumbnail_post li:hover
	{
	background:#FFEFEF;
	}
div#side_contents div.widgets ul.thumbnail_post li a
	{
	border:none;
	padding:0px 0px 0px 0px;
	background:none;
	display:inline;
	}
div#side_contents div.widgets ul.thumbnail_post li span.thumbnail
	{
	position:absolute;
	top:5px;
	left:0px;
	}
div#side_contents div.widgets ul.thumbnail_post li span.title ,
div#side_contents div.widgets ul.thumbnail_post li span.excerpt ,
div#side_contents div.widgets ul.thumbnail_post li span.thumbnail
	{
	display:block;
	}
/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */ 
/*---------- title ----------*/
div#main_contents h2.page_title ,
div#main_contents h2.post_title
	{
	font-size:129%;
	font-weight:bold;
	color:#484848;
	margin:0px 25px 15px 0px;
	padding:5px 11px 5px 11px;
	background:url(images/background/page_h2.jpg) no-repeat;
	}
div#main_contents h2.post_title a
	{
	color:#333333;
	}
div#main_contents h2.title
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.3;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	height:40px;
	background:url(images/headline/headline_background.jpg) no-repeat;
	}
div#main_contents h3.title
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px dotted #8A8A8A;
	padding:0px 0px 0px 10px;
	}

/*---------- post ----------*/
div#main_contents .post
	{
	font-size:107%;
	margin:0px 0px 15px 0px;
	}
div#main_contents .entry h1
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:0px 11px 0px 11px;
	background:#4DAC26;
	clear:both;
	}
div#main_contents .entry h2
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px solid #4DAC26;
	padding:0px 0px 0px 10px;
	background:#CCFF66;
	clear:both;
	}
div#main_contents .entry h3
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #E682AE;
	padding:0px 11px 0px 11px;
	background:#4DAC26;
	clear:both;
	}
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #E682AE;
	padding:0px 11px 0px 11px;
	clear:both;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	border-bottom:1px solid #E682AE;
	clear:both;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	clear:both;
	}
div#main_contents .entry ul
	{
	margin:inherit;
	padding:inherit;
	}
div#main_contents .entry ol ,
div#main_contents .entry ul
	{
	margin:0px 0px 20px 0px;
	padding:inherit;
	}
div#main_contents .entry ul li
	{
	margin:0px 0px 0px 28px;
	list-style:disc;
	}
div#main_contents .entry ol li
	{
	margin:0px 0px 0px 35px;
	list-style:decimal;
	}
div#main_contents .entry table
	{
	/*--- width:100%; ---*/
	margin:0px 0px 10px 0px;
	border:1px solid #4DAC26;
	clear:both;
	}
div#main_contents .entry table th
	{
	/*--- width:30%; ---*/
	border:1px solid #4DAC26;
	padding:5px 5px 5px 5px;
	background:#4DAC26;
	}
div#main_contents .entry table td
	{
	/*--- width:70%; ---*/
	border:1px solid #4DAC26;
	padding:5px 5px 5px 5px;
	}

/*---------- entry ----------*/
div#main_contents .entry
	{
	margin:15px 25px 15px 25px;
	}
div#main_contents .entry .thumbnail
	{
	margin:0px 11px 0px 0px;
	display:block;
	float:left;
	}
div#main_contents .entry p
	{
	margin:10px 0px 15px 0px;
	}

/*---------- meta ----------*/
div#main_contents .meta
	{
	padding:9px 9px 9px 9px;
	background:#FFEFEF;
	position:relative;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:0px 0px 0px 0px;
	}
div#main_contents .meta .com ,
div#main_contents .meta .cat ,
div#main_contents .meta .tags
	{
	line-height:1.5; 
	}
div#main_contents .meta .cat
	{
	padding:0px 0px 0px 0px;
	}
div#main_contents .meta .com img ,
div#main_contents .meta .cat img ,
div#main_contents .meta .tags img 
	{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
	}

/*---------- navigation ----------*/
div#main_contents .navigation
	{
	width:650px;
	min-height:25px;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
div#main_contents .navigation p.previous_post
	{
	width:48%;
	position:absolute;
	top:0px;
	left:0px;
	}
div#main_contents .navigation p.next_post
	{
	width:48%;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	}

/*---------- comment ----------*/
div#main_contents .commentlist
	{
	padding:10px 10px 20px 10px;
	}
div#main_contents .commentlist li
	{
	min-height:80px;
	padding:10px 15px 10px 80px;
	position:relative;
	}
div#main_contents .commentlist li img.avatar
	{
	position:absolute;
	top:10px;
	left:10px;
	}
div#main_contents .commentlist li.alt
	{
	background:#FFEFEF;
	}
div#main_contents .commentlist li cite
	{
	color:#03205B;
	}
div#main_contents #commentform dd
	{
	margin:0px 0px 15px 0px;
	}
div#main_contents #commentform input
	{
	width:250px;
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform textarea
	{
	margin:0px 0px 0px 0px;
	border:1px inset #acacac;
	}
div#main_contents #commentform button
	{
	color:#000000;
	border:1px solid #acacac;
	background:#dcdcdc;
	}
div#main_contents #commentform button:hover
	{
	color:#000000;
	border:1px solid #ebe9ed;
	background:#acacac;
	}
div#main_contents #comment
	{
	width:100%;
	margin:10px 0px 0px 0px;
	}

/*/ Related Box /*/
div#main_contents h2.related-posts
	{
	font-size:129%;
	font-weight:bold;
	color:#484848;
	margin:0px 0px 15px 0px;
	border:1px solid #4DAC26;
	padding:5px 11px 5px 11px;
	background:#CCFF66;
	}
div#main_contents ul.st-related-posts
	{
	margin:15px 0px 20px 0px;
	}
div#main_contents ul.st-related-posts li
	{
	margin:0px 0px 0px 0px;
	list-style:none;
	}
div#main_contents ul.st-related-posts li a
	{
	padding:0px 0px 0px 15px;
	}
div#main_contents ul.st-related-posts li a.comment
	{
	padding:0px 0px 0px 0px;
	background:none;
	}

/*---------- searchform ----------*/
div#main_contents #searchform
	{
	text-align:center;
	padding:10px 0px 10px 0px;
	background:#eeeeee;
	}
div#main_contents #searchform input.text
	{
	width:302px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #878787; 
	padding:4px 4px 4px 4px;
	}
div#main_contents #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- home ----------*/
/*/ include_page /*/
body#home #contents_box div#include_page
	{
	width:625px;
	height:180px;
	min-height:180px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #DADADA;
	padding:0px 0px 10px 0px;
	position:relative;
	}
body#home #contents_box div#include_page h2
	{
	font-size:136%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background:none;
	}
body#home #contents_box div#include_page div
	{
	padding:0px 0px 0px 280px;
	margin:0px 0px 0px 0px;
	}
body#home #contents_box div#include_page span.thumbnail
	{
	position:absolute;
	top:0px;
	left:0px;
	}
/*/ post_list /*/
body#home div#contents_box div#main_contents div.post_list
	{
	border:1px solid #C2C2C2;
	margin:0px 0px 15px 0px;
	}
body#home div#contents_box div#main_contents div.post_list p.go_posts
	{
	clear:both;
	}
	
body#home div#contents_box div#main_contents div.post_list ul
	{
	margin:0px 0px 0px 0px;
	padding:0px 21px 0px 21px;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t1_left ,
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t1_right
	{
	width:126px;
	margin:0px 34px 5px 0px;
	float:left;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t1_right
	{
	margin:0px 0px 5px 0px;
	float:right;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t1_left span.thumbnail ,
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t1_right span.thumbnail
	{
	width:126px;
	height:84px;
	text-align:center;
	overflow:hidden;
	display:block;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t2_left ,
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t2_right
	{
	width:190px;
	line-height:1.3;
	min-height:56px;
	margin:0px 34px 15px 0px;
	padding:0px 0px 0px 82px;
	float:left;
	position:relative;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t2_right
	{
	margin:0px 0px 5px 0px;
	float:right;
	}
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t2_left img ,
body#home div#contents_box div#main_contents div.post_list ul li.post_list_t2_right img
	{
	position:absolute;
	top:0px;
	left:0px;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts ,
.go_post
	{
	text-align:right;
	padding:5px 5px 5px 5px;
	clear:both;
	}
.more_list
	{
	text-align:right;
	padding:5px 5px 5px 5px;
	clear:both;
	}
/*/ Side Banner /*/
.sbanner
	{
	margin:0px 0px 10px 0px;
	}
/*/ Footer Banner /*/
.fbanner
	{
	margin:0px 0px 10px 0px;
	}
/* ************************************************ 
 * FMII
 * ************************************************ */
/*/ TopBox /*/
#topinfowrap {
	width: 635px;
	/* background-image: url('images/background/Topback.jpg'); */
	background-repeat: no-repeat;
	height: 330px;
}

/*/ Custum RSS /*/
.rsswidget_ul{
	width: 620px;
	height: 100px;
	overflow: auto;
	/* font-size: 95%; */
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#onairdata {
	padding: 40px 15px 0px 15px;
	width: 165px;
	height:205px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 180px;
}
.onairkensaku{
	position: static;
	bottom: 5;
	padding-left: 25px;
}
/*/ TopSlider2 /*/
#carousel
{
  margin: 0 auto;
  width: 618px;
  height: 347px;
  padding: 0;
  overflow: scroll;
  border: 0px solid #999;
}
#carousel p{margin:0;}
#carousel ul
{
  list-style: none;
  width: 1500px;
  margin: 0;
  padding: 0;
  position: relative;
}
#carousel li
{
  display: inline;
  float: left;
  color:#000000;
}
#carousel li img
{
  width: 618px;
  height: 321px;
}

.textholder
{
  text-align: left;
  font-size: small;
  padding: 6px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
/* TOP MENU 1jpeg */
div#nav_box ul#page_nav
	{
	width:944px;
	height:35px;
	margin: 0;
	padding: 0;
	}
div#nav_box ul#page_nav li
	{
	width:118px;
	height:35px;
	float:left;
	margin: 0;
	padding: 0;
	/* z-index:3; */
	}
/*---------- Pages Navigation Setting ----------*/
.tmenu_home a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_home a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:0px -35px;
   }
.tmenu_time a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-118px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_time a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-118px -35px;
   }
.tmenu_bangumi a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-236px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_bangumi a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-236px -35px;
   }
.tmenu_guest a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-354px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_guest a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-354px -35px;
   }
.tmenu_dj a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-472px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_dj a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-472px -35px;
   }
.tmenu_event a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-590px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_event a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-590px -35px;
   }
.tmenu_reps a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-708px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_reps a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-708px -35px;
   }
.tmenu_company a
   {
    display:block;
    width:100%;height:100%;
    background-image:url(images/nav/menu1.jpg);
    background-position:-826px 0px;
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
    }
.tmenu_company a:hover
   {
    background-image:url(images/nav/menu1.jpg);
    background-position:-826px -35px;
   }
/* Twit */
.tweet, .query {
  font-size: 100%;
  color: #085258;
}
.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    width:600px;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
   text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a {
   color: #0C717A;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
/* */
div#on-air-info{
	width:200px;
}
div#fmiibanner ul{
	list-style-type: none;
}

.newsscr {
  overflow: scroll;   /* スクロール表示 */ 
  width: 620px;
  height: 200px;
}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */