/*------------------------------------------------------------ 
  base
------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  background: #00858B;
}

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #631F21;
}

a:hover {
	text-decoration: none;
	color: #631F21;
}

li {
	list-style-type: none;
	background: url(http://www.verb-store.com/images/blog/list_style_01.jpg) no-repeat left top;
	padding-left: 14px;
}

blockquote {
	color: #727272;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: 1px dotted #d0d0d0;
}

/*------------------------------------------------------------ 
  layout and style
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
}

#header {
}

#main {
}

/* left style */
#left {
	padding: 15px 15px 0;
	width: 570px;
	float: left;
}

.site_title {
	display: none;
}

.description {
	display: none;
}

.entry_navi{
	text-align: center;
	font-size: 10px;
	padding-bottom: 15px;
}

.entry {
	padding-bottom: 20px;
}

.entry_title {
	height: 23px;
	background: url(http://www.verb-store.com/images/blog/bg_entry_title_01.jpg) no-repeat;
	padding: 7px 0 0 30px;
	color: #00656A;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.entry_title a {
	color: #00656A;
	font-weight: bold;
	text-decoration: none;
}

.entry_title a:hover {
	color: #00656A;
}

.entry_date {
	text-align: right;
	font-size: 10px;
	padding: 0 6px 10px 0;
}


.entry_body {
	padding: 0 6px;
}


.entry_more {
	padding: 0 6px;
}

.entry_state {
	font-size: 10px;
	color: #727272;
	padding:10px 6px 10px 0;
	text-align: right;
}

.comment_title {
	height: 21px;
	background: url(http://www.verb-store.com/images/blog/bg_comment_title_01.jpg) no-repeat;
	padding: 3px 0 0 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #411415;
}

.entry_comment {
	height: 21px;
	background: url(http://www.verb-store.com/images/blog/bg_comment_title_01.jpg) no-repeat;
	padding: 3px 0 0 22px;
	font-weight: bold;
	color: #411415;
}

.comment_state {
	font-size: 10px;
	color: #727272;
	padding: 0 0 10px 5px;
}

/*.profile_title {
	height: 21px;
	background: url(http://www.verb-store.com/images/blog/bg_comment_title_01.jpg) no-repeat;
	padding: 3px 0 0 22px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}*/

.page_navi {
	font-size: 10px;
	text-align: center;
	color: #727272;
	padding-bottom: 15px;
}

.pict {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	padding: 9px;
}

.form_input {
	border: 1px solid #D0D0D0;
	width: 250px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	color: #333333;
	padding: 3px;
}

.form_textarea {
	border: 1px solid #D0D0D0;
	width: 400px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
	padding: 3px;
}

/* right style */
#right {
	padding: 15px 14px 15px 0;
	width: 186px;
	float: right;
}

.banner {
	padding-bottom: 20px;
}

.clock {
	padding-bottom: 5px;
}

.calendar {
	font-size: 10px;
	color: #727272;
	text-align: center;
	padding-bottom: 20px;
}

.calendar a {
	text-decoration: underline;
}

.calendar a:hover {
	text-decoration: none;
}

.cell {
	width: 22px;
	height: 16px;
	border: 1px solid #00858B;
}

.links {
	padding-bottom: 20px;
}

.side_title {
	height: 22px;
	background: url(http://www.verb-store.com/images/blog/bg_side_title_01.jpg) no-repeat;
	padding: 2px 0 0 22px;
	font-weight: bold;
	color: #00656A;
	font-size: 10px;
}

.linktext {
	font-size: 10px;
	padding: 0 0 0 6px;
}

.search {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	margin: 20px 0px 5px 0px;
}

/* footer style */
#footer {
	clear: both;
}