@charset "utf-8";

/* common */

* { 
	padding: 0; 
	margin: 0; 
	}
	
body { 
	background: #fff; 
	font-size: 100%; 
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", OSAKA, sans-serif; 
	color: #333;
	text-align: left;
	padding: 10px; 
	}

/*---:[ global elements ]:---*/

a { 
	color: #df0000;
	text-decoration: underline;
	}

	a:visited { 
	color: #333; 
	text-decoration: underline; 
	}

	a:hover { 
	color: #df0000; 
	text-decoration: underline; 
	}
	
	a img { 
	border: none; 
	}
	

#container { 
	width: 942px; 
	margin: 0 auto 0 auto; 
	}

.wrap { 
	width: 790px;
	float: left;
	clear: left; 
}
					
#content_box { 
	width: 771px; 
	text-align: left; 
	overflow: hidden;
	background: url(images/content_box.gif) no-repeat; 
	clear: left;
	}
	
#content { 
	width: 600px; 
	float: right;
	clear: right; 
	overflow: hidden; 
	}

#sidebar { 
	width: 126px; 
	padding: 90px 0 0 0;
	float: left; 
	clear: left; 
	overflow: hidden;
	}
			
#adspace { 
	width: 142px;  
	overflow: hidden; 
	float: right; 
	clear: right; 
	
	}
		
#footer { 
	clear: both;
	background: url(images/footer_bg.gif) no-repeat; 
	}
	




/*---:[ header styles ]:---*/
h1 { 
	text-align: left;
	line-height: 150%;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
	 }


/*---:[ toppage header styles ]:---*/
#tophead { 
	width: 771px;
	height: 178px;
	text-align: left; 
	background: url(images/header_bg.gif) no-repeat bottom;
	}

	.header_left { 
		text-align: left; 
		width: 185px; 
		float: left;
        clear: left;
        
		 }
         .header_left img{ 
			display: block;
		 }
    .header_right { 
		width: 472px;
		float: right;
        clear: right;
        
		 }
	
	.information{
		height: 140px;
		background: url(images/top/information.gif) no-repeat 0 5px;
        overflow: hidden;
	}
		.information h2{
			font-size: 140%;
			line-height: 150%;
			font-weight: bold; 
			font-family: Helvetica, Arial, sans-serif; 
			color: #000; 
			margin: 20px 0 0px 30px;
			text-align: left;
		}
		.information ul{
			margin: 0 0 0 30px;
			text-align: left;
			line-height: 150%;
			font-size: 75%;
			list-style: square inside; 
		}
		.information ul li{
			margin: 0 0 3px 0;
		}
		
		.information a, .information a:visited{
			color: #000; 
			text-decoration: none; 
		}


#subhead { 
	width: 771px;
	height: 39px;
	text-align: left; 
	background: url(images/header_bg2.gif) no-repeat bottom;
	}
    
/*---:[ mail,rss navi ]:---*/
ul.headnavi {
	width: 120px;
	height: 35px; 
	float: right;
	list-style: none;
    overflow: hidden;
    
}
	ul.headnavi li{
		float: left;
        text-align: left;
        margin: 0;
    	padding: 0;
        list-style: none;
        font-size: 10px;
		line-height: 100%;
        
	}
    	ul.headnavi li.mail{
        	width: 70px; 
			height: 30px; 
        }
			ul.headnavi li.mail a{ 
				display: block;
				
				width: 70px; 
				height: 30px;
			    text-indent: -9999px;
				}
		ul.headnavi li.rss{ 
			width: 48px; 
			height: 30px; 
			}
            ul.headnavi li.rss a{ 
				display: block;
				
				width: 48px; 
				height: 30px;
			    text-indent: -9999px;
			}

/*---:[ global navi ]:---*/	
ul#navmenu { 
	clear: both;
    text-align: left; 
    list-style: none;
    margin: 0;
    padding: 0;
	}

