/*全体に関する記述*/
body {
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF;
  text-align: center;
}

/*リンクに関する記述*/
a {
  color: #789838;
  text-decoration: none;
}

/*リンクされている*/
a:link {
  color: #0000FF;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
a:visited {
  color: #0000FF;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
a:active {
  color: #0000FF;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
a:hover {
  color: #0000FF;
  text-decoration: underline;
}

/*見出し１・２・３に関する記述*/
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/*ベースカラー*/
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 800px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

/*バナー*/
#banner {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  text-align: right;
  padding: 15px;
  border-bottom: 1px solid #000000;
  height: 39px;
}

a#banner-img {
  display: none;
}


/*タイトル文字*/
#banner h1 {
  font-size: xxx-large;
  text-align: left;
}

/*サブタイトル文字*/
#banner h2 {
  font-size: small;
}

/*センター*/
#center {
  float: right;
  width: 598px;
  overflow: hidden;
}

/*コンテンツ部分に関する記述*/
.content {
  padding: 0px 15px 5px 15px;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}

/*右側に関する記述*/
#right {
  margin: 5px 0px 0px 0px;
  float: left;
  width: 190px;
  background-color: #FFFFFF;
  overflow: hidden;
}

/*コンテンツ部分のpに関する記述*/
.content p {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 5px;
}

/*コンテンツ部分のblockquoteに関する記述*/
.content blockquote {
  line-height: 150%;
}

/*コンテンツ部分の箇条書きに関する記述*/
.content li {
  line-height: 150%;
}

/*コンテンツの見出し１*/
.content h1 {
  color: 0000FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;  
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  background: url("img/h1_bg.gif") #D9D9D9;
  background-repeat: repeat-x;
  background-position: bottom center;
  border: 1px solid #CCCCCC;
}

/*コンテンツの見出し２*/
.content h2 {
	color: #000066;
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
        margin: 1px 0px 5px 0px;
	border-bottom: 1px solid #999999;
}

/*リンクされている*/
.content h2 a:link {
	color: #000066;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
.content h2 a:visited {
	color: #000066;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
.content h2 a:active {
	color: #000066;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
.content h2 a:hover {
	color: #000066;
  text-decoration: none;
}

/*コンテンツの見出し３*/
.content h3 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 0px;
  background: url("img/center-bar.jpg");
  border-top: 1px solid #696969;
}

/*リンクされている*/
.content h3 a:link {
  color: #000000;
  text-decoration: none;
}

/*リンク先に訪れたことがある*/
.content h3 a:visited {
  color: #000000;
  text-decoration: none;
}

/*リンク先がアクティブのとき*/
.content h3 a:active {
  color: #000000;
  text-decoration: none;
}

/*リンク先にマウスが当たったとき*/
.content h3 a:hover {
  color: #000000;
  text-decoration: none;
}



/*コンテンツの見出し４*/
.content h4 {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: 5px 0px 10px 0px;
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #000000;
}

/*コンテンツの見出し５*/
.content h5 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  margin: 2px 0px 2px 0px;
  padding: 2px 10px 2px 20px;
  background: url("img/h5_bg.gif");
  background-repeat: no-repeat;
}

/*コンテンツの見出し６*/
.content h6 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  margin: 2px 0px 2px 0px;
  padding: 2px 10px 2px 20px;
  background: url("img/h6_bg.gif");
  background-repeat: no-repeat;
}

.content p.posted {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
}

/*サイドバー*/
.sidebar {
  padding: 0px;
}


/*サイドバーの見出し２*/
.sidebar h2 {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  letter-spacing: .3em;
  background: url("img/navigation-banner.jpg");
  margin: 0px 0px 10px 0px;
  padding: 2px;
  padding-left: 30px;
}

.sidebar ul {
  list-style-image: url(img/ul_bg.gif);
  padding: 0px 5px 10px 10px;
  margin: 0px 5px 30px 30px;
}

/*サイドバーの箇条書きに関する記述*/
.sidebar li {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 10px;
  list-style-type: none;
}

.sidebar img {
  border: 3px solid #FFFFFF;
}

.photo {
  text-align: left;
  margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin: 5px 5px 15px 10px;
}

/*powered部分に関する記述*/
#powered {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin: 10px;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}

/*追加メニューに関する記述*/
.menubar {
	border: 0px none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	width: 165px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.menubar img {
	visibility: hidden;
}
.menubar a {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: center;
}
.menubar a:link {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: center;
}
.menubar a:visited {
	background-position: 0px 0px;
	float:left;
	color: #003F5C;
	text-align: center;
}
.menubar a:focus{
	background-position: 0px 150px;
	float:left;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

.menubar a:hover {
	background-position: 0px 150px;
	float:left;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.menubar a:active {
	background-position: 0px 150px;
	float:left;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.menubar .menu a {
	width: 158px;
	text-align: center;
	color: #003F5C;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(img/menu-img.gif);
}

.menu a {
	margin-bottom: 5px;
	text-align: center;
}

/*ヘッダーに関する記述*/
.header_txt {
  font-size: 10px;
  padding: 5px;
  color: #666666;
}

/*フッターに関する記述*/
#footer {
  background-color: #7b92bd;
  font-family: Verdana, Arial, sans-serif;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  font-size: 9px;
  color: #FFFFFF;
}

/*バナーイメージに関する記述*/
#banner-img {
  height: 100px;
  text-align: right;
}

.banner-img {
  padding: 15px;
  text-align: right;
}

#banner-img a {
  color: #000000;
  text-decoration: none;
  text-align: right;
}

#banner-img h1 {
  color: #000000;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
}

/*サイドバーのアドセンス位置を制御する記述*/
.side_google {
  padding: 10px 15px 10px 15px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  margin-top:10px;
}

.ad {
 width :245px;
 hight :375px;
 float :right;
}



/*エントリー記事の背景色・マージンを制御する記述*/
.kazari1 {
  background-color: #FFFFFF;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  clear :both;
}
.kazari2 {
  background-color: #E3F1FA;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}
.kazari3 {
  background-color: #f7f7ff;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}
.kazari4 {
  background-color: #98fb98;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}
.kazari5 {
  background-color: #f5f5dc;
  padding: 5px 15px 10px 15px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
}

/**** ADS ****/
.pr {
	position: absolute;
	top: -9999px;
}

.pr a {          font-size:xx-small; color:#ccc;
text-decoration:underline;font-weight:nomal;}
.pr a:hover{     text-decoration:none;}

.pr ul {
          font-size:xx-small;
          line-height:100%;
           margin-top:20em;
           padding:0;
           list-style-position:none;
           list-style-type:none;
}

.pr-1st { /* 一行目の上を空ける */
 margin-top:15em;
 }

.pr-1l { /* リスト行を一行分間隔空ける */
 margin-top:1em;
 }

/*著作権は簡単MTテンプレートが有しております。*/
/*http://www.kantan-mt.com*/
/*このコメントは削除しないでください。*/



