/* 
======================================================
ホームヘルパー講座　Fujiアカデミー
〒417-0052　静岡県富士市中央町3-2-2　シゲノブビルII 2F
［作成日　2009年5月26日］
====================================================== */



/* ==========================================================
	基本設定
========================================================== */
body {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #99CC00;
	text-align: center;
	line-height: 1.6em;
	color: #333333;
	font-size:80%;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}

img {border: none;}

a:link,
a:visited {
	color:#FF6600;
	text-decoration: underline;
}
a:hover{
	color:#99CC00;
	text-decoration: none;
}

.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* ==========================================================
	［1-2］汎用
========================================================== */
.green-bg {
	background-image:url(../img/base/bg-green.gif);
	background-repeat: repeat;
	clear: both;
	height: 45px;
}

.green {color: #006600}
.lightgreen {color: #99CC00}
.orange {color: #FF3300}
.red {color: #FF0000}
.blue {color: #0000FF}
.gray {color: #999999}
.gray80 {
	color: #999999;
	font-size: 80%;
}
.red90 {
	color: #FF0000;
	font-size: 90%;
}
.bgblue {background-color: #0099FF}
.bglightblue {
	background-color: #F0F9FF;
}
.bggreen {background-color: #99CC00}
.bglightgreen {
	background-color:#F8FFDD;
}
.bgorange {
	background-color: #FF9900;
}
.bglightorange {
	background-color: #FFF7D7;
}
.bgpink {
	background-color: #FF6666;
}
.bglightpink {
	background-color: #FFEAF4;
}
.mb20 {margin-bottom: 20px}
.clear {clear:both}
.sumiline{text-decoration:line-through;}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
	全ページ
	
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* ==========================================================
サイドバナー
========================================================== */

ul#sidebana{
	margin: 10px 0px 10px 0px;
		float: right;
	clear: right;
	width: 160px;
	}
ul#sidebana li{
	margin: 0 0 7px;
	height: 40px;
	width: 160px;
	}
ul#sidebana li.menu001{
	margin: 0;
	height: 40px;
	width: 160px;
	}
ul#sidebana li a{
	text-indent: -9999px;
	height:40px;
	width: 160px;
	display: block;
	}
ul#sidebana li.menu000 a{
	background: url('img/sidebana/side-bn-sunpla.jpg') no-repeat left top;
	}
ul#sidebana li.menu001 a{
	background: url('img/sidebana/side-bn-sunplac.jpg') no-repeat left top;
	}
ul#sidebana li.menu002 a{
	background: url('img/sidebana/side-bn-techno.jpg') no-repeat left top;
	}
ul#sidebana li.menu003 a{
	background: url('img/sidebana/menu003.gif') no-repeat left top;
	}
ul#sidebana li.menu004 a{
	background: url('img/sidebana/menu004.gif') no-repeat left top;
	}
ul#sidebana li.menu005 a{
	background: url('img/sidebana/menu005.gif') no-repeat left top;
	}
ul#sidebana li.menu006 a{
	background: url('img/sidebana/menu006.gif') no-repeat left top;
	}
ul#sidebana li.menu007 a{
	background: url('img/sidebana/menu007.gif') no-repeat left top;
	}
ul#sidebana li a:hover,
ul#sidebana li a.menuOn{
	background-position: left bottom;
	}



/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
	全ページ汎用
	
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* ==========================================================
	ヘッダー・ヘッダーナビゲーション
========================================================== */
#header {
	margin-top: 15px;
	margin-bottom: 12px;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header h1 {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* ヘッダーナビゲーション
---------------------------------- */
#headernavi {
	float: right;
	width: 300px;
}
#headernavi p {
	margin: 0px;
	padding: 0px;
}
#headernavi .headernavibox {
	float: left;
}

/* ==========================================================
	ヘッダーメニュー
========================================================== */
#hmenu {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	clear: both;
}
#hmenu ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: center;
	width: 800px;
	margin: 0px;
}
#hmenu ul li {
	float: left;
}
#hmenu ul li img{
vertical-align:bottom;
}


/* ==========================================================
	トップ画像
========================================================== */
#topimg {
	background-image: url(../img/top/top-bg-blue.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#topimg tbl {
	margin: 0px;
	padding: 0px;
}
#topimg .topimgbox {
	float: left;
}