ul#navmenu li { 
		width: 129px; 
		font-size: 13px;
		line-height: 100%;
		font-family: Helvetica, Arial, sans-serif; 
		font-weight: bold; 
		color: #000;
		float: left; 
		
		}
		ul#navmenu li.current { 
			background: #FFF; 
			}
		ul#navmenu li a, ul#navmenu li a:visited { 
			color: #FFF; 
			text-decoration: none; 
			display: block; 
			background: #000; 
			padding: 7px 10px 4px 10px; 
			margin: 0 3px 0 0;  
			}
			
		ul#navmenu li a:hover { 
			color: #CC0000; 
			text-decoration: underline; 
			}
				
		ul#navmenu li a.current, ul#navmenu li a.current:visited, ul#navmenu li a.current:hover { 
			background: #FFF; 
			color: #CC0000; 
			text-decoration: none; 
			}
		ul#navmenu li.current a, ul#navmenu li.current a:visited, ul#navmenu li.current a:hover { 
			background: #FFF; 
			color: #000; 
			text-decoration: none; 
			}
		
/*---:[ 2009/11/10 Add Start]:---*/
ul#navmenu2 { 
	clear: both;
    text-align: left; 
    list-style: none;
    margin: 0;
    padding: 0;
	}

ul#navmenu2 li { 
		width: 8.6em; 
		font-size: 10px;
		line-height: 100%;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold; 
		color: #000;
		float: left; 
		font-family: 'ＭＳ Ｐゴシック';
		}
		ul#navmenu2 li.current { 
			background: #FFF; 
			}
		ul#navmenu2 li a, ul#navmenu2 li a:visited { 
			color: #FFF; 
			text-decoration: none; 
			display: block; 
			background: #000; 
			padding: 7px 6px 4px 4px; 
			margin: 0 3px 0 0;  
			}
			
		ul#navmenu2 li a:hover { 
			color: #CC0000; 
			text-decoration: underline; 
			}
				
		ul#navmenu2 li a.current, ul#navmenu2 li a.current:visited, ul#navmenu2 li a.current:hover { 
			background: #FFF; 
			color: #CC0000; 
			text-decoration: none; 
			}
		ul#navmenu2 li.current a, ul#navmenu2 li.current a:visited, ul#navmenu2 li.current a:hover { 
			background: #FFF; 
			color: #000; 
			text-decoration: none; 
			}
/*---:[ 2009/11/10 Add End  ]:---*/

		
/*---:[ content styles ]:---*/

h2.archive_head { 
	color: #000; 
	font-weight: bold !important; 
	font-size: 140% !important; 
	line-height: 150%;
	letter-spacing: normal !important; 
	margin: 0 0 30px 0 !important; 
	padding: 15px 2px !important; 
	}
h2.archive_head img{ 
	margin: 0 0 0 30px !important; 
	}

h2.entry_head { 
	color: #000; 
	font-weight: bold !important; 
	font-size: 140% !important; 
	line-height: 150%;
	margin: 0 0 10px 0; 
	padding: 0; 
	}
h2.entry_head a, h2.entry_head a:visited{
	color: #000; 
	text-decoration: none; 
}

h3.contact_head { 
	color: #000; 
	font-weight: bold !important; 
	font-size: 100% !important; 
	line-height: 150%;
	margin: 30px 0 0 0; 
	padding: 0; 
	}
h4.contact_head { 
	color: #000; 
	font-weight: bold !important; 
	font-size: 90% !important; 
	line-height: 150%;
	margin: 30px 0 20px 0; 
	padding: 0; 
	}
/*---:[ archive styles ]:---*/

.entry_ar { 
	width: 540px;
 }
	.entry_ar h3 { 
		font-size: 82%; 
		font-weight: 400;
		line-height: 160%;
		margin: 0 0 15px 0; 
		color: #000;
		}
	.entry_ar p { 
		font-size: 75%; 
		line-height: 160%;
		margin: 10px 0 10px 0; 
		}
	.entry_ar p.right { 
		text-align: right; 
		}
	.entry_ar img { 
		width: 250px; 
		margin: 0.5em 15px 15px 0 !important;  
		float: left !important;  
		clear: left !important; 
		}

