/*--------------------------------------------------
 global Header
 ---------------------------------------------------*/
#headWrap{
	background:none;
	min-height:98px;
	height:98px;
}

* html #headWrap {
	height:105px;
	overflow: hidden;
}

#headWrap #header{
	height:55px;
	margin:10px auto
}

#headWrap #assistWrap{
	border-top:3px solid #000;
}

#headWrap #readArea{
	text-align:right;
	vertical-align:middle;
	margin-top:-45px;
}
#headWrap #readArea img{
	vertical-align:middle;
}

#headWrap #readArea img.mar02{
	margin-right:280px;
}



#snsBtn{
	position:relative;
	display:block !important;
	margin-left:615px;
	height:20px;
}

#snsBtn li{
	display:block!important;
}

#snsBtn #yahoo{
	position:absolute;
	left:0;
	top:2px;
}
#snsBtn #hatebu{
	position:absolute;
	left:21px;
	top:0;
}

#snsBtn #google{
	position:absolute;
	left:48px;
	top:3px;
}

#snsBtn #delicious{
	position:absolute;
	left:65px;
	top:3px;
}

#snsBtn #liveboor{
	position:absolute;
	left:82px;
	top:2px;
}

#snsBtn #windows{
	position:absolute;
	left:103px;
	top:3px;
}

#snsBtn #twitter{
	position:absolute;
	left:123px;
	top:0;
}

#snsBtn #facebook{
	position:absolute;
	left:247px;
	top:0;
}

#snsBtn #mixi{
	position:absolute;
	left:354px;
	top:0;
}
/*--------------------------------------------------
 global wrapper & contents
 ---------------------------------------------------*/
#wrapper{
	background: none;
}

#contents{
	width: 100%;
	padding-bottom: 65px;
}

/*--------------------------------------------------
 contents header
 ---------------------------------------------------*/
#contents li, #contents dt, #contents dd {
font-size: 100%;
line-height: 1.4;
}
 
 
#contentsHeader ul{
	overflow:hidden;
}
 
#contentsHeader li{
	display:inline;
}

.article{
	margin:60px 30px 60px;
	overflow:hidden;
}

.article h3{
	margin-bottom:30px;
}

.article p{
	line-height:1.8!important;
}

.left{
	float:left;
}

.right{
	float:right;
}

.photo img{
	padding:2px;
	background:url(../img/common/bg_dot.gif);
}

.photo dl{
	font-size:87%;
	margin-top:10px;
}

.photo dt{
	font-weight:bold;
	margin-bottom:5px;
}

.photo dd{
	line-height:1.6!important;
}

.photo2Column .photo{
	float:left;
	width:400px;
	padding-right:50px;
}

.photo2Column .photo.lastChild{
	padding-right:0;
	width:450px;
}

.interview sup,
.photo b{
	background:#666666;
	color:#fff;
	padding:0 5px;
	margin:0 5px;
}

.interview p.strong{
	padding-left:5px;
	border-left:3px #000 solid;
	margin-bottom:.5em;
	line-height:1!important;
	text-indent:0;
}

.interview p.strong strong{
	line-height:1.6;
}

.interview p{
	margin-bottom:2em;
	text-indent:-.4em;
}


#photo1 img{
	display:block;
	float:left;
	margin-right:10px;
}

#photo1 dl{
	width:400px;
	float:left;
}

.btn{
	text-align:center;
}

#column{
	background:url(../img/common/bg_dot2.gif);
	padding:3px;
}

#column .inner{
	background:url(../img/common/bg_dot.gif);
	padding:10px;
	overflow:hidden;
	zoom:1;
}

#column h3{
	margin-bottom:10px;
}

#column .photo img{
	display:block;
	float:left;
	border:2px solid #fff;
	padding:0;
	margin-right:10px;
}

#column .photo dl{
	float:left;
	width:560px;
}

#column .photo dt{
	line-height:1!important;
	margin-bottom:20px;
}

#column .photo dd{
	font-size:100%;
}

#column .photo dl img{
	vertical-align:bottom;
	border:none;
	float:none;
}



#table .inner{
	margin-top:-80px;
	background:url(../img/common/bg_dot2.gif);
	padding:10px;
}

#table .inner div{
	background:url(../img/common/bg_dot.gif);
	padding:60px 20px 20px;
}
#table table{
}

#table table th{
	font-weight:bold;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:120px;
	padding:10px 0;
}

#table table td{
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:87%;
}


