/* ==========================
  全体設定
============================ */
/* スクロールバーの設定 */
HTML{
scrollbar-face-color: pink;
scrollbar-track-color: white;
scrollbar-arrow-color: white;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: white;
scrollbar-shadow-color: hotpink;
scrollbar-darkshadow-color: black;}

/* リンク色の設定 */
a:link,
a:visited{
color:#FF6633;text-decoration: none;}

a:hover,
a:active{
color:#FF6633;text-decoration: underline;}


/* BODYの設定 */
BODY{
  margin: 0;
  padding: 0;
  font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size:12px;
  color: #000000;
  line-height: 170%;
  text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
  background:#ffffff url(http://blog-imgs-21.fc2.com/o/d/a/odaneco/bacground.gif);
  background-repeat: repeat;
}



/* ===============================
   枠設定
================================== */

div#wrapper {
  float : left;        /* ラッパー（プライマリーカラム＋セカンダリーカラム）を左側に回り込ませる */
  width : 600px;       /* 幅を590px（390px＋200px）に設定 */
　background-color: #ffffff;
}
div#container {
  width : 800px;       /* コンテンツ幅を800pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}

/* 本体の設定 */
div#primary-column {
  width: 400px;
  float : right;       /* プライマリーカラム（記事等）を右側に回り込ませる */
  width : 400px;       /* 幅を340pxに設定 */
  background-color: #ffffff;
}


div#secondary-column {
  float : left;        /* セカンダリーカラム（メニュー等）を左側に回り込ませる */
  width : 200px;       /* 幅を200pxに設定 */
　color: #683E17;
  background-color#ffffff;
}

div#extra-column {
  float : right;       /* エクストラカラム（掲示板等）を右側に回り込ませる */
  width : 200px;       /* 幅を200pxに設定 */
  color: #683E17;
  background-color#ffffff;
}

/* サイドバーのリンク色設定 */
#contents a:link,
#contents a:visited{
color:#FF6633;text-decoration: none;
}

#contents a:hover,
#contents a:active{
color:#aac7c7;text-decoration: none;}

div#siteinfo-legal {
  clear : both;        /* 全ての回り込みの解除 */
}


/* ===========================
   ヘッダー設定
============================= */

#header{
  margin:  0px;
  padding: 0px;
  clear: both;
  width: 700px;
  height: 200px;
  background:#ffffff url(http://blog-imgs-21.fc2.com/o/d/a/odaneco/top_0002.gi);
  background-repeat: no-repeat;
  background-position:left top;
}

/* サイトタイトル（文字）設定 */
.site_title {
  margin: 0px;
  padding: 250px 50px 5px;
  font-size: 26px;
  font-weight : bold;
  text-align: right;
}
/* ブログの説明(タイトルの下) */
.introduction{
  margin:　0px;
  padding: 0px 50px 0px;
  text-align: right;
  color: #000000;
}

.A_link{
  margin: 0px 5px ;
  padding: 5px 0px 0px;
  font-size: 10px;
  color:#aac7c7;
  text-align: right;
}


.site_title a:link,
.site_title a:visited{
color:#ffffff;text-decoration: none;
}