/*---:[ entry styles ]:---*/
.entry { 
	width: 540px;
 }

	.entry h2.archive_head { 
		color: #000; 
		font-weight: bold !important; 
		font-size: 140% !important; 
		line-height: 150%;
		letter-spacing: normal !important; 
		margin: 50px 0 30px 0 !important; 
		padding: 15px 2px !important; 
		}
	
	.entry blockquote { 
		font-size: 75%; 
		}
		
	.entry blockquote.right { 
		width: 200px; 
		font-style: normal !important; 
		font-size: 1.3em !important; 
		margin: 0.3em 0 0.3em 15px !important; 
		padding: 0.3em 0 !important; 
		border: 3px double #aaa; 
		border-width: 3px 0; 
		text-align: center; 
		float: right; 
		}
			
	.entry blockquote.left { 
		width: 200px; 
		font-style: normal !important; 
		font-size: 1.3em !important; 
		margin: 0.3em 15px 0.3em 0 !important; 
		padding: 0.3em 0 !important; 
		border: 3px double #aaa; 
		border-width: 3px 0; 
		text-align: center; 
		float: left; 
		}
	
	.entry h3 { 
		font-size: 100%; 
		font-weight: bold;
		line-height: 160%;
		margin: 20px 0 10px 0; 
		clear: both;
		}
	.entry h3 a, .entry h3 a:hover, .entry h3 a:visited{ 
		color: #333; 
		text-decoration: none; 
		}
			
	.entry h4 { 
		font-size: 75%; 
		line-height: 160%;
		margin: 15px 0 0 0 !important;  
		}
		
	.entry p { 
		font-size: 75%; 
		line-height: 160%;
		margin: 0 0 10px 0; 
		}
	.entry p.right { 
		text-align: right; 
		}
	
	
	.entry ul, .entry ol { 
		font-size: 75%; 
		line-height: 160%;
		margin: 0 0 1.5em 40px; 
		}
		
	.entry ul { 
		list-style-type: square; 
		}
		
	.entry li { 
		margin: 0 0 0.5em 0; 
		}
			
	.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
		font-size: 100%; 
		margin: 0.5em 0 0.5em 30px; 
		}
		

	.entry hr { 
		clear: both;
		border: 0;
		height: 0;
		color: #fff;
	}

	.entry img.left { 
		margin: 0.5em 15px 5px 0; 
		float: left; 
		}
			
	.entry img.right { 
		margin: 0.5em 0 15px 5px; 
		float: right; 
		}
			
	.entry img.center { 
		display: block; 
		padding: 3px; 
		margin: 0.5em auto 0.5em auto; 
		float: none; 
		clear: both; 
		}
		
	.entry img.off { 
		}
			
	.entry img.stack { 
		clear: none !important;
		margin: 0 !important;
		padding: 0 !important; 
		}
	
	.tagged { 
		padding: 10px 0 20px 0; 
		font-size: 10px; 
		line-height: 160%; 
		color: #999; 
		clear: both; 
		}
	
	.tagged a, .tagged a:visited { 
		padding: 0.25em; 
		color: #999; 
		text-decoration: none; 
		}
		
	.tagged a:hover { 
		color: #000; 
		text-decoration: underline; 
		}
		
	.add_comment { 
		display: block; 
		padding: 0 0 0 20px; 
		font-weight: bold; 
		float: right; 
		}
	
	.navigation { 
		clear: both;
		font-size: 100%; 
		}
		
	.previous { 
		padding: 0 20px 0 0; 
		float: left;
		font-size: 75%; 
		}
		
	.next { 
		float: right;
		font-size: 75%; 
		}
	
	.clear { 
		width: 500px; 
		height: 1px; 
		margin: 0 0 10px 0; 
		clear: both; 
		}

	.rule { 
	 
		}
	
	.flat { 
		margin: 0 0 2.0em 0 !important; 
		}
	
	.whitespace { 
		margin: 0 0 3.5em 0 !important; 
		}


