@import url("com.css");

/* ------------------------------------------------------------
 コンテンツ
------------------------------------------------------------ */

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

.contents_title h2 {
	font-size: 14px ;
	position: absolute ;
	left: 20px ;
	top: 10px ;
	margin: 0 ;
}

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

/* ------------------------------------------------------------
 表
------------------------------------------------------------ */

.contents th{
	color: #ffffff ;
	background-color:#af8ebd ;
	text-align: center ;
	padding: 4px 20px ;
	font-size: 14px ;
}

.left_maru {
	background: url("../image_2014/access/kadomaru_left.png") no-repeat #ffffff ;
}

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

.contents td{
	background: #dfdfff ;
	text-align: center ;
	padding: 8px 10px ;
	color: #666666 ;
	font-size: 15px ;
}