@charset "utf-8";

/* echoCMS 2012_12 */

.emp, .emp>* {
	font-weight: bold;
	font-size: 120%;
	color: #f45927;
}

h2 {
	font-size: 200%;
	letter-spacing: 3px;
	border-bottom: 5px double #ddd;
	padding: 20px 0px 14px 8px;
	margin-bottom: 20px;
}

h3 {
	clear: both;
	margin: 40px auto 20px;
	font-size: 176%;
	padding: 8px 0px 0px 8px;
	color: #444;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

h4 {
	font-size: 138%;
	color: #175474;
	margin-top: 20px;
	margin-bottom: 6px;
	clear: both;
}

h5 {
	font-size: 116%;
	margin-top: 10px;
	margin-left: 7px;
	/*border-bottom: solid 1px #bbb;*/
}

/* @group #header */

div#header {
	width: 103%;
	padding: 0px;
	padding-top: 40px;
	height: 80px;
}

div#header #other_menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #555;
	color: #777;
	border-bottom: 1px solid #fff;
}

#other_menu a {
	color: #ccc;
	padding: 0px 10px;
	line-height: 2;
}

/* @end */

/* @group #menu */

#menu {
	padding: 0;
	margin: 0;
	position: relative;
	top: 54px;
}

#menu ul li a {
	padding: 0px 8px 4px;
}

#menu ul li a:hover, #menu ul li#x a {
	border-bottom: solid 3px #f45927;
}

#menu ul li .home {
	background-position: center;
}

#menu ul li .feature {
	background-position: center;
}

#menu ul li .plan {
	background-position: center;
}

#menu ul li .regist {
	background-position: center;
}

/* @end */

/* @group #breadcrumb */

div.breadcrumbwrapper {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	line-height: 1;
	height: 34px;
	background-color: #fff;
}

div#breadcrumb {
	line-height: 34px;
	width: 840px;
	margin: auto;
	color: #999;
	font-weight: bold;
}

div#breadcrumb a {
	color: #444;
	font-weight: normal;
	padding: 0px 1em;
	display: inline-block;
	float: left;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	margin-right: 1em;
	margin-left: -1em;
	text-shadow: 0px 2px 0px #ffffff;
	background: rgb(255,255,255);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
/* W3

C */
}

div#breadcrumb a:first-child {
	margin-left: 0em;
	border-left: 1px solid #ccc;
}

div#breadcrumb a:hover {
	text-decoration: none;
	background: #f3f3f3;

/* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%);
}
/* @end */

/* @group right */

#main .right #sub_menu li {
	padding: 0;
	font-weight: bold;
}

#main .right #sub_menu li a {
	display: block;
	margin-bottom: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 10px 10px 10px 14px;
	color: #555;
}

#main .right #sub_menu li a:hover {
	border-left: 4px solid #cf5f42;
	padding: 10px 10px 10px 10px;
	background-color: #efefef;
	text-decoration: none;
}

#main .right #sub_menu li#x2 a {
	color: #555;
	background: #fff;
	border-left: 3px solid #f45927;
	padding-left: 10px;
	cursor: default;
}

#main .right #sub_menu li#x2 {
	position: relative;
	background: #f45927;
}

#main .right #sub_menu li#x2:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#main .right #sub_menu li#x2:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f45927;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}

/* @end */

/* @group toppage */

/* @group linkbox */

#feature {
	margin-right: -48px;
}

#feature div {
	float: left;
	width: 384px;
	height: 124px;
	margin-left: 12px;
	padding-bottom: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#feature div.linkbox {
	border: 1px solid #ccc;
	position: relative;
	padding: 10px;
	margin: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
}

div.linkbox p {
	float: right;
	width: 280px;
}

div.linkbox a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(00, 00, 00, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(00, 00, 00, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.linkbox a:hover {
	background-color: #ccc;
	opacity: 0.1;
}

div.linkbox h4 {
	margin: 0px 6px 6px;
	background: url(../images/ico_right.png) no-repeat right 6px;
}

#feature div img {
	margin-left: 10px;
}

/* @end */

div#topwrapper {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	line-height: 1;
	height: 220px;
	padding-top: 2px;
	background-color: #fff;
}

div#topwrapper h2 {
	margin: 0px;
}

div.lead {
	float: left;
	width: 460px;
	margin-bottom: 0px;
}

div#main div.lead p {
	font-size: 100%;
	margin-bottom: 0.8em;
}

div.toppanel {
	width: 900px;
	line-height: 1;
	margin: auto;
	display: block;
}

/* @end */

/* @group btn */

div.buttonbox {
	float: right;
	width: 320px;
	border: 1px solid #ccc;
	padding: 14px 10px;
	margin: 0;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	box-shadow: inset 0px 1px 1px 0px rgba(00, 00, 00, 0.1);
	background-color: #f7f7f7;
}

div.buttonbox h3 {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	left: 0;
	font-size: 131%;
	color: #5c6d87;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#main div.buttonbox p {
	color: #555;
	line-height: 1.4;
	margin-bottom: 0px;
}

a.btn {
	width: 242px;
	height: 60px;
	background: url(../images/btn_siteopen_on.png) center top;
	display: block;
	margin: 6px auto;
}

a.btn:hover img {
	visibility: hidden;
}

div.button {
	margin-top: 30px;
}

/* @end */

/* @group clearfix */

div#topwrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group contents */

/* @group table */

.normal th, .normal td {
	text-align: left;
	padding: 0.7em 1em;
}

.normal tr th {
	background: #fff;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px dotted #aaa;
}

.normal tr.odd th {
	background: #fff;
}

.normal tr td {
	background: #fff;
	border-bottom: 1px dotted #aaa;
}

.normal tr.odd td {
	background: #fff;
}

.normal td span {
	font-size: 10px;
}

/* @end */

#main p {
	font-size: 108%;
	margin-bottom: 1.2em;
}

strong {
	color: #000;
}

/* @end */