@charset "UTF-8";
/* ************************************************ 
@charset "UTF-8";
/* ************************************************ 
Theme Name: MEGUMI Theme Summer / 世界にひとつだけの雑貨店様用カスタマイズ101110版
Theme URI: http://www.10press.net/
Description: About the copyright and the license <a href="http://www.digi3.jp/">DigitalCube Co., Ltd.</a> has it.
Author: Theme designed by Webnist + Meganess
Version: 101110


 * ************************************************ */

/* ************************************************ 
	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;
	}
a
	{
	color:#0F73A1;
	}
a:hover
	{
	text-decoration:none;
	}

/* ************************************************ 
 * 2-2. Each area setting
 * box
 * header
 * footer
 * contents_box
 * main_contents
 * sidebar
 * main_img
 * ************************************************ */

div#box
	{
	width:930px;
	line-height:1.5;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
div#header
	{
	height:118px;
	max-height:118px;
	position:relative;
	}
/*div#footer
	{
	font-size:77%;
	margin:20px 0px 0px 0px;
	border-top:1px dotted #8A8076;
	padding:15px 0px 15px 0px;
        background-color: #F7F5F6;
	}*/
div#footer
	{
	font-size:100%;
	margin:20px 0px 0px 0px;
	border:1px solid #CACACA;
	padding:10px 10px 80px 10px;
	background:#F7F5F6;
	}
        div#footer div#footer_contents
	{
	font-size:90%;
	margin:0px 0px 15px 0px;
	border:1px solid #CACACA;
	padding:10px 10px 10px 10px;
	background:#FFFFFF;
	}
        div#footer address
	{
	text-align:center;
	}

div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/contents_backgrand.gif) repeat-y;
	}

/*        div#contents_box
	{
	margin:10px 0px 0px 0px;
	background:url(images/contents_back.gif) repeat-y right top;
	}*/

body#home div#contents_box
	{
	background:none;
	}
div#main_contents
	{
	width:568px;
	float:left;
	}
body#home div#main_contents
	{
	width:930px;
	float:none;
	}
div#sidebar
	{
	width:311px;
	font-size:92%;
	padding:0px 10px 0px 10px;
	float:right;
	}
div#main_img
	{
	margin:0px 0px 20px 0px;
	}
div#main_img img
	{
	display:block;
	}

/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header_1 h1
	{
	font-size:92%;
	color:#8B8B8B;
	position:absolute;
	top:5px;
	right:0px;
	}
div#header_1 p#logo
	{
	display:block;
/*	position:absolute;*/
	top:7px;
	left:4px;
	}

/*---------- Header banner Setting ----------*/
div#header_1 p#header_banner
	{
/*	width:378px;*/
	height:34px;
	display:block;
	position:absolute;
	top:26px;
	right:0px;
	}

/*---------- Header Searchform Setting ----------*/
div#header form#searchform
	{
	width:378px;
	height:34px;
	background:url(images/search_background.gif) no-repeat;
	display:block;
	position:absolute;
	top:26px;
	right:0px;
	}
div#header form#searchform input
	{
	position:absolute;
	}
div#header form#searchform input.search_text
	{
	width:278px;
	height:15px;
	border:1px solid #BBBBBB;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:3px 3px 3px 3px;
	top:6px;
	left:44px;
	}
div#header form#searchform input.search_button
	{
	top:6px;
	right:15px;
	}

/*---------- Page Navigation Setting ----------*/
div#header div.page_nav ul
	{
	width:100%;
	height:29px;
	max-height:29px;
	font-size:107%;
        background-image: url("images/nav/navigation_back.gif");
/*	background:#6E6E6E;*/
	position:absolute;
	top:67px;
	right:0px;
        z-index:3;
	}
div#header div.page_nav ul li
	{
	width:auto;
	height:29px;
	display:block;
	float:left;
	}
div#header div.page_nav ul li:hover
	{
	position:relative;
	}
