@charset "utf-8";
/* CSS Document */

/* ユーザページ */

div#user {
	background-color: #85CC3E;
	padding: 0px;
	border: 4px solid #151515;
}

/* プロフィール */
div#profile {
	background-image: url(/img/user_profile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 220px;
	margin-top: 15px;
}

div#profile div.bg {
	background-image: url(/img/user_profile2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 8px 15px 15px 25px;
	color:#FFFFFF;
}
div#profile div.title_profile {
	padding: 6px 10px 4px;
}

div#profile div.title_profile h2 {
	margin: 0px;
	padding: 0px;
	float:left;
	width:155px;
	color: #000000;
	font-weight: bold;
	font-size:13px;
}

/* マッチング */
div#match {
	background-color: #F4F4F4;
	text-align: center;
	border-bottom: 3px solid #151515;
	padding:5px;
}

/* profile */
div.profile {
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 3px solid #151515;
	padding:10px;
}

/* ユーザエリア */
div.area {
	border-top: 4px solid #151515;
	background-color: #FFFFFF;
	padding: 10px 15px;
}

/* 掲示板風 */
div.board {
	background-color: #FFFFFF;
	padding: 5px;
	float:left;
	border: 2px solid #151515;
	width:386px;
	margin-right: 10px;
	background-image: url(/img/header_pin.gif);
	background-repeat: no-repeat;
	background-position: center 9px;
	text-align: center;
}
div.more {
	text-align:right;
	padding: 5px;
}
div.more a {
	background-image: url(/img/more.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 3px;
}

/* 投稿履歴 */
div#question {
	margin-top: 20px;
	padding-bottom: 10px;
	float:left;
	width:330px;
}

a.question:link {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
a.question:visited {
	color: #333333;
	text-decoration: none;
}
a.question:hover, a.question:active {
	color: #FF0000;
	text-decoration: underline;
}

p.arrow {
	background-image: url(/img/more.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 3px;
}
p.note {
	float:left;
	margin-top:10px;
}
p.date {
	margin-top:10px;
	float:right;
}

/* noteの中 */
span.answer {
	margin-left:10px;
}
span.answer strong {
	font-weight:bold;
}
span.YES {
	margin-left:15px;
}
span.YES strong {
	font-weight:bold;
	color:#1765B3;
}
strong.YES {
	font-weight:bold;
	color:#1765B3;
	font-size:110%;
}
span.NO {
	margin-left:15px;
}
span.NO strong {
	font-weight:bold;
	color:#EA5959;
}
strong.NO {
	font-weight:bold;
	color:#EA5959;
	font-size:110%;
}

/* line */
div.first {
	border-top: 1px solid #AFAFAF;
}
div.line1 {
	padding:5px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #AFAFAF;
}
div.line2 {
	padding:5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AFAFAF;
}

/* 回答履歴 */
div#answer {
	margin-top: 20px;
	padding-bottom: 10px;
	float:right;
	width:330px;
}
span.date {
}