/*---:[ comment styles ]:---*/

#comments { 
	width: 500px; 
	float: left; 
	clear: both; 
	text-align: left;
	}

	h3.comments_headers { 
		font-size: 100%; 
		line-height: 150%;
		margin: 0 0 0.5em 0; 
		}
	
	ul#comment_list { 
		list-style: none; 
		margin: 0 0 4.0em 0; 
		border-top: 1px solid #bbb; 
		float: left; 
		}
			
	ul#comment_list li.comment { 
		width: 500px; 
		padding: 1.2em 0 0 0; 
		border-bottom: 1px dotted #bbb; 
		float: left; 
		}
				
	ul#comment_list li.trackback { 
		width: 470px; 
		padding: 1.2em 15px 0 15px; 
		background: url(images/trackback_bg.gif); 
		}
					
	.comment_meta { 
		font-size: 75%; 
		line-height: 150%;
		margin: 0 0 1.2em 0; 
		}
				
	.comment_num { 
		padding: 0 15px 0 20px; 
		font-weight: bold; 
		font-size: 100%; 
		float: right; 
		}
					
	.trackback .comment_num { 
		padding: 0 0 0 20px; 
		}
					
	.comment_num a, .comment_num a:visited { 
		color: #888; 
		text-decoration: none; 
		}
						
	.comment_num a:hover { 
		color: #df0000; 
		text-decoration: none; 
		}
					
	.comment_meta strong { 
		font-size: 100%; 
		}
						
	.comment_time { 
		font: normal 100% Verdana, Helvetica, Arial, sans-serif; 
		color: #888; 
		}
			
	.comment .entry { 
		padding: 0 15px; 
		}
				
	.comment .entry p { 
		margin: 0 0 1.0em 0;
		}
				


/*---:[ comment form styles ]:---*/

#comment_form { 
	margin: 1.0em 0 0 0; 
	}

	#comment_form p { 
		font-size: 75%; 
		line-height: 150%;
		padding: 0.6em 0; 
		}
		
	#comment_form label { 
		padding: 0 0 0 10px; 
		font-size: 1.2em; 
		}
	
	#comment_form .text_input { 
		width: 191px; 
		padding: 3px; 
		color: #444; 
		font: normal 1.4em Georgia, "Times New Roman", Times, serif; 
		border-top: 2px solid #999; 
		border-left: 2px solid #999; 
		border-right: 1px solid #fff; 
		border-bottom: 1px solid #fff; 
		}
			
	#comment_form .text_area { 
		width: 321px !important; 
		}
		
	#comment_form .text_input:focus { 
		border-top: 2px solid #666; 
		border-left: 2px solid #666; 
		border-right: 1px solid #ddd; 
		border-bottom: 1px solid #ddd; 
		}
		
	.form_submit { 
		padding: 4px 10px; 
		margin: 4px 10px; 
		background: url(images/submit_bg.gif); 
		border: 3px double #999; 
		border-top-color: #ccc; 
		border-left-color: #ccc; 
		font: bold 100% Georgia, "Times New Roman", Times, serif; 
		cursor: pointer; 
		}
			
	#comment_form p.subscribe-to-comments { 
		font-size: 1.4em; 
		}
			
	#comment_form p.subscribe-to-comments label { 
		font-size: 1.0em; 
		}


/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { 
		width: 201px; 
		padding: 3px; 
		color: #090; 
		font: normal 1.0em Georgia, "Times New Roman", Times, serif; 
		border-top: 1px solid #999; 
		border-left: 1px solid #999; 
		border-right: 1px solid #f5f5f5; 
		border-bottom: 1px solid #f5f5f5; 
		}
		
	li.widget .search_input { 
		font-size: 1.1em !important; 
		}
		
	#search_form .search_input:focus { 
		border-top: 1px solid #666; 
		border-left: 1px solid #666; 
		border-right: 1px solid #ddd; 
		border-bottom: 1px solid #ddd; 
		}
		

