@charset "utf-8";

body {
	background: url(none) repeat center top;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
}

/*layout*/

.wrapper {
	width: 960px;
	margin: auto;
	padding: 0px;
}

.main-column{
	float:left;
	display:inline;
	margin:0;
	background: url(../images/menu_back.gif) repeat;
	width: 117px;
	padding: 0px;
}

.main-column-left{
	float:left;
	display:inline;
	margin:0 0 0 0;
	background: url(../gallery/images/gallery_index_01.jpg) repeat-x;
}

.main-column-right{
	float:left;
	display:inline;
	margin:0 0 0 0;
	background: url(../gallery/images/gallery_index_05.jpg) repeat-x
}

.menu-column{
	float:left;
	display:inline;
	margin:0;
}

#footer{
	clear:both;
}

.gallery-wrapper {
	float:left;
	display:inline;
	margin:0 0 0 0;
 	background-color: #000;
}

/****************************
	mainarea
****************************/
#mainarea{
	width:840px;
	background: #000;
	float: left;
}
.thumb_box{
	margin-right:3px;
	margin-left:20px;
	margin-top:5px;
	width:145px;
	height:150px;
	float:left;
	color:#FFF;
	line-height:150%;
	font-size:13px;
}
.thumb_box_etext{
	font-size:11.5px;
}
.thumb_image{
	width:145px;
	height:94px;
	margin-bottom:5px;
}
.thumb_image img{
	margin-top:3px;
	margin-left:3px;
}
.thumb_image a{
	width:145px;
	height:94px;
	display:block;
	background-color:#FFF;
}
.thumb_image a:hover{
	width:145px;
	height:94px;
	display:block;
	background: #999;
}
.update_txt{
	font-size:8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	color: #FFF;
	background: #000;
}
.profile_txt{
	font-size:11.5px;
	font-family: "Arial", "MS PGothic", "Hiragino Gothic Pro", sans-serif;
	line-height: 13px;
	color: #999;
}
/****************************
	personal mainarea
****************************/
#personal_mainarea{
	width:440px;
	background: #000;
	float: left;
	padding-left: 10px;
}
#personal_rightarea{
	display:block;
	width:238px;
	background: #000;
	float: left;
	clear: right;
}
.personal_thumb_box{
	float:left;
	margin: 30px 5px 1px 15px;
}
.right_date{
	font-size:11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
	color: #FFF;
	width:228px;
}
.right_title{
	font-size:11.5px;
	line-height: 18px;
	font-weight: 800;
	color: #FFF;
	width:228px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.right_detail{
	font-size:11.5px;
	font-family: "Arial", "MS PGothic", "Hiragino Gothic Pro", sans-serif;
	line-height: normal;
	font-weight: 100;
	color: #999;
	width:228px;
	margin: 0px;
	padding: 0px;
}

.right_detail_link{
	font-size:11.5px;
	font-family: "Arial", sans-serif;
	line-height: normal;
	font-weight: 100;
	color: #0066cc;
	margin: 0px;
	padding: 0px;
}

.right_detail2{
	font-size:11px;
	font-family: "Arial", "MS PGothic", "Hiragino Gothic Pro", sans-serif;
	line-height: 12px;
	font-weight: 100;
	color: #999;
	width:228px;
	margin: 0px;
	padding: 0px;
}
.right_more{
	font-size:10px;
	line-height: 18px;
	font-weight: 700;
	color: #FF9;
}
/****************************
	footer
****************************/
#footer{
	width:960px;
	margin: auto;
	padding: 0px;
}
/****************************
		no float
****************************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* no ie mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
.none	{
	 display: none; }
