@charset "utf-8";

/*=========================================================================*/
/*                                                                         */
/*  このCSSは、「index.html」「new.html」「個別エントリーアーカイブ」に適用されます。*/
/*                                                                         */
/*=========================================================================*/

/*共通事項*/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	font-size:13px;
}

* {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
	display: block;
}

.inline {
	display: inline;
}

#base {
	background-image: url(images/common/base.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 712px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 700px;
}

/*ヘッダ*/
#header {
	padding: 5px;
	margin: 0 0 10px 0;
	border-bottom: 5px solid #3E9D26;
	text-align: center;
}

#header a:hover {
	background-color: transparent;
}

#header #catch {
	margin: 0;
	padding:0;
	color: #666666;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	font-weight: normal;
}

/*サイドメニュー*/
#sidemenu {
	margin: 0 0 30px;
	padding: 0;
	float: left;
	width: 165px;
}

#sidemenu .button {
	margin-left: 5px;
	padding: 0;
	width: 160px;
}

#sidemenu .functionb {
	margin-top:10px;
}

#sidemenu .side {
	margin-left: 5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	line-height:140%;
	padding:2px;
	text-align: left;
}

#sidemenu .side .searchw {
	width: 100px;
}

#sidemenu .side .searchb {
	width: 40px;
}

#sidemenu .side form {
	margin: 0;
}

#sidemenu .syndicate {
	margin-left: 5px;
	font-size:10px;
	line-height:140%;
	padding:2px;
	margin-top:5px;
	background:#FFF;
	text-align: left;
}

#sidemenu .powered {
	margin-left: 5px;
	color:#666;
	font-size:10px;
	line-height:140%;
	padding:2px;
	margin-top:5px;
	background:#FFF;
	text-align: left;
}

#sidemenu .functionb a {
	text-decoration: none;
	color: #666;
	text-align: left;
}

#sidemenu .functionb a:hover {
	color: #333;
	background-color: #C5E2BE;
}

/*フッタ*/
#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 700px;
	clear: both;
	border-top: 5px solid #3E9D26;
}

#navcontainer {
	text-align: center;
}

.navlist {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 10px;
	line-height: 140%;
}

.navlist li {
	display: inline;
	padding: 0;
	margin: 0;
}

.navlist li a {
	text-decoration: none;
	padding: 0 0.5ex;
	color: #666666;
}

.navlist li a:link {
	color: #666666;
}

.navlist li a:visited {
	color: #666666;
}

.navlist li a:active {
	color: #666666;
}

.navlist li a:hover {
	color: #333333;
	background-color: #C5E2BE;
}

#copyright {
	margin: 0;
	padding:0;
	color: #666666;
	font-size: 10px;
	line-height: 180%;
	text-align: center;
}

/*コンテンツ部*/

#main {
	margin-right: 0;
	padding: 0;
	width: 520px;
	float: right;
	text-align: left;
}

#content {
	margin-left: 0;
	padding: 0;
	width: 500px;
	text-align: center;
}

#main a {
	text-decoration: none;
	color: #FF6600;
}

#main a:hover {
	color: #333333;
	background-color: #C5E2BE;
}

#content .photo {
	margin: 0;
	padding: 0;
}

#content .copy {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

h2 {
	margin: 50px auto 0;
	padding:0;
	width: 460px;
	text-align: left;
}

.nophoto h2 {
	margin: 10px auto 0;
	padding-left:0;
	width: 460px;
	text-align: left;
}

h3 {
	margin: 30px auto 0;
	text-align: left;
	width: 420px;
	text-align: left;
}

h4 {
	margin: 25px auto 0;
	width: 420px;
	text-align: left;
}

h5 {
	margin: 25px auto 0;
	width: 460px;
	text-align: left;
}

.normal {
	font-weight: normal;
}

.normalsmall {
	font-weight: normal;
	font-size: 10px;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.strong2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.paragraph {
	padding-top: 20px;
}

p {
	margin: 5px 40px 15px;
	padding:0;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.pright {
	margin: 5px auto 15px;
	padding:0;
	width: 420px;
	color: #666666;
	font-size: 12px;
	text-align: right;
	line-height: 150%;
}

.indentp {
	margin: 5px auto 15px 60px;
	padding:0;
	width: 400px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.red {
	color:#CC0000;
	font-weight: normal;
	font-size: 12px;
}

#content .ptable {
	margin: 5px auto 15px;
	padding:0;
	width: 420px;
}

#content .ptable table {
	width: 420px;
}

#content .ptable td {
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}

