@charset "Shift_JIS";
* {
 color:#330000;
 padding:0;
 font-size: 12px;
 line-height: 140%;
 margin: 0;
 font-family: Verdana, Arial, sans-serif;
}

body {
 background-color: #FFDB19;
 background-image: url(img/allbg.gif);
 background-repeat: repeat-x;
}

#syohin{
 width:500px;
 margin-left:25px;
}

h2 {
 width:488px;
 font-size: 16px;
 font-weight:normal;
 background-color: #E9E7E0;
 padding-left: 10px;
 border: 1px solid #A3A3A8;
 color: #330000;
 line-height: 25px;
 margin-top: 10px;
 background-image:url(img/h2bg.gif);
}



.point {
 width:290px;
 float:left;
 border-left:1px solid #A3A3A8;
 border-right:1px solid #A3A3A8;
 border-bottom:1px solid #A3A3A8;
 padding:5px;
 line-height:130%;
 margin-bottom:15px;
 height:135px;
}

.keitai{
 background-image:url(img/keitaibg.jpg);
 font-size:14px;
 width:182px;
 float:right;
 height:40px;
 padding-left:15px;
 border-right:1px solid #A3A3A8;
 border-bottom:1px solid #A3A3A8;
}

.kakaku{
 background-image:url(img/keitaibg.jpg);
 font-size:25px;
 font-weight:bold;
 float:right;
 width:182px;
 height:51px;
 padding-left:15px;
 margin-bottom:15px;
 border-right:1px solid #A3A3A8;
 border-bottom:1px solid #A3A3A8;
}

.kakaku p{
 font-size:14px;
 margin-left:-25px;
 margin-bottom:-10px;
 font-weight:normal;
 
}

.hatumoto{
 background-image:url(img/keitaibg.jpg);
 float:right;
 width:182px;
 height:52px;
 padding-left:15px;
 border-right:1px solid #A3A3A8;
 border-bottom:1px solid #A3A3A8;

}





a {
 color:#4B70CD;
}

a:hover {
 text-decoration: none;
}

hr {
 clear: both;
 height: 1px;
 color: #CCCCCC;
 background-color: #CCCCCC;
}

img {
 border-style:none;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
 width:800px;
 margin-right: auto;
 margin-left: auto;
 background-image: url(img/base_bg.gif);
 background-repeat: repeat-y;
 border: 3px solid #444444;
}




#wrap {
 width: 790px;
 float: left;
 padding: 5px;
 background-color:#ffffff;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
 width:800px;
 height:86px;
 background-image: url(img/bana.jpg);
}

#header .logo_h {
 font-size: 26px;
 font-weight: bold;
 color: #FF8C3F;
}


h1 {
 font-size: 14px;
 color: #330000;
 display: block;
 text-decoration: none;
 padding-top: 65px;
 width:80px;
 margin-left:auto;
 margin-right:auto;
}


p#desc {
 width:660px;
 height: 20px;
 padding-left: 140px;
 padding-top:5px;
 color: #330000;
 margin-left:auto;
 margin-right:auto;
 background-image: url(img/nav2.gif);
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #778CFF;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
 width:785px;
 height: 25px;
 background:#ffffff;
 padding-left: 15px;
 margin-top:25px;
}

#nav p {
 color: #330000;
 padding-top: 3px;
}

#nav table {
 float: right;
 margin-right: 10px;
}


#nav label {
 font-size: 10px;
 color: #FFFFFF;
}

#nav td {
 padding-left: 1px;
}

#nav a {
 color: #333333;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 12px;
 font-weight:bold;
 text-decoration:none;
}

#nav a:hover {
 color: #333333;
 background-color: #DDDDDD;
 border-bottom-style: none;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
 width:570px;
 padding: 5px;
 float:left;
}


#contents img{
 margin:10px;
}

#contents p{
 padding-bottom: 10px;
 padding-left: 25px;
 color: #330000;
}

#contents ul{
 padding-left:45px;
 padding-bottom:10px;
 color: #330000;
}



#contents h3 {
 font-size: 14px;
 border-left-width: 7px;
 border-left-style: solid;
 border-left-color: #D3A863;
 padding-left: 5px;
 background-image: url(img/dot.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 color: #330000;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 5px;
}

#pagelink{
background:url('img/pagelinkbg.gif');
font-size:30px;
font-weight:bold;
margin-top:5px;
margin-left:auto;
margin-right:auto;
width:500px;
height:60px;
padding-left:15px;
padding-top:20px;
border:1px solid blue;
}

#pagelink a{
font-size:30px;

}








/*
解説項目用
-------------------------------------------------------------------*/
.description{
 margin-right: 15px;
 margin-left: 15px;
 background-color: #F5F4F1;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-style: dotted;
 border-bottom-style: dotted;
 border-left-style: dotted;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-left-color: #999999;
 margin-bottom: 10px;
}

.description p{
 padding:10px;
 margin:0;
 color: #330000;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
 float: left;
 width: 194px;
 padding: 5px;

}

#side_d {
 background-color: #CBCBFE;
 padding-top: 2px;
 border: 1px solid #C6C0B9;
 background-image:url(img/sidebg.gif);
}

#side_d h3 {
 display: block;
 width: 185px;
 line-height: 20px;
 text-align: center;
 color: #330000;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0px;
 margin-top: 3px;
 background-color: #666666;
 background-image: url(img/sideh3.gif);
 font-size: 12px;
 letter-spacing: 0.1em;
 border:1px solid #7B7BFC;
 padding-top: 3px;
 padding-bottom: 5px;
}

