@charset "utf-8";
/*index.html専用css*/

/*リセット*/
* {
	padding: 0px;
	margin: 0px;
}

/*サイト全体の設定*/
body
{
	font-family:Verdana,'メイリオ','ＭＳ Ｐゴシック',Meiryo,Osaka,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background: #3E423C;
}

/*文字、画像、段落等の設定*/
a
{
	outline: 0;
	color:#555555;
	x color:#0099FF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

strong {
	font-weight:normal;
}

sup
{
	font-size: 0.5em;
}

address {
	font-style:normal;
	font-size:10px;
}

p
{
	text-align: justify;
}

h4 {
	font-size:90%;
	margin:9px 0px 15px 0px;
}

img
{
    border: none;
}

.separate {
	background: url(../images/border_separate.gif) no-repeat;
	width: 450px;
	height: 3px;
	margin: 7px auto;
}

hr {
	display:none;
}

span.newsDate {
	font-weight: bold;
	color: #556F79;
}

/*ラッパー*/
#wrapper
{
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	width: 798px;
	margin: 0 auto 0px auto;
	background: #819CA7 url('images/abg.gif') repeat-y;
}


#container
{
	padding: 0px;
}

/*ヘッダ*/
#header
{
	height: 350px;
	width: 798px;
	margin:0px;
	padding: 0px;
	color: #fff;
	background: #95ABB4 url('../images/header.jpg');
}


#header span
{
	font-weight: normal;
}


#header h1
{
	position:relative;
	top: 151px;
	left:92.5px;
	width:226px;
	height:75px;
}


#header h2
{
	position: absolute;
	top: 51px;
	font-size: 10px;
	font-weight: normal;
	color: #FCE2CA;
}


#header sup
{
	color: #FCE2CA;
}

/************************メニュー****************************/
/*(上部メニューの設定)*/
#navigation
{
	height: 50px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}


#navigation ul
{
}


#navigation ul li
{
	float:left;
	list-style:none;
}


#navigation ul li.first
{
	border-left: 0px;
}


#navigation ul li a
{
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	background-repeat: repeat-x;
}

/*ボタン共*/
.home a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/home.gif) no-repeat;
}

.home a:hover{
	height: 50px;
	width:100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/home.gif) no-repeat 0px -50px;
}

.aesthetics a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/aesthetics.gif) no-repeat;
}

.aesthetics a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/aesthetics.gif) no-repeat 0px -50px;
}

.extension a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/extension.gif) no-repeat;
}

.extension a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/extension.gif) no-repeat 0px -50px;
}


.school a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/school.gif) no-repeat;
}

.school a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/school.gif) no-repeat 0px -50px;
}


.salon a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/salon.gif) no-repeat;
}

.salon a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/salon.gif) no-repeat 0px -50px;
}

.qa a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/qa.gif) no-repeat;
}

.qa a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/qa.gif) no-repeat 0px -50px;
}

.blog a{
	height: 50px;
	width: 98px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/blog.gif) no-repeat;
}

.blog a:hover{
	height: 50px;
	width: 98px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/blog.gif) no-repeat 0px -50px;
}

.contact a{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/contact.gif) no-repeat;
}

.contact a:hover{
	height: 50px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/contact.gif) no-repeat 0px -50px;
}
/*****ここまで*****/

/*IE6ハック*/
* html body .navigation_under {
	background: #d1d9db url("../images/navigation_under.gif") repeat-x 0 0;
}

.navigation_under {
	display:block;
	height:8px;
	background: url("../images/navigation_under.gif") repeat-x 0 0;
	margin:0px;
	padding:0px;
}

/************************左コンテンツ****************************/
#leftcontent img{
	padding: 10px;
	float:left;
}

#leftcontent
{
	background: transparent url("../images/leftContent_bg.jpg") no-repeat;
	position: relative;
	float: left;
	width: 552px;
	height:800px
}


#leftcontent h3
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #656551;
	line-height: 25px;
	letter-spacing: -1px;

}

#leftcontent .content
{
	clear:both;
	padding: 0px 30px;
	margin: 20px 0 0 0;
	position:relative;
}


.text_left {
	margin:9px 9px 0px 9px;
	padding-bottom:9px;
	height:auto;
}

