* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	padding:0px;
	background:#d9d9d9 url(http://blog.well-being-spine.jp/images/body.jpg) repeat-x;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(http://blog.well-being-spine.jp/images/wrapper_bg.gif) repeat-y;
}

#header {
	background: #FFF url(http://blog.well-being-spine.jp/images/header.jpg) no-repeat;
	color:#FFF;
	position: relative;
	width: 760px;
	height: 268px;
}

/* #main,#side用のblock */
#content {
	width: 710px;
	margin: 0 auto;
	background: url(http://blog.well-being-spine.jp/images/container.gif) repeat-y;
}

#content #main {
	float:left;
	width: 495px;
	background: url(http://blog.well-being-spine.jp/images/main_top.gif) no-repeat left top;
}

#content #side {
	float:right;
	width: 187px;
	background: url(http://blog.well-being-spine.jp/images/side_bg.jpg) no-repeat center bottom;
	padding-bottom: 199px;
	overflow: hidden;
}

/*ページ送り*/
#page_area {
	margin:0px auto;
	width: 710px;
	padding-top: 20px;
}


/* フッター */
address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
}

/*フッター画像*/
#footer {
	height:20px;
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #478a00; text-decoration: underline; }
a:link		{ color: #478a00; text-decoration: underline; }
a:visited	{ color: #478a00; text-decoration: underline; }
a:active	{ color: #478a00; text-decoration: none; }
a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #478a00; text-decoration: none; }
#side a:link		{ color: #478a00; text-decoration: none; }
#side a:visited		{ color: #478a00; text-decoration: none; }
#side a:active		{ color: #478a00; text-decoration: none; }
#side a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}

/* カレンダーcell */
.calendar .cell a { 
	color: #f6f86;
	text-decoration: none; 
	background: url(http://blog.well-being-spine.jp/images/calendar_bg.gif) no-repeat center; 
	display:block; 
	height:100%; padding:0.55em 0 0 0;
}
.calendar .cell a:link			{ color: #f6f86f; text-decoration: none; }
.calendar .cell a:visited		{ color: #f6f86f; text-decoration: none; }
.calendar .cell a:active		{ color: #f6f86f; text-decoration: underline; }
.calendar .cell a:hover			{ color: #f6f86f; text-decoration: underline; }

/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}


/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	padding: 0px;
	color: #dddddd;
	position: absolute;
	font: normal 10px/10px "MS UI Gothic";
	width: 760px;
	text-align: center;
	left: 1px;
	top: 7px;
}

#header p {
	margin: 0px;
	position: absolute;
	left: 17px;
	width: 395px;
	top: 187px;
	height: 70px;
	font-size: 12px;
	line-height: 18px;
	color: #c7c7c7;
}




/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
	margin:0 0 10px 0;
	padding-top:20px;
	text-align:center;
}

/* エントリー部分全体 */
#main .entry_area {
	padding-top:20px;
	padding-right: 10px;
	padding-left: 10px;
}

/* エントリータイトル */
#main h2 {
	font-size:16px;
	background:url(http://blog.well-being-spine.jp/images/entry_ttl.gif) no-repeat center bottom;
	padding: 10px 10px 10px 45px;
	color: #12739f;
	font-weight: bold;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
margin:10px 0px;
}

/* エントリー情報 */
#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:0.8em;
}


/*コメント、TB、プロフィールタイトル*/
dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
	font-size:0.8em;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:0.8em;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}




/* =================================== */
/* サイドコンテンツ */
/* =================================== */

#side {
	color: #999999;
	}

/*サイドコンテンツヘッダー画像*/
#side .side_header {
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	background:url(http://blog.well-being-spine.jp/images/side_ttl.gif) no-repeat left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 28px;
	color: #FFFFFF;
	margin-bottom: 10px;
	}
	
#side dd{
	line-height: 1.2em;
	padding-left: 5px;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	padding:5px 0 0 10px;
	background:url(http://blog.well-being-spine.jp/images/side_list.gif) no-repeat left 8px;
	color: #999997;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}

/*カレンダー*/
.calendar {
	font-size: 0.8em;
}

.calendar_month {
font-family: "Verdana";

color: #666666;
}


.cell {
	width: 22px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	color: #cbcdca;
}


/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
	float:left;
	width:345px;
	}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
}
#bg {
	width: 780px;
	margin: 0px auto;
	background: url(http://blog.well-being-spine.jp/images/container.gif) repeat-y;
}
#wrapper #content #content_inner {
	background: url(http://blog.well-being-spine.jp/images/main_btm.gif) no-repeat left bottom;
	width: 100%;
}

#main .entry_area ul.state {
	padding-top: 10px;
	padding-bottom: 15px;
}
#wrapper #content #side .side_header .calendar .cell a {
	color: #f6f86f;
}
#wrapper #header h2 {
	position: absolute;
	left: 19px;
	top: 130px;
	width: 406px;
	height: 49px;
	text-indent: -999px;
}
#wrapper #header h2 a {
	display: block;
	height: 60px;
	width: 410px;
}

