@charset "utf-8";
/* 2カラム profile.html用 */
.box_color {
	margin-left: auto;
	padding: 14px;
	border: solid 1px #999;
	background: url('../images/box_back_blue.png') repeat-x bottom;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}
#profile_main {
    min-height: 293px;  
    height: auto !important;  
    height: 293px;  
}

#column_2 {
	width: 736px;
}

#container{
	width: 100%;
	float: left;
	margin-right: -266px;
}

/* 左メインコンテナ */
#left_content {
	position: relative;
	margin-right: 266px; /* サイドバー220+余白8x2 */
	margin-top: 2em;
}
/* 右サイドバー */
#right_sidebar {
	width: 220px;
	float: right;
	background-color: #d9e1ec;
	margin: 30px 0 0;
	padding: 8px 8px 0 8px;
/*
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/
}
#right_sidebar .sb-inner { background:#d9e1ec; }

#right_sidebar h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}
#right_sidebar ul {
	margin-left: 0em;
	padding-left: 2em;
	list-style-type: none;
	list-style-image: none;

}
/* 情報一覧レイアウト */
dl.info {
	margin-left: 150px;
	line-height: 1.6em;
}
dl.info dt {
	width: 4em;
}
dl.info dd{
	margin: -1.6em 0 0 5em;
}