#content .list {
	margin: 7px auto 10px;
	padding:0;
	width: 420px;
	text-align: left;
}

#content ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content ul li {
	margin-bottom: 5px;
	padding:0;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
}

#content .list2 {
	margin: 7px 40px 10px 50px;
	padding:0;
	width: 410px;
}

#content ol {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-style: normal;
}

#content ol li {
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
}

.pagetop {
	margin: 0 40px 20px;
	padding:0;
	font-size: 10px;
	text-align: right;
}

.pagetop a {
	text-decoration: none;
	color: #FF6600;
}

.pagetop a:hover {
	color: #333333;
	background-color: #C5E2BE;
}

/*料金について*/
#content .feesbox {
	margin: 5px 100px 10px;
	background: #eeeeee;
	border-top: 1px solid #666666;
}

#content .feeslist {
	padding:2px 20px;
	border-bottom: 1px solid #666666;
}

#content .feeslist table {
	width: 270px;
}

.feeslist td {
	color: #333333;
	font-size: 12px;
	line-height: 130%;
}

/*よくあるご質問*/
#content .faqbox {
	margin: 10px auto 30px;
	padding:0;
	width: 420px;
}

#content .qbox {
	margin: 0;
	padding:2px 20px;
	background: #EAFAEA;
	border-top: 1px solid #3E9D26;
	border-bottom: 1px solid #3E9D26;
}

#content .abox {
	margin: 0;
	padding:2px 20px;
	background: #f7f7f7;
	border-bottom: 2px solid #cccccc;
}

#content .faqbox table {
	margin: 0;
	width: 380px;
}

#content .faqbox td {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}

.faqbox .qbox td {
	color: #333;
}

.faqbox .abox td {
	color: #666;
}

.faqbox .item {
	width: 2.5em;
}

.faqbox .data p {
	margin: 0;
	padding: 0;
}

#contact {
	margin: 30px 40px 20px;
	padding:0;
	color: #666666;
	font-size: 12px;
	text-align: right;
}

/*トップページ*/
 .ptop {
	margin: 5px 20px 15px;
	padding:0;
	width: 460px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
}

#new {
	margin: 40px auto 10px;
	padding:0;
	width: 460px;
	text-align: center;
}

#new h6 {
	margin: 0 0 15px;
	padding-left: 10px;
	padding-bottom:5px;
	color: #333333;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #ccc;
}

#new .topic {
	margin: 0 10px 8px;
	padding: 0;
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 110%;
}

#new .more {
	font-size:12px;
	line-height:130%;
	margin:0pt 22px 5px;
	padding:0pt;
	text-align:right;
}

/* お申し込みのご案内・コーチの募集フォーム・会社概要*/

#content #entryform {
	margin: 10px auto 30px;
	padding:0;
	width: 420px;
	text-align: center;
}

#content #companysummary {
	margin: 10px 40px 30px;
	padding:0;
	width: 420px;
	text-align: center;
}

#entryform h4 {
	margin:10px 0 3px 10px;
	padding-top:0.1em;
	padding-left:15px;
	width: 350px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	vertical-align: middle;
	background-image: url(images/common/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#entryform .formtitle {
	margin: 0 auto;
	padding:0;
	width: 420px;
	background: #96CA89;
	border-top: 1px solid #3E9D26;
	border-bottom: 2px solid #3E9D26;
}

#entryform .formtitle .inner {
	padding:1px 10px;
	margin: 0;
	font-size: 12px;
	line-height:130%;
	text-align: left;
	font-weight: bold;
	text-align: left;
}

.formlist {
	margin: 3px auto 20px;
	padding:0;
	border-top: 1px solid #666;
	width: 420px;
}

#entryform .questiontop {
	margin-left: 0;
	width: 420px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	background: #f7f7f7;
}

.question {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}

.formlist table {
	width: 420px;
}

#entryform .formlist .item {
	width: 110px;
	background: #C5E2BE;
	vertical-align: middle;
}

#companysummary .formlist .item {
	width: 70px;
	background: #C5E2BE;
	vertical-align: middle;
}

.formlist .data {
	background: #f7f7f7;
}

.formlist .inner {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0;
	font-size: 10px;
	line-height:150%;
	text-align: left;
	color: #666;
}

.formlist .question .inner {
	padding-left: 10px;
}

.formlist .questiontop .inner {
	padding-left: 30px;
}

.question .formbox1 {
	width: 250px;
}

