/*************************************
基本レイアウト
*************************************/

* {
margin: 0;
padding:0;
}

html { 
margin: 0; padding: 0; 
}

form, input { 
margin: 0; padding: 0; 
}

a img { 
border: 0; 
}

.hayashi{
font-weight:bold;
color:red;
font-size:14px;
}

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

body {
font-size:1em;
line-height:135%;
color:#000000;
font-family: Verdana, Arial, sans-serif;
text-align: center;
background: #ffffff url() repeat-x;
background-attachment: fixed;
}

#container {
margin: 0 auto;
width: 800px; 
text-align: left;
background-color: #ffffff;
border:1px solid #000000;
}


/*************************************
body直下に配置するリンク
*************************************/

#blink{
width:100%;
font-size:10px;
font-weight:bold;
color:#a8a8a8;
padding:2px;
}

#blink a{
text-decoration: none;
color:#a8a8a8;
}


/*************************************
TOPページ限定のカテゴリメニューの要素
*************************************/

.cmenu {
margin: 0 auto 20px;
color:#333333;
font-size:1em;
font-weight:normal;
text-align:center;
color:#000;
}


/*************************************
TOP限定カテゴリ要素
*************************************/

.cat {
line-height:18px;
margin:0;
padding:5px 10px;
border:2px dotted #cc0000;
background-color:#ffffcc;
font-size:1em;
text-align:left;
font-family:Verdana;
}
.cat a{
font-size:1em;
font-weight:normal;
}


/*************************************
見出し
*************************************/

h1 {
margin:0px;
font-weight:normal;
font-size:10px;
color:#ffffff;
}

h1 a{
text-decoration: none;
color:#a8a8a8;
}

h2 {
font-size:1.2em;
margin:0 0 10px;
padding: 5px 0px 5px 10px;
font-weight:bold;
color:#cc0000;
border-top: 1px solid #8d8d8d;
border-bottom: 1px solid #8d8d8d;
text-align:left;
background-repeat:repeat-x;
background-position:bottom;
}

h3 {
font-size:0.9em;
margin:0 0 10px;
padding: 0 0 0 5px;
font-weight:bold;
text-align:left;
background-color:#9c9c9c;
background-position:bottom;
color:#ffffff;
}

h4 {
font-size:0.9em;
padding: 0px 0px 0px 5px;
font-weight:bold;
text-align:left;
background-color:#9c9c9c;
background-position:bottom;
color:#ffffff;
}

h5 {
font-size:0.9em;
padding: 0px 0px 0px 5px;
font-weight:bold;
text-align:left;
background-color:#9c9c9c;
background-position:bottom;
color:#ffffff;
}


/*************************************
リンク色
*************************************/

a { 
color: #0000ff;
font-weight:bold;
text-decoration: underline;
}


/*************************************
マウスオーバー時のリンクの背景色要素 
*************************************/

a:hover { 
text-decoration: none;
}


/*************************************
お気に入りに追加の「幅」要素 
*************************************/

.okiniiri{
width:auto;
}


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

#header {
margin:0;
font-size:0.9em;
padding:180px 150px 0 55px;
text-align:left;
background: #ffffff url(http://www.c21diamond.com/img/banner.gif) no-repeat;
background-position:0 0;
}


/*************************************
ブログ説明文の要素 
*************************************/

.des a{
text-decoration: none;
color:#a8a8a8;
}


/*************************************
記事ページトピックパス要素
*************************************/

.navi{
margin: 0;
padding: 0 0 0 25px;
font-size:0.8em;
color:#a8a8a8;
font-weight:bold;
text-align:left;
background-color:#ececec;
}

.navi a{
color:#a8a8a8;
text-decoration: none;
}


/*************************************
メインコンテンツ全体
*************************************/

#pagebody {
width: 100%;
margin: 5px 0 20px;
text-align: left;
font-size:1em;
line-height:170%;
}


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

#alpha { 
width: 765px; 
float: left;
margin: 0 0 0 10px; 
padding: 0 5px 5px;
background-color: #ffffff;
font-size:1em;
line-height: 170%;
}

#alpha p {
margin: 0 0 20px;
}

#alpha ul {
padding: 0 ;
margin: 0 0 0 50px ;
list-style-type: disc;
}

.extended {
margin: 0 0 0 5px;
}

.extended2 {
margin: 0 0 40px 5px;
}


/*************************************
ブロックを右や左へ寄せる要素
（お気に入り・リンクボックス該当）
*************************************/

.imgr{
 float: right; margin: 0px 0px 0px 0;
color:#000;
}

