/* 画像 */

.img { float: left; margin: 15px 15px 10px 0; }
.imgr { float: right; margin-left: 5px; }


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */


/* 文字装飾 */

.bbb /* 最大・太字 */ {
	font-size: 1.3em;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height: 1.25;
}

.bb /* 大・太字 */ {
	font-size: 1.1em;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height: 1.25;
}

.b /* 太字 */ {
	font-weight: bold;
}


.bbbr /* 最大・太字 */ {
	font-size: 1.8em;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #cc0000;
	line-height: 1.25;
}

.bbr /* 大・太字 */ {
	font-size: 1.3em;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #cc0000;
	line-height: 1.25;
}

.br /* 太字 */ {
	font-weight: bold;
	color: #cc0000;
}

.red { color: #cc0000;}
.blue { color: #003399;}
.green { color: #006600;}

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

.linered /* マーカー処理・赤字 */ {
	background: #ffff00;
	color: #ff0000;
}

.lineb /* マーカー処理・大・太字 */ {
	background: #ffff00;
	color: #000;
	font-weight: bold;
}

.lineredb /* マーカー処理・赤字 */ {
	background: #ffff00;
	color: #ff0000;
	font-weight: bold;
}

td {border:1px solid #fff;padding:5px;}

.u {border-bottom: 1px solid; }

.orange {color:#ff6600;}

/* 米印注意書き */

.kome { text-align: center; font-size: 12px; color: #ff0000; line-height: 1.25; }

.f-line { border-bottom: 1px dotted #ccc; margin: 10px 0; padding-bottom: 10px; }
.name {
	font-size: 1.4em;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	text-align: right;
	margin: 10px 0 50px 0;
	font-weight: bold;
}
.name p { margin: 10px 0; }
.s { font-size: 0.9em; line-height: 1.25;}
.form {
	padding: 30px 0 0;
	margin: 0 auto;
	width: 550px;
	height: 380px;
	_height: 410px;
	display: block;
	background: url(img/form.gif) no-repeat;
}

.order {
	text-align: center;
	display: block;
	height: 60px;
	width: 320px;
	margin: 80px auto;
	background: url(img/push2.gif) no-repeat #ff0000;
}

.order a {
	display: block;
	height: 60px;
	width: 320px;
	margin: 0 auto;
	background: url(img/push.gif) no-repeat #ff0000;
}

.order a:hover {
	display: block;
	height: 60px;
	width: 320px;
	background: none;
}

.none { display:none; }

.sh{
 font-size: 22px;
 font-style: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
 line-height: 100px;
 height: 100px;
 color: #003399;
 display:block;
 background: url(img/p1.gif) no-repeat left;
 padding: 0 0 0 100px;
}

.sh2{
 font-size:1.8em;
 font-weight:bold;
 display:block;
 color:#ffb11b;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 line-height:50px;
 border-top:1px solid #cacaca;
 border-bottom:1px solid #cacaca;
 text-align:center;
}
.box {

	font-size: 12px;
font-weight:bold;
	line-height: 200%;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid #DB6D00;
	background-color: #FFECD9;
}


.box2 {
	margin: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	clear: both;
	line-height: 1.3;
}

.box2 p {
	margin:10px;
}

.box3 {
	border: 1px dotted #3b96c9;
	margin: 30px 10px;
	background: url(img/blue.gif);
	padding: 15px 15px 0;
	clear: both;
	line-height: 1.3;
}

.box4 {
	margin: 10px 100px 0 50px;
	border: 1px dotted #ffcc00;;
	background-color: #ffffee;
	padding: 10px 5px;
	clear: both;
	line-height: 1.25;
}

.box3 p, .box4 p {
	margin: 15px 0;
        font-size:14px;
}

/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #cc0000; text-decoration: underline; }
a:hover { color: #ff9900; }

/* リンク色（ヘッダー） */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* リンク色（サイドメニュー） */
#side a { color: #cc0000; }
#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: 770px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #333;
 background: #fff ;
 line-height: 1.5;
}
#head{
 width: 770px;
 height:90px;
 margin:0 auto;
 padding:0;
 background:url(img/head.gif) no-repeat left bottom;
}

/* ヘッダー（サイトタイトル） */
body #head h1
{
 text-align:left;
 height:20px;
 margin: 0;
 color: #666;
 font-size: 0.9em;
 font-weight: normal;
 line-height:20px;
 font-family: "MS P ゴシック"
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 770px;
 background:#fff;
}

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


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 770px;
 height: 417px;
 margin: 0 auto 10px auto;
 background:url(img/banner.jpg) no-repeat bottom;
}
#banner2
{
 position: relative;
 width: 770px;
 height: 274px;
 margin: 0 auto 10px auto;
 background:url(img/banner2.jpg) no-repeat bottom;
}
#banner3
{
 position: relative;
 width: 770px;
 height: 239px;
 margin: 0 auto 10px auto;
 background:url(img/banner2.jpg) no-repeat bottom;
}
#banner3 ul{
 padding-left:280px;
}
#banner2 p{
 text-align:left;
 padding-left:250px;
}

/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; top: 67px; right: 40px;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 770px;
 margin: 0 auto;
 text-align: left;
}

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


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

#main /* 記事部分 */
{
 position: relative;
 width: 770px;
 margin: 0 auto;
 text-align: left;
 }

#side /* サイドメニュー */
{
 position: relative;
 margin: 0 auto 0 auto;
 width: 760px;
 height:35px;
 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%;
 margin: 0px 0 0 0;
 padding: 4px 0 0 0;
 line-height: 50px;
 font-size: 1.8em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
 text-align:center;
 color:#fff;
 background:url(img/header1.gif) no-repeat top;
}
.header2
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0 0 0;
 padding: 4px 0 0 0;
 line-height: 50px;
 font-size: 1.8em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 text-align:left;
 color:#fff;
 text-indent:240px;
 text-shadow: #2b2b2b;
}


/* 記事部分コンテンツ */
.ent_container{
 width:770px;
 background:url(img/entrybg.gif) repeat-y;
 text-align:center;
 margin:0; padding:0;
 height:auto;
}
.entry
{
 width:730px;
 line-height: 1.5;
 margin:0 auto;
 padding-bottom: 10px; 
 padding-top:20px;
 background:#fff;
 text-align:left;
}
.ent_bottom{
 width:770px;
 background:url(img/entrybottom.gif) no-repeat bottom;
 height:20px;
 margin-bottom:10px;
}
body .entry p{
 margin:0 0 15px 0;
 padding:0 20px;
}

.more
{
 text-align: right;
 }



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

.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;
 padding-left:0;
 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: 760px;
 height: 60px;
 background:#fff;
 text-align: center;
 padding: 0;
 clear: both;
 color: #666;
}

