@charset "UTF-8";

body {
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}

#wrapper {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
}

#header {
	width: 250px;
	height: 120px;
	margin-top: 30px;
	font-size: x-small;
}

#header img {
	padding-bottom: 10px;
}

#pagebody {
	font: normal;
	clear: both;
	position: relative;
	width: 610px;
}

#main {
	padding-bottom: 30px;
}

.main_content {
	padding-bottom: 10px;
	font-size:small;
}

.case {
	width:610px;
	height: 105px;
	padding-bottom: 30px;
}

.case_content {
	padding: 0;
}

.case_img {
	width: 105px;
	height: 105px;
	padding: 5px;
	display: block;
	float:left;
	background-color: #cccccc;
}

.case_url{
	width:475px;
	float:right;
	padding-left: 10px;
	font-size: 45px;
}

.case_expl{
	width:475px;
	float: right;
	padding-left: 10px;
	font-size: x-small;
}


#service_plan {
	padding-bottom: 30px;
	font-size:small;
}

.note {
	font-size: x-small;
}

#footer {
	clear: both;
	width: 620px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: small;
}


a:link  {
	color:#000000;
	font-style: bold;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color:#000000;
	font-style: bold;
	background: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color:#FF0000;
	font-style: bold;
	background: transparent;
	text-decoration: none;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}