.imgl{
 float: left; margin: 5px 5px 5px 0;
}


/*************************************
キャビネット（商品説明）要素
*************************************/

.cabinet {
width:100%;
margin: 0 0 30px;
padding: 0;
}

.doubleboxl {
float: left;
width: 40%;
margin: 0;
padding: 1%;
border: 1px dotted #C00000;
background-color : #feff99;
}

.doubleboxr {
float: left;
width: 55%;
margin: 0;
padding: 1%;
border: 1px dotted #C00000;
background-color : #feff99;
}

.dummy {
margin: 0 0 30px;
clear: both;
}

.none {
display: none;
}


/*************************************
本文の要素ブロック要素 
*************************************/

.text{
color:#333333;
padding:10px 5px 0px 5px;
margin-top:0px;
line-height:135%;
}

.text a{
text-decoration: underline;
color:#0000ff;
border:none;
font-weight:normal;
}


/*************************************
記事ページ右下のカテゴリの要素
*************************************/

.posted{ 
color:#a8a8a8;
text-align: right;
margin:0 0 10px;
padding:5px 0 5px;
font-size:0.8em;
}

.posted a{ 
font-weight:bold;
text-decoration: none;
color:#a8a8a8;
}


/*************************************
記事すぐしたのコピーボックスなどが入るブロック要素
*************************************/

#copybox {
margin:5px 5px 0;
padding:0;
font-size:0.8em;
text-align:left;
width:100%;
clear: both;
}

#copybox a{
font-weight:bold;
text-decoration: none;
color:#a8a8a8;
}


/*************************************
サイトマップ要素
*************************************/

.sitemap-category {
margin: 15px 0 0;
padding: 0 0 0 30px;
color: #008000;
font-size: 1.1em;
}

.sitemap-category a{
color: #008000;
text-decoration: none;
}

.sitemap-entry {
margin: 0;
padding: 0 0 0 60px;
}


/*************************************
記事下のメニュー要素
*************************************/

.footerbody {
margin:5px 10px 0;
line-height:135%;
text-align:left;
padding:5px 10px 5px 10px;
border:2px dotted #9c9c9c;
font-size: 0.9em;
color:#000000;
clear: both;
}

.footerbody a{
font-weight:bold;
text-decoration: none;
color:#a8a8a8;
font-size: 0.9em;
}

.footerlink {
margin: 20px 0 0;
padding: 0;
font-size: 0.9em;
color: #a8a8a8;
text-align: center;
clear: both;
}

.footerlink a {
font-size: 0.9em;
color: #0000ff;
font-weight:bold;
text-decoration: underline;
}

.footerlink a:hover {
color:#ffffff;
text-decoration: none;
background-color:#ff8000;
}


/*************************************
説明文補足飾り要素
*************************************/

.obi {
margin: 0;
padding: 0;
font-size:0.8em;
background-color:#edf4f8;
text-align:center;
}

.obi2 {
margin: 20px 0 0;
padding: 0;
font-size:10px;
background-color:#edf4f8;
text-align:center;
}


/*************************************
フッター
*************************************/

#footer {
margin: 20px 0 5px;
padding: 0;
font-size: 12px;
color: #a8a8a8;
text-align: center;
clear: both;
}

#footer a {
font-size: 12px;
color: #a8a8a8;
font-weight:normal;
text-decoration: none;
}

#footer a:hover {
color: #a8a8a8;
font-weight:normal;
text-decoration: none;
background-color:#ffffff;
}

#footer hr{
margin: 20px 0 0;
color: #cccccc;
clear: both;
}


/*************************************
装飾（ブロックロート＆テキストエリア）
*************************************/

blockquote{
background-color:#feff99;
border:1px dotted #c00000;
padding:15px 15px 15px 15px;
margin:5px;
}

textarea{
margin-bottom:5px;
}


/*************************************
文字を太文字に変更するCSS
*************************************/

.b{
font-weight:bold;
}


/*************************************
背景を蛍光黄色と太文字に変更するCSS
*************************************/

.y{
font-weight:bold;
background-color:yellow;
}


/*************************************
赤に文字色を変更するCSS
*************************************/

.r{
color:red;
}


/*************************************
補助・論理強調タグのCSS
*************************************/

strong {
font-weight: normal; 
font-style: normal; 
text-decoration: none
}

em {
font-weight: normal; 
font-style: normal; 
text-decoration: none
}


/*------------------------------------------------------------
powered by Tomoya.O
-------------------------------------------------------------*/