@charset "utf-8";

/* =========================================================
■Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: 1; /* hasLayout True */
}

img, strong, em, q, abbr, cite, var {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	font-size: 100%;
}
img {
	vertical-align: bottom;
}
hr {
	display: none;
}


/* =========================================================
■Base Style
========================================================= */
ol {
	list-style-type: decimal;
	zoom: normal; /* hasLayout True */
}

/* =========================================================
■body
========================================================= */
body {
	margin: 0;
	padding: 0;
	background: url(../img/common/bg_body.gif) repeat-x;
	border-top: 4px #000000 solid;
	color: #555555;
	font-size: 82%;
}
body#etc {
	background: url(../img/common/bg_body_2.gif) repeat-x;
}
body a:link {
	color: #0033CC;
}
body a:visited {
	color: #800080;
}
body a:hover,
body a:active {
	color: #009900;
}
body p {
	margin: 0 0 20px;
	line-height: 140%;
}
body p span {
	color: #666666;
}


/* =========================================================
■container
========================================================= */
div#container {
}
p.topofpage {
	width: 960px;
	margin: 20px auto 0;
	padding: 0;
	text-align: right;
}

/* =========================================================
■header
========================================================= */
div#header {
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px #E4E4E4 solid;
}
div#header p {
	position: absolute;
	top: 14px;
	font-size: 10px;
}

div#header h1#logo,
div#header p#logo {
	position: absolute;
	top: 10px;
}


/* main-nav
----------------------------------------------- */
div#header ul#main-nav {
	position: absolute;
	top: 90px;
	width: 690px;
	height: 72px;
}
div#header ul#main-nav li {
	float: left;
}

/* sub-nav
----------------------------------------------- */
div#header ul#sub-nav {
	float: right;
	margin-top: 90px;
}
div#header ul#sub-nav li {
	float:left;
}

/* hnav
----------------------------------------------- */
div#header ul#hnav {
	position: absolute;
	top: 14px;
	left: 576px;
	font-size: 1%;
}
div#header ul#hnav li {
	float: left;
	padding-left: 22px;
}

/* contact
----------------------------------------------- */
div#header p.contact {
	position: absolute;
	top: 35px;
	left: 576px;
	width: 385px;
	height: 50px;
	padding: 4px 0 0 174px;
	background: url(../../img/common/bg_contact.gif) no-repeat 0 0;
}

/* =========================================================
■article
========================================================= */
div#article {
	width: 960px;
	margin: 0 auto;
	background-color: #F5F5F5;
}
/* =========================================================
■contents
========================================================= */
div#contents {
	float: right;
	width: 720px;
	min-height: 600px;
	margin: 0;
	padding: 20px 0 10px 20px;
	background: #FFFFFF url(../img/home/bg_contents.gif) no-repeat 100% 100%;
}
div#contents h1 {
	height: 210px;
	margin: -10px 0 -60px 0;
	text-indent: -9999px;
}
div#contents h1.counselor {
	background: url(../img/counselor/title_01.jpg) no-repeat 0 0;
}
div#contents h1.booster {
	background: url(../img/booster/title_01.jpg) no-repeat 0 0;
}
div#contents h1.launcher {
	background: url(../img/launcher/title_01.jpg) no-repeat 0 0;
}
div#contents h1.navigator {
	background: url(../img/navigator/title_01.jpg) no-repeat 0 0;
}
div#contents h1.price {
	background: url(../img/price/title_01.jpg) no-repeat 0 0;
}

/* home
--------------------------------------------------------- */
div#contents h2.home {
	height: 200px;
	margin: 0 0 -80px 0;
	background: url(../img/home/h_index.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/* =========================================================
■contentsInner
========================================================= */
div#contents div#contentInner {
	overflow: hidden;
	width: 704px;
	padding: 0 7px 50px;
	border-right: 1px #E4E4E4 solid;
	border-left: 1px #E4E4E4 solid;
}
div#contents div.bgHome {
	background: #FFFFFF url(../img/home/bg_main.gif) no-repeat 0 10px;
}
div#contents div#contentInner h2 {
	margin-bottom: 15px;
	padding: 5px 10px;
	border-left: 5px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
}
div#contents div#contentInner p.lead {
	width: 550px;
}
div#contents div#contentInner p.contact {
	width: 290px;
	margin: 0 auto 40px;
}
div#contents div#contentInner p.tableAttention {
	margin-bottom: 40px;
	text-align: right;
	line-height: 160%;
}
div#contents div#contentInner p.tableAttention span {
	color: #CC0000;
}
div#contents div#contentInner table span {
	color: #CC0000;
}

/* planNavi
--------------------------------------------------------- */
div#contents div#contentInner div#planNavi {
	overflow: hidden;
	margin: 0 -15px 50px 2px;
}
div#contents div#contentInner div#planNavi ul li {
	float: left;
	margin: 0;
	padding-right: 10px;
}
div#contents div#contentInner div#planNavi ul li a {
	margin: 0;
	padding: 0;
}
div#contents div#contentInner div#planNavi ul li a:hover {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

