@charset "EUC-JP";  
  
  
/* ----------------------- Browser Default Initialization */  
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
    margin: 0;  padding: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
    font-style: normal;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
    text-align: left;  
}  
q:before ,q:after   {  
    content: '';  
}  
object, embed   {  
    vertical-align: top;  
}  
hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}  
  
/* ----------------------- Basic Style */  
/* ------------ Font Style */  
body {  
	 font-size: 13px;
	    *font-size:small;
    *font:x-small;
    background: #FFF;  
    color: #333;  
    line-height: 150%;  
    text-align: center;  
}  
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
html>/**/body {  
    font-size: 14px;  
}  
  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  




table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* font setting */

/* except ie */





  
a {/*リンクされた文字*/
    color:#6a491e;
    text-decoration:underline;
	font-size: 93%;
}
a:link {/*未訪問のリンク*/
    color:#6a491e;
    font-style:normal;
    text-decoration:underline;
	font-size: 93%;
}
a:visited {/*訪問後のリンク*/
    color:#6a491e;
    text-decoration:underline;
	font-size: 93%;
}
a:hover {/*マウスをのせたとき*/
    color:#ae0040;
    font-style:normal;
    text-decoration:underline;
	font-size: 93%;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.clear{clear:both;
	
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div{
	display:block;
}
a.category_itemnamelink:active {
color: #6a491e;
	font-size: 100%;
	 line-height: 150%;  
}

a.category_itemnamelink:visited {
color: #6a491e;
	font-size: 100%;
	 line-height: 150%;  
}
a.category_itemnamelink:link {
color: #6a491e;
	font-size: 100%;
	 line-height: 150%;  
}

a.category_itemnamelink:hover {/*マウスをのせたとき*/
    color:#ae0040;
    font-style:normal;
    text-decoration:underline;
	font-size: 100%;
	 line-height: 150%;  
}
