@charset "utf-8";
/* CSS Document */
/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family:meiryo,"メイリオ";

	list-style-type: none;
}

html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	
	
}


a{
	color:#FF9900;
	}
a:visited{
	color:#FF9900;
	}

body {
	margin: 0px;
	padding: 0px;
	color:#666666;
	line-height: 130%;
	background:url(../images/e_back.jpg) no-repeat top center;}

#all_wrapper{
	margin:0px auto 0px auto;
	font-weight:bold;
	height: 100%;
	padding:0px 0px 0px 10px;
	float: none;
	font-size: 12px;
	width:1002px;


}
body > #all_wrapper {
	height: auto;
	background-color:ebebeb;

}

.lineup img{
	float:left;
	border:none;
	}
	
.sentence{
	float:right;
	width:490px;
	color:#FFFFFF;
	padding:12px;
	font-size:13px;
	border:#FFFFFF 1px solid;
	margin:180px 50px 24px 10px;
	background:url(../images/e_black.png) no-repeat;
	
}


.hana{
	float:left;
	width:200px;
	color:#FFFFFF;
	padding:12px;
	font-size:13px;
	border:#FFFFFF 1px solid;
	margin:180px 50px 24px 10px;
	
}



h2{
	font-size:28px;
	font-weight:100;
	color:#B5B500;
	border-left:4px solid #848C1C;
	border-bottom:#CCCCCC 1px solid;
	padding-left:5px;
	margin-bottom:5px;

	
	}
.red{
	background-color:#FF0000;
	padding:2px 8px 2px 3px;
	color:#FFFFFF;
	font-weight:bold;
	}	
	
.tokuten{
	background-color:#B5B500;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 0px 5px;
	font-size:16px;
	}
	
.dvd{
	color:#B5B500;
	font-weight:bold;
	font-size:26px;
	margin:14px 0px 3px 0px;
}		

.dvd02{
	color:#B5B500;
	font-weight:bold;
	font-size:11px;
	margin:3px 0px 3px 0px;
}	
	
.bottom{
	background:url(../images/e_bottom.jpg);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:20px;
	text-align:center;
}

p{
	margin-bottom:3px;
	}

.text{
	margin-left:30px;
	}

.asia{
	background:url(../images/e_asia.jpg) no-repeat;
	padding:48px 0px 20px 312px;
	height:160px;
	
	}
	
.asia img{
	margin-right:5px;
	border:0;
	float:left;
	}	
	
	