/* ==========================================================
	コンテンツ
========================================================== */
#contents {
	margin-top: 17px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contents #main {
	text-align: left;
	font-size: 120%;
	float: left;
	width: 620px;
}
.link_title{
	text-align: left;
	margin:0;
	padding:0;
}


#contents #side {
	font-size: 90%;
	float: right;
	clear: right;
	width: 160px;
}
#contents #side p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}



/* ステップ
---------------------------------- */
#acquire {
	margin-bottom: 15px;
	float: left;
	width: 620px;
}
#acquire .acquire-stepbox,
.left {
	float: left;
	margin-top: 10px;
	padding: 0px;
}


/* 説明ボックス
---------------------------------- */
.explainbox {
	padding-bottom: 30px;
	float: left;
	width: 620px;
}
.explainbox-txt {
	width: 410px;
	font-size: 90%;
	padding-left: 10px;
	float: left;
}


/* インフォメーション
---------------------------------- */
#inforbox {
	float: left;
	width: 620px;
}
.infor {
	margin-top:5px;
}

.infor p {
	font-size: 90%;
}



.infor ul {
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;

}
.infor ul li {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 292px;
}
.infor ul li.last {
	margin-right: 0px;
	margin-left: 0px;
}
.infor dl {
	margin-top: -4px;
	font-size: 90%;
	width:290px;
	color:#333333;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #99CC33;
}
.infor dl dt {
	padding-left:10px;
	width:115px;
	margin-left: 0px;
	float: left;
	clear:both;
}

.infor dl dt dd {
	font-size: 90%;
	padding-left: 5px;
	margin-left: 0px;
} 



/* Fujiアカデミーのいろは
---------------------------------- */
#irohabox {
	float: left;
	margin-bottom: 20px;
	width: 620px;
}
.iroha {
	margin-top:10px;
}
.iroha ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.iroha ul li {
	padding-left: 5px;
	margin-left: 0px;
	float: left;
	margin-bottom: 8px;
}


/* 　スケジュール
---------------------------------- */
#schedule {
	float: left;
	margin-bottom: 15px;
	clear: both;
	width: 620px;
}
#schedule ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
#schedule ul li {
	margin-left: 0px;
	float: left;
	margin-bottom: 8px;
}


/* 　サイドメニュー
---------------------------------- */
#smenu {
	margin-bottom: 10px;
}
#smenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#smenu ul li {
	margin-bottom: 5px;
}
#smenu ul li img {
	vertical-align: bottom;
}

/* 　サイド　ツイッター
---------------------------------- */
#side-twitter{
margin-bottom:10px;
}

/* 　サイド　モバイル
---------------------------------- */
#side-mobile{
background-image:url(../img/base/side-mobile-bg.gif);
background-repeat:no-repeat;
background-position:left top;
font-size:90%;
padding-bottom:2px;
padding-top::2px;
}
#side-mobile-txt{
background-color:#FFFFFF;
}

/* 　サイド　アクセス
---------------------------------- */
#side-access {
	margin: 10px 0px;
	padding: 10px 10px 0 10px;
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 1.4em;
}
#side-access h5 {
	margin-bottom: 10px;
	margin-top: 0px;
}
#side-access strong {
	font-size: 14px;
}
#side-access address {
	font-style: normal;
	margin-top: 3px;
	margin-bottom: 5px;
}
#side-access p {
	margin: 0px;
	padding: 0px;
}


/* 　サイド　運営事業
---------------------------------- */
#side-management {
	margin: 10px 0px 10px 0px;
}
#side-management ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side-management ul li {
	margin-bottom: 5px;
}
#side-management ul li img {
	vertical-align: bottom;
}


/* 　サイド　カウンター
---------------------------------- */
.counter {
	padding: 10px 0px 20px 0;
}


/* 　サイド　アドビリーダー
---------------------------------- */
#adobebox {
	background-color: #DDDDDD;
	font-size: 90%;
	line-height: 1.2em;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#adobebox img {
	margin-bottom: 4px;
	text-align: center;
}
#adobebox p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/* ==========================================================
	フッター
