@charset "shift_jis";
/* CSS Document */

/*==================トップページ=====================*/

ul.list{
	margin:10px;
}


ul.list li{
	border-bottom:1px dotted #CCC;
	padding:10px 15px;
	background-image:url(../images/listpoint.gif);
	background-repeat:no-repeat;
	background-position:left center;
	list-style:none;
}

span.date{
	color:#FC0;
}

ul.news{
	margin:10px;
}


ul.news li{
	border-bottom:1px dotted #CCC;
	padding:10px;
	background-repeat:no-repeat;
	background-position:left center;
	list-style:none;
}

/*================== OUR SERVICE =====================*/

table.content{
	margin:10px 20px;
}

table.content th{
	vertical-align:top;
	padding:0;
}

table.content td{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

/*==================トップページ以外=====================*/

#headimage{
	height:100px;
	background-color:#d8d3d0;
	text-align:center;
}

#sidemenu{
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}

#sidemenu ul{
	margin:10px;
}

#sidemenu ul li{
	padding:5px 0;
	border-bottom:1px dotted #9bb110;
}

