@charset "utf-8";

/*---------- initialize
---------------------------------------------------------------------------*/

body, 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;}
table
{border-collapse:collapse; border-spacing:0;}
fieldset, img
{border:0;}
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;}

/* Option */

* html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
*:first-child+html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

20px : 154%
18px : 139%
16px : 124%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%


/*---------- modules
---------------------------------------------------------------------------*/

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

.clearfix {
min-height: 1px;
}

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

.mt10 {
margin 10px 0 0 0 ;
}

.mt20 {
margin 10px 0 0 0 ;
}

.mt30 {
margin 10px 0 0 0 ;
}

.bold {
font-weight:bold;
}


/*---------- styles
---------------------------------------------------------------------------*/

body {
font-size: 100%;
color: #333;
}

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

#wrapper 
{
margin: 0px auto;
padding: 0px;
width: 780px;
border-right:  solid 1px #c6c6c6;
border-left: solid 1px #c6c6c6;
border-bottom: solid 1px #c6c6c6;
background-color: #ffffff;
overflow: hidden; 
}


#navi {
float: left;
margin: 0;
padding: 0;
width: 180px;
text-align: left;
}

#contents {
float: right;
margin: 0;
padding: 0;
width: 595px;
text-align: left;
font-size: 86%;
}


/*ヘッダ
---------------------------------------------------------------------------*/
#header_tagline {
margin: 0;
padding: 1px 2px;
text-align: left;
font-size: 62%;
background: #D90000;
color: #fff;
}

#header {
height:75px;
background-image: url("header_bg.jpg");
background-repeat: no-repeat ;
}

#header h1 {
margin: 0;
padding: 1px 0;
text-align: right;
color: #333;
}

/*サイドメニュー
---------------------------------------------------------------------------*/

ul.sidemenu {
border-bottom: 1px solid #c6c6c6;
margin-bottom: 10px;
}

ul.sidemenu li a {
color: #333;
border-top: 1px solid #c6c6c6;
padding: 5px 3px 5px 22px;
display: block;
text-decoration: none;
background-image: url("arrow.gif");
background-repeat: no-repeat ;
background-position: 4px center ;
}

ul.sidemenu li a:hover {
background: #eeeeee;
text-decoration: underline;
background-image: url("arrow.gif");
background-repeat: no-repeat ;
background-position: 6px center ;
}


ul.sidemenu li li a {
font-weight:normal;
border-top: 1px dotted #c6c6c6;
padding: 3px 3px 3px 32px;
display: block;
text-decoration: none;
font-size: 86%;
background-image: url("arrow.gif");
background-repeat: no-repeat ;
background-position: 12px center ;
}

ul.sidemenu li li a:hover {
background: #eeeeee;
text-decoration: underline;
background-image: url("arrow.gif");
background-repeat: no-repeat ;
background-position: 14px center ;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/

#bcl a {
text-decoration: underline;
font-size: 92%;
}
#bcl a:hover {
text-decoration: none;
font-size: 92%;
}

#contents h2 {
background: #D90000;
padding : 2px 2px 2px 5px ;
font-size: 128%;
color: #fff;
margin-top: 10px;
font-weight:bold;
}

#contents .read {
margin: 2px 0 10px 0;
font-size: 80%;

}

#contents .item_list {
padding: 2px 0 ;
line-height:1.5;
}

#contents .item_list a {
margin: 10px 0 0 0;
text-decoration: none;
font-size: 80%;
min-height:64px;
background-repeat: no-repeat ;
display: block;
padding: 0 0 0 68px;
border: 1px dotted #ffffff;
}

#contents .item_list a:hover {
background: #ffeeee;
background-repeat: no-repeat ;
border: 1px dotted #ff0000;
}


#contents .shop_list a {
text-decoration: none;
font-size: 80%;
background-repeat: no-repeat ;
display: block;
border: 1px dotted #ffffff;
}

#contents .shop_list a:hover {
background: #eeeeff;
background-repeat: no-repeat ;
border: 1px dotted #ffffff;
}


#contents .search_link {
padding: 5px 3px 5px 24px;
display: block;
background-image: url("arrow_middle.gif");
background-repeat: no-repeat ;
background-position: 4px center ;
font-weight:bold;
}

#contents .search_link a:hover {
text-decoration: underline;
}



/*フッタ
---------------------------------------------------------------------------*/

#footer {
clear:both;
}

#footer_linklist {
margin: 5px 0;
padding: 0 5px;
font-size: 60%;
ling-height:140%;
}

#footer_linklist a {
text-decoration: underline;
}



#footer_tagline {
margin: 0;
padding: 1px 2px;
text-align: left;
font-size: 62%;
background: #D90000;
color: #fff;
}

#footer_copyright {
margin: 0;
padding: 1px 2px;
text-align: right;
font-size: 62%;
background: #D90000;
color: #fff;
}
