@charset "utf-8";



/*----------------------------------------------------------
	コンテンツ:2nd common
----------------------------------------------------------*/

#mainArea {
	width: 722px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding: 20px 10px 30px 18px;
}

* html #mainArea {
	width: 750px;
}

#mainArea h1 {
	width: 695px;
	height: 43px;
	font-size: 150%;
	font-weight: bold;
	background: url(../img/bg_h1.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 12px 0 0 28px;
}

* html #mainArea h1 {
	width: 723px;
	height: 55px;
}

#mainArea h1#longH1 {
	width: 896px;
	background: url(../img/bg_h1long.jpg) no-repeat;
}

* html #mainArea h1#longH1 {
	width: 924px;
}

#mainArea h2 {
	clear: both;
	font-size: 140%;
	font-weight: bold;
	background: url(../img/icon_h2.jpg) no-repeat left center;
	margin: 10px 0;
	padding: 0 0 0 25px;
}

#mainArea h3 {
	text-align: left;
}

#mainArea p {
	margin: 0 0 1em 0;
}

#mainArea a:visited {
	text-decoration: none;
}

#mainArea ul {
	text-align: left;
	margin: 10px 0 10px 20px;
}

#mainArea ul li {
	list-style: disc;
	padding: 0 0 6px 0;
}

#mainArea ol {
	text-align: left;
	margin: 10px 0 10px 30px;
}

#mainArea ol li {
	list-style: decimal;
	padding: 0 0 6px 0;
}

#mainArea ol ol li {
	list-style: lower-roman;
}

#mainArea table {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#mainArea table th {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e2e7e3;
	padding: 10px 7px;
}

#mainArea table td {
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e2e7e3;
	padding: 10px 7px;
}

* html #mainArea table th,
* html #mainArea table td {
	font-size: 85%;
}

#mainArea table tr.odd {
}

#mainArea table tr.even {
}


#mainArea #pagetop {
	clear: both;
	text-align: right;
	background: url(../img/icon_pagetop.jpg) no-repeat right center;
	margin: 15px 0 0 0;
	padding: 0 22px 0 0;
}

#mainArea #pagetop a {
	text-decoration: none;
}

#mainArea #pagetop a:hover {
	text-decoration: underline;
}

#mainArea #preparation {
	text-align: center;
	margin: 200px 0 0 0;
}

#mainArea #preparation img {
	margin: 0 0 18px 0;
}

#mainArea #preparation a:hover {
	color: #ff6600;
	text-decoration: underline;
}




/*----------------------------------------------------------
	コンテンツ:News
----------------------------------------------------------*/

#newsSection {
	float: right;
	width: 520px;
	padding: 0 0 20px 0;
}

#newsSection dl {
	width: 520px;
	text-align: left;
	border-bottom: 1px dotted #666;
	padding: 10px 0 0 0;
}

#newsSection dl dt {
	float: left;
	width: 90px;
	color: #ff6600;
	border-top: 1px dotted #666;
	padding: 8px 0;
	clear: both;
}

#newsSection dl dd {
	border-top: 1px dotted #666;
	padding: 8px 0;
	margin: 0 0 0 90px;
}

#newsSection dl dd a {
	text-decoration: underline;
}

#newsSection dl dd a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#archiveSection {
	float: left;
	width: 170px;
	border: 1px solid #ccc;
	padding: 10px 0 0 10px;
}

#archiveSection p {
	font-size: 120%;
	font-weight: bold;
	background: url(../img/icon_square.gif) no-repeat left center;
	padding: 0 0 0 10px;
}

#archiveSection a:hover {
	color: #ff6600;
	text-decoration: underline;
}





/*----------------------------------------------------------
	コンテンツ:About
----------------------------------------------------------*/

#movieSection {
	width: 340px;
	float: right;
	text-align: right;
}

.read {
}

#mainArea #purpose {
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
}

#mainArea #purpose li {
	list-style: none;
	padding: 0 0 3px 20px;
}

.featureSection {
	width: 334px;
	height: 100px;
	background: url(../img/bg_box.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 5px 7px 0 10px;
}

* html .featureSection {
	width: 351px;
	height: 105px;
}

.featureSection h3 {
	color: #ff6600;
	font-size: 130%;
	font-weight: bold;
}

.featureSection p {
}

.note {
	float: right;
}

#screenArea {
	background: url(../img/bg_gradient.jpg) repeat-x top;
	border: 1px solid #ccc;
	padding: 13px;
}

