@charset "utf-8";

#mainContent{
  width:100%;
}

#content {
	margin-top: 15px;
}

#user_information_box {
	width: 900px;
	margin: 0px auto 20px auto;
}

#user_information_left_box{
  width:200px;
  float:left;
}
#user_information_right_box{
  float:left;
  width:700px;
}

#reputation_point a {
	font-size:320%;
	color:#ab0604;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#reputation_point a:hover {
  text-decoration:none;
}

#user_profile_header{
  font-size:2em;
  font-weight:bold;
}
#user_profile_header div{
	float:left;
	width:450px;
}
#profile_edit{
  font-size:.5em;
}
#user_profile{
  border:1px #aaa solid;
  min-height:200px;
  height: auto !important;
  height: 200px;
  padding:10px;
}
div#user_tabs {
  overflow: hidden;
  width:100%;
  height: 30px;
  border-bottom:1px #aaa solid;
  margin:0;
}
div#user_tabs ul {
  float:right;
}
div#user_tabs ul li {
  float: left;
  width: 123px;
  height: 30px;
  margin: 0 1px 10px 0;
  line-height: 35px; /* テキストの上下位置を中央ぞろえに */
  text-align: center;
}
div#user_tabs ul li a {
	display: block;
	font-weight:bold;
	width: 123px;
	padding-top:5px;
	height: 30px;
	margin-top: 2px;
	background: url(/images/item/details_tab_a.gif) no-repeat;
	text-decoration: none;
}
div#user_tabs ul li.current a {
  background: url(/images/item/details_tab.gif) no-repeat;
  color: #444444;
}
div#user_tabs ul li a:hover {
  background-color:#a40604;
  background: url(/images/item/details_tab_hover.gif) no-repeat;
  color: #444444;
}
div#content {
   margin-left:auto;
   margin-right:auto;
   width:900px;
}
#user_tabs #user_point img {
	text-decoration: none;
}


#user_edits img {
    vertical-align:bottom;
}



#user_edits span {
  font-weight:bold;
}

a.dont_you_have_your_page {
	display:block;
	float:right;
	width:230px;
	height:26px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	padding: 9px 0px 0px 0px;
	margin: 5px 0px;
	background:url(/images/user/dont_you_have_your_page.gif) no-repeat;
	text-align: center;
}
a.dont_you_have_your_page:hover {
  background:url(/images/user/dont_you_have_your_page_hover.gif) no-repeat;
}

a.user_profile_edit {
	display:block;
	float:right;
	width:127px;
	height:25px;
	color:#444;
	font-size:13px;
	text-decoration:none;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px;
        background: url(/images/item/editing_button.gif) no-repeat;
	text-align: center;
}

#profile_blank{
    font-size: 200%;
    color: #A70503;
}


/*////////////////////////////////////////////////////////////////////////*/
/* 「お友達を招待する」ボタン*/
/*////////////////////////////////////////////////////////////////////////*/


#user_information_left_box .friend_invi a {
	display: block;
	height: 25px;
	width: 120px;
	background-image: url(/images/user/friend_invi_button.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 112%;
	padding-top: 7px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}