.question .formbox2 {
	width: 50px;
}

#entryform .buttonbox {
	margin: 0 auto;
	width: 4em;
}

#entryform .button {
	width: 4em;
}

#companysummary .ctable {
	margin: 0;
	padding:0;
	width: 1%;
}

#companysummary .ctable td {
	color: #666;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

/*コーチのご紹介*/

#content .ptable .year {
	text-align: right;
	vertical-align: top;
	width: 5em;
}

#content .ptable .history {
	text-align: left;
}

#content .portrait {
	margin-top: 5px;
	margin-left: 40px;
	padding:0;
}

#coach h4 {
	margin: 25px auto 0;
	padding-left:15px;
	width:420px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	vertical-align: middle;
	background-image: url(images/common/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/*スクール事業*/

#content .ptable td {
	text-align: left;
}

#content .gridtable {
	margin: 5px 40px 15px;
	padding:0;
	width: 420px;
	background-color: #3E9D26;
}

#content .gridtable table {
	width: 420px;
}

#content .gridtable td {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

#content .gridtable .item {
	background-color: #C5E2BE;
	color: #333;
	font-weight: bold;
}

#content .gridtable .classdata {
	background-color: #f7f7f7;
	color: #333;
}

#content .gridtable .data {
	background-color: #fff;
	color: #666;
}

/*サイトマップ（一部トップページ）*/

#sitemaplist h3 {
	margin-top: 25px;
	margin-left: 50px;
	width: 300px;
	padding-left:13px;
	background-image: url(images/common/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#content #sitemaplist .list {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 300px;
	padding:0;
}

#content #sitemaplist ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content #sitemaplist ul li {
	margin-bottom: 5px;
	padding:0;
	color: #666666;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

#content #graylink a {
	text-decoration: none;
	padding: 0;
	color: #333;
}

#content #graylink a:hover {
	color: #000;
	background-color: #C5E2BE;
}

#content #graylink .list a {
	text-decoration: none;
	padding: 0;
	color: #666;
}

#content #graylink .list a:hover {
	color: #333;
	background-color: #C5E2BE;
}

/*What's new*/


#whatsnew h3 {
	margin: 35px auto 0;
	padding-left:10px;
	background-image: url(images/common/icon2.gif);
	background-repeat: repeat-y;
	width: 420px;
	color: #333;
	font-size: 14px;
	text-align: left;
	line-height: 140%;
	vertical-align: bottom;
}

#whatsnew h3 .date {
	color: #666;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	font-weight: normal;
}

/*=====================================================
　変更箇所  TOP NEWS                                  
=====================================================*/

#new .newslist {
}

#new .newslist dl {
	margin:0pt auto 15px;
	position:relative;
	list-style: none;
	width:440px;
	line-height: 1.4em;
	font-size:92%;
}

#new .newslist dt {
	color:#666666;
	margin:0pt;
	padding:0pt;
	text-align:left;
	width:6em;
	position:absolute;
}

#new .newslist dd {
	margin:0;
	padding-left:6em;
	text-align:left;
	position: relative;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
}

*+html body #new .newslist dd {
	width:370px;
}

* html body #new .newslist dd {
	width:370px;
}

/*=====================================================
　変更箇所  WHAT's NEWS                          
=====================================================*/
#whatnew {
	list-style: none;
	padding:0pt;
	line-height: 1.4em;
	font-size:92%;
	width:420px;
	margin:30px auto 0;
	border-top: 2px solid #ccc;
	padding-top:15px;
}

#whatnew .newslist {
}

#whatnew .newslist dl {
	margin:0pt 0pt 15px;
	position:relative;
}

#whatnew .newslist dt {
	color:#666666;
	margin:0pt;
	padding:0pt;
	text-align:left;
	width:6em;
	position:absolute;
}

#whatnew .newslist dd {
	margin:0;
	padding-left:6em;
	text-align:left;
	position: relative;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
}

*+html body #whatnew .newslist dd {
	width:349px;
}

* html body #whatnew .newslist dd {
	width:349px;
}

/*=====================================================
　WHAT'S NEW    ENTRY                                           
=====================================================*/
#entry {
	width:430px;
       margin:auto;
}

#entry h3 {
	margin-bottom:30px;
}
#entry p {
       margin:5px auto 15px;
}

#entry hr {
	margin:0 auto 20px;
}

#back {
	text-align:center;
	margin:30px auto 65px;
}

/*=====================================================
　FLOAT -Clearfix                                            
=====================================================*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