/* -- clear float -- */ 
#screenArea {
	min-height:0;
	display: inline-table;
}

#screenArea:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #screenArea {height:0;}
#screenArea {display: block;}
/* */
/* -- end clear float -- */

#screenArea img {
	margin: 0 0 15px 0;
}

.screenSection {
	width: 340px;
	margin: 10px 0 0 0;
}

.screenSection h3 {
	font-size: 120%;
	font-weight: bold;
}

.screenSection p {
	border-bottom: 1px dotted #333;
	padding: 0 0 15px 0;
}




/*----------------------------------------------------------
	コンテンツ:Step
----------------------------------------------------------*/

#stepSection {
	border-top: 4px solid #e2e7e3;
	border-bottom: 4px solid #e2e7e3;
	padding: 25px 0 40px 0;
}

/* -- clear float -- */ 
#stepSection {
	min-height:0;
	display: inline-table;
}

#stepSection:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #stepSection {height:0;}
#stepSection {display: block;}
/* */
/* -- end clear float -- */

.stepImage {
	padding: 0 0 0 45px;
}

#stepSection #stepDetailSection {
	float: right;
	text-align: center;
	padding: 0 45px 0 0;
}



/*----------------------------------------------------------
	コンテンツ:Menu
----------------------------------------------------------*/

#mainArea ul#requirement {
	margin: 10px 0 10px 10px;
}

#mainArea ul#requirement li {
	list-style: none;
	background: url(../img/icon_square.gif) no-repeat left 6px;
	padding: 0 0 6px 12px;
}

#mainArea table#operating {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
}

#mainArea table#operating th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainArea table#operating td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}

#mainArea table#operating tr.odd td {
	background: #eff4f0;
}



/*----------------------------------------------------------
	コンテンツ:Seminar
----------------------------------------------------------*/

#seminarInfoSection {
	width: 698px;
	margin: 0 auto;
}

* html #seminarInfoSection {
	margin: 0 0 0 110px;
}

#seminarInfoSection #bgTable {
	background: #666;
	padding: 4px;
}

#mainArea #seminarInfoTitle {
	margin: 0;
}

*+html #mainArea #seminarInfoTitle {
	margin: 0;
}

html>/**/body #mainArea #seminarInfoTitle { /* for IE8 */
	margin /*\**/: 0\9;
}

#mainArea table#seminarInfo {
	width: 690px;
	border: none;
}

#mainArea table#seminarInfo th {
	width: 140px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eff4f0;
}

#mainArea table#seminarInfo td {
	border-bottom: 1px solid #ccc;
	border-right: none;
	background: #fff;
}

#mainArea table#seminarInfo tr#btCheck td {
	text-align: center;
	padding: 20px 0;
}

#mainArea table#seminarInfo tr#btCheck td p {
	color: #ff6600;
	font-size: 85%;
	margin: 0 0 5px 0;
}

#mainArea table#seminarInfo tr#btArea td {
	text-align: center;
	background: #eff4f0;
	padding: 10px 0 20px 70px;
}

#mainArea table#seminarInfo tr#btArea td div {
	width: 45%;
	float: left;
	font-size: 85%;
}

#mainArea table#seminarInfo tr#btArea td div img {
	margin: 10px 0 0 0;
}



/*----------------------------------------------------------
	コンテンツ:Demo
----------------------------------------------------------*/

.imgR {
	float: right;
}

.section {
	border-bottom: 4px solid #e2e7e3;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

/* -- clear float -- */ 
.section {
	min-height:0;
	display: inline-table;
}

.section:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .section {height:0;}
.section {display: block;}
/* */
/* -- end clear float -- */

#catch {
	margin: 20px 0;
}

#checkSection {
	text-align: center;
	background: #e2e7e3;
	margin: 20px 0;
	padding: 20px 15px;
}

#checkSection p {
	text-align: left;
}

#formSection {
	border: 1px solid #ff6600;
	padding: 20px 5px 0 15px;
}

#formSection h3 {
	text-align: center;
	margin: 0 0 15px 0;
}

#formSection p {
	margin: 0;
}

#formSection #demo {
	width: 631px;
	background: #e2e7e3;
	padding: 30px;
}

* html #formSection #demo {
	width: 691px;
}

