	   .imageButton
		{
			position: absolute;
			cursor:hand;
			border: 3px solid transparent;
		}
	   	.optionButton
		{
			position: absolute;
			width: 250px;
			height: 56px;
            margin: 0:px;
            padding:0px;
            border: 3px solid transparent;
            cursor:hand;
             /*background: #FFCCCC;*/
		}


		.optionButtonText
		{
			position:absolute;
			text-align:center;
			width:250px;
			color:#333333;
			font-family:"Meiryo UI", Geneva, sans-serif;
			font-size:18pt;
			top:27px;
			left:5px;
            border: 3px solid transparent;
            cursor:hand;
           /* background: #FFFF00;*/
		}
		
		.optionButtonPhonetic
		{
			position:absolute;
			text-align:center;
			width:250px;
			color:#333333;
			font-family:"Meiryo UI", Geneva, sans-serif;
			font-size:10pt;
			top:8px;
			left:5px;
            border: 3px solid transparent;
            cursor:hand;
           /* background: #FFFF00;*/
		}
		   .optionButtonPhonetic
		{
			position:absolute;
			text-align:center;
			width:250px;
			color:#333333;
			font-family:"Meiryo UI", Geneva, sans-serif;
			font-size:11pt;
			top:6px;
			left:5px;
            border: 3px solid transparent;
            cursor:hand;
            white-space: pre;
           /* background: #FFFF00;*/
		}

 #clueText
		{
			position: absolute;
			text-align:center;
			width:300px;
			height:78px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:10pt;
			padding:0px;
            cursor:default;
            color:#555555;
  		}
	   .textBox
		{
			position: absolute;
			text-align:center;
			width:200px;
			height:78px;
			font-family:"Meiryo UI", Geneva, sans-serif;
			font-size:20pt;
			font-weight: normal;
			padding:0px;
            cursor:default;
            /*background: #FFFF00;*/
		}
		  #phoneticguide
		{
			position: absolute;
			text-align:left;
			width:400px;
			height:78px;
			font-family:"Meiryo UI", Geneva, sans-serif;
			font-size:10pt;
			padding:0px;
            cursor:default;
            color: #555555;
            white-space: pre;
            /*background: #FFCCCC;*/
}
		.buttonMark
		{
			position: absolute;
			bottom:-1px;
			right:-30px;
			display:none;
            cursor:default;
		}

