@charset "UTF-8";


/*
デフォルトE
ヘッダー
メニュー
ボタン
メイン
フッター
共通コンテンツ
テーブル
本文中飾りなど
ブログ
アルバム
戻るボタン
スタッフ
講座
社員・講座共有
Q&A
ログイン・ウェルカム
*/


body {
	word-break: break-all; 
	color:#000;
	font-size:12px;
	line-height:150%;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: top;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form {
	margin:0;
	padding:0;
}

td,th {
	font-size:12px;
	line-height:140%;
}
input, textarea {
	font-size:12px;
}

a:link { color:#00f; text-decoration:none; }
a:visited { color:#00f; text-decoration:none; }
a:hover {
	color:#f00;
	text-decoration:none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#layout {
	width: 100%;
	height: 100%;
	background-image: url(../img/bggrd.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px 0px auto 0px;
	padding: 0px;
}


/*ヘッダー---------------------------------------------------------------*/

#header {
	height: 130px;
	width: 810px;
	background-image: url(../img/header.jpg);
	margin: 0 auto auto auto;
}
#subheader {
	width: 810px;
	background-image: url(../img/subheader.jpg);
	margin: auto;
	text-align: right;
}
#subheader table {
	width: 810px;
	frame="void"
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
	vertical-align: middle;
}
#subheader table td{
	padding: 0 10px 0 0;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	color: #000;
}
#subheader a:link { color:#06F; text-decoration:none; }
#subheader a:visited { color: #06F; text-decoration:none; }
#subheader a:hover { color:#09F; text-decoration:none; }


/*メニュー---------------------------------------------------------------*/

#menu {
	float: left;
	width: 168px;
	background-image: url(../img/menubg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	margin: 0;
	padding: 0 0 25px 5px;
}
#buttons {
	width: 168px;
	list-style-type: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0px;
}

/*ボタン---------------------------------------------------------------*/


.button {
	width: 168px;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 110%;
	display: block;
	padding: 0px;
	margin: 0;
	}
.button table {
	width: 168px;
	frame="void"
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0px;
	vertical-align: middle;
}
	
.button table td{
	height: 40px;
	padding: 0 10px 0 15px;
}

