@charset "EUC-JP";
/* CSS Document */

h3.entry-title {
	clear:both;
	width:100%;
	height:30px;
	padding-top:7px;
	padding-left:0.5em;
	text-indent:1em;
	font-weight:normal;
	color:#fff;
	background-image:url("../../img/entry-area-h.gif");
	background-repeat:no-repeat;
	background-position:left top;
	}

.text {
	width:650px;
	margin:10px auto;
	}

	.change-display-ancher1,
	.change-display-ancher2 {
		text-align:left;
		width:180px;
		height:35px;
		float:left;
		margin-left:10px;
		background-repeat:no-repeat;
		background-position:left top;
		}
		.change-display-ancher1 {
			background-image:url("../../img/icon-logo/toi-button1.gif");
			}
		.change-display-ancher2 {
			background-image:url("../../img/icon-logo/toi-button2.gif");
			}
			.change-display-ancher1 span,
			.change-display-ancher2 span {
				display:none;
				}
		

	.text table {
		width:540px;
		margin:5px 0;
		clear:left;
		}
		.text table th {
			width:150px;
			padding:3px 15px;
			border:1px solid #666;
			background-color:#eee;
			font-weight:normal;
			}
		.text table td {
			width:360px;
			padding-left:10px;
			}

form input,
form textarea,
form select {
	margin-left:10px;
	background-color:#ffe1af;
	border:1px solid #666;
	width:100%;
	padding:2px 0;
	}
form select {
	width:180px;
	}
	form input#submit1,
	form input#submit2,
	form input#return {
		width:160px;
		padding:3px 0;
		background-color:#eee;
		}
		form input:focus,
		form textarea:focus,
		form select:focus {
			background-color:#FF9966;
			}
