/*-----------------------------------------------
  タイトル
-----------------------------------------------*/

#contentstitle {
 background: url(../column/images/column_h2.gif) no-repeat;
/* width: 270px;*/
 height: 20px;
 text-indent: -9999px;
 margin-bottom: 20px;
}



/*-----------------------------------------------
  ライター別一覧
-----------------------------------------------*/

#profile_ctry {
}
#profile {
	background-color: #F3EFE6;
	height: 200px;
}
#profile_photo {
	float: left;
}
#profile_box {
	display: block;
	float: left;
	width: 385px;
}
#profile_name {
	padding: 12px 10px 8px 10px;
}
#profile_txt {
	display: block;
	padding: 0 15px 10px 15px;
	font-size: 10px;
}


/*-----------------------------------------------
  本文
-----------------------------------------------*/
#date {
	width: 640px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
}

#writer {
	width: 640px;
	font-size: 10px;
	color: #999;
	text-align: right;
	margin-bottom: 10px;
}

#editor {
	margin-bottom: 40px;
}

#column_body {
	margin-bottom: 50px;
}

#column_body p {
	line-height:200%;
	letter-spacing:0.05em;
}

.column_text {
	margin-top: 30px;
}

.column_photo {
	margin: 10px 0 5px 0;
}

.column_title {
	font-size: 18px;
	font-weight: bold;
	color: #6D8FA0;
	margin: 40px 0 20px 0;
	border-left: solid 5px #6D8FA0;
	padding: 10px;
}

/*-----------------------------------------------
  サイドバー
-----------------------------------------------*/
#pro_side {
	margin-bottom:30px;
}

#pro_side_name {
}

#pro_side_detail {
	background-color: #F3EFE6;
	padding:15px;
}

#pro_side_detail1 {
	font-size: 12px;
	font-weight: bold;
	color: #6D8FA0;
	padding-bottom:10px;
}

#pro_side_detail2 {
	font-size: 10px;
}

#pro_side_detail2 a {
	color:#6d8fa0;
	text-decoration:none;
}

#pro_side_detail2 a:hover {
	color:#6d8fa0;
	text-decoration:underline;
}

#editorlist {
	width: 300px;
	margin-bottom: 30px;
	padding: 0;
}


.editorlist_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 54px;
}

.editorlist_box a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 5px 0;
	height: 54px;
}

.editorlist_box a:hover {
	background-color: #dfe1dc;
	text-decoration: none;
}

.editorlist_l {
	margin: 0 10px 0 5px;
	padding: 0px;
	float: left;
}

.editorlist_r {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	float: left;
}

.editorlist_r1 {
	margin: 0;
	padding: 5px 0 0 0;
}

.editorlist_r2 {
	margin: 0;
	padding: 3px 0 0 0;
}