/* Twiquester CSS */

/*******************************************
	 共通設定
 *******************************************/
body {
	width : 100%;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background-color:#000000;
	font-size:75%;
	font-family: Verdana, "細明朝体", "ヒラギノ明朝 Pro W3", Osaka ,sans-serif;
	position:absolute;
}

/* 通常のリンクの設定 */
a:link {
	color:#FFFF66;
	text-decoration:underline;
}

/* 過去に見たことがあるページのリンクの設定 */
a:visited {
	color:#FFFF33;
	text-decoration:underline;
}

/* カーソルが合っている状態のリンクの設定 */
a:hover {
	color:#FF0000;
}

/* アクティブ状態のリンクの設定 */
a:active {
	color:#FFAA00;
}

h1 { /* メインタイトルに利用 */
	font-size:200%;
	margin:-10px 10px 10px 10px;
	font-weight:bold;
	font-family:Arial Black;
}
.titleYomi { /* 読み仮名として表示 */
	margin:10px 10px 0px 10px;
	padding: 0px;
	font-weight:bold;
	font-family:Arial Black;
}

h2 {
	font-size:75%;
	margin:5px;
	font-weight:normal;
}

h3 {
	font-size:20px;
	margin:0px;
	font-weight:bold;
}



/*******************************************
	個別設定
 *******************************************/

.bookmark {	/* ブックマーク */
	text-align:right;
	margin:5px;
	font-weight:normal;
}

a.menulink  {
	color:#FFFFFF;
	padding:1px 10px 0px 17px;
	text-decoration:underline;
}

/* 過去に見たことがあるページのリンクの設定 */
a.menulink:visited  {
	color:#FFFFFF;
	padding:1px 10px 0px 17px;
	text-decoration:underline;
}

/* カーソルが合っている状態のリンクの設定 */
a.menulink:hover {
	color:#FFFFFF;
	background-image:url('http://ne-9.jp/img/cur.gif');
	background-position:left;
	background-repeat:no-repeat;
}

/* アクティブ状態のリンクの設定 */
a.menulink:active {
	color:#FFFFFF;
	background-image:url('http://ne-9.jp/img/cur.gif');
	background-position:left;
	background-repeat:no-repeat;
}



table.alltable {
	width: 800px;
	padding:10px;
	margin: 0 auto;
	vertical-align:top;
}


table.menu {
	width: 200px;
	padding: 100px;
	font: bold 150% "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	vertical-align:top;
	padding:0px;
	border:5px solid #ffffff;
	color:#ffffff;
	background-color:#000000;

}

table.status {
	width: 500px;
	padding: 20px;
	font: bold 150% "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	vertical-align:top;
	padding:0px;
	border:5px solid #ffffff;
	color:#ffffff;
	background-color:#000000;
}
table.status th{
	vertical-align:top;
}

.inputi01 {	/* キーワード入力フォーム */
	font-size:20px;
	font-family:Arial Black;
	
	/* 英数字のみ入力モード */
	ime-mode:disabled;
}
.inputi02 {	/* キーワード入力フォーム */
	font-size:16px;
	font-family:Arial Black;
	
	/* 英数字のみ入力モード */
	ime-mode:disabled;
}

/* DragonQuest status window */
.dqWindow {
	border:3px solid #FFFFFF;
	padding:12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-raduis:4px;
	word-break: break-all;
	overflow:hidden;
}

table.btl_start td{
	padding:5px;
	font-family:Arial Black;
	text-align:center;
	word-break: break-all;
	overflow:hidden;
}

.hukidashi { 
	margin: 2px 30px 5px 30px;
	background: #FFFFFF;
	padding: 10px;
	position: relative;
	color: black;
}
.hukidashi .rihgtArrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 20px solid #FFFFFF;
	border-left: none;
	border-right: 30px solid black;
	position: absolute;
	bottom: 60%;
	right: -30px;
}
.hukidashi .leftArrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 20px solid #FFFFFF;
	border-right: none;
	border-left: 30px solid black;
	position: absolute;
	bottom: 60%;
	left: -30px;
}
