*{
	margin: 0;
	padding: 0;
}

body{
	background-color:#000;
	color: #256d2c;
}
#container{
	text-align: left;
	background: white;
	width:720px;
	margin:0px auto
}
img.titleimage{
	border-bottom: 5px solid black;
	margin: 0 0 20px 20px;
}
/*-----------------------------------------------*/
/* 1. メニューバー                               */
/*-----------------------------------------------*/

ul.menu{
	list-style:none;
}

/* Mac IE BUG END */

div.margin-menu-layout{
	
	margin-left:20px;
	margin-top:-240px;
	margin-bottom:210px;
}

/*-----------------------------------------------*/
/* 2. コラム本文                                 */
/*-----------------------------------------------*/

div.margin-layout{
	
	margin-left:10px;
	
}

div.margin-layout2{
	
	margin-left:10px;
	
}

div.interview-layout-box{
	
	margin-left:15px;
	float:left;
	
	width:377px;
	margin-bottom:10px;
}


div.interview-image-box{
	
	
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	
}


h3{
	margin-top:10px;
	font-size:15px;
	color:white;
	padding:3px;	
	background: #EA9C36;
	
}

h2{
	font-size:13px;
	color:#333;
	padding:3px;	
	margin-bottom:10px;
	background: #F0EFC3;
}

h4.interview-subtitle{
	
	font-size:13px;
	
	margin-bottom:7px;
	
}



p.content { color: #555; font-size: 13px; line-height: 18px; margin-left: 5px }

div.clear{
	clear:left;
}

div.clear img{
	margin:0 0 0 25px;
}


#next-theme{
	font-size:14px;
	color:#333;
	text-align: left;
	padding-right:10px;
	width:95%;
	height:50px;
	margin:0px auto;
	background: #F0EFC3;

}
#next-theme img{
	float: left;
	margin:5px 3px 5px 10px;
}
#next-theme p{
	position: relative;
	top:8px;
	left:20px
}

#footer{
	font-size:12px;
	color:#333;
	text-align: right;
	padding-right:10px;
	width:95%;
	margin:0px auto;
	background: #EA9C36;
}

#footer a,a:visited,a:hover{
	color:black;
	text-decoration: none;	
}