#formSection #demo table {
	border-top: none;
	border-left: none;
}

#formSection #demo table th {
	width: 100px;
	border-bottom: none;
	border-right: none;
	background: #e2e7e3;
	padding: 10px 7px;
}

#formSection #demo table td {
	text-align: left;
	border-bottom: none;
	border-right: none;
	background: #e2e7e3;
	padding: 10px 7px;
}

* html #formSection #demo table td {
	width: 531px;
}

*+html #formSection #demo table td {
	width: 531px;
}

#formSection #demo table td .left {
	margin: 0 7px 0 0;
}

#formSection #demo table td #btCheck {
	border: 1px solid #ff6600;
	background: #fff;
	padding: 15px 10px;
}

* html #formSection #demo table td #btCheck {
	width: 600px;
}

*+html #formSection #demo table td #btCheck {
	width: 600px;
}

#formSection #demo table td #btCheck span {
	font-size: 110%;
	font-weight: bold;
	padding: 0 20px 0 0;
}

#formSection #demo table td span {
	padding: 0 0 0 20px;
}

#formSection #demo table td span a {
	color: #ff6600;
}

.inputText04 {
	width: 60%;
}

#mainArea #formSection #btInputSection {
	text-align: center;
	margin: 20px 0 30px 200px;
}

* html #mainArea #formSection #btInputSection {
	margin: 20px 0 30px 100px;
}

*+html #mainArea #formSection #btInputSection {
	margin: 20px 0 30px 100px;
}




/*----------------------------------------------------------
	コンテンツ:Question
----------------------------------------------------------*/

#mainArea .question {
	margin: 10px 0 30px 20px;
}

#mainArea .question li {
	list-style: none;
	padding: 0 0 8px 0;
}

.question li span {
	color: #ff6600;
}

#qaArea {
	padding: 1em 0 0 20px;
}

#qaArea p {
	margin: 0 0 2em 0;
}

#qaArea #backLink {
	margin: 5em 0 0 0;
}

#qaArea #backLink a:hover {
	color: #ff6600;
	text-decoration: underline;
}




/*----------------------------------------------------------
	コンテンツ:Contact
----------------------------------------------------------*/

#contactNote {
	border: 1px solid #ff6600;
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
}

.inputText01 {
	width: 70%;
}

.inputText02 {
	width: 95%;
}

.inputText03 {
	width: 30%;
}

#textarea {
	width: 95%;
	height: 100px;
}

input[type="text"] {
}

textarea {
	padding: 5px;
}

#mainArea #btInputSection {
	text-align: center;
	margin: 20px 0 30px 230px;
}

/* -- clear float -- */ 
#btInputSection {
	min-height:0;
	display: inline-table;
}

#btInputSection:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #btInputSection {height:0;}
#btInputSection {display: block;}
/* */
/* -- end clear float -- */

.btSubmit {
	float: left;
	display: block;
	width: 132px;
	height: 30px;
	border: none;
	background: url(../img/bt_send.jpg) no-repeat;
	text-decoration: underline;
	text-indent:-9999px;
	cursor: pointer;
	margin: 0 15px 0 0;
}

.btSubmit:hover {
	background: url(../img/bt_send_on.jpg) no-repeat center center;
}

html>/**/body .btSubmit:active { /* for IE8 */
	background-position /*\**/: 1px 1px\9;
}

.btReset {
	float: left;
	display: block;
	width: 132px;
	height: 30px;
	border: none;
	background: url(../img/bt_reset.jpg) no-repeat;
	text-decoration: underline;
	text-indent:-9999px;
	cursor: pointer;
}

.btReset:hover {
	background: url(../img/bt_reset_on.jpg) no-repeat;
}

html>/**/body .btReset:active { /* for IE8 */
	background-position /*\**/: 1px 1px\9;
}





/*----------------------------------------------------------
	コンテンツ:Sitemap
----------------------------------------------------------*/

#mainArea #sitemap {
	margin: 30px 0 10px 20px;
}

#mainArea #sitemap li {
	list-style: none;
	background: url(../img/icon_triangle.gif) no-repeat left 4px;
	padding: 0 0 6px 12px;
}

#mainArea #sitemap li ul li {
	list-style: none;
	background: url(../img/icon_triangle.gif) no-repeat left 5px;
	padding: 0 0 6px 15px;
}