/*---:[ top styles ]:---*/
/*---:[ 2009/11/10 Add Start]:---*/
div.toptitle{
	padding-bottom: 0 !important;
}
	div.toptitle .dummy{
	}
	div.toptitle .info{
		font-size: 12px;
		padding-left: 5px;
		padding-bottom: 10px;
	}
	div.toptitle .leftframe{
		float: left;
		width: 385px;
	}
		div.leftframe .leftbody{
			float: left;
			width: 192px;
		}
		div.leftframe .rightbody{
			float: left;
			width: 193px;
		}
		div.leftframe .leftbodybottom{
			float: left;
			width: 192px;
			padding-bottom: 10px;
		}
		div.leftframe .rightbodybottom{
			float: left;
			width: 193px;
			padding-bottom: 10px;
		}
	div.toptitle .rightframe{
		float: left;
		width: 386px;
	}
		div.rightframe .leftbody{
			float: left;
			width: 192px;
		}
		div.rightframe .rightbody{
			float: left;
			width: 194px;
		}
		div.rightframe .leftbodybottom{
			float: left;
			width: 192px;
			padding-bottom: 10px;
		}
		div.rightframe .rightbodybottom{
			float: left;
			width: 194px;
			padding-bottom: 10px;
		}
	div.toptitle .ecobag-left{
		float: left;
		width: 192px;
		padding-bottom: 10px;
	}
	div.toptitle .ecobag-center{
		float: left;
		width: 362px;
		padding-left: 25px;
		padding-bottom: 10px;
		margin-top: 15px;
		font-size: 14px;
	}
	div.toptitle .ecobag-right{
		float: left;
		width: 192px;
		padding-bottom: 10px;
	}
	div.toptitle .membernews-left{
		float: left;
		width: 250px;
		padding-bottom: 2px;
	}
	div.toptitle .membernews-center{
		float: left;
		width: 250px;
		padding-left: 10px;
		padding-bottom: 2px;
	}
	div.toptitle .membernews-right{
		float: left;
		width: 250px;
		padding-left: 10px;
		padding-bottom: 2px;
	}
div.bodytop{
	color: #999;
	padding-left: 4px;
	padding-bottom: 3px;
	font-size: 10px;
}
div.bodyinfo{
	padding-left: 4px;
	font-size: 10px;
}

/*---:[ 2009/11/10 Add End  ]:---*/

.topphoto { 
	width: 771px; 
	height: 352px; 
	overflow: hidden; 
	border-top: solid #000 5px; 
	margin: 5px 0 10px 0; 
	}
	.topphoto p { 
		margin: 0; 
		}
dl.interviewinfo{
	clear: both;
	width: 771px; 
	background: #000;
}
dl.interviewinfo dt{		
		float:left;
		clear: left;
		background: #000 url(images/top/interview_03.gif) no-repeat;
		width: 130px;
        height: 108px;
		text-align: left;
		text-indent: -9999px;
}
dl.interviewinfo dd{
		width: 637px;
		float:right;
		clear: right;
		background: #000;
		color: #fff;
}
dl.interviewinfo dd img{
		display: block;
}
dl.fashion{
	clear: both;
	width: 771px; 
	background: #000;
	margin: 10px 0 0 0;
}

dl.fashion dt{
		background: #000 url(images/top/fashion.gif) no-repeat;
		width: 134px;
		height: 108px;
		float: left;
		clear: left;
		text-align: left;
		text-indent: -9999px;
		
}
dl.fashion dd{
		width: 637px;
        height: 108px;
		float: right;
		clear: right;
		background: #000;
		color: #fff;
}

