﻿/* CommonCSS------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(../common_images/bg_main.jpg);
	height: 100%;
	background-repeat: repeat;
	background-position: center top;
}
body {
	background-image: url(../common_images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
}
p,li,address {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	font-family:
	'ＭＳ Ｐゴシック',
	'Osaka',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'メイリオ',
	'Meiryo',
	sans-serif;
}
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
}
td,th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding: 5px;
}
td {
	background-color: #DDDDDD;
}

th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color:#CFEBCF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#index .news_box_last_clearfix{
	display: inline-block;
	width: 740px;
	clear: both;
}

#page {
	text-align: center;
}
#page .bg_shadow {
	background-image: url(../common_images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 820px;
	margin: auto;
	text-align: left;
}
#page .bg_shadow_left {
	background-image: url(../common_images/bg_shadow_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #page .bg_shadow_left {
	background-image: url(../common_images/bg_shadow_left_ie.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
*:first-child+html #page .bg_shadow_left {
	background-image: url(../common_images/bg_shadow_left_ie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page .bg_shadow_right {
	background-image: url(../common_images/bg_shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 650px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
}
* html #page .bg_shadow_right {
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
}
*:first-child+html #page .bg_shadow_right {
	width: 800px;
	padding-right: 11px;
	padding-left: 10px;
}
#header {
	background-image: url(../common_images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 800px;
}
#header .site_title {
	padding-top: 33px;
	padding-bottom: 29px;
	padding-left: 14px;
}
#header .navi {
	width: 800px;
}
#header .navi p {
	float: left;
	width: 160px;
}
#footer {
	width: 780px;
	min-height:100px;
	padding-top: 17px;
	clear: both;
	background-image: url(../common_images/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	color: #FFFFFF;
}
#footer p.copy {
	font-size: 75%;
	padding-top: 3px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#contents {
	background-color: #EAEAEA;
	width: 720px;
	padding-top: 38px;
	padding-bottom: 38px;
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
}
#contents h1 {
	padding-bottom: 15px;
}

/* Index------------------------------- */

#index {
	background-image: url(../../index_images/img_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 282px;
	clear: both;
}
#index p {
	line-height: 120%;
}
#index h2 {
	padding-bottom: 15px;
}
#index #contents {
	margin: 0px;
	padding: 22px 20px 22px 22px;
	width: 760px;
}
#index .news {
	width: 750px;
	padding-left: 10px;
}
#index .news_box {
	width: 740px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#index .news_box_last {
	width: 740px;
	clear: both;
}
#index .date {
	float: left;
	width: 85px;
}
#index .news_text {
	float: right;
	width: 640px;
	padding-right: 10px;
}
#index p.news_title {
	font-weight: bold;
	color: #003300;
	padding-bottom: 5px;
}

/* Pages------------------------------- */

#inquiry .box_contact {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#inquiry .box_contact p {
	font-size: 90%;
	padding-left: 5px;
}
#inquiry .box_contact strong {
	color: #CC0000;
}
#inquiry .box_form {
	width: 620px;
	margin-left: 45px;
}
#inquiry .box_form em {
	font-style: normal;
	color: #CC0000;
}
#inquiry .box_form table {
	margin-top: 15px;
	margin-bottom: 15px;
}
#inquiry p.btn {
	text-align: center;
}
#inquiry  .name  input,#inquiry  .tel  input,#inquiry  .mail  input,#inquiry textarea {
	border: 1px solid #999999;
	background-color: #EAEAEA;
	padding: 2px;
}
#inquiry .name input,#inquiry .tel input {
	width: 200px;
}
#inquiry .mail input {
	width: 300px;
}
#inquiry  textarea {
	width: 400px;
	height: 130px;
}
#inquiry  .submit_btn {
	text-align: center;
}
#inquiry   .back {
	margin-right: 40px;
}
#inquiry .completion p {
	text-align: center;
	padding-bottom: 20px;
}


#privacy p {
	padding-bottom: 15px;
	width: 685px;
	padding-left: 5px;
}
#privacy p.date_privacy {
	text-align: right;
}
#training p.message {
	font-size: 85%;
}
#training .illust {
	background-image: url(../../training/images/img_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 248px;
	width: 256px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#training p {
	padding-bottom: 15px;
	padding-left: 10px;
}
#training .box_training {
	clear: both;
	width: 700px;
	padding-left: 10px;
	padding-top: 10px;
}
#training .lesson {
	float: right;
	width: 331px;
}
#training .price {
	float: left;
	width: 331px;
}
#training .box_training p {
	padding-left: 20px;
}
#training .box_training h2 {
	padding-bottom: 10px;
}
#profile p {
	line-height: 200%;
}

#profile  .bg_photo {
	background-image: url(../../profile/images/img_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 270px;
	min-height: 250px;
	padding-bottom: 20px;
}
#profile .bg_photo p {
	font-size: 85%;
	padding-left: 5px;
}
#profile .bg_photo_2 {
	background-image: url(../../profile/images/img_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-right: 270px;
	min-height: 371px;
	width: 390px;
	padding-left: 30px;
}
