@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0;
}
body {
	font-size: 13px;
	*font-size: 81.25%;
	line-height: 1.22;
	margin:0;   
    padding:0;
	background-image: url(../images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
     border-collapse:collapse;   
     border-spacing:0;
	 border-style: none;
} 
fieldset {    
     border:0;   
} 
img	{
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
} 
ol,ul {  
     list-style:none;   
} 
caption,th {  
     text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
} 
q:before,q:after {  
     content:'';   
} 
abbr,acronym { border:0;   
} 


/* リンク */
a,
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    color: #0053FF;
    text-decoration: underline;
}

/* リンクつき画像 */
a img {
    border: none;
}

/* ヘッダ */
#header	{
	height: 33px;
	background-image: url(/inc/images/headback.jpg);
	background-repeat: no-repeat;
	width: 750px;
}
#header .title	{
	float: left;
	margin-right: 7px;
}
#header p	{
	padding: 12px 0 0 0;
	font-size: 77%;
	float: left;
}
#header	.rcontact	{
	float: right;
	margin: 7px 7px 0 2px;
}
#header	.button	{
	float: right;
	margin: 11px 10px 0 0;
}

/* エントリータイトル */
.entry-header {
	margin: 0 0 0;
	padding-left: 5px;
	font-size: 100%;
	font-weight: bold;
}

/* エントリー */
.entry {
	width: auto;
	color: #36414d;
	background: #fff;
	font-size: 100%;
	line-height:1.5;
	word-break: break-all;
	margin: 0 0 15px;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}


/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 100%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 100%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 100%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}


/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 77%;
    line-height: 2.0;
}
/* カラム切り替え */
body.layout-two-column-left	{
	text-align: center;
	background-image: url(/inc/images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.layout-two-column-left #container {
    margin-bottom: 10px;
}

/* 固定レイアウト */
.layout-two-column-left #box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
	float: right;
	width: 590px;
}

/* フッタ */
.layout-two-column-left #footer	{
	clear: both;
	background-image: url(/inc/images/footerback.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 13px 5px 20px 5px;
	width: 740px;
}
#footer a	{
	float: left;
}
#footer	.copyright	{
	float: right;



}

a:hover img{

	opacity: 0.7;
    filter: alpha(opacity=70);
} 

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
.s_pan	{
	background-image: url(/inc/images/2sou_panback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 30px;
	font-size: 77%;
}
.s_searchmenu	{
	background-image: url(/inc/images/2sou_menuback.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #FEFEFE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #e4e4e4;
	margin: 0 0 5px 0;
}
.s_left	{
	float: left;
	width: 160px;
}
.s_left	a,
.s_left	a:link,
.s_left	a:visited {
    color: #0000FF;
    text-decoration: none;
}
.s_left	a:hover {
    color: #0000FF;
    text-decoration: underline;
}
.s_left li	{
	margin: 5px 0 4px 25px;
	list-style-image: url(/inc/images/2sou_icontriangle.gif);
	font-size: 93%;
}
.s_left img	{
	display: block;
	vertical-align: baseline;
}
.oomidashi	{
	background-repeat: no-repeat;
	padding: 4px 10px 6px 10px;
	color: #807B63;
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 0 11px;
	clear: both;
	background-image: url(/inc/images/2sou_oomidashi.jpg);
}
.oomidashi a,
.oomidashi a:link,
.oomidashi a:visited {
    text-decoration: underline;
}
.oomidashi a:hover {
    color: #0053FF;
    text-decoration: underline;
}
	
.komidashi	{
	margin: 15px 0px 10px 0px;
}
.txt		{
	width: 550px;
	margin: 0px 0 10px 20px;
	color: #4D4D4D;
	line-height: 1.6;
}
.txt p	{
	font-size: 85%;
}
.info	{
	margin: 0px 0px 0px 10px;
	border: 1px solid #808080;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.info2	{
	border: 1px solid #808080;
	text-align: center;
	vertical-align: middle;
	margin: 5px 10px 0 10px;
}
.info tr,
.info2 tr	{
	border: 1px solid #808080;
}
.info2 td,
.info td	{
	border: 1px solid #808080;
	padding: 3px;
	font-size: 77%;
}
.inba	{
	font-weight: bold;
	background-color: #F0F0F0;
	color: #4D4D4D;
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0px;
}
.goods	{
	margin: 0px 10px;
	font-size: 77%;
}
.price	{
	color: #FF0000;
	text-align: right;
	font-weight: bold;
	font-size: 124%;
	clear: both;
}
.imgtop	{
	background-image: url(/inc/images/2sou_imgback.gif);
	padding: 5px 5px;
	background-repeat: no-repeat;
}
.imagestbl	{
	margin: 10px 0 0 10px;
}
.listm	{
	margin: 10px 0 0 10px;
	background-color: ffffff;
	color: 4d4d4d;
	line-height: 1.6;
}
.fl	{
	float: left;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* カテゴリ表示 */
.cat1 .cat8,
.cat2 .cat8,
.cat3 .cat8,
.cat4 .cat8,
.cat5 .cat8,
.cat6 .cat8,
.cat21 .cat8,
.cat22 .cat8,
.suv .cat8	{
	display:none;
}

.cat8 .cat1,
.cat9 .cat1,
.cat10 .cat1,
.cat11 .cat1,
.cat12 .cat1,
.cat13 .cat1,
.cat14 .cat1,
.cat15 .cat1,
.cat16 .cat1,
.cat17 .cat1,
.cat18 .cat1,
.cat19 .cat1,
.cat20 .cat1	{
	display:none;
}

.type	{
	margin: -10px 0 0 0;
	list-style: none;
}
.type li	{
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
	text-align: center;
}
.typebox	{
	float: left;
	width: 137px;
}
.make	{
	margin: 0px 0 0 1.8em;
	list-style-image: url(/inc/images/arrowmini.gif);
}
.make li	{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-size: 93%;
}
.makerbox	{
	float: left;
	width: 175px;
	padding-right: 7px;
}
.price2	{
	color: #FF0000;
	text-align: right;
	font-weight: bold;
	font-size: 124%;
	clear: both;
	padding: 10px 12px 0 0;
}
.pricemini	{
	font-size: 75%;
}
.syousai	{
	float: right;
	margin: 10px 10px 0 0;
	border: 0px;
}

