@charset "utf-8";

/* ----------------------------------------------------------------------------

　CSS リセット

---------------------------------------------------------------------------- */

html{
	color:#000;
	background: #FFF;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
}

table{
    border-collapse:collapse;border-spacing:0;
}

fieldset,img{ border:0; }

address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}

li { list-style:none; } caption,th{ text-align:left; }

h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}

input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }

/* ----------------------------------------------------------------------------
　共通
---------------------------------------------------------------------------- */

body {
	height: 100%;
}

/* ----------------------------------------------------------------------------

　レイアウト関連

---------------------------------------------------------------------------- */

#wrap {
	position: absolute;
	width: 598px;
	height: 598px;
	background-image: url("../images/haikei_2.jpg");
	top: 50%;
	left: 50%;
	margin: -299px 0 0 -299px;
/*	border: 1px solid #ccc;	*/
}

/* ----------------------------------------------------------------------------

　ヘッダー関連

---------------------------------------------------------------------------- */

#header {
	width: 600px;
	height:119px;
	text-align: center;
	border-bottom: 1px solid #000;
}

#header h1 {
	line-height: 120px;
	font-size: 200%;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------

　コンテンツ関連

---------------------------------------------------------------------------- */

#content {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height:440px;
}
#comments {
	margin: 10px 50px 10px 50px;
	padding: 0px;
	width: 500px;
	height:150px;
}

#button_area {
	margin: 0px 100px 10px 100px;
	padding: 0px;
	width: 400px;
	height:200px;
/*	background-color : #cccccc;	*/
}

#buttons {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:200px;
	float: left;
}

#answer_and_go {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:200px;
	float: right;
}
#answer_area {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:100px;
}
#red_btn {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:100px;
}

#answer_txt {
	margin-top: 50px;
	padding-left: 10px;
	width: 160px;
	color: #000000;
	font-size: 36px;
	background-color : #ffffff;
}

/* ----------------------------------------------------------------------------

　ボタン装飾関連

---------------------------------------------------------------------------- */

input.kanji_btn {
	width: 50px;
	height: 50px;
	font-size: 36px;
	line-height: 50px;
}

input.kanji_btn:hover {
	color: #999999;
	cursor: pointer;
}

input.ctrl_btn {
	width: 72px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.ctrl_btn:hover {
	color: #999999;
	cursor: pointer;
}

input.reset_btn {
	margin-top: 2px;
	width: 148px;
	height: 42px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.reset_btn:hover {
	color: #999999;
	cursor: pointer;
}

input.go_btn {
	width: 170px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.go_btn:hover {
	color: #999999;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------

　フッター関連

---------------------------------------------------------------------------- */

#footer {
	width: 598px;
	height:30px;
	text-align: center;
/*	background: -webkit-gradient(linear, left top, left bottom,
	 from(#f2f2f2), to(#000000));
	background: -moz-linear-gradient(top, #f2f2f2, #000000);	*/
	background-image: url("../images/ft_back.jpg");
	background-repeat: repeat-x;	*/
}

#footer p {
	line-height: 30px;
	color: #000000;
	font-size: 0.82em;
}

/* ----------------------------------------------------------------------------

　その他

---------------------------------------------------------------------------- */

/* クリアフィックス */

.clearfix {zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