div#header div.page_nav li a
	{
	width:auto;
	height:29px;
	line-height:2;
	color:#474747;
	text-decoration:none;
        padding:0px 15px 0px 15px;
/*	padding:5px 30px 5px 30px;*/
/*	background:url(images/nav/navigation_backbround.gif) repeat-x;*/
	background:url(images/nav/navigation_border.gif) no-repeat right center;
	display:block;
	float:left;
	}
div#header div.page_nav a:hover
	{
        color: #fff;
        background:url(images/nav/navigation_hover.gif) repeat-x left top;
        z-index:3;
}

div#header div.page_nav ul li ul
	{
	display:none;
        z-index:3;
	}
div#header div.page_nav ul li:hover > ul
	{
	width:220px;
	border-top:1px solid #CACACA;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
	}
div#header div.page_nav ul li ul li
	{
	width:220px;
	background:none;
	}
div#header div.page_nav ul li ul li a
	{
	width:200px;
	color:#474747 !important;
	border:1px solid #CACACA;
	border-top:none;
/*	padding:0px 10px 0px 10px;*/
        	padding:0px 10px 3px 10px;
                background:url(images/nav/navigation_backbround.gif) repeat-x;

/*	background:#F0F0F0;*/
	}
div#header div.page_nav ul li ul li a:hover
	{
	color:#FFFFFF !important;
                background:url(images/nav/navigation_hover.gif) repeat-x left top;
	z-index:3;

/*	background:#6097D7;*/
	}
div#header div.page_nav ul li ul li:hover ul
	{
	left:25%;
	z-index:3;
	}

/*---------- Category Navigation Setting ----------*/
div#header div.cat_nav ul
	{
	width:100%;
	max-height:28px;
	font-size:107%;
        background:url(images/nav/navigation_backbround.gif) repeat-x;
/*	background:#555555;*/
	position:absolute;
/*	top:96px;*/
	right:0px;
	}
div#header div.cat_nav ul li
	{
	width:auto;
	height:28px;
	line-height:2;
	display:block;
	float:left;
	}
div#header div.cat_nav ul li:hover
	{
	position:relative;
	}
div#header div.cat_nav li a
	{
	width:auto;
	height:28px;
       	color:#474747;
/*	color:#FFFFFF;*/
	text-decoration:none;
        background:url(images/nav/navigation_border.gif) no-repeat right center;
	padding:0px 10px 0px 10px;
	display:block;
	float:left;
	}
div#header div.cat_nav a:hover
	{
        color: #fff;
/*	background:#44280B;*/
        background:url(images/nav/navigation_hover.gif) repeat-x left top;
	}

div#header div.cat_nav ul li ul
	{
	display:none;
	}
div#header div.cat_nav ul li:hover > ul
	{
	width:220px;
	border-top:1px solid #d2d2d2;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:1;
	}
div#header div.cat_nav ul li ul li
	{
	width:220px;
                background:url(images/nav/navigation_backbround.gif) repeat-x;
/*	background:#393939;*/
	}
div#header div.cat_nav ul li ul li a
	{
	width:200px;
	border:1px solid #d2d2d2;
	border-top:none;
	padding:0px 10px 3px 10px;
                background:url(images/nav/navigation_backbround.gif) repeat-x;
/*	background:#393939;*/
	}
div#header div.cat_nav ul li ul li a:hover
	{
        color: #fff;
        background:url(images/nav/navigation_hover.gif) repeat-x left top;
/*	background:#44280b;*/
	}
div#header div.cat_nav ul li ul li:hover ul
	{
	left:25%;
	z-index:1;
	}

/* ************************************************ 
 * 2-4. Footer area setting
 * ************************************************ */
div#footer h2.headline
	{
	font-weight:bold;
	color:#555555;
	}
div#footer #f_box_01 ,
div#footer #f_box_02 ,
div#footer #f_box_03 ,
div#footer #f_box_04
	{
	width:210px;
	float:left;
	}
