@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	background-image:url(http://www.ichinoi.com/img/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	padding: 0 10px;
                text-align:center;
}

a
{
	color:#336699;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

iframe{
  border:1px solid #cccccc;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	min-width:600px;
                width: 800px;
                margin-right: auto;
	margin-left: auto;
                text-align:left;
}

div.container-inner
{

}

/* ---------- container_end ---------- */

/* ---------- header ---------- */

div#header
{
	width:100%;
	margin:5px 0;
}

div#header img
{
	float:left;
}

div.header-inner
{
	float:right;
	text-align:right;
}

div.header-inner h1
{
                font-size:10px;
	font-weight:normal;
                color:#666;
                padding:10px 0 8px 0;
                letter-spacing: 0.1em;
}

div.header-inner p
{
	font-size:10px;
	color:#333;
}

/* ---------- header_end ---------- */

div#content
{
	clear:both;
	float: left;
	width: 100%;
	padding: 0px 0 20px 0;
}

/* ---------- banner ---------- */

div#banner
{
	border-top:3px solid #333333;
	padding:2px 0 2px 0;
	background-image:url(http://www.ichinoi.com/img/dotted_bg.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
	margin-bottom:20px;
}

div.banner-inner
{
	height:99px;
	background-image:url(http://www.ichinoi.com/img/banner_inner_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
}

div.banner-inner h1
{
	padding:30px 30px 5px 30px;
}

div.banner-inner h1 a
{
	color:#ffffff;
	text-decoration:none;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:80%;
	padding-left:30px;
}

/* ---------- banner_bg ---------- */

/* ---------- main ---------- */

div#main
{
	width:100%;
	margin: 0 -260px 0 0;
	float: left;
}

div.main-inner
{
	margin: 0 270px 0 0;
	min-height: 450px;
}

div#main-archives
{
	width:100%;
	margin: 0 -260px 0 0;
	float: left;
}

div.main-archives-inner
{
	margin: 0 270px 0 0;
	min-height: 450px;
	padding:20px 0 10px 0;
}

div#contents-box
{
	width:100%;
}

div#info-box
{
	width:44%;
	float:left;
}

div.info-box-inner
{
	/*border-top:3px solid #333333;*/
	padding:10px 5px 2px 0;
}

div.info-box-inner p
{
	font-size:80%;
	line-height:140%;
	color:#333333;
	margin-bottom:10px;
                padding-left:10px;
}

div#news-box
{
	width:55%;
	float:right;
                padding-right:5px;
}

div.news-box-inner
{
	/*border-top:3px solid #333333;*/
	padding:10px 0 2px 0;
}

div.news-box-inner ul li
{
	list-style:none;
	font-size:80%;
	background-color:#f5f5f5;
	padding:3px;
	margin-bottom:5px;
}

/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
	width:260px;
	float:right;
                padding-top:10px;
}

div.contents-menu,div.contents-search
{
	border-top:3px solid #999999;
	border-bottom:3px solid #999999;
                padding:5px 0 15px 0;
	margin-bottom:20px;
        margin-top:20px;
}

div.contents-menu
{
	font-size:80%;
}

div.contents-menu h4,div.contents-search h4
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:27px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
}

div.contents-menu h4
{
	background-image:url(http://www.ichinoi.com/img/contents_tit_bg.gif);
}

div.contents-search h4
{
	background-image:url(http://www.ichinoi.com/img/search_tit_bg.gif);
}

div.category-archives ul
{
	list-style:none;
}

div.category-archives ul li
{
	background-image:url(http://www.ichinoi.com/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;
}

div.category-archives ul.sub-category
{
	padding:1px 0 0 0;
}

div.category-archives ul.sub-category li
{
	background-image:url(http://www.ichinoi.com/img/sub_menu_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:2px 0 1px 0;
}

div.category-archives ul.sub-category li a
{
	margin-left:20px;
}

div.category-archives ul li a
{
	display:block;
	padding:4px;
	text-decoration:none;
	color:#666666;
	background-image:url(http://www.ichinoi.com/img/contents_a_bg.gif);
	background-position:95% 50%;
	background-repeat:no-repeat;
}

div.category-archives ul li a:hover
{
	color:#990000;
	background-color:#e6e6e6;
	background-image:url(http://www.ichinoi.com/img/contents_hover_bg.gif);
}

div.search-form
{
	margin: 1px 0 0 0;
	padding:10px;
	background-image:url(http://www.ichinoi.com/img/search_bg.gif);
}

div.search-form label
{
	font-size:60%;
	color:#999999;
}

div.search-form input
{
	font-size:80%;
	border:1px solid #999999;
	color:#999999;
	width:100%;
}

input.search-input
{
	border:1px solid #999999;
	color:#999999;
	width:40%;
}

div.search-form input#search
{
	margin-bottom:5px;
}

div.search-form input.searchsubmit
{
	border:0;
}

div#sidebar a.rss
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:38px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(http://www.ichinoi.com/img/rss.gif);
}



/* ---------- sidebar_end ---------- */

/* ---------- archives ---------- */

div#main-archives p.navi
{
	font-size:60%;
	color:#666666;
	margin-bottom:15px;
}

div#main-archives div.entry h3.entry-header
{
	font-size:90%;
	background-color:#fff;
	background-image:url(http://www.ichinoi.com/img/entry_h3_bg.gif);
	background-position:0 20%;
	background-repeat:no-repeat;
	border-bottom:3px double #666666;
	padding:5px;
	margin-bottom:10px;
                padding-left:25px;
}

div.entry-content p,div.comments-body p
{
	font-size:80%;
	color:#333333;
	line-height:150%;
	margin-bottom:10px;
}
div.entry-info{
  clear:both;
}

div.entry-info ul,ul.comments-info
{
	background-image:url(http://www.ichinoi.com/img/dotted_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:5px 0 0 0;
}

div.entry-info ul li,ul.comments-info li
{
	list-style:none;
	font-size:70%;
	display:inline;
	margin:0 15px 0 0;
}

div.entry
{
	width:100%;
	margin-bottom:30px;
}

div#main-archives div.trackbacks h4,div#main-archives div.comments h4
{
	font-size:90%;
	color:#333333;
	background-image:url(http://www.ichinoi.com/img/dotted_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding-bottom:4px;
	margin-bottom:10px;
}

div.trackbacks,div.comments
{
	margin-bottom:20px;
}

div.trackbacks p
{
	font-size:80%;
	color:#333333;
}

div.trackbacks input
{
	border:1px solid #999999;
	color:#666666;
}

div.comments-post h5
{
	font-size:80%;
	font-weight:normal;
	color:#336699;
	margin-bottom:10px;
	background-image:url(http://www.ichinoi.com/img/contents_h5_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:10px;
}

div.comments-post p.comments-open-moderated
{
	font-size:80%;
	color:#666666;
	line-height:140%;
	margin-bottom:10px;
}

div.comments-post input#comment-author,div.comments-post input#comment-email,div.comments-post input#comment-url
{
	width:280px;
	border:1px solid #999999;
	font-size:80%;
	color:#666666;
}

div#comments-open-data
{
	width:100%;
}

div.comments-post label
{
	font-size:80%;
	color:#333333;
	margin-bottom:5px;
}

div.comments-post textarea#comment-text
{
	width:400px;
	border:1px solid #999999;
	font-size:80%;
	line-height:130%;
	color:#666666;
	margin-bottom:15px;
}

div.comments-post legend
{
	font-size:80%;
	color:#666666;
	margin-bottom:10px;	
}

div.comments-post ul
{
	list-style:none;
}

div.comments-post dl#name-email dd
{
	margin-bottom:10px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-bottom:15px;
}

ul.comments-open-footer li input
{
	width:120px;
	font-size:12px;
	background-image:url(http://www.ichinoi.com/img/input_btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #999999;
}

div.typekey-text
{
	font-size:80%;
	margin-bottom:10px;
}

div.entry blockquote
{
	background-color:#efeddc;
	padding:15px;
	margin-bottom:20px;
	font-size:80%;
	line-height:140%;
	border:1px solid #e1debd;
}

div.entry h1
{
	font-size:90%;
	color:#ffffff;
	background-image:url(http://www.ichinoi.com/img/entry_h1_bg.gif);
	padding:4px;
	margin-bottom:10px;
}

div.entry h2
{
	font-size:90%;
	color:#710000;
	background-color:#fdfde8;
	background-image:url(http://www.ichinoi.com/img/entry_h2_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:2px solid #666666;
	padding:6px;
	margin-bottom:10px;
                padding-left:25px;
}

div.entry h1 a,div.entry h2 a { color:#ffffff; }

div.entry h3
{
	font-size:90%;
	background-color:#fff;
	background-image:url(http://www.ichinoi.com/img/entry_h3_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:3px double #666666;
	padding:5px;
	margin-bottom:10px;
                padding-left:25px;
}

div.entry h4
{
	font-size:90%;
	background-image:url(http://www.ichinoi.com/img/entry_h4_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:1px dotted #666666;
	padding:4px;
        padding-left:25px;
  display:block;
  height:32px;
}

div.entry h5
{
	font-size:80%;
	background-image:url(http://www.ichinoi.com/img/entry_h5_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	line-height:150%;
	padding-left:20px;
                padding-bottom:2px;
	margin-bottom:5px;
	margin-left:3px;
}

div.entry h6
{
	font-size:80%;
	background-image:url(http://www.ichinoi.com/img/entry_h6_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	line-height:150%;
	padding-left:20px;
                padding-bottom:2px;
	margin-bottom:5px;
	margin-left:3px;
}

ul.site-archives
{
	padding:0 15px;
	list-style-position:inside;
}

ul.site-archives li
{
	font-size:80%;
	margin-bottom:5px;
}

div.entry-body ul,div.entry-more ul
{
	padding-left:20px;
	line-height:150%;
}

/* ---------- archives_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	clear:both;
	text-align:center;
	font-size:70%;
	color:#666666;
	background-image:url(http://www.ichinoi.com/img/dotted_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:30px;
}

/* ---------- footer_end ---------- */

/* --
Pet Denim Page
-------------------------------- */

table.pet-tbl{
  margin:10px auto;
  font-size:13px;
}
table.pet-tbl p{
}
table.pet-tbl tr th{
  background-color:transparent;
  background-image:url(http://www.ichinoi.com/img/cmn/th_bg.jpg);
  background-position:left top;
  background-repeat:repeat-x;
  text-align:center;
  vertical-align:middle;
  padding:5px;
  border:1px solid #cccccc;
}
table.pet-tbl tr td{
  border:1px solid #cccccc;
}

/* ----- Pet Denim Page_End ------- */

/* --
Bonji Page
-------------------------------- */
div#bonjiBox img{
  margin:0px auto 10px auto;
}
div#bonjiBox h4 a{
  color:#363636;
}
div.box01{
  padding:10px;
  border:1px solid #cccccc;
  background-color:#ededed;
  margin:10px auto;
}
div.box01 img{
  text-align:center;
}

/* ----- Bonji Page_End ------- */

div#main-archives h3.entry-header
{
	font-size:90%;
	background-color:#fff;
	background-image:url(http://www.ichinoi.com/img/entry_h3_bg.gif);
	background-repeat:no-repeat;
	border-bottom:3px double #666666;
	padding:5px;
	margin-bottom:10px;
                padding-left:25px;
}

address { font-style:normal; margin-top:5px; }

strong { font-size:120%; color:#890C08; }

u { color:#ECAE1E; font-weight:bold; }

div.entry form { font-size:80%; color:#666; }

div.entry form input, div.entry form textarea { border:1px solid #999; }

#order { border:0; }