/* CSS Document */
body {
	text-align:center;
	background:#000000 url(img/back.gif);
	margin: 0;
	padding: 0;
	font-family:"arial","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
}

img {
	border:none
}

a:link, a:visited {
	color:#3399cc;
	text-decoration:none
}
a:hover {
	text-decoration: underline;	
}


#container {
	background:url(img/back2.gif) top center repeat-y;
	width: 710px;
	margin: 0 auto;
	text-align: left;
}

#innerBox{
	padding-top:10px;
	margin-left:22px;
	margin-right:22px;
}

#left{
	float:left;
}

#right{
	float:right;
}

/* ヘッダー -------------------------------------------------*/
#header {
	padding-top: 20px;
	padding-bottom: 15px;
}

/* フッター -------------------------------------------------*/
#footer_menu {
	clear:both;
	margin-top: 15px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	border-top-width: 1px;
}
address {
	text-align:center;
	font-size: 0.75em;
	font-style: normal;
	color: #999999;
	margin-top: 15px;
	padding-bottom:10px;
	margin-bottom: 0px
}

/* トップイメージ --------------------------------------------*/
#topImage{
	margin-left:-17px;
	margin-right:-17px;
}

/*--------------------------------------------------------------------------*/
/*コンテンツ 																*/
/*--------------------------------------------------------------------------*/
#leftContents{
	display:block;
	float:left;
	width:490px;
	border-right:1px solid #999999;
	margin-bottom:10px;
}
#indivContents{
	display:block;
	width:100%;
	margin-bottom:10px;
}

/* ブログタイトル --------------------------------------------*/
#blogTitleBox{
	display:block;
	width:470px;
	height:30px;
	background-image:url(img/titlebar.gif);
	background-repeat:no-repeat;
}
#blogTitle{
	padding-top:5px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:black;
}
#blogTitle span{
	float:left;
}
#blogTitle img{
	float:right;
	padding-right:10px;
	vertical-align:middle;
}

/*エントリー--------------------------------------------------*/
.entry{
	margin-top:10px;
	margin-bottom:20px;
	display:block;
	width:468px;
	border:1px solid #96b4b4;
}
.entry-indiv{
	margin-top:10px;
	margin-bottom:20px;
	display:block;
	width:100%;
}
h2.entryTitle{
	font-size: 100%;
	background-color:#eaf0f0;
	padding-left:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
.entryTime{
	margin-left:5px;
	margin-right:5px;
	font-size:10px;
	text-align:right;
	color:#96b4b4;
	border-bottom:1px solid #eaf0f0;
	
}
.entryBodyCopy{
	margin-left:5px;
	margin-right:5px;
}
.extended {
	display:block;
	float:right;
}
.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}
.posted-indiv {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	border-top: 1px solid #96b4b4;
	clear: both;
}
.comment-footer {
	border-top: 1px solid #96b4b4;
	}
#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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.sign {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------------*/
/*ライトナビ 																*/
/*--------------------------------------------------------------------------*/
#rightNavi{
	display:block;
	float:right;
	width:150px;
}
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

h4{
	margin-top:0px;
	margin-bottom:4px;
	display:block;
	width:150px;
	height:20px;
	background-image:url(img/menubar.jpg);
	background-repeat:no-repeat;
}
.menubar{
	color:white;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}

.item{
	margin:0x;
	padding:0px;
	margin-bottom:15px;
}
.item ul{
	margin:0px;
	padding:0px;
}

.item li{
	list-style-type:none;
	border-bottom:1px dotted #96b4b4;
	color:#557777;
	font-size:11px;
}

.item img{
	vertical-align:middle;
}



