* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	text-align: center;
	color: #553737;
	background-color: #FFFAE6;
}

img { border: none; }
strong { font-weight: normal; }


/* ***クリア************************************** */

.clear_bt { clear: both; }
.clear_lf { clear: left; }
.clear_ri { clear: right; }

/* ****スペース高さ設定**************************** */

.spacer_h10 { height: 10px; }
.spacer_h20 { height: 20px; }
.spacer_h30 { height: 30px; }
.spacer_h40 { height: 40px; }
.spacer_h50 { height: 50px; }

/* ****ラップ************************************* */
#wrap{
	margin: 0 auto;
	width: 840px;
}

/* ****ヘッド**************************************** */
#head{
	margin: 0 auto;
	width: 840px;
	height: 385px;
	text-align: left;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/head_bg.jpg) no-repeat;
}

#head h1{
	text-indent: -9999px;
	padding: 55px 0 0 526px;
}

#head a{
	display: block;
	width: 305px;
	height: 90px;
}

#head p{
display: none;
	padding: 0 15px 0 0;
	font-size: 80%;
	text-align: right;
}

#head dl{
	padding: 150px 5px 0 0;
	text-align: right;
	line-height: 130%;
}

#head dt{
	display: none;
}

/* ****コンテンツ************************************* */
#contents{
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

#left_box{
	float: right;
	margin: 2px 0 0 2px;
	width: 605px;
}

#left_box h2{
	font-size: 100%;
	line-height: 55px;
	text-align: center;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/entry_h2.gif) no-repeat;
}

#left_box h2 a{
	color: #553737;
	text-decoration: none;
}

#left_box h2 a:hover{
	color: #8E5B5B;
	text-decoration: underline;
}

/*--エントリーボックス--*/
.entry_box{
	margin-bottom: 20px;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/entry_bg.gif) repeat-y;
}

.entry_top{
	height: 20px;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/entry_top.gif) no-repeat top;
}

.entry_btm{
	height: 18px;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/entry_btm.gif) no-repeat bottom;
}

/* **エントリー** */
.entry{
	padding: 0 20px 1em;
	line-height: 250%;
}

.entry a{
	color: #636F29;
}

.entry a:hover{
	color: #859246;
}

.entry_date{
	padding: 0 20px 30px;
	text-align: center;
}

.entry_body{
	padding: 0 20px 1em;
	line-height: 130%;
}

.entry_body a{
	color: #636F29;
}

.entry_body a:hover{
	color: #859246;
}

.entry_state{
	padding: 20px 20px 10px;
	text-align: center;
	line-height: 140%;
}

.entry_state a{
	color: #553737;
	text-decoration: none;
}

.entry_state a:hover{
	color: #8E5B5B;
	text-decoration: underline;
}

/* **コメント** */
.comment{
	padding: 0 15px 40px;
}

.comment h3{
	margin-bottom: 10px;
	text-indent: -9999px;
	height: 27px;
}

#t_comment{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_comment.gif) no-repeat;
}

#t_form{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_form.gif) no-repeat;
}

.comment_body{
	padding: 0 5px;
	line-height: 130%;
}

.comment_state{
	padding: 10px 5px 20px;
	line-height: 140%;
	text-align: right;
}

.comment_state a{
	color: #553737;
	text-decoration: none;
}

.comment_state a:hover{
	color: #8E5B5B;
	text-decoration: underline;
}


/* **トラックバック** */
.track_back{
	padding: 0 15px;
}

.track_back h3{
	margin-bottom: 10px;
	text-indent: -9999px;
	height: 27px;
}

#t_track{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_trackback.gif) no-repeat;
}

#t_url{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_url.gif) no-repeat;
}

.track_body{
	margin: 0 5px 30px;
	padding: 3px;
	line-height: 130%;
	border: 1px solid #A9996F;
	background: #FFF;
}


.track_back dl{
	margin: 0 3px;
	line-height: 130%;
}

.track_back dt{
	padding: 0 5px 3px;
	border-bottom: 1px solid #A9996F;
}

.track_back dd{
	padding: 5px 5px 3px;
}

.track_state{
	padding: 5px 5px 20px;
	line-height: 140%;
	text-align: right;
}

.track_state a{
	color: #553737;
	text-decoration: none;
}

.track_state a:hover{
	color: #8E5B5B;
	text-decoration: underline;
}

/* **プロフィール** */
#profile{
	padding: 0 20px;
	line-height: 130%;
}

#profile dt{
	text-align: right;
}

/* **エントリーナビ** */
.entry_navi{
	margin-bottom: 20px;
	line-height: 60px;
	text-align: center;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/page.gif) no-repeat;
}

.entry_navi a{
	color: #553737;
}

.entry_navi a:hover{
	color: #859246;
}

/* **ページナビ** */
.page_navi{
	margin-bottom: 20px;
	line-height: 60px;
	text-align: center;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/page.gif) no-repeat;
}

.page_navi a{
	color: #553737;
}

.page_navi a:hover{
	color: #859246;
}


/* **右エリア** */
#right_box{
	float: left;
	width: 200px;
	padding: 5px 0 0 20px;
}

#right_box h2{
	margin-bottom: 10px;
	height: 35px;
	text-indent: -9999px;
}

/* **バナー** */
#banner{
	padding: 0 0 20px;
}

#banner p{
	margin-bottom: 5px;
}


/* **検索** */
#search_box{
	text-align: center;
}

#search_box h2{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_search.gif) no-repeat;
}

.form{
	margin: 0 0 10px;
	width: 160px;
	height: 18px;
	border: 1px solid #A9996F;
}

/* **カレンダー** */
#calendar{
	text-align: center;
}

#calendar h2{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_calendar.gif) no-repeat;
}

#calendar table{
	margin: 0 0 0 2px;
	width: 196px;
	text-align: center;
}

#calendar td{
	padding: 0 0 5px;
	width: 28px;
}

#calendar a{
	color: #636F29;
	font-weight: bold;
}

#calendar a:hover{
	color: #859246;
}

.calendar_month{
	width: 196px!important;
	font-weight: bold;
}

.calendar_month a{
	color: #553737!important;
}

#calendar a:hover{
	color: #859246!important;
}

/* **共通リンク** */
.menu li{
	margin: 0 0 3px 5px;
	padding: 3px 0 4px 30px;
	line-height: 140%;
	color: #6C4E37;
	list-style-type: none;
	background: url(http://helpsquare.com/guest/happydog-cafe/images/list.gif) no-repeat;
}

.menu li a{
	color: #553737;
	text-decoration: none;
}

.menu li a:hover{
	color: #8F6E55;
	text-decoration: underline;
}

#t_category{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_category.gif);
}

#t_archive{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_archive.gif);
}

#t_profile{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_profile.gif);
}

#t_link{
	background: url(http://helpsquare.com/guest/happydog-cafe/images/t_link.gif);
}

/* **FEED** */
#feed{
	text-align: center;
}

#feed img{
	margin: 0 5px;
}

/* ****フッタ****************************************** */
#foot{
	margin: 0 auto;
	width: 840px;
	border-top: 1px solid #A9996F;
}

#foot p{
	color: #774400;
	line-height: 400%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}