@charset "utf-8";
/*

プロフィールページのスタイル

*/

body {
	color: #000;
	background: url(img/index/bg.gif);
}

h1 {
	display: block;
	color: #7f7f7f;
	font-size: 136%;
	font-weight: bold;
	background: url(img/profile/titleBg.gif) no-repeat left top;
	padding: 15px 15px 10px 70px;
}
div#header p#profileTitle {
	margin: 0 23px 0;
	padding-top: 20px;
}
div#main {
	position: relative;
	background: url(img/profile/mainBg.gif) left top;
	padding-bottom: 10px;
}
div#main p#back {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#main div.section {
	margin: 0 10px;
}
div#main div.section h2 {
	margin-bottom: 10px;
}

div#main div#profile {
	width: 690px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#main div#profile div#userDetail {
	width: 186px;
	float: left;
	display: inline;
}
div#main div#profile div#userDetail p#userIcon {
	width: 186px;
	height: 186px;
	text-align: center;
	background: url(img/profile/iconBg.gif) no-repeat left top;
	margin-bottom: 10px;
}
div#main div#profile div#userDetail p#userIcon img {
	padding-top: 18px;
}
div#main div#profile div#userDetail p#userPoint  {
	color: #fff;
	line-height: 1;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	background: url(img/profile/pointBg.gif) no-repeat left top;
	margin-left: 10px;
	padding: 20px 22px 15px;
}

div#main div#profile div#userDetail p#userPoint span.get {
	display: none;
}
div#main div#profile div#userDetail p#userPoint span.point {
	font-size: 30px;
}
div#main div#profile div#userDetail dl#campaign dt {
	display: none;
}
div#main div#profile div#userDetail dl#campaign ul {
	font-size: 0;
	line-height: 1;
	list-style: none outside;
	background: url(img/profile/campaignBg.gif) no-repeat left top;
	margin: 0 8px;
	padding: 18px 0 0;
}
div#main div#profile div#userDetail dl#campaign li {
	margin-bottom: 0;
}

div#main div#profile div#userDeta {
	width: 498px;
	float: right;
	display: inline;
	background: url(img/profile/postListBg.gif) left top;
}
div#main div#profile div#userDeta table#name {
	width: 486px;
	background: url(img/profile/dotBg.gif) repeat-x left bottom;
	margin: 6px;
	padding-bottom: 6px;
}
*+html body div#main div#profile div#userDeta table#name th, *+html body div#main div#profile div#userDeta table#name td {
	background: url(img/profile/dotBgie.gif) repeat-x left bottom #fff;
	padding-bottom: 1em;
}
* html body div#main div#profile div#userDeta table#name th,
* html body div#main div#profile div#userDeta table#name td {
	background: url(img/profile/dotBgie.gif) repeat-x left bottom #fff;
	padding-bottom: 1em;
}
div#main div#profile div#userDeta table#name th {
	width: 100px;
	background: url(img/profile/profLine.gif) repeat-y right top  #f7fcff;
}

div#main div#profile div#userDeta table#other {
	width: 486px;
	border: none;
	margin: 0 6px 4px 6px;
}
div#main div#profile div#userDeta table#other th {
	width: 100px;
	background: url(img/profile/profLine.gif) repeat-y right top  #f7fcff;
}
div#main div#profile div#userDeta table#other td {
}

div#main div#profile div#userArea {
	background: url(img/profile/postListBg.gif) left top;
	padding: 6px 6px 1px;
}
div#main div#profile div#userArea div#editArea {
	background-color: #fffde9;
	padding: 15px;
}
div#main div#profile div#userArea div#editArea div.field-header {
	float: left;
	display: inline;
	clear: both;
	width: 150px;
	text-align: right;
	margin-bottom: 15px;
}
div#main div#profile div#userArea div#editArea div.field-content {
	margin-bottom: 15px;
	margin-left: 165px;
}
div#main div#profile div#userArea p.button {
	text-align: center;
	margin: 10px;
}
div#main div#profile div#userArea input.ti {
	width: 350px;
}
div#main div#profile div#userArea textarea {
	width: 350px;
	height: 200px;
}


div#main p.attention {
	margin: 0 10px 10px;
	padding-top: 10px;
}
div#main div#profile div#userDetail p#userEdit {
	text-align: center;
	margin-bottom: 15px;
}


div#main div#postArchive div#postList {
	_zoom: 1;
	background: url(img/profile/postListBg.gif) left top;
	padding: 15px 0 1px;
}
div#main div#postArchive div#postList div.post {
	margin-bottom: 15px;
}
div#main div#postArchive div#postList div.post div.postBody {
	background: url(img/quoteWhite.gif)  no-repeat left top;
	padding-top: 5px;
	padding-left: 22px;
}
div#main div#postArchive div#postList div.post p.postInfo {
	font-size: 85%;
	padding-left: 15px;
}
div#main div#postArchive div#postList div.post p.date {
	text-align: right;
}
div#main div#postArchive div#postList p.postError {
	color: #fff;
	margin: 0 15px 10px;
}

div#main div#postArchive div#postList div.odd {
	background: url(img/profile/postOddBg.gif)  no-repeat left top #fff;
	margin-left: 15px;
	margin-right: 45px;
	padding: 15px 50px 15px 50px;
}
div#main div#postArchive div#postList div.even {
	background: url(img/profile/postEvenBg.gif) no-repeat right top #fff;
	margin-left: 45px;
	margin-right: 15px;
	padding: 15px 50px 15px 20px;
}


