@charset "utf-8";

@import "reset.css";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　基本レイアウト定義　■□■□■
 * 
 * >>> INDEX
 *
 *  1.HTML要素の設定
 *  2.包括ブロック設定
 *  3.ヘッダー設定
 *  4.メイン設定
 *  5.サイド設定
 *  6.フッター設定
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/* ----------------------------------------------------------------------------------------------------
 * ▼　1.HTML要素の設定
 * --------------------------------------------------------------------------------------------------*/
html {
}
body {
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	line-height: 1.5;
	text-align: center;
	height:100%;
	width:100%;
	background: url(../images/ALL.jpg) repeat left top;
	position: relative;
} 
a:link {/*リンク文字色（未訪問）*/
	color: #999;
}
a:visited {/*リンク文字色（訪問済）*/
	color: #999;
}
a:hover {/*リンク文字色（マウスオーバー時）*/
	color: #F9C;
}
a:active {/*リンク文字色（クリック時）*/
	color: #F9C;
}
p {
	font-size: 1.2em;
}
ul,
ol,
dl,
th,
td,
address {
	font-size: 1.2em;
}
* html th,
* html td {/*IE6及びIE5.5のテーブル内の文字サイズ非継承バグ対策*/
	font-size: 0.75em;
	line-height: 1.5;
}
div#Wrap {
	width: 1020px;
	margin: 0 auto;
	*zoom: 1;
	text-align: left;
	background-color: #FFF;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　2.ヘッダー設定
 * --------------------------------------------------------------------------------------------------*/
div#Header {
	height: 220px;
	color: #333;
	margin-top: 20px;
	position: relative;
}
div#Header p#R {
	position: absolute;
	right: 20px;
	top: 170px;
	color: #FFF;
}
div#Header p#R a {
	font-weight: bold;
	font-size: 1.2em;
}
div#Header p#L {
	position: absolute;
	left: 20px;
	top: 170px;
	color: #FFF;
}
div#Header p#L a {
	font-weight: bold;
	font-size: 1.2em;
}
marquee {
	width: 100%;
	height: 20px;
	color: #333;
	font-size: 1.2em;
	background-image: url(../images/bg_Footer.png);
	border-bottom: 1px solid #CCC;	
}
marquee:hover {
	background-image: url(../images/bg_footer.jpg);
	color: #FFF;
}
marquee dl dt {
	width: 5em;
	display: inline;
	margin-right: 2em;
	font-weight: bold;
}
marquee dl dd {
	width: 10em;
	display: inline;
	margin-right: 3em;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　3.ボックス設定
 * --------------------------------------------------------------------------------------------------*/
div#BtnBox {
	position: fixed;
	right: 0;
	top: 250px;
	width: 100px;
	height: 100px;
	background-color: #CCC;
}
div#BtnBox ul {
	text-align: center;
	padding: 5px;
}
div#Contents {
	overflow: hidden;
	zoom: 1;
	margin: 20px;
}
div#LeftBox {
	width: 760px;
	overflow: hidden;
	zoom: 1;
	float: left;
}
div#RightBox {
	width: 200px;
	float: right;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　4-1.メイン設定 #LeftBox内
 * --------------------------------------------------------------------------------------------------*/
div#MainBox {
	width: 538px;
	color: #333;
	float: right;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}
div#MainBox h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 50px;
	text-align: center;
	
}
h3#AKB,
h3#Adays,
h3#Bdays,
h3#Cdays,
h3#Ddays {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 20px 10px;
	background: url(../images/mark1_pink.png) no-repeat left center;
	padding-left: 30px;
	border-bottom: 2px solid #F0F;
}
h3#SKE {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 20px 10px;
	background: url(../images/mark1_yellow.png) no-repeat left center;
	padding-left: 30px;
	border-bottom: 2px solid #F60;
}
div#MainBox p {
	font-size: 16px;
	margin: 0 20px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
div#MainBox dl {
	font-size: 16px;
	padding: 0 10px;
	margin: 20px;
	*zoom: 1;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
div#MainBox dl dt {
	width: 20px;
	height: 25px;
	float: left;
}
div#MainBox dl dd.lank {
	width: 50px;
	height: 20px;
	text-align: right;
	margin-right: 10px;
	float: left;
}
div#MainBox dl dd.title {
	width: 310px;
	height: 20px;
	margin-right: 5px;
	float: left;
}
div#MainBox dl dd.zenkai {
	width: 75px;
	height: 20px;
	float: left;
}
div#MainBox dl dd.name {
	width: 400px;
	margin-left: 80px;
	font-size: 14px;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　4-2.サイド設定 #LeftBox内
 * --------------------------------------------------------------------------------------------------*/
div#SideBox {
	width: 200px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 15px 20px;
}
div#birthday {
	font-size: 11px;
	text-align: left;
	width: 180px;
	border: 5px double #333;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
	color: #333;
	height: 150px;
	overflow: auto;
}
div#birthday dl dt {
	font-size: 13px;
	font-weight: bold;
}
div#TwitterBox {
	margin-bottom: 20px;
}
iframe {
	margin-bottom: 30px;
}
div#SideBox ul li {
	margin-bottom: 10px;
}
div#SideBox ul li a:hover {
	filter: alpha(opacity="80");
	-ms-filter: alpha(opacity="80");
	opacity: 0.8;
	background-color: #FFF;
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　4-3.バナー設定 #RighttBox内
 * --------------------------------------------------------------------------------------------------*/
div#RightBox {
	width: 200px;
	position: relative;
	text-align: center;
	float: right;
	margin-left: 20px;
}
div#RightBox ul li,
div#RightBox ul#Banner li {
	margin-bottom: 10px;
}
div#RightBox ul#Banner {
	margin: 50px 0 10px;
}
div#RightBox ul li a:hover,
div#RightBox ul#Banner li a:hover {
	filter: alpha(opacity="80");
	-ms-filter: alpha(opacity="80");
	opacity: 0.8;
	background-color: #FFF;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　5.フッター設定
 * --------------------------------------------------------------------------------------------------*/
div#Footer {
	background: #333 url(../images/bg_footer.jpg) repeat-x left top;
	color: #FFF; 
	height: 50px;
	position: relative;
	font-weight: bold;
}
div#Footer p {
	position: absolute;
	left: 25px;
	top: 20px;
	text-transform:uppercase;
}
div#Footer address {
	position: absolute;
	right: 25px;
	top: 15px;
}
div#Footer address a span {
	font-family: "HG行書体", "HGP行書体";
	font-size: 1.5em;
	font-weight: bold;
}