#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
}

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

.footer-navi
{
  width: 760px;
 margin: 0;
 padding: 5px 0;
 background: #fff;
 font-size: 0.8em;
 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: 0;
 color: #fff;
 background: #666;
 font-size: 14px;
 font-weight: nomal;
 line-height: 16px;
 text-align: center;
}


#side ul
{
 margin: 0;
 padding: 0;
 list-style: none;
}
#side li{
 width:190px;
 _width:190px;
 float:left;
 height:35px;
 margin:0; padding:0;
 background:url(img/libg.gif) no-repeat top;
}
#side li.nowcat,#side li.top{
 width:190px;
 _width:190px;
 float:left;
 height:35px;
 background:url(img/libgh.gif) no-repeat top;
}
#side li a
{
 width: 190px;
 _width: 190px;
 height:35px;
 display: block;
 font-size: 12px;
 line-height: 35px;
 margin:0;
 padding: 0;
 float:left;
 text-decoration: none;
 text-align:center;
}
#side li.nowcat a,#side li.top a{
 width: 190px;
 _width: 190px;
 height:35px;
 display: block;
 font-size: 12px;
 line-height: 35px;
 margin:0;
 padding: 0;
 float:left;
 color:#5e5e5e;
 text-decoration: none;
 text-align:center;
 position:relative; top:1px;
}

#side li span.shadow{
 position:absolute;
 color:#fff;
 width: 190px;
 _width: 190px;
 height:35px;
 display: block;
 font-size: 12px;
 line-height: 35px;
 text-align:center;

}
#side li a:hover
{
 background:url(img/libgh.gif) no-repeat top;
 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;
}
/*バナーナビ*/
.bannernavi{
 width:400px;
 height:auto;
 float:right;
 margin:40px 20px 0 0;
 _margin:40px 10px 0 0;
}
.bannernavi .navi1 a{
 display:block;
 width:399px;
 height:70px;
 text-indent:-5000px;
 margin-bottom:10px;
 background:url(img/entry1.gif) no-repeat;
}
.bannernavi .navi2 a{
 display:block;
 width:399px;
 height:70px;
 text-indent:-5000px;
 margin-bottom:10px;
 background:url(img/entry2.gif) no-repeat;
}
.bannernavi .navi3 a{
 display:block;
 width:399px;
 height:70px;
 text-indent:-5000px;
 margin-bottom:10px;
 background:url(img/entry3.gif) no-repeat;
}
.bannernavi .navi3 a:hover{
 background:url(img/entry3h.gif) no-repeat;
}
.bannernavi .navi2 a:hover{
 background:url(img/entry2h.gif) no-repeat;
}
.bannernavi .navi1 a:hover{
 background:url(img/entry1h.gif) no-repeat;
}
.rnk1
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:65px;
	height: 65px;
        color: #003399;
	background: url(img/r1.gif) no-repeat left;
	text-indent: 60px;

}


.rnk2
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:65px;
	height: 65px;
        color: #003399;
	background: url(img/r2.gif) no-repeat left;
	text-indent: 60px;

}

.rnk3
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:65px;
	height: 65px;
        color: #003399;
	background: url(img/r3.gif) no-repeat left;
	text-indent: 60px;

}

.rnk4
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:45px;
	height: 45px;
        color: #003399;
	background: url(img/r4.gif) no-repeat left;
	text-indent: 50px;

}

.rnk5
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:45px;
	height: 45px;
        color: #003399;
	background: url(img/r5.gif) no-repeat left;
	text-indent: 50px;

}

.rnk6
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:45px;
	height: 45px;
        color: #003399;
	background: url(img/r6.gif) no-repeat left;
	text-indent: 50px;

}

.rnk7
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:45px;
	height: 45px;
        color: #003399;
	background: url(img/r7.gif) no-repeat left;
	text-indent: 50px;
}

.rnk8
{
        display:block;
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #003399;
	background: url(img/r8.gif) no-repeat left;
	text-indent: 50px;

}

.shousai a{
    display:block;
    width:487px;
    height:51px;
    background:url(img/shousai.gif) no-repeat;
    text-indent:-5000px;
    margin:30px 0;
    overflow: hidden;
}
.shousai a:hover{
    background:url(img/shousaih.gif) no-repeat;
}