========================================================== */
#footermenu {
	background-color: #99CC00;
	clear: both;
	height: 30px;
	font-size: 12px;
}
#footermenu a:link,
#footermenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footermenu a:hover {
	color:#FFFF00;
	text-decoration: none;
}
#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 2.4em;
}
#footermenu ul li {
	float: left;
}
#footermenu #ftel {
	float: right;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	background-image: url(../img/base/bg-green.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
#footer strong {font-size: 120%}
#footer p {
	text-align: left;
}


/* ==========================================================
	中ページ汎用
========================================================== */
#title {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	width: 900px;	
}
#title-bg {
	background-image: url(../img/title/title-bg.jpg);
	background-repeat: repeat-x;
	height: 69px;
	background-position: top;
}
h2 #title {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}

/* 汎用テキストエリア
---------------------------------- */
.freearea {
	margin-bottom: 25px;
	clear: both;
}
.freearea .freetit {
	margin-bottom: 22px;
}
.freearea-txt {
	padding-top: 0px;
	padding-left: 10px;
	line-height: 1.6em;
}


/* 　まずはお気軽に無料説明会へ
---------------------------------- */
#explanation {
	margin-bottom: 10px;
	float: left;
	width: 594px;
}
#explanation_left {
	float: left;
	width: 229px;
}
#explanation_left p,
#explanation_right p {
	margin: 0px;
	padding: 0px;
}
#explanation_right {
	float: left;
	width: 365px;
	background-color: #FFFFCC;
}
#explanation_right ul {
	background-image: url(../img/in/explanation-txt.gif);
	background-repeat: no-repeat;
	height: 122px;
	width: 365px;
	margin: 0px;
	padding: 0px;
	text-indent: -9000px;
	display: block;
	list-style-type: none;	
}



/* 　faq
---------------------------------------------------------------------- */
#faq {
	width: 600px;
}
#faq dl {
	margin: 0px;
}
#faq dt {
	margin-bottom: 15px;
	background-image: url(../img/in/faq-question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	line-height: 2.4em;
}
#faq dd {
	margin-bottom: 35px;
	background-image: url(../img/in/faq-answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-left: 0px;
	color: #339900;
	line-height: 1.6em;
}


/*  ページトップ
---------------------------------- */
.pagetop{
	clear: both;
}
.pagetop a {
	background-image: url(../img/in/toppage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 12px;
	width: 90px;
	text-indent: -5000px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetop a:hover {
	background-image: url(../img/in/toppage_f2.gif);
}



/* 　アクセス
---------------------------------------------------------------------- */
.accessbox {
	width: 620px;
	margin-bottom: 35px;
	float: left;
	clear: both;
}
.accessbox h2 {
	margin-bottom: 26px;
}
.accessbox-map {
	float: left;
	margin-right: 17px;
	padding-left: 10px;
}
.accessbox-txt {
	float: left;
	width: 385px;
}
.accessbox-txt p {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#accessbox-serve {
	padding-left: 10px;
}
#accessbox-servearea {
	line-height: 1.4em;
	padding-left: 8px;
	font-size: 90%;
}


/* 　受講料・お申込方法
---------------------------------------------------------------------- */
#price {
	float: left;
	width: 620px;
}
#price h2 {
	float: left;
}
#price p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.pricearea {
	clear: both;
	float: left;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-top: 15px;
	width: 620px;
}
.pricearea-txt {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.pricearea2 {
	clear: both;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 15px;
	width: 620px;
}
.price-coupon {
	padding-left: 100px;
	padding-top: 5px;
	float: left;
}
.price-discount {
	padding-left: 60px;
}


/* 　お申込み方法
---------------------------------- */
#means {
	padding-bottom: 40px;
}
#means dt#means01 {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/price/means-p01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	height: 30px;
	margin-bottom: 15px;
	line-height: 2.2em;
}
#means dt {
	clear: both;
}
#means dt#means02 {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/price/means-p02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	height: 30px;
	margin-bottom: 15px;
	line-height: 2.2em;
}
#means dt#means03 {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/price/means-p03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	height: 30px;
	margin-bottom: 15px;
	line-height: 2.2em;
}
#means dd {
	margin-left: 30px;
	line-height: 1.5em;
	padding-right: 20px;
}
.meanstxtarea {
	padding-bottom: 20px;
	clear: both;
	margin-top: 0px;
}
.meansbox {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.meansbox h3 {
	margin: 0px;
	padding: 0px;
}
.meansbox p {
	margin: 0px;
	padding: 0px;
}
.meansbox-txt {
	background-color: #DFECB7;
	height: 90px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 160%;
}


/* 　受講の流れ
---------------------------------------------------------------------- */
#flowbox {
	margin-bottom: 40px;
	float: left;
	width: 620px;
}
#flowbox h3 {
	margin-top: 30px;
	clear: left;
}
#flowbox dl {
	margin: 0px;
	padding: 0px;
	float: left;
}
#flowbox dt {
	float: left;
	width: 112px;
} 
#flowbox dd {
	float: left;
	margin-left: 0px;
	width: 490px;
}
#flowbox dd p {
	width: 369px;
	margin: 0px;
	padding: 0px;
}
#flowbox .flowbox-txt {
	padding-left: 5px;
	width: 369px;
	font-size: 14px;
}
#flowbox .flowbox-txt ol {
	margin: 0px;
	padding: 0px;
}
#flowbox .flowbox-txt ol li {
	margin-left: 1.6em;
}