.text_left h4 {
	color:#666666;
}

.text_left h4 strong{
	font-weight:bold;
}

.text_right {
	float:left;
	padding:0px;
	margin:0px;
	width:136px;
	height:auto;
}

.text_left p {
	font-size:90%;
	line-height:170%;
}

.text_right p {
	font-size:85%;
	line-height:140%;
	xxletter-spacing:0.1em;
}


.info_right h4{
	margin-top:5;
	margin-bottom:15px;
	margin-left:9px;
}

.imgTakemura {
	margin-top:-10px;
	float:right;
}

.text_right p{
	margin-left:9px;
}

/*第一期生の続きはこちら*/
.align_right1 {
	font-size:85%;
	margin-right:9px;
	text-align:right;
	display:block;
}
/*竹村続きはこちら*/
.align_right2 {
	position:relative;
	bottom:-3px;
	float:right;
}

#leftcontent .content .information {
	margin-bottom:20px;
	height: auto;
}

#leftcontent .content .information h3
{
	text-indent:-9999px;
	background: url("../images/img_information.gif") no-repeat;
}

#leftcontent .content .info {
	background-color:#FFFFFF;
	border: #cccccc 1px solid;
	xposition:relative;
	margin-bottom:8px;
}
#leftcontent .content .info h4 {
	font-size: 120%;
}

/*竹村健一氏のカテゴリを消す*/
/*
#leftcontent .content .info_left {
	background-color:#FFFFFF;
	border: #cccccc 1px solid;
	float:left;
	width:240px;
	height:180px;
}*/

#leftcontent .content .info_right {
	background-color:#FFFFFF;
	border: #cccccc 1px solid;
	float:right;
	width:240px;
	height:180px;
}



#leftcontent .content .topics h3
{
	color:#FF0000;
	text-indent:-9999px;
	background: url("../images/img_topics.gif") no-repeat;
}

#leftcontent .content .topics .topics_content {
	background-color:#ffffff;
	border:#cccccc 1px solid;
}

#leftcontent .content .topics .topics_content ul li{
	font-size:11px;
	line-height:200%;
	border-bottom: #cccccc 1px dotted;
	margin: 5px 10px 0px 10px;
    list-style:none;
}

.topics_content1 {
	height:220px;
	overflow:auto;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
}
.topics_content {
	height:220px;
	overflow:auto;
}

/************************右コンテンツ****************************/
#rightcontent
{
	background: transparent url("../images/rightContent_bg.jpg") no-repeat;
	position: relative;
	float: right;
	width: 246px;
	height: 800px;
}


#rightcontent h3
{
	margin: 0px 0px 8px 15px;
	font-size: 16px;
	color: #656551;
}

#rightcontent .salon_content
{
    padding: 25px 0px 10px 0px;
}

#rightcontent .salon_content h3
{

	text-indent:-9999px;
	background: transparent url("../images/img_salon.gif") no-repeat;
}

#rightcontent .content
{
	text-align:center;
	background:#ffffff;
	border:#cccccc 1px solid;
	margin: 0px 20px 0px 20px;
	padding:10px;
}

#rightcontent .calendar h3
{
	text-indent:-9999px;
	background: transparent url("../images/img_calendar.gif") no-repeat;
}

.under{
	height:137px;
	width:228px;
	background: url("../images/bg_right_under.gif") no-repeat;
	float:right;
}


/*****************フッタリンク*********************/
#footer_navi {
	clear:both;
	height:40px;
	width:798px;
	background-color:#D1D9DB;
}

#footer_navi ul li{
	margin-left: 10px;
	list-style:none;
	float:left;
}

#footer_navi ul li a{
	color:#333333;
}

/*会社情報*/
#address {
    padding-left: 10px;
	height:40px;
	background-color:#D1D9DB;
	color: #333333;
}


/*******************フッタ**********************/
#footer
{
	clear: both;
	height: 25px;
	color: #000000;
	text-align: left;
	padding: 13px 0px 0px 10px;
	background: #95ABB4;
}


#footer a
{
	color: #8C8C73;
}

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	line-height:0;
}

.clearfix{
	display:inline-table;
	min-height:1%;
}
/* FOR MAC IE \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display: block;
	height: 160px;
}
/* END OF FOR MAC IE */