/* workflow
--------------------------------------------------------- */
div#contents div#contentInner div.workflow {
	overflow: hidden;
	width: 712px;
	margin-bottom: 30px;
}
div#contents div#contentInner div.workflow dl {
	float: left;
	width: 168px;
	padding-right: 10px;
}
div#contents div#contentInner div.workflow dl dt {
	width: 168px;
	margin-bottom: 10px;
}
div#contents div#contentInner div.workflow dl dd {
	width: 168px;
	line-height: 140%;
}

/* workflowNavi
--------------------------------------------------------- */
div#contents div#contentInner div.workflowNavi {
	overflow: hidden;
	width: 720px;
	margin-bottom: 30px;
}
div#contents div#contentInner div.workflowNavi dl {
	float: left;
	width: 226px;
	padding-right: 10px;
}
div#contents div#contentInner div.workflowNavi dl dt {
	width: 226px;
	margin-bottom: 10px;
}
div#contents div#contentInner div.workflowNavi dl dd {
	width: 226px;
	line-height: 140%;
}

/* table
--------------------------------------------------------- */
div#contents div#contentInner table {
	width: 700px;
	border: 1px #939393 solid;
	border-collapse: collapse;
	border-spacing: 0;

}
div#contents div#contentInner table tr th {
	padding: 10px 5px;
	background-color: #EBEBEB;
	border: 1px #A3A3A3 solid;
	text-align: center;
}
div#contents div#contentInner table tr th.second {
	background-color: #CCCCCC;
	text-align: left;
}

div#contents div#contentInner table tr td {
	padding: 10px 5px;
	background-color: #F5F5F5;
	border: 1px #A3A3A3 solid;
	text-align: center;
}
div#contents div#contentInner table tr .counselor {
	background-color: #FDAD00;
	border-bottom: 1px #A3A3A3 solid;
	color: #FFFFFF;
	font-weight: bold;
}
div#contents div#contentInner table tr .launcher {
	background-color: #85AE08;
	border-bottom: 1px #CCCCCC solid;
	color: #FFFFFF;
	font-weight: bold;
}

div#contents div#contentInner table tr .booster {
	background-color: #0099CC;
	border-bottom: 1px #CCCCCC solid;
	color: #FFFFFF;
	font-weight: bold;
}
div#contents div#contentInner table tr .navigator {
	background-color: #B80808;
	border-bottom: 1px #CCCCCC solid;
	color: #FFFFFF;
	font-weight: bold;
}


/* =========================================================
■navi
========================================================= */
div#navi {
	width: 200px;
	padding: 10px 0 20px 10px;
}
div#navi ul {
	margin-bottom: 20px;
}
div#navi ul li {
	padding-bottom: 10px;
}

/* sub-section
--------------------------------------------------------- */
div#navi div#sub-section {
	float: left;
	position: relative;
	width: 200px;
	height: 207px;
	margin: 0 auto 20px;
	padding: 0;
	background: url(../img/common/bg_side.gif) no-repeat 0 0;
}
div#navi div#sub-section p {
	padding: 86px 0 0 12px;
}


/* =========================================================
■footer
========================================================= */
div#footer {
	padding-bottom: 10px;
	background-color: #333333;
}
div#footer p#copyright {
	margin: 0 0 30px;
	padding: 15px 0;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font: 80% "Verdana";
}
div#footer ul li {
	line-height: 190%;
}
div#footer ul li a {
	color: #DEEFAB;
	text-decoration: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}

/* footer-nav
----------------------------------------------- */
div#footer div#footer-nav {
	width: 960px;
	margin: 0 auto 30px;
	position: relative;
}
div#footer div#footer-nav p {
	text-align: left;
	margin-bottom: 20px;
}

/* footer-contens
----------------------------------------------- */
div#footer div#footer-nav div#footer-contents {
	float: left;
	width: 320px;
	margin-right: 20px;
}
div#footer div#footer-nav div#footer-contents ul {
	float: left;
	width: 150px;
	margin-right: 10px;
}

/* footer-service
----------------------------------------------- */
div#footer div#footer-nav div#footer-service {
	float: left;
	width: 300px;
}
div#footer div#footer-nav div#footer-service ul {
	float: left;
	margin-right: 20px;
}

/* blog-section
----------------------------------------------- */
div#blog-section {
	float: right;
}
body#home div#blog-section {
	float: none;
}

div#blog-section ul {
	clear: both;
}
div#blog-section ul li {
	margin-bottom: 15px;
	text-align: right;
}


/* =========================================================
■Clearfix
========================================================= */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ------------------------------------------------------ */

div#contents:after,
ul#contents-nav:after,
div#footer-nav:after,
div#main-section ul#topic-path:after,
div#related ul:after,
body#home div#lnk-contents:after,
div.work-section:after,
div#article:after,
div#planNavi:after,
div.workflowNavi:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#contents,
ul#contents-nav,
div#footer-nav,
div#main-section ul#topic-path,
div#related ul,
body#home div#lnk-contents,
div.work-section,
div#article,
div.workflowNavi {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#contents,
* html ul#contents-nav,
* html div#footer-nav,
* html div#main-section ul#topic-path,
* html div#related ul,
* html body#home div#lnk-contents,
* html div.work-section,
* html div#article,
* html div.workflowNavi { height: 1%; }
div#contents,
ul#contents-nav,
div#footer-nav,
div#main-section ul#topic-path,
div#related ul,
body#home div#lnk-contents,
div.work-section,
div#article,
div.workflowNavi { display: block; }
/* End hide from IE-mac */

