div.leftColumn {
	width: 960px;
	margin: 0 auto;
	border: 0;
	height: 100%;
}

div.column-left {
	float:left;
	width: 233px;
	min-height: 400px;
	border: 0;
	padding-right: 1px;
/*
	margin-top: 5px;
	background-color: #cfc;
*/
}

div.column-right {
	float: right;
	width: 700px;
	border: 0;
	height: auto;
}



div.column-left ul {
	margin-top: 20px;
}
div.column-left ul.first {
	margin-top: 0;
}
div.column-left ul li {
}
div.column-left ul li a {
	display: block;
	padding: 5px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	color: dodgerBlue;
	font-weight: bold;
	text-decoration: none;
}
div.column-left ul li.active a {
	background-color: #cfc;
}
div.column-left ul li.menu a {
	border-width: 1px 0 1px 0;
	background-color: #f6faff;
	text-align: center;
}
div.column-left ul li a:hover {
	color: #ff9c3d;
	text-decoration: none;
	background-color: #ffeaea;
}
div.userProfileArea div.userProfileImageIntroductionArea {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
}
div.userProfileArea div.userProfileImageIntroductionArea div.image {
/*
	background-image: url('../../../img/user/mypage/home/account_base.png');
	border: 0 none;
	height: 234px;
*/
/*
	margin-top: 10px;
*/
	padding: 2px;
	width: 229px;
	text-align: center;
}
div.userProfileArea div.userProfileImageIntroductionArea div.image h3 a {
	text-decoration: none;
	color: #0099cc;
}
div.userProfileArea div.userProfileImageIntroductionArea div.image h3 a:hover {
	color: #ff9c3d;
}
div.userProfileArea div.userProfileImageIntroductionArea div.image img {
	height: 140px;
	max-width: 220px;
	margin-top: 10px;
}
div.userProfileArea div.userProfileImageIntroductionArea div.image div.photo-base {
	background-image: url('../../../img/user/mypage/home/photo_base.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 162px;
	margin: 0 auto;
	width: 222px;
}
div.userProfileArea div.userProfileImageIntroductionArea div.introduction {
	padding: 10px;
}
div.userProfileArea div.commentAdvice {
	margin: 10px 0 0 0;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
}
div.userProfileArea div.commentAdvice2 {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
}
div.userProfileArea div.commentAdvice2 div.writeReviewButton {
	margin-top: 10px;
	text-align: right;
}



div.column-block {
	border: 0;
	width: auto;
	height: auto;
}



div.column-block-top {
	background-image: url('../../../img/user/mypage/common/base_white02_top.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 710px;
}
div.column-block-middle {
	background-image: url('../../../img/user/mypage/common/base_white02_middle.png');
	background-repeat: repeat-y;
	width: 710px;
}
div.column-block-bottom {
	background-image: url('../../../img/user/mypage/common/base_white02_bottom.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 710px;
}
div.column-block-middle-inner {
	padding: 0 20px 20px 20px;
}
div.column-block-middle-inner h4.title {
	font-size: 130%;
	background-image: url('../../../img/user/mypage/common/marker.jpg');
	background-repeat: no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	margin-bottom: 10px;
}
div.column-block-middle div.column-block-middle-inner table.content-list {
	width: 100%;
	padding: 5px;
}
div.column-block-middle div.column-block-middle-inner table.content-list th {
	width: 60px;
	text-align: left;
	vertical-align: top;
}
div.column-block-middle div.column-block-middle-inner table.content-list th,
div.column-block-middle div.column-block-middle-inner table.content-list td {
	padding: 10px;
	border-style: dotted;
	border-width: 0 0 2px 0;
	border-color: #ccc;
}
div.column-block-middle div.column-block-middle-inner table.content-list tr.first th,
div.column-block-middle div.column-block-middle-inner table.content-list tr.first td {
	border-width: 2px 0 2px 0;
}
div.column-block-middle div.column-block-middle-inner table.content-list tr.no-border th,
div.column-block-middle div.column-block-middle-inner table.content-list tr.no-border td {
	border-width: 0;
}

div.column-right h3.title {
	font-size: 130%;
	background-image: url('../../../img/user/mypage/common/marker.jpg');
	background-repeat: no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	margin-bottom: 10px;

	border-style: dotted;
	border-width: 0 0 2px 0;
	border-color: #ccc;
}



/*
 * Table
 */
table.listing {
	width: 100%;
	border-collapse: collapse;
}
table.listing tr {
/*
	border-style: dotted;
	border-width: 2px;
	border-color: #ccc;
*/
}
table.listing th,
table.listing td {
	border: solid 1px #ccc;
	padding: 5px;
}
table.listing th {
	background-color: #f6faff;
	text-align: left;
	padding-left: 10px;
}
table.listing td.view { text-align: center; }
table.listing td.edit { text-align: center; }
table.listing td.delete { text-align: center; }
table.listing td.center { text-align: center; }
table.listing td.image100 img {
	width: 100px;
}
table.listing td.btnBlock {
	text-align: right;
	border-width: 0;
}
table.listing td a {
	color: dodgerBlue;
	text-decoration: none;
}
table.listing td a:hover {
	color: #ff9c3d;
	text-decoration: none;
}

/*-------------------------------------------
 * Header
 -------------------------------------------*/
div.navMenu {
	width: 800px;
	border: 0px #00F solid;
	margin-bottom: 20px;
}
div.navMenu ul li {
	float: left;
}

div.navMenu ul li a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #aaa;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	color: #666;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
div.navMenu ul li a:hover {

background: #98b0d9; /* Old browsers */
background: -moz-linear-gradient(top,  #98b0d9 0%, #b1c8ef 41%, #c3d9ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0d9), color-stop(41%,#b1c8ef), color-stop(100%,#c3d9ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #98b0d9 0%,#b1c8ef 41%,#c3d9ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #98b0d9 0%,#b1c8ef 41%,#c3d9ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #98b0d9 0%,#b1c8ef 41%,#c3d9ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #98b0d9 0%,#b1c8ef 41%,#c3d9ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0d9', endColorstr='#c3d9ff',GradientType=0 ); /* IE6-9 */

}

div.navMenu ul li a.on {
background: #ff6156; /* Old browsers */
background: -moz-linear-gradient(top,  #ff6156 1%, #cc2626 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff6156), color-stop(100%,#cc2626)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff6156 1%,#cc2626 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff6156 1%,#cc2626 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff6156 1%,#cc2626 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff6156 1%,#cc2626 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6156', endColorstr='#cc2626',GradientType=0 ); /* IE6-9 */

}
div.navMenu ul li a.on:hover {
background: #cc2626; /* Old browsers */
background: -moz-linear-gradient(top,  #cc2626 0%, #ff6156 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc2626), color-stop(100%,#ff6156)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc2626 0%,#ff6156 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc2626 0%,#ff6156 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc2626 0%,#ff6156 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cc2626 0%,#ff6156 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2626', endColorstr='#ff6156',GradientType=0 ); /* IE6-9 */

}



/*
 * Profile
 */
div.column-left div.image {
	padding: 2px;
	width: 229px;
	text-align: center;
}
div.column-left div.image div.photo-base {
	background-image: url('../../../img/user/mypage/home/photo_base.png');
    height: 162px;
    margin: 0 auto;
    width: 222px;
}
div.column-left div.image div.photo-base img {
	height: 140px;
	margin-top: 10px;
}

div.column-block-middle-submit-button {
	margin-top: 20px;
	text-align: right;
}
textarea.column-block-middle-full-textarea {
	width: 100%;
}
