@charset utf-8;
/*************** 共通 ***************/
body {
	display: block;
	background: #E9E9E9;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	color: #000;
	font-size: 14px;
	background-color: #ecf0f5;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 17px Helvetica;
	color: #FFF;
	margin: 5px;
	padding: 0;
	background: -webkit-linear-gradient(#777 0%, #444 50%, #333 51%, #555555 100%);
}

.bold {
	font-weight: bold;
}
.link_noline {
	padding: 20px 0;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

h1.title {
	font: bold 17px Helvetica;
	background: #000;
	padding: 0 0 0 10px;
}

a {
	color:#07B;
}

/*************** list ***************/
.list {
	width: 1200px;
	height: 60px;
	background-size: 16px 16px;
	display: table-cell;
	border-bottom: dashed 2px #b2b2b2;
	background-position: 100% 45%;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 10px 5px 4px;
}
#list_kuchikomi {
	width: 1200px;
	height: 60px;
	display: table-cell;
	border-bottom: dashed 2px #b2b2b2;
	vertical-align: middle;
	padding: 5px 0;
}

#list_noline {
	width: 1200px;
	height: 60px;
	background-size: 16px 16px;
	display: table-cell;
	background-position: 100% 45%;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 10px 5px 4px;
}
ul.top01 {
	border: 1px solid #363;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #363;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 3px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 5px 0 5px 7px;
}
ul.btm {
	border: 1px solid #AAA;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	background: #FFF;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 3px;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 15px;
	padding: 3px 10px;
}
ul li {
	display: block;
}
ul.top_news {
	border: 1px solid #AAA;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #FFF;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 3px;
	padding: 10px;
}

img.image {
	width: 50px;
	height: 50px;
}
.arrow_box {
	position: relative;
	background: #fff;
	border: 3px solid #adc3c9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 1.3em;
	padding: 5px;
}

/*************** テーブル ***************/

table {
	background-color: #ffffff;
	border-top: #ffffff 3px double;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	vertical-align: middle;
}
th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #555555;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #888888;	
}
td.t_line02 {
	background-color: #dddddd;
}