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

 更新者：松尾
 更新日：20090814

 file name  : article.css
 style info : プロに学ぶ婚活用のスタイル
============================================================ */

/* feature.cssの読み込み
----------------------------------------------------------- */
@import url("../../../css/feature.css");


/* 飾り枠の設定
----------------------------------------------------*/
#boxb {
	background: url(../images/boxb.png) bottom no-repeat;
}

#boxb #boxt {
	background: url(../images/boxt.png) no-repeat;
	padding-bottom: 30px;
}


/* タイトル周り
----------------------------------------------------*/
#boxb #boxt #titleSection {
	width: 530px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#boxb #boxt #titleSection p#mainTitle {
	padding-top: 20px;
	padding-left: 0px;
	float: left;
}

#boxb #boxt #titleSection dl.adviser {
	width: 200px;
	float: right;
}

#boxb #boxt #titleSection dl.adviser dt {
	/*width: 125px;*/
	text-align: right;
	clear: both;
	float: left;
}

#boxb #boxt #titleSection dl.adviser dt span.name {
	font-size: 120%;
	font-weight: bold;
}

#boxb #boxt #titleSection dl.adviser dd.photo {
	width: 70px;
	display: block;
	margin-left: 125px;
}

#boxb #boxt #titleSection dl.adviser dd.profile {
	font-size: 90%;
	text-decoration: underline;
	clear: both;
	float: left;
}

/* 本文
----------------------------------------------------*/
#boxb #boxt .mainSection {
	width: 530px;
	border-top: 1px solid #D3E7A8;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 30px;
}

#boxb #boxt .mainSection h1 {
	margin: 25px 0px;
}

#boxb #boxt .mainSection h2 {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D6D6D6;
}

#boxb #boxt .mainSection p {
	margin-bottom: 15px;
}

#boxb #boxt .mainSection p ul li {
	list-style: inside decimal;
}

#boxb #boxt .mainSection p .colored {
	color: #F0197F;
}


/* backnumber + profile　タイトル周り
----------------------------------------------------*/
#boxb #boxt .subHead {
	width: 530px;
	margin: 15px 30px;
}

#boxb #boxt .subHead h3 {
	background: url(../images/bg_subhead.png) repeat-x;
	padding: 10px;
}

/* backnumber
----------------------------------------------------*/
#boxb #boxt .subHead ul.bn {
	margin: 5px 10px;
}


/* profile
----------------------------------------------------*/
#boxb #boxt .subHead dl.profile {
	width: 530px;
}

#boxb #boxt .subHead dl.profile dt {
	padding-left: 10px;
}

#boxb #boxt .subHead dl.profile dt span {
	font-size: 120%;
	font-weight: bold;
}

#boxb #boxt .subHead dl.profile dd.photo {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	float: left;
}

#boxb #boxt .subHead dl.profile dd.profileList {
	width: 210px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10px;
	line-height: 140%;
	float: left;
}

#boxb #boxt .subHead dl.profile dd.wsdList {
	width: 210px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10px;
	line-height: 140%;
	float: right;
}

#boxb #boxt .subHead dl.profile dd ul li {
	padding-left: 5px;
}
			
#boxb #boxt .subHead .zweiLink {
	width: 530px;
	border-top: 1px dashed #94CD23;
	margin-top: 10px;
	text-align: right;
	clear: both;
}
			
#boxb #boxt .subHead .zweiLink img {
	margin-right: 10px;
	padding-top: 10px;
}