div#footer #f_box_02
	{
	margin:0px 10px 0px 15px;
	}
div#footer #f_box_04
	{
	float:right;
	}
div#footer ul
	{
	line-height:1.7;
	}
div#footer ul li ul.children
	{
	margin:0px 0px 0px 10px;
	}

/* ************************************************ 
 * 2-5 Side contents setting
 * ************************************************ */
/*---------- title ----------*/
div#sidebar h2.headline
	{
/*	font-size:144%;
	font-weight:bold;
	line-height:1.9;
	color:#FFFFFF;
	text-align:center;
	margin:0px 0px 7px 0px;
	background:url(images/side_headline.gif) repeat-x left top #08648F;*/


        font-size:136%;
	font-weight:bold;
	line-height:1.9;
	margin:0px 0px 12px 0px;
	background:url(images/title/side_headline_border.gif) repeat-x left bottom;

	}

/*        .widget-container {
            width: 310px;
}*/

/*---------- Widgets ----------*/
div#sidebar div.widgets
	{
	margin:0px 0px 10px 10px;
	}

/*---------- List ----------*/
div#sidebar ul
	{
	margin:0px 0px 0px 0px;
	padding:0px 10px 7px 10px;
	}
div#sidebar ul li
	{
	line-height:1.8;
        display:block;
        	width:310px;
/*        border-bottom:1px solid #FFFFFF;*/
	}
/*div#sidebar ul li a
	{
	line-height:1.3;
	padding:0px 0px 0px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left 2px;
	}*/

        div#sidebar ul li a
	{
	width:280px;
	border-bottom:1px solid #FFFFFF;
	padding:3px 0px 3px 15px;
	background:url(images/icon/side_icon_01.gif) no-repeat left center;
	display:block;
	}

        div#sidebar ul li a:hover
	{
	text-decoration:none;
	background:url(images/icon/side_icon_02.gif) no-repeat left center #FFFFFF;
	}
        
div#sidebar ul li ul
	{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}



/*div#sidebar h2.headline {
 width:310px;
}*/


/*---------- Selectt ----------*/
div#sidebar select
	{
	width:320px;
	margin:10px 10px 0px 10px;
	}
	
/*---------- searchform----------*/
div#sidebar #searchform
	{
	margin:10px 0px 20px 0px;
	}
div#sidebar #searchform input.text
	{
	width:268px;
	height:13px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	border:1px solid #BBBBBB;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:4px 4px 4px 4px;
	}
div#sidebar #searchform input.button
	{
	vertical-align:middle;
	}

/*---------- Calendar ----------*/
div#sidebar #wp-calendar
	{
	width:260px;
	margin:0px auto 0px auto;
	}
div#sidebar #wp-calendar caption
	{
	text-align:center;
	color:#FFFFFF;
	margin:0px 0px 15px 0px;
	background:url(images/calendar_caption.gif) repeat-x #086590;
	}
div#sidebar #wp-calendar th ,
div#sidebar #wp-calendar td
	{
	text-align:center;
	color:#6E7073;
	padding:2px 10px 2px 10px;
	}
div#sidebar #wp-calendar th
	{
	font-weight:bold;
	padding:15px 0px 0px 0px;
	}
div#sidebar #wp-calendar td a
	{
	text-decoration:underline;
	color:#6E7073;
	}

/* ************************************************ 
 * 2-6 Main contents setting
 * ************************************************ */
/*---------- title ----------*/
/*div#main_contents h2.page_title
	{
	font-size:227%;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #086590;
	padding:0px 15px 0px 15px;
	background:#ECE4CB;
	}*/

        div#main_contents h2.page_title
	{
	font-size:167%;
	font-weight:bold;
	line-height:2.3;
	border-bottom:1px solid #E7E4E4;
	padding:0px 15px 0px 15px;
	background:#F3F3F3;
	}

