/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */

a { color: blue; text-decoration: underline; }
a:hover { color: #ff9900; }

/* リンク色（ヘッダー） */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* リンク色（サイドメニュー） */

#side a { color: blue; }
#side a:hover { color: #ff9900; }

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */

body
{
min-width: 750px;
margin: 0;
padding: 0;
font-size: 0.8em;
text-align: center;
color: #333;
background: #fff;
line-height: 1.5;
background: url(img/bg.gif) repeat-x #fafaf8;
}

#container
{
position: relative;
margin: 0 auto;
padding: 0;
text-align: center;
width: 740px;
background: url(img/bbg.gif) repeat-y;
}

#container:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
}


/* ヘッダー（レイアウト） */

#banner
{
position: relative;
width: 740px;
height: 262px;
margin: 0 auto;
background: url() right no-repeat;
}

#banner div
{
position: relative;
display: block;
width: 738px;
height: 262px;
margin: 0 auto;
background: url(img/top.gif) no-repeat;
}

/* ヘッダー（サイトタイトル） */

#banner h1
{
width: 420px;
margin: 0;
color: #fff;
font-size: 2.1em;
font-weight: normal;
line-height: 1.25;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
text-align: left;
position:absolute; top: 5px; left: 90px;
text-indent: -9999px;
}

/* 文字消す */
#banner h1 a {
        color: #fff;
        font-size: 27px;
        font-weight: normal;
        text-decoration: none;
        display: block;
        width:420px;
               }

        

/* ヘッダー（検索ボックス） */

#banner-search
{
position:absolute; bottom: 16px; right: 20px;
color: #fff;
}


/* ヘッダー（サイト説明） */

#banner-description
{
display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
position: relative;
width: 730px;
margin: 0 auto;
text-align: left;
}

#pagebody:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */

{
display: inline;
position: relative;
float: left;
min-height: 1px;
width: 510px;
margin: 10px;
text-align: left;
}

#side /* サイドメニュー */

{
display: inline;
position: relative;
float: right;
min-height: 1px;
margin: 0 10px;
width: 180px;
text-align: left;
}

#s-main /* 検索結果記事部分 */

{
display: inline;
position: relative;
float: left;
min-height: 1px;
width: 510px;
_width: 490px;
margin: 10px;
text-align: left;
}

/* 記事部分見出し */

.header1
{
position: relative;
width: auto;
_width: 100%;
height: 40px;
margin: 10px 0;
padding: 8px 0 2px 20px;
background: url(img/h2b.gif) no-repeat;
line-height: 1.25;
font-size: 1.4em;
font-weight: normal;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
color: #0057E8;
text-transform: uppercase;
clear: both;
}


/* 記事部分コンテンツ */

.entry
{
line-height: 1.5;
margin: 10px;
padding-bottom: 10px; 
border-bottom: 1px dotted #dcdcdc;
}

.more
{
text-align: right;
}

.header2
{
position: relative;
display: inline;
margin-top: 10px;
border-left: 5px solid #e1e1d6;
padding: 2px 0 2px 10px;
font-size: 1.1em;
font-weight: normal;
font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
line-height: 1.25;
}

.header1 a, .header2 a 
{
text-decoration: none;
}

.zisaku1 h3
{
position: relative;
width: auto;
_width: 100%;
height: 25px;
margin: 10px 0;
padding: 8px 0 2px 40px;
border-bottom: 1px dotted #e1e1d6;
background: url(img/h3b.gif) no-repeat;
line-height: 1.25;
font-size: 1.2em;
font-weight: bold;
color: #E87400;
text-transform: uppercase;
clear: both;

}



.entry-footer,
{
margin: 5px 10px 0 0;
border-top: 1px dotted #ccc;
padding: 5px 0;
color: #999;
font-size: 10px;
text-align: right;
}

.bread
{
background: none;
margin: 0 10px;
padding-left: 10px;
text-align: left;
}

.f-navi
{
margin: 5px 0;
text-align: center;
clear: both;
}

.gotop 
{
text-align: right;
clear: both;
padding: 10px;
}

.img
{
float: left;
margin: 0 5px 5px 0;
text-align: center;
}

.tb-info
{
text-align: center;
border: 1px dotted #ccc;
}


/* フッター */

#footer
{
position: relative;
width: 770px;
height: 70px;
background: url(img/footer.gif) no-repeat;
text-align: left;
padding: 0;
margin: 0;
clear: both;
color: #666;
}

