@charset "utf-8";
/* -------------------------- */

strong {
	font-weight: bold;
}
a {
	color: #0192B5;
}
a:hover {
	text-decoration: none;
}
.contents-wrap {
	margin: 0 auto;
	width: 800px;
}
.desc {
	border: 1px solid #c9c9c9;
	font-size: 90%;
	margin: 40px 0;
	padding: 20px;
	text-align: center;
}
.service_wrapper {
	margin-right: -25px;
}
.service_wrapper:after {
	display: block;
	content: '';
	clear: both;
}
.service {
	float: left;
	width: 250px;
	/*border: 1px solid #aaa;*/
	margin: 40px 0;
	margin-right: 25px;
}
.service__title {
	position: relative;
	background: #78BD00;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	border-radius: 6px 6px 0 0 ;
	padding: 10px;
	text-align: center;
}
.service__desc {
	background: #f5f5f5;
	color: #333;
	padding: 20px;
	text-align: center;
}
/* color */
..shizai {border-color: #000080;}
.shizai .service__title {background-color: #000080;}
..setup { border-color: #2980b9;}
.setup .service__title { background-color: #2980b9;}


.service__block {
	background-color: #f5f5f5;
	padding: 1px;
}
.service__block:after {
	display: block;
	content: '';
	clear: both;
}
.service__block li {
	font-size: 90%;
	line-height: 1.6;
	text-align: center;
}
.setup .service__block li {
	float: left;
	width: 50%;
}
.btn {
	background: url(./bg_grad_white-gray.gif) left bottom repeat-x white;
	border: 2px solid #aaa;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px #fff;
	color: #666;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 10px 30px;
	padding: 10px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
/*	width: 40%;*/
}
.btn:hover {
	background: url(./bg_grad_gray-white.gif) left top repeat-x white;
}
.l1 {
	border-width: 4px;
	font-size: 160%;
	line-height: 3;
	text-shadow: 0 2px 0 #fff;
}
.l3 {
	border-width: 4px;
	font-size: 160%;
	line-height: 1;
	text-shadow: 0 2px 0 #fff;
}
.new {
	line-height: 1.1;
	font-size: 80%;
}
.copy {
	border-top: 1px solid #c9c9c9;
	font-size: 90%;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

/* color?? */
/* site-nav */
.color_sn_crc {color:#6ead00;border-color:#78BD00;background: linear-gradient(#ffffff, #eaf5d6);}
/* shizai-nav */
.color_si {color: #000080;border-color:#000080;background: linear-gradient(#ffffff, #e2e2f5);}
/* surcs */
.color_st_monitor {color: #2980b9;border-color:#2980b9;background: linear-gradient(#ffffff, #d7e9f5);}
.color_st_crc     {color: #27ae60;}
.color_st_s_user  {color: #8e44ad;border-color:#8e44ad;background: linear-gradient(#ffffff, #e2d3e8);}