.site_title a:hover,
.site_title a:active{
color:#222222;text-decoration: none;}


.A_link a:link,
.A_link a:visited{
color:#aac7c7;text-decoration: none;
}

.A_link a:hover,
.A_link a:active{
color:#588686;text-decoration: none;}



/* ============================
   メイン設定
============================== */

/* 記事部分設定 */
.main {
  margin: 0px auto 70px;
  padding: 0px;
  width: 400px;
}

/* 記事タイトル */
.main_title {
  margin: 10px;
  padding: 0px 0px;
  font-size: 12px;
  color: #91BDE9;
  font-weight: bolder;
  text-align : left;
  background: #ffffff url(http://blog-imgs-21.fc2.com/a/c/e/acenao/line_2008_0418.gif);
 background-repeat: no-repeat;
 background-position:left bottom;
}

/* 記事タイトルリンク色 */
.main_title a:link,
.main_title a:visited{
color:#9E0039;text-decoration: none;}

.main_title a:hover,
.main_title a:active{
color:#e6e6e6;text-decoration: none;}

/* 記事部分文字設定 */
.main_text{
  margin: 0px auto;
  padding: 30px 15px 15px 25px;
  text-align: left;
}

/* 記事部分年月日文字設定 */
.main_state {
  margin: 0px;
  padding: 2px 10px 0px;
  font-size: 10px;
  text-align: right;
}

/* 記事部分画像リンク設定 */
.main a img {
border-style : none;
border-width : 1px;
text-decoration : none;
}


/* =================================
   コメント＆トラックバック設定
==================================*/


.comment form {
  font-size: 12px;
  line-height: 100%;
  padding:10px auto;
}

.com_text{
  margin: 25px 5px 5px 0px;
  padding: 0px 15px;
}


.com_state {
  margin: 10px 0px 20px;
  padding: 0px;
  font-size: 10px;
  color:#a9b6ad;
  text-align: right;
}


.trackback_text{
  margin: 20px 5px 5px 5px;
  padding: 0px 15px;
  font-size: 10px;
  text-align: left;
}


/* ============================
   メニュー設定
============================== */

/* サイドバー設定 */
.menu{
 margin: 0px 0px;
 padding: 0px;
 width: 200px;
}

/* サイドバータイトル文字設定 */
.menu_title{
  margin: 0px;
  padding: 0px 0px;
  font-size: 12px;
  font-weight: bolder;
  color:#683E17;
  letter-spacing: 1px;
  background:#fffffff url(http://blog-imgs-21.fc2.com/a/c/e/acenao/line_2008_0418_2.gif);
  background-repeat: no-repeat;
  background-position:left bottom;
}

/* サイドバー内文字設定 */
.menu_text {
  margin: 0px;
  padding: 5px 0px 10px 10px;
  font-size: 10px;
  line-height: 100%;
}


/*リストの表示設定*/
.menu_text ul {
 margin: 10px 0px;
 padding: 0px 5px 0px 25px;
 line-height: 150%; 
 list-style-type : square ;
}

.menu_text ul li { 
 margin : 0px;
 padding: 0px;
 text-align : left;
}

/* プロフィールの写真 */
.myimg{
  text-align:center;
}

/* ===============================
   プラグインカレンダー設定
================================ */

.plugin-calender{
 width:150px;
 font-size:10px;
 border-collapse:separate;
 margin: 15px auto 10px;
}

.caption{
 margin: 5px 0px 0px:
 padding: 0px;
}

.calender th{
 width:20px;
 height:25px;
 font-size:10px;
 text-align:center;
}

table.calender td {
 text-align:center;
}

.calender td a{
 display:block;
}

.calender a:link,
.calender a:visited{
 font-weight: bolder;
 text-decoration: underline;
}

.calender a:hover{
 font-weight: bolder;
 text-decoration: none;
}


/* ===========================
   フッター設定
============================= */

#footer{
  margin: 0 0 0 0; 
  padding: 0 0 0 0;

}
/* コピーライト文字設定 */
.copyright {
  width: 800px;
  margin-top: 30px;
  padding: 0px 0px;
  font-size: 10px;
  line-height: 135%;
  text-align: center;
}



/* ===========================
   その他の設定
============================= */



/*引用の表示設定*/
blockquote {
  margin:0px;
  padding:0px;
}

/* 画像枠設定 */
.pict {
  border: 0px;
}

/* フッター上のナビ設定 */
.pagenavi { 
  margin: 0px auto 50px;
  padding: 2px 0px;
  width: 400px;
  text-align:center;
  font-size:12px;
  clear: both;
}


textarea,input,select {
  margin: 2px 0px 0px; 
  padding: 0px;
  font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
  border: 1px solid #151515;
  background-color: #151515;
  color: #ffffff;
  font-size: 12px;
  scrollbar-face-color: pink;
scrollbar-track-color: white;
scrollbar-arrow-color: white;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: white;
scrollbar-shadow-color: hotpink;
scrollbar-darkshadow-color: black;}


/*検索*/
 plugin-search { 
 margin: 5px 0px 7px; 
 padding: 0px;
}



img.emoji{ 
vertical-align:middle;
border:0;
} 


/* 画像 */
a img {
border-style : none;
border-width : 0px;
text-decoration : none;
}




/* Mac版IEの文字化け対策
------------------------------------------------------------ */

	textarea,input,select {
		font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	}