#footer p
{
padding: 25px 0 0;
margin: 0;
font-size: 0.8em;
text-align: center;
color: #fff;
}

#footer a
{
text-decoration: none;
color: #666;
}

.footer-navi
{
 width: 730px;
margin: 0 5px;
padding: 10px 0;
font-size: 0.85em;
text-align: center;
line-height: 1.25;
clear: both;
}

.footer-navi a
{
color: #666;
}


/* サイドメニュー内部 */

.side-header
{
position: relative;
width: auto;
height: 16px;
margin: 10px 0 5px 0;
padding: 2px 0;
color: #666;
background: #e1e1d6;
font-size: 12px;
font-weight: nomal;
line-height: 16px;
text-align: center;
letter-spacing: 0.3em;
}

#side p 
{
padding: 0 5px;
}

#side ul
{
margin: 0;
padding: 0;
list-style: none;
}

#side li a
{
width: 178px;
_width: 180px;
text-indent: 5px;
display: block;
font-size: 12px;
line-height: 1.25;
margin: 2px 0;
padding: 5px 0;
letter-spacing: 0.1em;
border: 1px solid #dfdfdf;
text-decoration: none;
}

#side li a:hover
{
background: #FFC959;
border: 1px solid #ccc;
color: #fff;
}

#side dl
{
padding: 5px;
}

#side dt
{
font-size: 12px;
line-height: 1.5;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
width: auto;
min-height: 190px;
_height: 190px;
margin: 5px 0;
padding: 5px;
border: 1px solid #ccc;
line-height: 1.5;
}

.pickup1
{
width: 47%;
 min-height: 190px;
_height: 190px;
margin: 5px 0;
padding: 5px;
line-height: 1.5;
float: left;
}

/* 自作テーブルCSS */


div.menutable	{
	width: 100%;
}
h3	{
	font-size: 133.3%;
	margin-bottom: 5px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 490px;
	margin-bottom: 10px;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}


.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background: url(img/th_10.jpg) repeat-x bottom;
         width: 30%;
	border: 1px solid #DDD;
	color: #333;
}
.sample10 td	{
	border: 1px solid #DDD;
         width: 70%;
	color: #333;
}



.sample102{
	border: 1px solid #DDD;
}
.sample102 th	{
	background: url(img/th_10.jpg) repeat-x bottom;
         	border: 1px solid #DDD;
	color: #333;
}
.sample102 td	{
	border: 1px solid #DDD;
         	color: #333;
}


.sample103	{
	border: 1px solid #DDD;
}
.sample103 th	{
	background: url(img/th_10.jpg) repeat-x bottom;
         width: 40%;
	border: 1px solid #DDD;
	color: #333;
}
.sample103 td	{
	border: 1px solid #DDD;
         width: 60%;
	color: #333;
}


/* 画像回り込み */

#img1 { float: right; margin-left: 10px; }
#img2 { float: left; margin: 0 10px 10px 0; }


/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */




/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 


u { 

text-decoration: none;
border-bottom:2px solid #FF0000;

 } /* アンダーライン */


/*■自作■ 詳しくボタンclass="click"設定したときに、リンク画像が変わる設定 */

a.click:hover {
   background-position: top right;
}

a.click {
   display: block;
   width: 388px; /* 画像1枚分の横幅 */
   height: 72px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("img/ba1.gif"); /* 画像ファイル名 */

}

a.click2:hover {
   background-position: top right;
}

a.click2 {
   display: block;
   width: 388px; /* 画像1枚分の横幅 */
   height: 72px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("img/ba2.gif"); /* 画像ファイル名 */

}


div.afmain li       {
                 font-weight: bold;
                 padding-left:25px;
　　　　　　　      margin-left:0px;
                 margin-bottom:1px;        
                 line-height:20px;
                 height:20px;
                 list-style:none;
                 background:url("img/list.gif") no-repeat left center;
                 }



.sample7 th	{
	background: #CAE5F1 url(img/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample7 td	{
	background: #F4FAFC url(img/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;

.sample702 th	{
	background: #CAE5F1 url(img/th.jpg) repeat-x;
         	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample702 td	{
	background: #F4FAFC url(img/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;

table.topmenu th	{
	width: 500px;
         	}
table.topmenu 	{
	margin-bottom: 10px;
	}




