﻿@charset "UTF-8";
/* ************************************************ 
Theme Name: tomtom24 MainPortal
Theme URI: http://www.tomtom24.com/
Description:
Author: tomtom24
Version: 1.3

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

/* ************************************************ 
	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. header2 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:#000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
a
	{
	color:#000000;
	text-decoration:none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
a:hover
	{
	text-decoration:underline;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header2
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */
div#box
	{
	width:950px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2
	{
	height:330px;
	position:relative;
	color: #CCCCCC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
div#header2 .headimg
	{
	float: left;
	margin-top: 85px;
	}
div#footer_widgets
	{
	color:#000000;
	/*	margin:20px 0px 0px 0px;*/
/*	padding:20px 11px 20px 11px;*/
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
div#footer
	{
	margin:20px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#contents_box
	{
	margin:10px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents
	{
	width:568px;
	float:left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#right_side
	{
	width:350px;
	float:right;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home div#wrap
	{
	width:590px;
	float:left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	}
body#home div#wrap div#main_contents
	{
	width:410px;
	float:right;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home div#wrap div#left_side
	{
	width:170px;
	float:left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	}
body#home div#right_side
	{
	width:350px;
	float:right;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 2-3. header2 area setting
 * ************************************************ */
div#header_meta
	{
	width:100%;
	background: #ffffff;
	position:relative;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header_meta h1
	{
	font-size:92%;
	line-height:1.8;
	padding:0px 0px 0px 3px;
	color:#000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header_meta p.rss
	{
	position:absolute;
	top:2px;
	right:3px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 p#logo
	{
	display:block;
	position:absolute;
	top:31px;
	left:5px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/*---------- header2 Searchform Setting ----------*/
div#header2 form#searchform
	{
	width:200px;
	height:40px;
	border:1px solid #3fb814;
	padding:0px 38px 0px 48px;
	display:block;
	position:absolute;
	top:30px;
	right:0px;
/*	background-color: #CCCCCC; */
	background-image: url(images/tomtom/search_back.jpg);
/*	background-repeat: repeat-x; */
	color: #000000;
	}
div#header2 form#searchform p
	{
	padding:9px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 form#searchform input
	{
	position:absolute;
	color: #3fb814;
	border-top-color: #3fb814;
	border-right-color: #3fb814;
	border-bottom-color: #3fb814;
	border-left-color: #3fb814;
	}
div#header2 form#searchform input.search_text
	{
	width:180px;
	height:14px;
	border:1px solid #207503;
	padding:3px 3px 3px 3px;
	top:9px;
	left:55px;
	color: #000000;
	}
div#header2 form#searchform input.search_button
	{
	top:9px;
	right:15px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/*---------- Category Navigation Setting ----------*/
div#header2 div#cat_nav
	{
	width:100%;
	text-align:center;
	font-size:107%;
	border:1px solid #000000;
	background:url(images/nav/navigation_background.gif) repeat-x #DAE3FF;
	position:absolute;
	top:94px;
	color: #000000;
	}
div#header2 div#cat_nav ul li
	{
	width:auto;
	display:block;
	float:left;
	position:relative;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 div#cat_nav ul li a
	{
	width:auto;
	line-height:2;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	display:block;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 div#cat_nav ul li a:hover
	{
	background:url(images/nav/navigation_background_hover.gif) repeat-x #FDFEFF;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
/*---------- Pulldown Setting ----------*/
div#header2 div#cat_nav ul li > ul
	{
	display:none;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 div#cat_nav ul li:hover > ul
	{
	width:150px;
	text-align:left;
	background:#393939;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header2 div#cat_nav ul li ul li
	{
	width:148px;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	}
div#header2 div#cat_nav ul li ul li a
	{
	width:128px;
	line-height:2;
	padding:0px 10px 0px 10px;
	background:#FAFCFF;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	}
div#header2 div#cat_nav ul li ul li a:hover
	{
	text-decoration:underline;
	background:#E2E9FF;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 2-4. Footer Widgets area setting
 * ************************************************ */
div#footer_widgets div#widgets_contents
	{
	width:948px;
/*	border:1px solid #000000; */
	background:#FFFFFF;
	color: #000000;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta
	{
	background:url(images/background/footer_widgets_meta.gif) repeat-x #E8E8E8;
	position:relative;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer_widgets div#widgets_contents div#footer_widgets_meta h2
	{
	font-size:107%;
	font-weight:bold;
	line-height:2;
	padding:0px 0px 0px 15px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
/* div#footer_widgets div#widgets_contents div#footer_widgets_meta ul#social_bookmark
	{
	position:absolute;
	top:-500px;
	right:15px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	} */
div#header_meta ul#social_bookmark
	{
	position:absolute;
	top:2px;
	right:30px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	} 
div#header_meta ul#social_bookmark li
	{
	display:inline;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	}
div#header_meta ul#social_bookmark li a
	{
	padding:0px 5px 0px 5px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#header_meta ul#social_bookmark li img
	{
	vertical-align:middle;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
div#footer_widgets div#widgets_01 ,
div#footer_widgets div#widgets_02 ,
div#footer_widgets div#widgets_03 ,
div#footer_widgets div#widgets_04
	{
	width:216px;
	border:none;
	border-right:1px solid #BDBDBD;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
div#footer_widgets div#widgets_01
	{
/*	margin:10px 0px 0px 0px; */
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer_widgets div#widgets_02
	{
/*	margin:10px 0px 0px 0px; */
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer_widgets div#widgets_04
	{
	float:right;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer_widgets div#widgets_01 h2 ,
div#footer_widgets div#widgets_02 h2 ,
div#footer_widgets div#widgets_03 h2 ,
div#footer_widgets div#widgets_04 h2
	{
	font-weight:bold;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer ul
	{
	text-align:center;
	margin:0px 0px 15px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer ul li
	{
	display:inline;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#footer address
	{
	text-align:center;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.headline ,
/*div#left_side h2.headline ,　*/
/*div#right_side h2.headline */
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.5;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background:url(images/headline/headline_background.gif) repeat-x #D9E1FF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
/***** 手書き *****/
div#left_side h2.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.1;
	color:#333333;
	width: 140px;
	height: 27px;
	background-color: #ffffff;
	background-image: url(images/tomtom/headline/left_head_back.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-position: 0px;
	margin: 0px;
	}
div#right_side h2.headline
	{
	font-size:107%;
	font-weight:bold;
	line-height:2.5;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background-image: url(images/tomtom/headline/right_head_back.jpg);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
/***** 手書きend *****/

div#sidebar h2.headline a ,
div#left_side h2.headline a
/*div#right_side h2.headline a*/
	{
	color:#000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}


/*---------- Widgets ----------*/
div#sidebar div.widgets ,
div#left_side div.widgets ,
div#right_side div.widgets
	{
	margin:0px 0px 10px 0px;
/*	border:1px solid #000000; */
	color: #000000;
	}
/*---------- left_side ----------*/
.navi01 {
	float: left;
	height: 40px;
	width: 163px;
	background-image: url(sidebar.jpg);
	background-position: 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi02 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi {
	float: left;
	width: 163px;
	list-style-type: none;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi03 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi04 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi05 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -160px;
	height: 40px;
	width: 163px;
	float: left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi06 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi07 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -240px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi08 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -280px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi09 {
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -320px;
	float: left;
	height: 40px;
	width: 163px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi a {
	text-indent: -9999px;
	DISPLAY: block;
	height: 40px;
	list-style-type: none;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


div#left_side div.widgets ul
	{
	padding:1px 1px 1px 1px;
	}
div#left_side div.widgets ul li
	{
	padding:3px 0px 3px 0px;
	display:block;
	}
div#left_side div.widgets li a
	{
	width:145px;
	padding:0px 5px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat 10px 8px;
	border-bottom:1px dotted #999999;
	display:block;
	}


/*---------- Right_side ----------*/
div#right_side div.banner
	{
	margin:0px 0px 10px 0px;
	}
div#right_side ul.thumbnail_post
	{
	padding:10px 10px 10px 10px;
	}
div#right_side ul.thumbnail_post li
	{
	width:249px;
	min-height:56px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 81px;
	position:relative;
	}
div#right_side ul.thumbnail_post li span.thumbnail
	{
	position:absolute;
	top:0px;
	left:0px;
	}
div#right_side ul.thumbnail_post li span.title ,
div#right_side ul.thumbnail_post li span.excerpt ,
div#right_side ul.thumbnail_post li span.thumbnail
	{
	display:block;
	}
/*/ recentcomments /*/
div#left_side ul#recentcomments ,
div#right_side ul#recentcomments
	{
	padding:0px 10px 0px 10px;
	}

/*/ Selectt /*/
div#left_side select
	{
	width:150px;
	margin:10px 10px 20px 10px;
	}
div#right_side select
	{
	width:330px;
	margin:10px 10px 20px 10px;
	}
/*/ Calendar /*/
div#right_side #wp-calendar ,
div#left_side #wp-calendar
	{
	width:100%;
	margin:0px auto 0px auto;
	}
div#right_side #wp-calendar caption ,
div#left_side #wp-calendar caption
	{
	text-align:center;
	margin:0px 0px 0px 0px;
	background:#FDDBEB;
	}
div#right_side #wp-calendar th ,
div#right_side #wp-calendar td ,
div#left_side #wp-calendar th ,
div#left_side #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	}
div#right_side #wp-calendar th ,
div#left_side #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#right_side #wp-calendar td a ,
div#left_side #wp-calendar td a
	{
	text-decoration:underline;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */ 
/*---------- title ----------*/
div#main_contents h2.page_title ,
div#main_contents h2.post_title
	{
	height: 28px;
	width: 553px;
	background-image: url(images/tomtom/h2.jpg);
	font-size: 129%;
	font-weight: bold;
	color: #333333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;	/*	font-size:129%;
	font-weight:bold;
	color:#333333;
	margin:0px 0px 15px 0px;
	border:1px solid #CCCCCC;
	padding:5px 11px 5px 11px;
	background-image: url(images/tomtom/h2.jpg);
	background-repeat: repeat-x; */
	line-height: 98%;	
	}
div#main_contents h2.post_title a
	{
	color:#333333;
	}
div#main_contents h2.headline
	{
	font-size:107%;
	font-weight:bold;
	color:#464646;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 10px;
	background:url(images/headline/headline_background.gif) repeat-x #D9E1FF;
	}
div#main_contents h3.headline
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#000000;
	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:#F5F8FF;
	}
div#main_contents .entry h2
	{
	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 10px;
	background:#F5F8FF;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
div#main_contents .entry h3
	{
	font-size:120%;
	font-weight:bold;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px 11px 0px 11px;
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
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 #CCCCCC;
	clear:both;
	}
div#main_contents .entry table th
	{
	width:auto;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background:#F5F8FF;
	}
div#main_contents .entry table td
	{
	width:auto;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	}
*/
/*---------- entry ----------*/
div#main_contents .entry
	{
	margin:10px 0px 15px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents .entry .thumbnail
	{
	margin:0px 11px 0px 0px;
	display:block;
	float:left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents .entry p
	{
	margin:10px 0px 15px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/*---------- meta ----------*/
div#main_contents .meta
	{
	padding:9px 9px 9px 9px;
	background:#F5F8FF;
	position:relative;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents .meta .cat
	{
	margin:0px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents .meta .com ,
div#main_contents .meta .cat ,
div#main_contents .meta .tags
	{
	line-height:1.5;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
div#main_contents .meta .cat
	{
	padding:0px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
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;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

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

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

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

/*---------- home ----------*/
body#home #contents_box div#include_page
	{
	border:1px solid #d0d0d0; 
	color: #000000;
	float: left;
	width: 100%;
	}
body#home #contents_box div#main_contents div.widgets
	{
	width: 100%;
	border:1px solid #d0d0d0;
	color: #000000;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 10px;
	}
body#home #contents_box div#main_contents div.widgets div.textwidget img
	{
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
	}
body#home #contents_box div#include_page div.entry
	{
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div#include_page p.go_more
	{
	text-align:right;
	clear:both;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div.TabbedPanels
	{
	margin:0px 0px 10px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div.TabbedPanelsContent
	{
	padding:0px 0px 0px 0px;
	color: #000000;
	}
body#home #contents_box div.TabbedPanelsContent ul
	{
	width:390px;
	font-size:92%;
	margin:0px 0px 10px 0px;
	padding:15px 10px 0px 10px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div.TabbedPanelsContent ul li
	{
	width:312px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 78px;
	position:relative;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div.TabbedPanelsContent ul li span.title
	{
	width:310px;
	padding:5px 0px 5px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div.TabbedPanelsContent ul li span.data
	{
	width:78px;
	position:absolute;
	left:0px;
	top:0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
body#home #contents_box div#thumbnail_list
	{
	border:1px solid #000000;
	color: #000000;
	}
body#home #contents_box div#thumbnail_list ul
	{
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 5px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div#thumbnail_list li
	{
	width:126px;
	text-align:center;
	margin:0px 0px 5px 5px;
	float:left;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div#thumbnail_list li.thumbnail_list_right
	{
	float:ight;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
body#home #contents_box div#thumbnail_list li img
	{
	display:block;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
.go_posts
	{
	text-align:right;
	padding:5px 5px 5px 5px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
/*/ Side Banner /*/
.sbanner
	{
	margin:0px 0px 10px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
/*/ Footer Banner /*/
.fbanner
	{
	margin:0px 0px 10px 0px;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
/*/sayaka /*/



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