/* ------------------------------
スタイルをリセット
------------------------------ */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-weight:inherit;
font-style:inherit;

font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

/* ------------------------------
全体の設定と区切り
------------------------------ */

body {
	background-color: #000000;
	background-image: url(../img/rest/stella/common/back_body.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 1.6em;
	font-size:80%;
}

#container {
	width:900px;
	margin:0 auto 0 auto;
	padding:10px;
}

a {
	color: #ffffff;
	text-decoration:none;
}

a:hover {
	color:#78716E;
	text-decoration:none;
}

/* リンクに下線をつける場合 */
.link{
	border-bottom: 1px dotted #ffffff;
	padding-bottom:2px;
}

.link:hover{
	border-bottom: 1px dotted #78716E;
	padding-bottom:1px;
}


/* ------------------------------
フロートクリア
------------------------------ */
.clearfix {
	clear:both;
}


/* ------------------------------
ヘッダー
------------------------------ */
#header {
	padding:0 10px 12px 10px;	
}

h1 {
	font-size: 12px;
	font-weight:normal;
	margin-bottom:5px;
}

#header_left {
	width:300px;
	float:left;
	margin:0;
	padding:0;
}

#header_right {
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}

#access_header {
	margin:15px 0 0 64px;
	width:85px;
	height:14px;
}

/* ------------------------------
キーイメージ
------------------------------ */
#keyimage {
	text-align:center;
	margin-bottom:10px;
}

#slideshow {
	margin:0 auto;
	width: 860px;
	height: 374px;
}


/* ------------------------------
グローバルメニュー
------------------------------ */
#global_menu {
	text-align: center;	
	margin:0;
	padding:0 10px 0 30px;
}

#global_menu ul{
	margin:0;
	padding:0;
}

#global_menu li{
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
	float:left;
}

/* ------------------------------
コンテンツエリア
------------------------------ */
#contents {
	width:595px;
	float:left;
	margin:20px 0 0 30px;
	_margin:20px 35px 0 15px; /* IE6用CSSハック */
}

/* メインタイトル画像文字 */
.maintitle {
	margin:0 0 10px 0;
}

/* コンテンツタイトル画像文字 */
.contentstitle {
	margin:30px 0 10px 0;
	padding: 0 0 0 10px ;
}

/* サブタイトル画像文字 */
.subtitle {
	margin:10px 0 10px 0;
}

/* コースタイトル画像文字 */
.coursetitle {
	margin:0 0 10px 0;
}

/* ボーダー囲み */
.information {
	width:553px;
	padding:10px 10px 10px 10px;
	background-image:url(../img/rest/stella/common/back_information.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color:#000000;
	border: 1px solid #78716E;
	margin: 5px 0 20px 10px;
}

/* トップページのお知らせ */
.top_information dl{
	font-size:95%;
	margin:0 0 0 7px;
}

.top_information dl dt{
	float:left;
	width:10em;
	border-bottom:1px dashed #ffffff;
	margin:0 0 5px 0;
}

.top_information dl dd{
	width:34em;
	border-bottom:1px dashed #ffffff;
	margin:0 0 5px 10em;
}

.top_information dl a{
	border-bottom:none;
}


/* 画像右寄せ */
.img_right{
	float:right;
	margin:0 10px 20px 20px ;
}

/* 画像下キャプション */
.caption{
	font-size:90%;
	color:#78716E;
	line-height:1.4em;
	margin-top:5px;
}

/* コースの内容リスト */
ul.coursedish {
	line-height:1.5em;
	list-style:none;
	margin:0;
	padding:0;
	font-size:90%;
}

ul.coursedish li {
	margin-bottom:3em;
}

/* アラカルトのdlタグ */
.alacarte {
	font-size:95%;
	margin:0 0 0 7px;
	line-height:1.3em;
}

.alacarte dt{
	float:left;
	width:34em;
	border-bottom:1px dashed #ffffff;
	margin:0 0 1.0em 0;
	padding-bottom:3px;
}

.alacarte dd{
	text-align:right;
	width:10em;
	border-bottom:1px dashed #ffffff;
	margin:0 0 1.0em 34em;
	padding-bottom:3px;
}

/* 定義リスト風のテーブル */

table.teigi_table {
	border-top:1px solid #78716E;
	border-bottom:1px solid #78716E;
}

table.teigi_table tr {

}

table.teigi_table th {
	border-bottom:1px dashed #78716E;
	border-right:1px dashed #78716E;
	padding:3px 3px 3px 8px;
	background-image: url(../img/rest/stella/common/teigi_th_back.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.teigi_table td {
	border-bottom:1px dashed #78716E;
	padding:3px 3px 3px 8px;
	background-image: url(../img/rest/stella/common/teigi_td_back.gif);
	background-repeat: repeat-y;
	background-position: right;
}




/* ページトップボタン */
.pagetop {
	margin:30px 10px 20px 0;
	float:right;
}

/* ------------------------------
サイド
------------------------------ */
#side {
	width:200px;
	float:right;
	margin:20px 30px 0 0;
	_margin:20px 15px 0 10px; /* IE6用 */
}

#side img {
	margin:20px 0 0 0;
}

ul.sidemenu {
	margin:20px 0 0 0;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.6em;
	font-size:95%;
}

.sidemenu li{
}

.sidemenu li a{
	border-bottom:none;
}

/* ------------------------------
フッター
------------------------------ */
#footer {
	background-image:url(../img/rest/stella/common/border.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin:10px 0 0 0;
	padding:10px 30px 10px 30px;
	font-size:90%;
	line-height:1.3em;
}

#footer_left {
	float:left;
}

#footer_right {
	float:right;
}
