@import url("com.css");

/* ------------------------------------------------------------
 news
------------------------------------------------------------ */

.contents_title {
	background: url("../image_2014/news/title_back.png") ;
	background-repeat:no-repeat ;
	height: 35px ;
	width: 729px ;
	position: relative ;
/*	margin: 30px 0 0 0 ; */
	color: #666666 ;
}

.contents_title h2 {
	font-size: 18px ;
	font-weight:bold ;
	position: absolute ;
	left: 20px ;
	top: 5px ;
	margin: 0 ;
}

.contents {
	margin: 0 20px 50px 20px ;
	color: #666666 ;
	font-size: 12px ;
	line-height :140% ;
}

.contents th{
	color: #ffffff ;
	padding: 5px 10px ;
	letter-spacing: 1em ;
	text-align: center ;
	font-size: 12px ;
}

.left_maru {
	background: url("../image_2014/information/kadomaru_left.png") no-repeat #99cccc ;
}

.right_maru {
	background: url("../image_2014/information/kadomaru_right.png") no-repeat #99cccc right top ;
}

.contents td{
	background: #cce6e6 ;
	text-align: center ;
	padding: 5px 10px ;
	color: #666666 ;
	font-size: 12px ;
}

.contents img {
//	float: left ;
//	margin: 0 10px 0 0 ;
}

.contents h3 {
	display: block;
	margin: 20px 0 ;	
}

.clear {
	height: 80px;	
}

/* ------------------------------------------------------------
 tH[
------------------------------------------------------------ */
div.form{
	display:table;
}

dl{
	display:table-row;
}

dt,dd{
	display:table-cell;
	padding:5px 10px ;
	vertical-align:top ;
}

.input{
	padding:2px ;
}

ul.adrs li {
	padding-bottom:5px ;
}

input[type=text],select,input[type=radio],textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	height:25px;
	padding:0 3px;
}

textarea{
	height:100px ;
}

input[type=text]:focus,select:focus,input[type=radio]:focus,textarea:focus {
	border:solid 1px #20b2aa;
}

input[type=text],select,input[type=radio],textarea {
	outline: none;
}

/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
		-webkit-border-radius: 5px;
     
/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
     
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}


div#click_button {
	margin-top:20px ;
}

input#submit_button,input#reset_button{
	margin:20px 0 0 80px ;
	padding:20px 50px ;
	font-size:18px ;
	font-weight:bold ;
}