/* 　フローチャート
---------------------------------- */
.flowtxt {
	padding: 20px 10px;
}
.flowtxt h3 {
	clear: both;
}

#step01-1 {
	padding-left: 40px;
	background-image: url(../img/flow/step1/step01-1_4.jpg);
	background-repeat: no-repeat;
	background-position: 350px 5px;
	float: left;
	width: 570px;
	padding-bottom: 20px;
}
#step01-1 p,
#step01-2 p,
#step01-3 p,
#step01-4 p {
	margin: 0px;
	padding: 20px 0px;
}
#step01-2,
#step01-3,
#step01-4 {
	padding-left: 40px;
}

#step01-2 h4 {
	color: #000000;
	font-size: 80%;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9999;
	margin-left: 14px;
	margin-bottom: 3px;
}
#step01-2 ul {
	padding:0px;
	list-style-type: none;
	font-size: 70%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#step01-2 ul li {
	margin-left: 24px;
}

/* 　ステップ汎用ボックス
---------------------------------- */
.steparea {
	float: left;
	padding-bottom: 25px;
}


/* 　Step2
---------------------------------------------------------------------- */
#step2 {
	padding-left: 10px;
}

.step2-day {
	margin: 0px;
	padding-bottom: 25px;
	width: 289px;
	float: left;
}
.step2-day p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.step2-day ul {
	margin: 0px;
	padding-left: 0px;
	font-size: 80%;
	padding-bottom: 15px;
	padding-top: 3px;
}
.step2-day ul li {
	margin-left: 20px;
}


/* 　Step3
---------------------------------------------------------------------- */
.step03area {
	padding-left: 40px;
	padding-bottom: 30px;
}

.step03-point {
	width: 565px;
	background-image: url(../img/flow/step3/step03-pont.gif);
	background-repeat: no-repeat;
	height: 77px;
	padding-top: 14px;
	padding-left: 65px;
	padding-right: 20px;
	margin-bottom: 12px;
}
.step03-point p {
	margin: 0px;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 480px;
	line-height: 1.3em;
}
.step03-flow {
	color: #666666;
	font-size: 76%;
}
.step03-flow th {text-align: left}
.step03-flow td {
	padding-right: 10px;
	line-height: 1.6em;
}


