@charset "UTF-8";
@charset"utf-8";

/* ====================================
	Begin menu-asshitanoiro
   ==================================== */


#menu-as {

	height: 25px;
	padding: 0px 0px 0px 0px;
/*	background-color: #e6e6e6;*/
	margin: 0 auto;
	border: 0px;
}

#menu-as p {
	font-size: 80%;
	font-weight:bold;
	margin: 0px;
}

#menu-as ul { /*リスト全体*/
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-as li { /*リストの1段目*/
	float: left;
	min-width: 80px;
	white-space: nowrap;
}

#menu-as ul ul { /*2段目以降*/
	display: none;
	position: absolute;
	z-index: 10;
}

#menu-as li li { /*2段目以降のリスト項目*/
	clear: left;
	position:relative;
	width: 100%;
}

#menu-as ul ul ul { /*3段目以降*/
	top: 0;
	left: 100%;
}

#menu-as ul li:hover > ul {
	display: block;
}


*+html #menu-as ul ul a { /*IE用*/
width: 58px; /*（80-10-10-1-1）パディングとボーダーの分を引いた値*/
white-space: normal; /*幅に応じて改行*/
}




#menu-as li {
	margin-left: 3px;
}

#menu-as a { /*1段目以降のメニュー文字*/
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase; /*大文字に変換*/
	line-height:12px;
	color: #dadada;
	text-decoration: none;
	text-align: left; /*1段目は文字を中央合わせに*/
	padding: 5px 10px;
	background-color: #242424;
	display: block;
}

#menu-as a:link {
	color: #fff;
	background-color: #111;
	text-decoration: none; 
}
#menu-as a:visited {
	color: #fff;
	background-color: #111;
	text-decoration: none; 
}
#menu-as a:hover {
	color: #e2ba00;
	background-color: #111;
	text-decoration: none; 
}
#menu-as a:active {
	color: #fff; 
	background-color: #111;
}


#menu-as ul ul {
	padding-top: 1px;
}

#menu-as ul ul ul { /*3段目以降*/
  padding-top: 0; /*2段目の上パディング2pxを元に戻す*/
}

#menu-as li li {
	margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}

#menu-as ul ul a { /*2段目以降のメニュー文字*/
	font-size: 12px;
	line-height: 1.3;
	text-align: left; /*2段目以降は左寄せにもどす*/
	border-top: solid 1px #555555;
	border-right: solid 1px #070707;
	border-bottom: solid 1px #070707;
	border-left: solid 1px #555555;
	background-color: #343434;
}

/* ====================================
	End menu-asshitanoiro
   ==================================== */



/* ====================================
	Begin copyright
   ==================================== */


div.footer-as { 
	color:#ccc; 
	/*height:13px; */
	display:table-cell; 
	vertical-align:middle; /* 上下のセンタリング */
	text-align:right; /* 文字のrighting */
} 

div.copyright-as { 
	color: #ccc; 
       font-family:"Trebuchet MS";
	font-size: 10px; 
	line-height: 1.2em; 

	display:inline; /* ここから下はIE用 */
	zoom:1; 
	vertical-align:middle;
} 

div.footer-as span.dummy-h { /* spanはIEの場合だけ読み込まれている */
	display:inline; 
	zoom:1; 
	height:100％; 
	vertical-align:middle; 
}


div.footer-as {
	color:#ccc;
	/*height:13px;*/
	display:table-cell;
	vertical-align:middle; /*上下の中央合わせ*/
	text-align:right; /*文字のセンタリング*/
} 

div.copyright-as {
    color: #ccc;
    font-family:"Trebuchet MS";
    font-size: 10x;
    line-height: 1.2em;
    left: 10px;
}

*:first-child+html div.copyright-as {
    display:inline;
    zoom:1;
    vertical-align:middle;
}

*:first-child+html div.footer span.dummy-h {
    display:inline;
    zoom:1;
    height:100%;
    vertical-align:middle;
}

* html div.copyright-as {
    display:inline;
    zoom:1;
    vertical-align:middle;
}

* html div.footer span.dummy-h {
    display:inline;
    zoom:1;
    height:100%;
    vertical-align:middle;
}

/* ====================================
	End center copyright
   ==================================== */



/* ====================================
	What's New section
   ==================================== */
.whats-new-title {font: italic bold 120% Vijaya ; color: #ff0113; }
.whats-new-text {font: 11px Trebuchet MS; color: #fffefe}

#whats-new {

	padding: 0px 0px 0px 0px;
}

#whats-new p {
	font-family: "Trebuchet MS";
	color: #fffefe;
	font-size: 11px;
	margin: 0px;
}
#whats-new a {
	font-family: "Trebuchet MS";
	color: #fffefe;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#whats-new a:link {
	color: #fffefe;
	text-decoration: none; 
}
#whats-new a:visited {
	color: #fffefe;
	text-decoration: none; 
}
#whats-new a:hover {
	color: #e2ba00;
	text-decoration: none; 
}
#whats-new a:active {
	color: #ff8a01; 
	text-decoration: none; 
}


/* ====================================
	Begin top page slideshow
   ==================================== */

.mod-image { width: 800px; }
.mod-image .main { width: 800px; height: 500px;}
.mod-image .main li { display: none; position: absolute; }
.mod-image { position: relative; left: 50%; margin-top:-20px; margin-left:-355px; padding:0 0 0 0}

/* ====================================
	End top page slideshow
   ==================================== */