@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border: 0;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	list-style-type: none;

	}

strong {
	font-weight: bold;
	}


/****************
**  Common
*****************/

body {
	background: #8FD2FD url('/dir/image/background2.png') 0% 0% repeat-x;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	}

.clear {
	clear:both;
	}

a {
	color: #004A80;
}a:hover {
	text-decoration: none;
	}

.button {
	margin-top: 10px;
	text-align: center;
	}

#news h2, #about h2, #feature h2 {
	font-size: 20px;
	margin: 10px 0 5px 0;
	font-weight: bold;
	}

.sub h2 {
	padding: 12px 8px 8px 8px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #0177C4;
	color:#0177C4;
	background: url('/dir/template/side.png');
	margin-bottom: 5px;
	}
h3 {
	font-size: 14px;
	border-left: solid 2px #0072BC;
	color: #0072BC;
	padding: 2px 2px 2px 5px;
	margin: 8px 0 1px 0;
	border-bottom: solid 1px #CDCDCD;
	}

table {
	border-top: solid 2px #444444;
	border-bottom: solid 2px #444444;
	}

td, th {
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	background-color: #E6E6E6;
	border-bottom: solid 1px #FFFFFF;
	}

th {
	padding: 0 15px;
	border-right: solid 1px #444444;
	background-color: #CFDDE6;
	font-weight: bold;
	}

th.noborder {
	border: 0;
}

table.tableType_2 {
	border-top: solid 1px #444444;
	border-left: solid 1px #444444;
	}

.tableType_2 td, .tableType_2 th {
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	background-color: #E6E6E6;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	}

dl.mypage {
	margin: 0 5px;
}.mypage dt {
	border-bottom: dotted 1px black;
	padding-left: 2px;
	background-color: #EFEFEF;
}.mypage dd {
	margin-left: 10px;
	margin-bottom: 5px;
	}

#contents ul, #contents ol {
	padding-left: 25px;
}

.notice {
	font-size: 10px;
	}

p {
	margin-bottom: 5px;
	}

input, textarea, select {
	border: solid 1px #333;
	}

.essential {
	color: red;
	}

span.alt {
	display: none;
}

.success {
	color: blue;
	font-size: 15px;
	}

.error {
	color: red;
	font-size: 12px;
	}

.dialog {
	position: absolute;
	width: 300px;
	border: solid 1px black;
	background-color: #FFF;
	z-index: 1;
	padding: 5px;
	}


/****************
**  Wrapper
*****************/

#wrapper {
	width: 762px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 18px;
padding-bottom: 20px;
	}


/****************
**  Header
*****************/

#header_top {
	text-align: right;
	float: right;
}

#title {
	float: left;
}

#header {
	width: 762px;
	overflow: hidden;
	}

#menu {
	float: right;
	text-align: right;

}#menu ul {
	float: right;
	margin-top: 10px;
	margin-right: -8px;
	clear: both;
}#menu li {
	float: left;
	margin-right: 8px;
}#menu li a, #menu a.mypage {
	display: block;
	height: 19px;
	}
#menu a.mypage { width: 125px; height: 20px; background: url('/dir/image/menu_mypage.png') center center no-repeat; }
#menu .home { width: 50px; background: url('/dir/image/menu_home.png') top left no-repeat; }
	#menu .home a:hover, .home #v { width: 50px; background: url('/dir/image/menu_home_v.png') top left no-repeat; }
#menu .feature { width: 64px; background: url('/dir/image/menu_feature.png') top left no-repeat; }
	#menu .feature a:hover, .feature #v { width: 64px; background: url('/dir/image/menu_feature_v.png') top left no-repeat; }
#menu .plan { width: 47px; background: url('/dir/image/menu_plan.png') top left no-repeat; }
	#menu .plan a:hover, .plan #v { width: 47px; background: url('/dir/image/menu_plan_v.png') top left no-repeat; }
#menu .regist { width: 64px; background: url('/dir/image/menu_regist.png') top left no-repeat; }
	#menu .regist a:hover, .regist #v { width: 64px; background: url('/dir/image/menu_regist_v.png') top left no-repeat; }
#menu .contact { width: 92px; background: url('/dir/image/menu_contact.png') top left no-repeat; }
	#menu .contact a:hover, .contact #v { width: 92px; background: url('/dir/image/menu_contact_v.png') top left no-repeat; }



/****************
**  Contents
*****************/

#breadCrumb, #breadCrumb a {
	font-size: 10px;
	text-decoration: none;
	margin-top: 5px;
	}

#theme {
	width: 762px;
	height: 208px;
	background: #FFF url('/dir/image/theme.png') 50% 50% no-repeat;
	margin-bottom: 10px;
	}

#theme ul {
	position: relative;
	top: 90px;
	left: 280px;
	}

#theme li {
width: 458px;
text-align: right;
}

#theme li a {
margin-left: 10px;
}

#theme dt, #theme dd {
margin-bottom: -3px;
}

.sub#middle, .top #contents, .top #side {
	padding: 0 5px;
}

#middle {
	overflow: hidden;
	}

/* Top */

#contents {
	float: left;
	width: 64%;
	}

#side {
	float: right;
	width: 32%;
	}

#top_feature td {
	width: 50%;
	}

/* Sub */
#contents_sub {
	width: 100%;
	}

#contents_sub2 {
	width: 80%;
	float: right;
	}

#side2 {
	width: 19%;
	float: left;
	}
#sideMenu li {
	list-style-type: none;
	text-align: right;
}#sideMenu li a {
	display: block;
	padding: 5px 10px 4px 10px;
	margin-bottom: 1px;
	border-bottom: dotted 1px #AAA;
	font-size: 12px;
}#sideMenu li#v2 a {
	font-weight: bold;
}

.featureImg {
	float: left;
	border: solid 1px black;
	margin-right: 1px;
	}

.featureText {
	float: left;
	}

.faq_cell {
	border: solid 1px gray;
	background-color: #EFEFEF;
	padding: 5px;
}.faq_cell p {
	margin-left: 5px;
}.faq_cell .bottom {
	text-align: center;
}.faq_cell .bottom a {
	font-size: 10px;
	}

/****************
**  Footer
*****************/

#footer {
	width: 790px;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	}

#footer_navi li {
	float: left;
	margin-right: 5px;
	}

#copyright {
	float: right;
	}