/*div#main_contents h2.post_title
	{
	font-size:129%;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:7px 11px 0px 11px;
	background:url(images/headline/post_headline.gif) repeat-x #ECE4CB;
	}*/

        div#main_contents div.post h2.post_title
	{
	font-size:152%;
	font-weight:bold;
	margin:0px 0px 1px 0px;
	border-bottom:1px solid #CCCCCC;
	}

div#main_contents h2.post_title a
	{
	color:#333333;
        text-decoration: none;
	}
div#main_contents h3.headline
	{
/*	font-size:129%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	margin:0px 0px 7px 0px;
	border-top:1px solid #0A6793;
	padding:0px 11px 0px 11px;
	background:#ECE4CB;*/

        font-size:152%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #E7E4E4;

	}

/*---------- 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:7px 11px 0px 11px;
	background:url(images/headline/post_headline.gif) repeat-x #ECE4CB;
	}
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 #0A6793;
	padding:0px 11px 0px 11px;
	background:#ECE4CB;
	}
div#main_contents .entry h3,
div#main_contents .entry h4
	{
	font-size:122%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	border-bottom:2px solid #0A6793;
	padding:0px 11px 0px 11px;
	}
div#main_contents .entry h4
	{
	font-size:107%;
	}
div#main_contents .entry h5
	{
	font-size:122%;
	font-weight:bold;
	}
div#main_contents .entry h6
	{
	font-size:107%;
	font-weight:bold;
	}
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;
	}

/*---------- entry ----------*/
div#main_contents .entry
	{
	margin:10px 0px 15px 0px;
	}
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:#F1F1F1;
	position:relative;
       	border:1px solid #E7E4E4;
	}

/*---------- data ----------*/
*#main_contents .meta p.edit
	{
	text-align:right;
	}
div#main_contents .meta .cat
	{
	margin:6px 0px 6px 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:568px;
	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 div#commentlist_box ,
div#main_contents div#respond
	{
	margin:0px 0px 10px 0px;
	border:1px solid #E7E4E4;
	padding:20px 30px 20px 30px;
	background:#F3F3F3;
	}

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:#F1F1F1;
	}
div#main_contents .commentlist li cite
	{
	color:#CC0001;
	}
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;
	line-height:2;
	color:#333333;
	margin:0px 0px 15px 0px;
	padding:7px 11px 0px 11px;
	background:url(images/headline/post_headline.gif) repeat-x #ECE4CB;
	}
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 ----------*/
body#home #contents_box dl#recent_posts
	{
	width:800px;
	margin:0px 0px 15px 0px;
	border:1px solid #C8C8C8;
	padding:3px 5px 3px 123px;
	position:relative;
	}
body#home #contents_box dl#recent_posts dd 
	{
	width:118px;
	padding:3px 0px 3px 0px;
	position:absolute;
	top:0px;
	left:0px;
	}
body#home #contents_box dl#recent_posts dd  span.title
	{
	padding:5px 20px 5px 20px;
	}
body#home #contents_box dl#recent_posts dt  span.data
	{
    border-left:1px solid  #C8C8C8;
	padding:5px 10px 5px 25px;
	}
body#home #contents_box ul#home_contents_nav
	{
	width:940px;
	margin:0px 0px 0px 0px;
	display:table;
	}
body#home #contents_box ul#home_contents_nav li
	{
    width:221px;
	text-align:center;
    margin-right:15px;
	display:block;
	float:left;
	}
body#home #contents_box ul#home_contents_nav li.nav_01
	{
	text-align:left;
	}
body#home #contents_box ul#home_contents_nav li.nav_04
	{
	text-align:right;
    margin-right:0;
	}