/* 　Step4
---------------------------------------------------------------------- */
.step04area {
	padding-left: 10px;
	margin-bottom: 30px;
}
.step04area h3 {
	padding-bottom: 15px;
}
.step04area h4 {
	padding-bottom: 0px;
}
.step04-point {
	width: 600px;
	background-image: url(../img/flow/step4/step04-pont.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 10px;
	margin-bottom: 12px;
}
.step04-point p {
	margin: 0px;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 480px;
	line-height: 1.3em;
}


/* 　アカデミー概要
---------------------------------------------------------------------- */
.comtbl {
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 15px;
}
.comtbl td {
	font-size: 90%;
	line-height: 1.6em;
}
.comtbl td p {
	margin-botom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.comtbl h3 {
	margin-bottom: 25px;
}

/* 　会社概要
---------------------------------- */
table.company {
	font-size: 90%;
}
.company th {
	background-color: #99CC00;
	color: #FFFFFF;
	text-align: left;
	width: 150px;
}
.company td {
	border: 1px solid #CCCCCC;
}
.company th,
.company td {
	padding: 7px 0px 7px 15px;
	line-height: 1.6em;
}


/* 　リンク
---------------------------------------------------------------------- */
.link {
	float: left;
	width: 310px;
}
.link ul {
	margin: 27px 0px 0px 0px;
	padding-left: 0px;
}
.link ul li {
	line-height: 1.6em;
	margin-left: 25px;
	padding-right: 10px;
}
.linkfree {
	clear: both;
	padding-top: 46px; /*公式のみ*/
}


/* 　リンク２
---------------------------------------------------------------------- */
.link-R {
	float: left;
	width: 310px;
}
.link-R ul {
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.link-R ul li {
	line-height: 1.6em;
	margin-left: 35px;
}



/* 　プロフィール
---------------------------------------------------------------------- */
.profilebox {
	background-image: url(../img/profile/profilebox-bgtop.gif);
	background-repeat: no-repeat;
	width: 620px;
	padding-top: 20px;
}
.profilebox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.profileboxbt {
	clear: both;
	margin-bottom: 35px;
}
.profile-noph {
	width: 600px;
	margin-left: 10px;
	margin-bottom: 15px; /*公式のみ反映用*/
}
.profile_name-man {
	font-size: 100%;
	color: #003399;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	width: 580px;
	clear: both;
	margin-bottom: 15px;
	margin-left: 10px;
}
.profile_name-woman {
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	width: 580px;
	clear: both;
	margin-bottom: 15px;
	margin-left: 10px;
}
.profile-noph dl {
	font-size: 90%;
	clear: both;
	width: 600px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
.profile-noph dt {
	font-weight: bold;
	color: #99CC00;
	clear: both;
	float: left;
	width: 170px;
	display: block;
}
.profile-noph dd {
	margin-left: 175px;
	display: block;
	margin-right: 20px;
}
.profile-noph dt,
.profile-noph dd {
	margin-bottom: 15px;
	line-height: 1.6em;
}



/* 　お問い合わせ
---------------------------------------------------------------------- */
.contact {
	padding-bottom: 25px;
}
.contact h3 {
	font-size: 14px;
	margin: 20px 0px;
}
.contact table {
	font-size: 90%;
}
.contact th {
	background-color: #D7E99A;
	color: #006600;
	text-align: left;
	border: 1px solid #99CC00;
	width: 150px;
}
.contact td {
	border: 1px solid #CCCCCC;
}
.contact th,
.contact td {
	padding: 7px 0px 7px 7px;
}
.contact input {
	margin-bottom: 2px;
	vertical-align: middle;
}

p.hosokutxt {
	color: #666666;
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px 0px 7px 17px;
}


/* 　無料説明会テーブル装飾
---------------------------------------------------------------------- */
.setsumeikai {
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 15px;
}
.setsumeikai table {
	font-size: 90%;
}
.setsumeikai th {
	color: #FFFFFF;
}
.setsumeikai th,
.setsumeikai td {
	padding: 7px;
	line-height: 1.4em;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.setsumeikai td.setumei-blue {
	background-color: #E7F0FE;
}
.sumi {
	text-decoration: line-through;
}
.sumi td{
	text-decoration: line-through;
}
.imgR {
	float: right;
	margin-right: 13em;
	margin-top: 5px;
}


/* 　受講生の声
---------------------------------------------------------------------- */
.voicebox {
	background-image: url(../img/profile/profilebox-bgtop.gif);
	background-repeat: no-repeat;
	width: 580px;
	padding: 22px 20px 10px 20px;
}
.voicebox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.voicebox p {
	margin: 0px;
	padding-bottom: 2px;
	line-height: 1.6em;
	width: 580px;
}


/* 　装飾無しテーブル
---------------------------------------------------------------------- */
.normaltbl {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}
.normaltbl th,
.normaltbl td {
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}

p.map a{
	font-size: 140%;
	line-height: 1.4;
	}
	
	
	#contents #main h2 {
	margin: 0px 0px 20px;
}