.fashionimg{
		width: 168px;
		height: 108px;
		float: left;
}
dl.fashion dd ul{
		width: 440px;
		float: left;
		text-align: left;
	    color: #fff;
		list-style: square; 
		margin: 10px 0 5px 0;
}
dl.fashion dd ul li{
		margin: 0 10px 5px 20px;
	    font-size: 12px; 
		line-height: 150%;
}
            .fashion a, .fashion a:visited{
		        color: #fff;
                text-decoration: none;
			}	

.bloginkfa{
	clear: both;
	background: url(images/top/bloginkfa.gif) no-repeat;
	padding: 0 0 15px 30px;
    margin: 20px 0 10px 0;
}
	.bloginkfa h2{
		background: url(images/top/hana3.gif) no-repeat;
		height: 20px;
		text-align: left;
		text-indent: -9999px;
	}
	.bloginkfa ul{
		list-style: none; 
		padding: 0;
		margin: 0;
	}
		.bloginkfa ul.left{
			width: 365px;
			float: left;
			clear: left;
		}
		.bloginkfa ul.right{
			width: 365px;
			float: right;
			clear: right;
		}
		.bloginkfa li{
			margin: 0 0 5px 0; 
			font-size: 75%; 
			line-height: 150%;
		}
		.bloginkfa li a{
			color: #333;
			text-decoration: none;
		}
		.bloginkfa li a:hover{
			color: #df0000; 
			text-decoration: underline;
		}
	.bloginkfa p{
		clear: both;
		margin: 0 0 5px 0; 
		padding: 0 0 0 60px; 
		font-size: 75%; 
		line-height: 150%;
		background: url(images/top/hana3.gif) no-repeat;
	}
.special{
	clear: both;
	padding: 0 0 10px 0; 
}
.specialllist{
	float: left;
	width: 260px;
	padding: 0 0 10px 0;
	text-align: left;
}
.speciallliste{
	float: left;
	width: 251px;
	padding: 0 0 10px 0;
	text-align: left;
}

.staffblog{
	margin-bottom: 10px;
}
/* sidebar */

/*---:[ sidebar styles ]:---*/

ul.sidebar_list { 
	list-style: none; 
	padding: 0;
	margin: 0;
	}

	li.widget, li.linkcat { 
		margin: 0 0 10px 0; 
		
		}
	
	li.widget h3, li.linkcat h3 { 		
		color: #FFFFFF;
		padding: 3px 8px 2px 10px; 
		display: block;
		line-height: 150%;
        font-size: 12px; 
        font-weight: bold;
		margin: 0 0 5px 0;
		background: #333333;
		color: #FFFFFF;
		}
	
	li.widget p { 
		margin: 0; 
		font-size: 70% !important; 
		}
	
    li.widget li{
    	font-size: 12px; 
		line-height: 150%;
    }
    li.widget ul{
        padding: 0;
		margin: 0;
        list-style: none; 
    }
	li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { 
		text-decoration: none;
		color: #333; 
		}
	
	li.widget li a:hover, li.linkcat li a:hover { 
		text-decoration: underline; 
		}
				
					
	.sidephoto {
		clear: both;
		width : 126px;
		padding: 0;
		margin: 0;
	}
	.sidephoto img{
		width : 126px;
		height : 58px;
		padding: 0;
		margin: 0;
	}
	
	ul.catmenu{ 
		text-align: left;
		list-style: none; 
		padding: 0;
		margin: 0;
		}	
	ul.catmenu li{ 	
		line-height: 0%;
        padding: 0;
		margin: 0;
		}
	ul.catmenu li a, ul.catmenu li a:link, ul.catmenu li a:hover, ul.catmenu li a:visited{ 
		color: #FFFFFF;
		padding: 3px 8px 2px 10px; 
		display: block;
		line-height: 150%;
		margin: 0 0 5px 0;
		background: #333333;
		color: #FFFFFF;
        font-weight: bold;
		}
	ul.icon{
		list-style: none; 
	}
	ul.icon li{ 	
		line-height: 150%;
		margin: 0 0 10px 0;
        padding: 0 0 8px 0;
        border-bottom: solid #CCCCCC 1px;
		}