.now table td{
	background-image: url(../img/now.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.high table td {
	background-image: url(../img/high.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.highnow table td{
	background-image: url(../img/highnow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.mid table td {
	background-image: url(../img/mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.midnow table td{
	font-weight: bold;
	background-image: url(../img/midnow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.button a:link {color: #000; text-decoration:none; }
.button a:visited { color: #000; text-decoration:none; }
.button a:hover { color:#36F; text-decoration:none; }

.onmenu { 
	font-weight:bold;
}


/*メイン---------------------------------------------------------------*/

#mainbody {
	word-break: break-all; 
	width: 810px;
	background-image: url(../img/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	margin: auto;
}
#mainbody:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}

#main {
	width: 635px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: right;
	text-align: left;
	padding: 0 0 10px 0;
	background-image: url(../img/textbg.jpg);
	background-repeat: no-repeat;
    	display:block;
	background-position: left 45px;
	margin: 0;
}

#pagetitle {
	width: auto;
	background-image: url(../img/titlebar.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}
#pagetitle table {
	height: 35px;
	width: auto;
	frame="void"
	display: block;
	border-collapse: collapse;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	}
	
#pagetitle table td{
	padding-left: 40px;
	vertical-align: middle;
} 

#contents {
	text-align: left;
	width: 600px;
	margin: auto 10px auto 10px;
}

/*フッター---------------------------------------------------------------*/

#footer {
	width: 810px;
	height: 59px;
	clear: both;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	display: block;
	margin: auto;
}
#footer span{
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
}


/*ここから共通コンテンツ----------------------------------------------------------------------------------------------*/


/*テーブル---------------------------------------------------------------*/

.maintable {
	border-spacing: 0;
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	margin: 0px;
}

.maintable .titlecell {
	background-color: #eeeeee;
	border-right: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;
	padding: 10px;
}
.maintable .textcell {
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	color: #000000;
	padding: 10px;
	border-right: 1px solid #666666;
}
.listtable {
	border-spacing: 0;
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	margin: 0px;
}
.listtable .titlecell {
	background-color: #eeeeee;
	border-right: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #000000;
	padding: 6px;
	text-align: left;
}
.listtable .textcell {
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	color: #000000;
	padding: 6px;
	border-right: 1px solid #666666;
}

/*本文中飾りなど---------------------------------------------------------------*/


.letter_dgr3 {
	background-color:#fcc;
	padding:5px;
}

.letter_dgr2 {
	background-color:#fff0d0;
	padding:5px;
}

.letter_docs {
	padding:10px;
}

.num {
	font-family:verdana;
}

.red {
	color:#FF0000;
}
.blue {
	color:#3399FF;
}
.green {
	color:#00CC66;
}
.purple {
	color:#9966FF;
}

/*ブログ---------------------------------------------------------------*/

/*背景下地-------------------------------*/

.blog_kiji {
	background-color: #EFEFEF;
	width: auto;
	margin-bottom: 30px;
	padding: 10px 0 10px 0;
}

/*上部分-------------------------------*/

.blog_title {
	background-image: url(../img/parts/blog_title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	width: auto;
	font-size: 13px;
	margin: 0px;
	padding: 4px 0 0 25px;
}
.blog_title h3 {
	font-size: 14px;
	padding: 0 10px 3px 0;
	margin: 0px;
	display: block;
	color: #000000;
}

/*中部分-------------------------------*/

.blog_text {
	margin: 10px 10px 20px 10px;
	display: block;
}

.blog_pict {
	background-image: url(../img/parts/img_bg.gif);
	height: 154px;
	width: 190px;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
	float: right;
	margin: 0 0 10px 10px;
}

.blog_pict img{
	margin: 5px;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}

/*下部分-------------------------------*/

.blog_state {
	font-size: 11px;
	text-align: right;
	margin: 10px;
	display: block;
	clear: both;
}
/*アルバム---------------------------------------------------------------*/

/*ページ 1-------------------------------------*/

.albumbox {
	display: block;
	width: auto;
	background-image: url(../img/parts/photo1_bg.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
	margin: 10px auto;
	height: 120px;
}
.albumbox:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.photo_index {
	width: 112px;
	float: left;
	height: 84px;
	padding: 0;
	margin: 18px auto auto 0px;
	display: block;
}
.photo_index img {
	display: block;
	position: relative;
	width: 112px;
	height: 84px;
	border: 0;
}
.photo_title {
	float: right;
	width: 450px;
	padding: 30px 10px 0 10px;
	margin: 0px auto;
	display: block;
	color: #000000;
}
.photo_title h3,.photo_title a{
	font-size:16px;
	padding: 0;
	margin: 0;
}

/*ページ 2-------------------------------------*/

.photo_lists {
	width: 600px;
}
.photo_list {
	width: 200px;
	float: left;
	background-image: url(../img/parts/photo_list_text.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
}
.photo_list_image {
	background-image: url(../img/parts/photo_list_image.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 140px;
	width: 200px;
	padding-top: 12px;
}
.photo_list_image img {
	display: block;
	width: 180px;
	height: 135px;
	margin: auto;
	position: relative;
}
.photo_list_caption {
	background-image: url(../img/parts/photo_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding: 5px 10px;
	color: #000000;
}

/*ページ 3-------------------------------------*/

#photoimagetext {
	text-align: left;
	display: block;
	width: auto;
	border: 1px solid #C3C3C3;
	padding: 10px;
	margin: 10px 0 20px 0px;
	background-image: url(../img/parts/photo_comment.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000000;
}
#photoimagebg {
	background-image: url(../img/parts/photo_image.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 435px;
	width: 600px;
}
#photoimagebg img {
	margin: 12px auto auto auto;
}
#photoimagebox {
	background-image: url(../img/parts/photo_image_line.gif);
	background-repeat: repeat-y;
	width: 600px;
}
#photoimagebox img {
	text-decoration: none;
	border: none 0px;

}
#photoimagebottom {
	background-image: url(../img/parts/photo_image_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	width: 600px;
	padding-bottom: 20px;
}


/*戻るボタン---------------------------------------------------------------*/


.backbutton {
	background-image: url(../img/parts/back_button.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 130px;
	padding-left: 20px;
	background-position:left;
	color: #000000;
	margin: 10px;
	font-size: 12px;
	padding-top: 1px;
	clear: both;
}
.backbutton a:link{color: #000000;}
.backbutton a:hover{color: #000000;}
.backbutton a:visited{color: #000000;}

/*スタッフ---------------------------------------------------------------*/

.shain_detail dd {
	margin-bottom: 20px;
}

/*講座---------------------------------------------------------------*/

.kozam3 a:hover{
	background-image: url(../img/shain_title_ro.jpg);
	background-repeat: no-repeat;
}
.koza_title a:link{color: #000000;}
.koza_title a:hover{color: #003399;}
.koza_title a:visited{color: #000000;}
.koza_img_r {
	float: right;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	margin: 0 0 5px 10px;
	display: block;
}
.koza_img_l {
	float: left;
	text-decoration: none;
	margin: 0 10px 5px 0;
	border-width: 0px;
	border-style: none;
	display: block;
}

/*社員・講座共有---------------------------------------------------------------*/
.koza_photo,.shain_photo {
	background-image: url(../img/parts/img_bg.gif);
	height: 154px;
	width: 190px;
	float: left;
	margin: 0px;
	display: block;
}
.koza_photo img,.shain_photo img{
	margin: 5px;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}
.koza,.shain {
	clear: both;
	width: 600px;
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}
.koza:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.shain:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.koza_detail,.shain_detail {
	clear: both;
	width: 600px;
}
.koza_detail:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.koza_title,.shain_title {
	width: 400px;
	text-align: left;
	display: block;
	float: right;
	margin: 0px;
}

.koza_title .kozam3,.shainm3 {
	font-size: 13px;
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/parts/midasi_title.gif);
	background-repeat: repeat;
	background-position: right bottom;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.koza_detail .kozam3,.shain_detail dt {
	background-repeat: no-repeat;
	background-position: left;
	margin: 15px 0 10px 0;
	font-weight: bold;
	color: #333333;
	padding: 7px 5px 5px 25px;
	font-size: 13px;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../img/parts/komidasi_icon.gif);
	display: block;
    clear:both;
}



/*Q&A---------------------------------------------------------------*/


/*質問一覧･分類---------------*/
.qlist dt {
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #999999;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	display: block;
	width: auto;
}
/*質問一覧･内容---------------*/
.qlist dd {
	width: auto;
	padding: 0;
	margin: 0 0 0 20px;
}
.qlist ul {
	display: inline;
	padding: 0;
	margin: 0px;
}
.qlist li {
	margin: 5px 0 5px 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: nine;
}

.qlist a:hover{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: nine;
}

/*質問と回答---------------*/
.question {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}
.answer {
	width: auto;
}
.gobackqlist {
	text-align: right;
	display: block;
	margin-top: 5px;
	width: auto;
}

/*ログイン・ウェルカム---------------------------------------------------------------*/

#login {
	background-color: #eee;
	padding: 20px;
}
#welcomelogin {
	background-color:#eee;
	padding:2px 10px 0;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	background-image: url(../img/parts/logintitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#welcomelogin table {
	margin: 0 0 0 100px;
	frame="void"
	cellpadding="0"
	cellspacing="0"
	border-collapse: collapse;
	vertical-align: bottom;
}
#welcomelogin table td{
	ime-mode:disabled
}
#welcomeimg {
	margin-top: 10px;
	margin-bottom: 10px;
}
#welcomelogin .num {
	margin-top: -2px;
}

/*予約---------------------------------------------------------------*/

.yoyaku_button {
	text-align: right;
	margin: 10px 0;
}
.yoyaku_button div {
	background-color: #996666;
	border: 3px solid #CCCCCC;
	width: 120px;
	text-align: center;
	padding: 2px;
	margin: 0 0 0 auto;
}
.yoyaku_button input {
	width: 115px;
}.yoyaku_button input {
	width: 115px;
}

/*what's new---------------------------------------------------------------*/

#whatsnew {
	background-image: url(../img/parts/whatsnew_middle.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0;
	margin: 5px 0;
	line-height: 120%;
}
#whatsnew dl {
	display: block;
	padding: 5px 10px 0px 10px;
	margin: 0;
}
#whatsnew_title {
	background-image: url(../img/parts/whatsnew_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#whatsnew_bottom {
	background-image: url(../img/parts/whatsnew_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
#whatsnew dt {
	font-weight: bold;
	color: #CC0000;
    float: left;
}
#whatsnew dd {
    margin: 0 0 0 7em;
    _height: 1%;
}
html*#whatsnew dd {
    margin: 0 0 0 6em;
    _height: 1%;
}
/*↑safari用ハック------------------------------------------------*/
