
/* ========== photo-area ========== */
table.photo-area-L {
	float:left;
	font-size:12px;
	color:#666;
	line-height:120%;
	border: 0;
	width: 20%;
	margin: 0 10px 10px 0;
}

table.photo-area-R {
	float:right;
	font-size:12px;
	color:#666;
	line-height:120%;
	border: 0;
	width: 20%;
	margin: 0 0 10px 10px;
}


table.photo-area-R a,
table.photo-area-L a {
	text-decoration: none;
}

table.photo-area-R img,
table.photo-area-L img {
	margin:0px;
	padding: 0px 0px 3px;
}


/* ========== interview ========== */

/* インタビューメイン*/

#interview-main {
	margin-bottom:25px;
}

#interview-main p{
	margin-top:10px;
	font-size:14px;
	line-height:160%;
	color:#666;
}




/* インタビュー記事*/


.int-article{
	margin-bottom:30px;
}

.int-article p{
	font-size:14px;
	line-height:160%;
	color:#666;
}

.int-article p{
	font-size:14px;
	line-height:160%;
	color:#666;
}



/* メニュー女子*/


#menu-woman{
	display:block;
	width:600px;
	height:25px;
	margin:0 0 5px;
	padding:0;
}


#menu-woman ul{
	margin:0px;
	padding:0px;
	list-style:none;
}


#menu-woman li,
#menu-woman a{
	/* margin:0px;
	padding:0px; */
	float:left;
	display:block;
	width:200px;
	height:25px;
	font-size:12px;
}


#menu-woman a{
	padding:7px 0px 0px 25px; 
	text-decoration:none;
	font-weight:bold;
	color:#bc2d58;
	background:#ffffff url(../images/menubar-woman.gif) no-repeat;
}



/* メニュー男子*/


#menu-man{
	display:block;
	width:600px;
	height:25px;
	margin:0 0 5px;
	padding:0;
}


#menu-man ul{
	margin:0px;
	padding:0px;
	list-style:none;
}


#menu-man li,
#menu-man a{
	/* margin:0px;
	padding:0px; */
	float:left;
	display:block;
	width:200px;
	height:25px;
	font-size:12px;
}


#menu-man a{
	padding:7px 0px 0px 25px; 
	text-decoration:none;
	font-weight:bold;
	color:#006599;
	background:#ffffff url(../images/menubar-man.gif) no-repeat;
}



/* メニュー共通*/


#menu02 a{
	background-position: -200px 0;
}

#menu03 a{
	background-position: -400px 0;
}



#menu01 a:hover{
	background-position: 0px -35px;
	color:#fff;
}

#menu02 a:hover{
	background-position: -200px -35px;
	color:#fff;
}

#menu03 a:hover{
	background-position: -400px -35px;
	color:#fff;
}





#menu01 .thispage{
	background-position: 0px -35px;
	color:#fff;
}


#menu02 .thispage{
	background-position: -200px -35px;
	color:#fff;
}


#menu03 .thispage{
	background-position: -400px -35px;
	color:#fff;
}


#bottom-line{
	padding:0 0 20px;
	margin:0 0 15px;
	border-bottom: 1px dotted #999;
}



/*

#int-page .before{
	float:left;
	width:200px;
}

#int-page .center{
	float:left;
	width:200px;
	text-align:center;
}

#int-page .next{
	float:right
}
*/


/* 見出し*/

.int-article .lead-man {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 10px;
	line-height: 1.4;
	border-left: 7px solid #006599;
	color:#006599;
}

.int-article .lead-woman {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 10px;
	line-height: 1.4;
	border-left: 7px solid #bc2d58;
	color:#bc2d58;
}

