/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
/* ページ全体 */

body {
	background-image: url(img/back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
  text-decoration: underline;
  }

a:link {
  color: #000000;
  }

a:visited {
  color:  #000000;
  }

a:active {
  color:  #000000;
  }

a:hover {
	color:  #000000;
	text-decoration: none;
  }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  }
h1 {  
font-size: 10px;
color: #000000;
}


/* 外枠 */
#container {
    background-color:#ffffff;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/* ヘッダー　リンク */
#header a:link {
	color: black;
	text-decoration: underline;
}
#header a:visited {
	color:  black;
	text-decoration: underline;
}
#header a:hover {
	color:  black;
	text-decoration: underline;
}
#header a:active {
	color:  black;
	text-decoration: underline;
}

/* メインイメージ */
#top {
  background-image: url(img/topimg.jpg);
  width: 780px;
  height: 280px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  }


/* エントリ　リンク */
#entrylink a:link {
	color: #FF6600;
	text-decoration: none;
}
#entrylink a:visited {
	color: #FF6600;
	text-decoration: none;
}
#entrylink a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#entrylink a:active {
	color: #FF6600;
	text-decoration: underline;
}


/* メインコンテンツ枠 */
#main {
	width: 780px;
	background-color:#ffffff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  }
 /* テキスト枠 */
#content {
    padding-top: 10px;
   margin-left: 20px;
    width: 520px !important;
   width /**/: 540px;
    background-color:#ffffff;
	float: left;
	text-align: left;
    display:inline;
}

#content p {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
  }
  
#content h3 {
    margin-top: 5px;
    margin-bottom: 12px;
    padding: 0px 0px 0px 25px;
	font-size: 14px;
	color: #FF2700;
	font-style: normal;
	background-image: url(img/title_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	font-weight: bold;
	text-align: left;
  }
#content h2 {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  }

#content p.posted {
  color: #4C6DB4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding: 3px 15px 20px 0px;
  border-bottom: 1px dotted #333333;
  margin: 10px 0px;
 margin-bottom: 30px;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
  clear: both;
  line-height: normal;
  }
 /* サイド枠 */
#right {
  padding-top: 10px;
  margin-right: 20px;
  width: 220px !important;
  width /**/: 240px;
  float: right;
  background-color: #FFFFFF;
  overflow: hidden;
display:inline;

  }

/* 月別　リンク */
#monthlylink {
	margin-top: 8px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
}

/* 月別　リンク */
#monthlylink a:link {
	color: #FF6600;
	text-decoration: none;
}
#monthlylink a:visited {
	color: #FF6600;
	text-decoration: none;
}
#monthlylink a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#monthlylink a:active {
	color: #FF6600;
	text-decoration: underline;
}

/* サイドメニュー共通 */
.menu {
	list-style-image: url(img/arrow.jpg);
	list-style-type: none;
	margin-left: 30px;
	padding: 2px;
	margin-top: 0px;
}

/* サイドメニュー共通　リンク */
.menu a:link {
	color: #009900;
	text-decoration: underline;
}
.menu a:visited {
	color: #009900;
	text-decoration: underline;
}
.menu a:hover {
	color: #009900;
	text-decoration: underline;
}
.menu a:active {
	color: #009900;
	text-decoration: underline;
}



/* プロフィール */
#profile {
    margin: 8px 0px 20px 20px;	
     font-size: 12px;
	font-style: normal;
	line-height: 180%;
}

#profile h3 {
	padding: 13px 0px 0px 30px;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-weight: bold;
	
}


/* 最新エントリ */
#new {
    margin: 8px 0px 20px 20px;	
    font-size: 12px;
	font-style: normal;
	line-height: 180%;
}

#new h3 {
	padding: 13px 0px 0px 30px;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-weight: bold;
	
}

/* 月間アーカイブ */
#month {
	margin: 8px 0px 20px 20px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
}

#month h3 {
	margin: 0px;
	padding: 13px 0px 0px 30px;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-weight: bold;

}

/* お問い合わせ*/
#inquiry {
	margin: 8px 0px 20px 20px;	
    padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
}

#inquiry h3 {
	margin: 0px;
	padding: 13px 0px 0px 30px;
	font-size: 14px;
	color:#333333;
	font-style: normal;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-weight: bold;
	
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}


/* エントリのリストアップ */
#entry_list {
	width: 520px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
}

#entry_list h3 {
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

#entry_list #categorydata li {
	margin-bottom: 10px;
}

#entry_list #categorydata span {
	font-size: 10px;
	font-style: normal;
	color:#FF6600;
	margin-left: 10px;
}

/* エントリのリストアップ　リンク */
#entry_list #categorydata a:link {
	color: #ff6699;
	text-decoration: underline;
}
#entry_list #categorydata a:visited {
	color: #ff6699;
	text-decoration: none;
}
#entry_list #categorydata a:hover {
	color: #ff6699;
	text-decoration: underline;
}
#entry_list #categorydata a:active {
	color: #ff6699;
	text-decoration: none;
}




/* フッター */
#foot {
	background-image: url(img/foot.jpg);
	height: 80px;
	width: 780px;
	background-position: center;
	text-align: right;
	padding-top:10px;
	clear: both;
}

#foot address {
	font-size: 10px;
	font-style: normal;
	color: #ff6600;
	line-height: 140%;
	text-align: right;
	position: relative;
	top: 6px;
	right: 20px;
}

/* フッター　リンク */
#foot a:link {
	color: #333333;
	text-decoration: none;
}
#foot a:visited {
	color: #333333;
	text-decoration: none;
}
#foot a:hover {
	color: #333333;
	text-decoration: underline;
}
#foot a:active {
	color: #333333;
	text-decoration: underline;
}

/* RSS */
#foot .rss {
	padding: 1px;
	width: 80px;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	margin-right: 20px;
	float: right;
}

#foot .rss a {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #bbbbbb;
	text-align: left;
}

#foot .rss-format {
	background-color: #FF9900;
	padding: 0px 5px;
	text-align: left;
}

#foot .rss-version {
	padding: 0px 5px;
	text-align: left;
}