/*--------▼基本設定--------*/

@import "http://";

body
{
margin:0;/*４方向の余白*/
color:#000000;/*全体の文字色*/
background-image:url(image/bg.gif);/*背景画像*/
text-align:center;/*全体をセンタリング*/ 
}

/*見出し設定*/
h2,h3,h4
{
font-size:16px;/*文字サイズ*/
color:#000000;/*文字色*/
margin:0px 0px 0px 0px;/*上右下左の余白*/
padding:0px 0px 0px 0px;/*上右下左の空白*/
font-weight:bold;/*文字の太さ*/ 
}

/*リンク設定*/
A:link { color:#0000FF;text-decoration:underline}/*↓リンク色*/
A:visited { color:#0000FF;text-decoration:underline}/*↓訪問済みリンク色*/
A:active {color:##0000FF;text-decoration:none}/*↓クリックしたときのリンク色*/
A:hover {color:#0000F;text-decoration:none}/*↓マウスでポイントしたときのリンク色*/

/*小さい文字設定*/
FS
{
font-size:10px;/*文字サイズ*/
color:#000000;/*文字色*/
margin:0px 0px 0px 0px;/*上右下左の余白*/
padding:0px 0px 0px 0px;/*上右下左の空白*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*--------▼特殊設定--------*/

/*↓本文の文字サイズ*/
.FM{font-size:13px;line-height:18px;}
.FMr {font-size:13px;line-height:18px;letter-spacing:1pt;color:#CC0000}

/*↓太文字設定*/
.FB {font-size:12px;line-height:18px;font-weight:bold;}
.FBBr {font-size:15px;font-weight:bold;line-height:18px;letter-spacing:1pt;color:#CC0000}
.FBBBr {font-size:16px;font-weight:bold;line-height:18px;letter-spacing:1pt;color:#CC0000}

/*--------▼ページ全体の大枠--------*/
#outer
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
background-color:#FFFFFF;/*背景色*/
width:760px;/*横幅*/
height:100%;/*高さ*/
text-align:center;/*センタリング*/ 
border-left:1px solid #000000;/*左ボーダー*/
border-right:1px solid #000000;/*右ボーダー*/
}

/*--------▼ページ全体の内枠--------*/
#inner
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
width:750px;/*横幅*/
}

/*--------▼ヘッダ設定--------*/

/*ヘッダー枠*/
#head
{
padding:0;/*上右下左の空白*/
width:760px;/*横幅*/
height:125px;/*高さ*/
background-image:url(image/title.jpg);/*背景画像*/
text-align:left;/*文字を左寄せ*/
}

/*タイトル文字設定*/
h1{
font-size:20px;/*文字サイズ*/
margin:50px 0 0 120px;/*上右下左の余白*/
padding:0;/*上右下左の空白*/
font-weight:bold;/*文字の太さ*/ 
}

/*タイトルのリンク設定*/
.LT a:link { text-decoration:none;color:FF0000}/*リンク色*/
.LT a:visited { text-decoration:none;color:FF0000}/*訪問済みリンク色*/
.LT a:active { text-decoration:none;color:FF0000}/*クリックしたときのリンク色*/
.LT a:hover { text-decoration:none;color:FF0000}/*マウスでポイントしたときのリンク色*/

/*ブログ説明の文字設定*/
#description
{
font-size:10px;/*文字サイズ*/
color:#000000;/*文字色*/
margin:5px 0 0 120px;/*上右下左の余白*/
padding:0;/*上右下左の空白*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*パンくず*/
#pan
{
margin:0;/*上右下左の余白*/
padding:0 10px 10px 10px;/*上右下左の空白*/
width:750px;/*横幅*/
font-size:10px;/*文字サイズ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*メールマガジンの枠*/
#mailmaga
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
padding:3px 0px 0px 0px;/*上右下左の空白*/
width:730px;/*横幅*/
background-color:#F6F6F6;/*背景色*/
border:dashed 2px #666666;
text-align:center center;/*文字を中心*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*--------▼メイン部分の設定--------*/

/*▼メイン外枠*/
#main-body
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
width:730;/*横幅*/
valign:left;/*文字を左寄せ*/
}

/*メイン枠*/
#main
{ 
margin:0;/*上右下左の余白*/
width:520px;/*横幅*/
float:left;/*左寄せ*/
}

/*メッセージの枠*/
#message
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
padding:10 10 10 10;/*上右下左の空白*/
width:520px;/*横幅*/
background-color:#FFFFFF;/*背景色*/
border:dashed 0px #;
font-size:13px;/*文字サイズ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*記事のタイトル枠*/
#main-title
{
margin:0;/*上右下左の余白*/
padding:4px 0 0 0;/*上右下左の空白*/
width:520px;/*横幅*/
height:28px;/*高さ*/
background-image:url(image/bg_main-title.gif);/*背景画像*/
font-weight:bold;/*文字の太さ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*もくじのタイトル枠*/
#mokuji-title
{
margin:0;/*上右下左の余白*/
padding:4px 0 0 0;/*上右下左の空白*/
width:520px;/*横幅*/
height:28px;/*高さ*/
background-image:url(image/bg_mokuji-title.gif);/*背景画像*/
font-weight:bold;/*文字の太さ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*記事のタイトルのリンク設定*/
.Lmt a:link { text-decoration:none;color:#000000}/*リンク色*/
.Lmt a:visited { text-decoration:none;color:#000000}/*訪問済みリンク色*/
.Lmt a:active { text-decoration:none;color:#000000}/*クリックしたときのリンク色*/
.Lmt a:hover { text-decoration:none;color:#000000}/*マウスでポイントしたときのリンク色*/

/*記事の枠*/
#main-cont
{
margin:0;/*上右下左の余白*/
padding:0;/*上右下左の空白*/
width:520px;/*横幅*/
font-size:13px;/*文字サイズ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*--------▼商品記事の設定--------*/

/*▼外枠*/
#item-outer
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
width:520px;/*横幅*/
}

/*画像枠*/
#item-gazou
{
margin:0;/*上右下左の余白*/
padding:0;/*上右下左の空白*/
width:120px;/*横幅*/
float:left;/*左寄せ*/
}

/*解説枠*/
#item-kaisetu
{
margin:0;/*上右下左の余白*/
padding:0;/*上右下左の空白*/
width:400px;/*横幅*/
float:right;/*右寄せ*/
font-size:13px;/*文字サイズ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*浜崎コメント枠*/
#item-coment
{
padding: 0px;/*上右下左の空白*/
width:400px;/*横幅*/
background-image:url(image/i-hamasaki-s.gif);/*背景画像*/
background-repeat:no-repeat;/*背景画像のリピート*/
background-position:left center;/*背景画像の位置*/
font-size:13px;/*文字サイズ*/
color:#CC0000;/*文字の色*/
font-weight:bold;/*文字の太さ*/
line-height:20px;/*文字縦幅*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*商品詳細枠*/
#item-syosai
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
padding:5px;/*上右下左の空白*/
width:520px;/*横幅*/
background-color:#F6F6F6;/*背景色*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*ご購入はこちらからどうぞ枠*/
#item-buy
{
padding: 0px;/*上右下左の空白*/
width:520px;/*横幅*/
background-image:url(image/i-point.gif);/*背景画像*/
background-repeat:no-repeat;/*背景画像のリピート*/
background-position:left center;/*背景画像の位置*/
font-size:13px;/*文字サイズ*/
color:#CC0000;/*文字の色*/
font-weight:bold;/*文字の太さ*/
line-height:20px;/*文字縦幅*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*--------▼右ナビの設定--------*/

/*右ナビの枠*/
#right
{ 
width:200px;/*ブロック横幅*/ 
float:right;/*右寄せ*/ 
overflow: hidden;/*はみ出した部分の切取*/
}

/*右のタイトル部*/
#r-title
{
width:200px;/*横幅*/
height:;/*高さ*/
margin:0;/*上右下左の余白*/
padding:5px 5px 5px 5px;/*上右下左の空白*/
background-color:#013659;/*背景色*/
font-size:12px;/*文字サイズ*/
color:#FFFFFF;/*文字色*/
font-weight:bold;/*文字の太さ*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*右のメイン枠*/
#r-main
{
margin:0;/*上右下左の余白*/
padding:5px 5px 5px 5px;/*上右下左の空白*/
width:200px;/*横幅*/
border:1px solid #000000;/*ボーダー*/
font-size:12px;/*文字サイズ*/
line-height:18px;/*文字縦幅*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*右のカテゴリー枠*/
#r-cate
{
padding: 0px;/*上右下左の空白*/
width:180px;/*横幅*/
background-image:url(image/cate.gif);/*背景画像*/
background-repeat:no-repeat;/*背景画像のリピート*/
background-position:left center;/*背景画像の位置*/
font-size:12px;/*文字サイズ*/
line-height:18px;/*文字縦幅*/
text-align:left;/*文字を左寄せ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*--------▼フッダ設定--------*/

/*フッダHOMEとTOPリンクの大枠*/
#footer-outer
{
margin:0 auto 0 auto; /* 上右下左の余白(NN用)*/ 
padding:0px 0px 0px 0px;/*上右下左の空白*/
width:750px;/*横幅*/
height:20px;/*高さ*/
}

/*フッダページTOPリンクの内枠*/
#footer-up
{
margin:0;/*上右下左の余白*/
padding:5px 10px 5px 0px;/*上右下左の空白*/
width:375px;/*横幅*/
height:20px;/*高さ*/
text-align:right;/*文字を右寄せ*/
font-size:10px;/*文字サイズ*/
font-weight:bold;/*文字の太さ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
float:right;/*右寄せ*/
}

/*フッダHOMEリンクの内枠*/
#footer-home
{
margin:0;/*上右下左の余白*/
padding:5px 0px 5px 10px;/*上右下左の空白*/
width:375px;/*横幅*/
height:20px;/*高さ*/
text-align:left;/*文字を左寄せ*/
font-size:10px;/*文字サイズ*/
font-weight:bold;/*文字の太さ*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
float:left;/*左寄せ*/
}

/*コピーライトの枠*/
#copy
{
margin:0;/*上右下左の余白*/
padding:8px 0 0 0;/*上右下左の空白*/
width:760px;/*横幅*/
height:30px;/*高さ*/
background-color:#013659;/*背景色*/
font-size:10px;/*文字サイズ*/
color:#FFFFFF;/*文字色*/
font-family:Verdana,Arial,sans-serif;/*フォント*/
}

/*コピーライトのリンク設定*/
.LC a:link { text-decoration:none;color:#FFFFFF;font-weight:normal}/*リンク色*/
.LC a:visited { text-decoration:none;color:#FFFFFF;font-weight:normal}/*訪問済みリンク色*/
.LC a:active { text-decoration:none;color:#FFFFFF;font-weight:normal}/*クリックしたときのリンク色*/
.LC a:hover { text-decoration:none;color:#FFFFFF;font-weight:normal}/*マウスでポイントしたときのリンク色*/

/*--------▼回り込みの解除--------*/
.clears{clear:both}

