@charset "utf-8";

/**
 * 各教材の値段表示部分
 */
.price {
	width: 450px;
	margin: 10px auto 0px auto;
	border: solid 1px #123;
	text-align: center;
}
.price div {
	padding: 5px;
	overflow: hidden;
}
.price div.price_c {
	background: #ABC;
}
.price div.price_e {
	background: #ACB;
}
.price strong {
	color: red;
}
.price a.order {
	margin:10px auto;
	display:block;
	width: 200px;
	height: 70px;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../img/order_button.gif") no-repeat left top;
}
.price a.order:hover{
	background:url("../img/order_button.gif") no-repeat left -70px;
}
.price p {
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	display: inline;
	border: 1px solid #AAA;
	background:#ebf8fa;
	padding:2px 10px;
	margin:5px 0 0 0 ;
}
table.p5_table {
margin:5px 0;}
table.p5_table th, table.p5_table td {
	border-bottom:1px dotted #CCC;
	padding: 2px ;
}
table.p5_table th {
	background: #f9f9f9;
}



/*********************contact****************/
input,select,textarea {
	border: 1px solid #AAA;
}

table#main_table {
	clear: both;
	width: 500px;
	margin: 10px auto ;
	border: 1px solid #AAA;
border-collapse:collapse;
}
table#main_table td {
	background-image: url(../img/table_BG.gif);
	background-repeat: repeat-x;
	padding: 6px 3px 6px 8px;
	border: 1px solid #AAA;
}
table#main_table th {
	width: 120px;
	background-color: #eee;
	padding: 6px 3px 6px 8px;
	border: 1px solid #AAA;
}
table#main_table th strong {color:#cc0033;}

table#main_table td.table_tilte {
	height: 38px;
	background-image: url("../img/entry_table_bar3.gif");
	background-repeat: repeat-x;
	
}
table#main_table td h3 span.sub_title {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
input.in_text_l {
	margin: 1px 0px 2px 2px;
	font-size: 14px;
	border: 2px solid #ccc;
	width: 300px;
	height: 22px;
	vertical-align:middle;
}
input.in_text_m {
	margin: 1px 0px 2px 2px;
	font-size: 14px;
	border: 2px solid #ccc;
	width: 180px;
	height: 22px;
	vertical-align:middle;
}
select {
	height: 22px;
	margin: 1px 0px 1px 2px;
	border: 2px solid #ccc;
	vertical-align:middle;

}
textarea {
	margin: 1px 0px 2px 2px;
	font-size: 12px;
	border: 2px solid #ccc;
}

textarea.in_text_area_s {
	width: 350px;
	height: 120px;
}

/*****/
center.comp {
	border: 3px solid #efaf9c;
	background: #eee;
	padding:10px;
	font-weight: bold;
	font-size: 16px;
}

/***右枠***/
div.Privacy1 h3 {
	text-align: center;
	background-color: #FFF;
	margin-right: 2px;
	padding: 3px 6px;
	font-size: 14px;
	border-bottom: 2px solid #8C3F2E;
	border-top: 2px solid #8C3F2E;
}
div.Privacy1 ul {
	list-style: none;
	line-height: 16px;
	margin: 10px 5px;
}
div.Privacy1 li {
	margin: 0 2px 5px 2px;
}
div#contact_right {
	text-align: left;

}
strong.error_text {color:orange;}