@charset "utf-8";
/* ===================================================================

CSS information

 file name  :advice.css
 author     :miyazaki @ajike
 style info :齋藤薫の人生相談ブログ個別レイアウト

 =================================================================== */
div#leftside {
    float: left;
    width: 660px;
	background:#fff;
}
#advice h2 {
	margin:0;
	padding:10px 0 0;
}
#advice h2.globalCategory {
	margin:10px 0 18px;
	padding:0 0 3px;
	border-bottom:1px solid #4c4c4c;
}
#advice #entryBlock {
	background:url(../../lifestyle/advice/img/bg_quetion_mid.gif) repeat-y center #fff;
	
}
#advice #entryBlockInner {
	padding:0 0 20px;
	background:url(../../lifestyle/advice/img/bg_question_btm.gif) center bottom no-repeat;
}
.questionBlock {
	width:542px;
	margin:0 0 0 41px;
	padding:28px 17px 20px 23px;
	overflow:hidden;
	background-color:#FFF;
}
* html .questionBlock {height:1%;}

.questionBlock .assetTitle {
	float:left;
	width:75px;
	height:75px;
	background-color:#5b5b5b;
	line-height:75px;
}
.questionBlock .assetTitle h3{
	padding:0 5px;
	color:#FFF;
	text-align:center;
	font-size:13px;
	font-weight:normal;
}
.questionBlock .assetBody {
	float:right;
	width:450px;
	
	font-weight:bold;
}
.answerBlock {
	width:542px;
	margin:0 0 24px 41px;
	padding:0 17px 56px 23px;
	background:url(../../lifestyle/advice/img/bg_answer.gif) bottom no-repeat;
	background-color:#FFF;
	overflow:hidden;
	line-height:1.8;
}
.answerBlock h3{
	border-top:1px solid #8b8277;
	margin:0 0 15px;
	padding:20px 0 0;
	font-size:124%;
	color:#C61A22;
}
* html .answerBlock {height:1%;}

#profile {
	width:550px;
	margin:0 0 0 41px;
	padding:41px 0 0 34px;
	background:url(../../lifestyle/advice/img/bg_profile_top.gif) left top no-repeat;
}
#profileInner {
	padding:0 36px 30px 0;
	background:url(../../lifestyle/advice/img/bg_profile_btm.gif) right bottom no-repeat;
}
#profile h3{
	margin:0;
	padding:0 0 0 14px;
}
#profile h4{
	margin:0;
	padding:0 0 0 14px;
	font-weight:normal;
}
#profile p{
	padding:0 0 0 14px;
}
#next {
	padding:8px 0 0;
	color:#fff;
	text-align:center;
	font-size:117%;
	font-weight:bold;
}
#subscribeBlock {
	text-align:center;
	background:url(../../lifestyle/advice/img/bg_subscribe_mid.gif) repeat-y;
	width:618px;
	margin:30px auto 0;
}
#subscribeBlockInner {
	padding:0 0 8px;
	background:url(../../lifestyle/advice/img/bg_subscribe_btm.gif) bottom no-repeat;
}
#subscribeBlock h4{
	padding:0 0 8px; 
}
#subscribeBlock #subscribe{
	padding:13px 10px 12px;
}
.entryList {
	margin:30px auto 0;
	width:618px;
}
.entryList h4 {
	background-color:#f2dce6;
}
.entryList dl {
	margin:10px 2px;
	font-size:117%;
	overflow:hidden;
}
* html .entryList dl { height:1%;}

.entryList dt {
	width:3em;
	float:left;
	padding:0 0 6px 24px;
	background:url(../../lifestyle/advice/img/mak_arrow_saito.gif) 0 0.25em no-repeat;
}
.entryList dd {
	margin:0 0 0 4em;
	padding:0 0 6px;
}