/*---:[ footer styles ]:---*/
#footer ul { 
	height: 55px;
	list-style: none;
	text-align: left;
	padding: 0 0 0 210px;
	font-size: 60%; 
	}
	#footer li { 
	float: left;
	margin-top: 20px;
	text-indent: -9999px;
	}
	
		#footer li.contact { 
		width: 80px;
		}
			#footer li.contact a{ 
			width: 80px;
			display: block;
			}
		#footer li.sitemap { 
		width: 70px;
		}
			#footer li.sitemap a{ 
			width: 70px;
			display: block;
			}

		#footer li.privacypolicy { 
		width: 140px;
		}
			#footer li.privacypolicy a{ 
			width: 140px;
			display: block;
			}

		#footer li.terms { 
		width: 100px;
		}
			#footer li.terms a{ 
			width: 100px;
			display: block;
			}

#footer p { 
	margin: 5px 0 5px 0; 
	font-size: 60%;
	line-height: 150%; 
	color: #000; 
	text-align: right; 
	}

#footer a, #footer a:visited { 
	color: #888; text-decoration: none; 
	}
		
#footer a:hover { 
	color: #888; 
	text-decoration: underline; 
	}


#adspace embed{
	width: 140px;
}
#adspace object{
	width: 140px;
}

/*---:[ contact styles ]:---*/
table.contact {
}

	table.contact th{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 5px 10px 5px 0;
		font-weight: 400;
	}
	table.contact td{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 5px 0 5px 0;
	}
	.tex1{
		width:300px;
	}
    
/*---:[ rinen styles ]:---*/
.rinentext{
	width: 330px;
    float: right;
}
.rinentext table {
	margin-top: 20px;
}

	.rinentext table th{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 0 15px 5px 0;
		font-weight: 400;
        white-space: nowrap;
	}
	.rinentext table td{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 0 0 5px 0;
	}
/*---:[ interview styles ]:---*/
span.int1{
		margin-right: 10px;
		color: #006600;
}
span.int2{
		margin-right: 10px;
		color: #df0000;
}
span.int3{
		margin-right: 10px;
		color: #000066;
}
.entry h3.int_top { 
		font-family: "ＭＳ Ｐ明朝", serif;
		font-size: 75%; 
		font-weight: 400;
		line-height: 160%;
		margin: 0 0 15px 0; 
		text-align: left;		
		clear: both;
		color: #000000;
		}
.entry_ar h3.int_top { 
		font-family: "ＭＳ Ｐ明朝", serif;
		font-size: 75%; 
		font-weight: 400;
		line-height: 160%;
		margin: 0 0 15px 0; 
		text-align: left;		
		clear: both;
		color: #000000;
		}
.entry h3.int { 
		font-family: "ＭＳ Ｐ明朝", serif;
		font-size: 100%; 
		font-weight: bold;
		line-height: 160%;
		margin: 30px 0 15px 0; 
		text-align: left;		
		clear: both;
		}
.entry h3.int span.small{ 
		font-size: 80%; 
		margin: 0 0 0 10px; 
		vertical-align: middle;
		}

/*---:[ 404styles]:---*/
.e404{
	height: 400px;
}
.e404 p{ 
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		padding: 55px 0 5px 0;
}

/*---:[ member styles ]:---*/
table.member {
	width: 477px;
}

	table.member th{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 5px 10px 5px 0;
		font-weight: 400;
		border-bottom: solid #666666 2px;
	}
	table.member td{
		font-size: 75%; 
		line-height: 160%; 
		text-align: left;
		vertical-align: top;
		padding: 5px 10px 5px 0;
		border-bottom: solid #999999 1px;

	}
/*---:[ adspace styles ]:---*/
#adspace ul{ 
	list-style:none;
	}
#adspace li{ 
	margin: 0 0 5px 0;
	line-height: 0; 
	}
#adspace li img{ 
	display: block;
	}
