*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 100%;
}
img{
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	font-size: 85%;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* border: #000 1px solid;ブログ全体の枠 */
	background-color: #FFFFFF;
	color: #000;
}
/* ブログタイトル・概要 */
#banner{
	background-color: #efefef;
	height: 70px;
	width: 750px;
	margin: 0px;
	overflow: hidden;
	/*background-image: url(img/ha005.jpg);*/
}

/* ブログの配置 */
#content{
	float: right;
	width: 540px;
	padding: 10px 0px 0px 0px;
	margin-left: 5px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
}

/* サイド（左サイド） */
#links{
	width: 180px;
	margin: 0px 10px 10px 0px;
	font-size: 85%;
	float: left;
}

/*フッタ*/
#footer{
	background-color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	/*background-image: url(http://blogkingdom.jp/usr/freehp/back009.gif);*/
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{
}
a:link{}
a:visited{}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #ccc;
}
#banner a:link{
	text-decoration: none;
	color: #ccc;
}
#banner a:visited{
	text-decoration: none;
	color: #ccc;
}
#banner a:active{
	text-decoration: underline;
	color: #fff;
}
#banner a:hover{
	text-decoration: underline;
	color: #000;
}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #fff;
}
.title a:visited{
	text-decoration: none;
	color: #fff;
}
.title a:active{
	text-decoration: underline;
	color: #fff;
}
.title a:hover{
	text-decoration: underline;
	color: #ccc;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */
/* 記事部分の枠　カスタマイズして追加１*/

.blogbody{
    background:#fff;
    margin:0px 0px 10px 0px;
    padding:8px;
    border:1px solid #efefef;
}

/* ブログタイトル */
.blogtitle{
	font-size: 100%;
	width: 730px;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	text-align: left;
	clear: both;
}

/* ブログ説明文 */
.description{
	font-size: 90%;
	padding: 0px 10px 10px 30px;
	width: 730px;
	text-align: left;
	color: #ccc;
	line-height: 130%;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */


/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	background-color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px 0px 0px;
	color: #fff;
}

/* 記事本文 */
.main{
	padding: 10px;
	margin: 0px auto;
	overflow: auto;
	font-size: 87%;
	line-height: 150%;
	width: 470px;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;
}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color: #000;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	/*background-image: url(http://blogkingdom.jp/usr/freehp/back009.gif);*/
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 170px;
	font-size: 80%;
}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 80%;
	color: #fff;
}

p{
line-height: 1.5em; 
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.menu1 ul{
margin:0px;
padding:0px;
list-style:none;
list-style-position:outside;
}

/* サイドバーのメニューボタン */
.menu1 li a{
margin:1px 0px 0px 0px;
padding:1px 0px 0px 5px;
display:block;
color:#fff;
font-size:12px;
background-color:#ccc;
text-align:left;
width:170px;
line-height:1.6em;
border-top:1px solid #f5f5f5;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
text-decoration:none;
}

.menu1 li a:hover{
color:#000;
background-color:#efefef;
}


/* ヘッダー下のリンクメニュー*/
.navitb{
    color:#ffffff;
    font-size:14px;
    text-align:center;
}

.navitb ul,.navitb li{
margin:0;
padding:0;
list-style:none;
}

.navitb li{
    background-color:#ff9900;
    margin: 1px 0px 0px 1px;
    padding: 0px 0px 0px 1px;
    float:left;
    
}

.navitb li.home{
   
    margin-left:2px;
}
/* ヘッダー下のリンクメニュー */
.navitb a{
text-decoration:none;
	color:#300000;
    width:87px;
    height:auto;
    text-align:center;
    padding:2px 0;
    display:block;
}
.navitb a:link{
text-decoration:none;
	color:#300000;
    width:87px;
    height:auto;
    text-align:center;
    padding:2px 0;
    display:block;
}
.navitb a:visited{
text-decoration:none;
	color:#300000;
    width:91px;
    height:auto;
    text-align:center;
    padding:2px 0;
    display:block;
}
.navitb a:active{
    text-decoration:none;
    color:#fff;
    background-color:#5D2911;
}
.navitb a:hover{
text-decoration:none;
	color:#fff;
    background-color:#5D2911;
}
.border div
{
      padding: 0px 0px 10px 10px;
      width: auto;
      background-color: #ffffff;
      margin-left: 30px;
      margin-top: 5px;
      margin-bottom: 10px;
      border-width: 3px;
      border-style: solid;
      border-color: #ccc;
}

.border3 div
{
      padding: 10px 10px 10px 35px;
      width: 470px;
      height:120px;
      /*background-color: #ffffff;*/
      margin: 0px 5px 5px 5px;
      border-width: 2px;
      border-style: solid;
      border-color: #ccc;
      overflow:scroll;
}