#side_d li {
 list-style-type: none;
}

#side_d li a {
 display: block;
 width:140px;
 height:29px;
 font-size: 12px;
 text-decoration:none;
 color:#330000;
 line-height: 15px;
 margin-top: 1px;
 margin-right: auto;
 margin-left: auto;
 padding-right: 15px;
 padding-left: 22px;
 padding-bottom: 2px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #9E9E7C;
 background-image:url(img/li.gif);
 background-repeat: repeat-x;
 background-color: #E0DBD5;
 border-right-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #9E9E7C;
 border-left-color: orange;
 padding-top: 3px;
}


#side_d li a:hover {
 background-color: #FFFFFF;
 color: #666666;
 text-decoration: underline;
 background-image: none;
}

#side_d .sidetable{
width:180px;
border:1px;
border-collapse:collapse;
background-color:white;
margin-right:auto;
margin-left:auto;
}

#side_d .sidetable td{
border:1px solid gray;
}

#side img {
 border:none;
}

#side p {
 padding: 10px;
}

#side p a {
 font-size:10px;
 background-color: #E2DECF;
 display: block;
 padding: 10px;
 line-height: 15px;
 border: 2px solid #C6BCB0;
}








#side_e {
 background-color: #CBCBFE;
 padding-top: 2px;
 border: 1px solid #C6C0B9;
 background-image:url(img/sidebg.gif);
}

#side_e h3 {
 display: block;
 width: 185px;
 line-height: 20px;
 text-align: center;
 color: #330000;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0px;
 margin-top: 3px;
 background-color: #666666;
 background-image: url(img/sideh3.gif);
 font-size: 12px;
 letter-spacing: 0.1em;
 border:1px solid #7B7BFC;
 padding-top: 3px;
 padding-bottom: 5px;
}

#side_e li {
 list-style-type: none;
}

#side_e li a {
 display: block;
 width:140px;
 height:15px;
 font-size: 12px;
 text-decoration:none;
 color:#330000;
 line-height: 15px;
 margin-top: 1px;
 margin-right: auto;
 margin-left: auto;
 padding-right: 15px;
 padding-left: 22px;
 padding-bottom: 2px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #9E9E7C;
 background-image:url(img/li.gif);
 background-repeat: repeat-x;
 background-color: #E0DBD5;
 border-right-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #9E9E7C;
 border-left-color: orange;
 padding-top: 3px;
}


#side_e li a:hover {
 background-color: #FFFFFF;
 color: #666666;
 text-decoration: underline;
 background-image: none;
}





/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
 clear: both;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 text-align: center;
 background-color: #F0EFEE;
 background-image: url(img/dot.gif);
 background-repeat: repeat-x;
 background-position: top;
}
#f_menu li {
 list-style-type: none;
 display: inline;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #333333;
 padding-right: 5px;
 padding-left: 5px;
 font-size: 10px;
}
#f_menu ul {
 margin-top: 5px;
 margin-bottom: 5px;
}
#f_menu li a {
 font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
 font-style: normal;
 color: #DDDDDD;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px;
 display: block;
 background-color: #736D61;
 background-image: url(img/dot.gif);
 background-repeat: repeat-x;
 background-position: top;
 font-size: 10px;
 clear: both;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
 background-image: url(img/dot.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 padding-bottom: 5px;
 padding-right: 15px;
 padding-top: 5px;
 padding-left: 10px;
}


#contents .top_cat p a{
 font-size: 10px;
 padding-left: 5px;
}

#top_img {
 width:550px;
 margin-left:auto;
 margin-right:auto;
 text-align: center;
 background-color: #666666;
 border: 1px solid #C6CFD0;
 background-image: url(img/linebg.gif);
 
}





.ctgy dt{
 margin-bottom:0;
 font-weight: bold;
 background-image: url(img/dt4.jpg);
 background-position: left;
 background-repeat: no-repeat;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 18px;
 }
.ctgy dt a {
 color: #555555;
 line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
 font-size:12px;
 margin-bottom: 10px;
 padding-left: 15px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #AAAAAA;
 padding-bottom: 10px;
 margin-top: 5px;
}

.ctgy dd a {
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #AAAAAA;
 padding-left: 5px;
 margin-left: 5px;
}


/*
カテゴリーページ用
-------------------------------------------------------------------*/
.cat_list dt{
 background-image: url(img/sankaku.gif);
 background-position: left;
 background-repeat: no-repeat;
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px;
}
.cat_list dd{
 margin-bottom:10px;
 font-size:12px;
 margin-left: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #999999;
 padding-bottom: 5px;
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #E1E1E1;
 padding-left: 10px;
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
 border-left-width: 1px;
 border-left-style: dotted;
 border-left-color: #CCCCCC;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 5px;
 padding-bottom: 5px;
}

.entry-list ul{
 margin-left: 30px;
}







.sogolink{
 font-size:12px;
 line-height:120%;
 margin-left:15px;
 padding:5px;
 
}

.pickup{
 border:1px solid black;
 padding:5px;
 background:#f4f6e6;
}

.linkbody{
 margin:5px;
 padding:3px;
 line-height:100%;
}

.linkbody p{
 margin:5px;
 font-size:12px;
 color:gray;
}

.linkbody a{
 margin:0px;
 padding-left:17px;
 background-image:url("img/icon_link.gif");
 background-repeat:no-repeat;
}

.link{
 background:white;
 text-align:center;
 margin:0px;
 padding:0px;
 border-left:1px solid black;
 border-right:1px solid black;
 border-bottom:1px solid black;
 width:700px;
}