body#home #contents_box ul#home_contents_nav li a:hover img
	{
	filter:alpha(opacity=85);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
 

body#home #contents_box div#home_free_content div.border_1
	{
    width:221px;
    margin-right:15px;
/*    margin-bottom: 15px;
    border:1px solid #ebebeb;*/
	display:block;
	float:left;
	}

body#home #contents_box div#home_free_content div.border
        {
/*    margin-right:15px;*/
    margin-bottom: 15px;
    border:1px solid #ebebeb;
	}

body#home #contents_box div#home_free_content div.border div,
body#home #contents_box div#home_free_content div.border ul,
body#home #contents_box div#home_free_content div.border dl
        {
padding: 5px;
	}

body#home #contents_box div#home_free_content div.free_content_01
	{
	text-align:left;
	}
body#home #contents_box div#home_free_content div.free_content_04
	{
    margin-right:0;
	}
body#home #contents_box div#home_free_content h2
	{
	font-size:116%;
	font-weight:bold;
	line-height:1.9;
	color:#333333;
	text-align:center;
	margin:0px 0px 7px 0px;
        	background:#F3F3F3;
/*	background:url(images/side_headline.gif) repeat-x left top #08648F;*/
	}
body#home #contents_box div#home_free_content h2 a
	{
	color:#FFFFFF;
    text-decoration:none;
	}
body#home #contents_box div#home_free_content div img
	{
	margin:0px auto 7px auto;
    display:block;
	}
body#home #contents_box div#home_free_content div p
	{
	margin:0px 10px 7px 10px;
	}

/* ************************************************ 
 * 3-1 Other setting
 * ************************************************ */
#back-to-top
	{
	margin:30% 0px 0px 0px;
	position:absolute;
	right:5px;
	}
.go_posts
	{
	text-align:right;
	}
	

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */

body#home #contents_box div#home_free_content div.free_content_01,
body#home #contents_box div#home_free_content div.free_content_02,
body#home #contents_box div#home_free_content div.free_content_03,
body#home #contents_box div#home_free_content div.free_content_04 {
    border: none;
}

p.data {
    display: none;
}

/*div#main_img {
    position: relative;
}
div#header {
    display: block;
}

div#header div.page_nav ul {
    position: relative;
}*/

div#header div.page_nav ul {
    position: relative;
    top: 0px;
}

div#header div.cat_nav ul {
/*    top: 0px;*/
}

div#header {
    height: 57px;
}

div#header_1 {
    width: 930px;
}

div#header_1 h1 {
    position: relative;
    float: right;
}

/*div#header_1 p#header_banner {
    position: relative;
    float: right;
}*/

/* for only IE6 style */

div#sidebar h2.headline {
   margin: 0 0 12px 0 !important;margin-left: 20px;
}

div#sidebar #searchform	{
    margin:10px 0px 20px 0px!important;margin-left: 10px;
}

div#sidebar #searchform input.text {
	width:268px !important;width:250px;
}

div#sidebar ul li a {
	padding:3px 0px 3px 15px !important; padding-left: 30px;
       	background:url(images/icon/side_icon_01.gif) no-repeat left center !important; background:url(images/icon/side_icon_01.gif) no-repeat 15px 50%;
}

div#sidebar ul li {
       	width:290px !important; width: 280px;
}

div#sidebar ul li.current-cat a ,
div#sidebar ul li ul li a
	{
	width:260px;
	padding:3px 0px 3px 20px !important; padding:3px 0px 3px 30px;
	background:url(images/icon/side_icon_01.gif) no-repeat 5px 50% !important;background:url(images/icon/side_icon_01.gif) no-repeat 18px 50%;
	}

        div#sidebar div div.textwidget,
        div#sidebar div.widget_tag_cloud div,
        div#sidebar div dl {
        padding-left:10px !important; padding-left: 30px;
}

div#footer ul li ul.sub-menu
	{
	margin:0px 0px 0px 10px;
	}




/* ************************************************ 
 * オリジナル追加
 * ************************************************ */

.iopt_textarea { 
    width:400px;
    height:65px;
}

.iopt_text { 
    width:398px;
}
