/* 『タカラノモノ』用スタイルシート */

/*本体の設定*/
body{
/*	padding: 60px 5% 20px 20px;*/
	margin-top: 0pt;
	font-weight: normal;
	font-family: "MS UI Gothic,Osaka";
	color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	cursor:crosshair;
}
/* menu.shtml */
body.c_menu{
	padding-top: 30px;
	padding-left: 5px;
/*	font-family: "ＭＳ　ゴシック";*/
/*	background-color: #dcdcdc;*/
}

/* フォーム入力欄の設定 */
input{
	background-color: #F8F8FF;
	border-style: solid;
	border-width: 1px;
	border-color: #708090;
	font-size: 8pt;
	color: #006666;
}


/*リンクの設定*/
a{
	text-decoration: none;
	font-weight: bold;
}
a:link{
	color: #333333;
}
a:visited{
	color: #333333;
}
a:active{
	color: #333333;
}
a:hover{
	font-weight: normal;
	color: #CCCC99;
}

/* menu */
a.menu{
	font-weight: normal;
}
a.menu:hover{
	font-weight: bold;
}
/* Last Update (index2.html) */
a.update{
	font-size: 11px;
	font-weight: normal;
}
a.update:hover{
	font-weight: bold;
}

/*テーブルの設定*/
table{
	border-collapse: collapse;
	word-break: break-all;
}

/* index2.html */
table.index2{
	margin-top: 70px;
	margin-bottom: 120px;
}
/* 更新履歴 */
table.update{
	margin: 40px 5% 20px 20px;
}

/* about */
table.about{
	width: 570px;
	border-collapse: separate;
}
table.about_omake{
	margin-bottom: 30px;
	width: 570px;
}
/* Weiβ好きに100の質問 */
table.weiss_100_title{
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-color: #333333;
}
table.weiss_100_q_a{
	width: 590px;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-color: #333333;
}
/* ミゲたんラヴァーズに50の質問 */
table.mguel_50_title{
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-color: #FF9900;
}
table.mguel_50_q_a{
	width: 590px;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-color: #FF9900;
}

/* 絵と小説 */
table.pict_ss_info{
	margin-top: 90pt;
}
table.msg{
	margin-left: 10px;
	color: #666666;
}
/* 雑記 */
table.zakki_frame{
	margin-top: 40pt;
/*	margin-bottom: 80pt;*/
}
table.zakki{
	width: 555px;
	border-collapse: separate;
}

/* リンク */
table.link{
	margin-bottom: 50pt;
	width: 510px;
}
/* 一番下の */
table.link2{
/*	margin-bottom: 30pt;*/
	width: 510px;
}

/*見出し*/
/* 雑記 */
table th.zakki{
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #A9A9A9;
	background-color: #666666;
}

/*データの設定*/
table td{
	padding: 3px 5px 2px 5px;
}

/* index.html 動作確認・推奨 */
table td.browser{
	padding: 1px 5px 1px 5px;
}

/* about */
table td.about{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dashed;
	border-left-style: none;
	border-width: 1px;
	border-color: #999999;
}
/* Weiβ好きに100の質問 */
table td.weiss_100_title{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	background-color: #999999;
	border-color: #C0C0C0;
}
table td.weiss_100_n{
	width: 30px;
	text-align: center;
	background-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
table td.weiss_100_q{
	width: 575px;
	background-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
table td.weiss_100_a{
	background-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6FA;
}
/* ミゲたんラヴァーズに50の質問 */
table td.mguel_50_title{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	border-color: #FFA07A;
}
table td.mguel_50_n{
	width: 20px;
	text-align: center;
	background-color: #FF9933;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
}
table td.mguel_50_q{
	width: 585px;
	background-color: #FF9933;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
}
table td.mguel_50_a{
	background-color: #FFCC66;
	border-style: solid;
	border-width: 1px;
	border-color: #F0E68C;
}

/* 雑記 */
table td.zakki{
	padding: 7px 10px 10px 10px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #666666;
}
