/* CSS Document 
*//* ----------------------------------------------
レイアウト
----------------------------------------------*/
html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
#container {
	width:950px;
	margin:auto;
	text-align:left;
	min-height: 100%;
	_height: 100%; /* for IE6 */
}
#header {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 5px #000 solid;
}
#content {
	width:950px;
	margin: 0 auto;
	padding-bottom:110px;
}

#footer {
	border-top:1px solid #333;
	width:950px;
	overflow:hidden;
	clear:both;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#9c9c9c;
}

/* ----------------------------------------------
フォント設定
----------------------------------------------*/
body {
	color:#000000;/*通常のテキストカラー*/
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic", sans-serif;
 *font-size: 12px; /* モダンブラウザ */
*font-size: 90%; /* IE 7 */
*font:80%; /* IE 6以下 */
}
a {
	color: #666;/*通常のリンクテキストカラー*/
}
a:hover {
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;
}
img {
	border:0;
}
.CNT {
	text-align:center;
}
.L {
	text-align:left;
}
.R {
	text-align:right;
}
.g {
	color: #090;
	}
.caution {
	color:#C33;
	font-size:14px;
}/*■見出し*/
h1 {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding-left:20px;
	line-height:40px;
	margin:0px 0px 0px 0px;
	height:40px;
	background-color:#f36;
	font-family:"Arial Black", Gadget, sans-serif;
} /* 使用箇所　各ページトップ見出し */
h2 {
	font-size:18px;
	text-align:center;
	color:#FFF;
line-height:40px;
	margin:10px 10px 0px 10px;
	height:40px;
	background-color:#600;
	font-family:"Arial Black", Gadget, sans-serif;
} /* 利用箇所 170318 curry*/
h3 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#F36;
	padding-left:0px;
	line-height:20px;
	margin:0px 0px 5px 0px;
	height:20px;
	font-family:"Arial Black", Gadget, sans-serif;
} /* 使用箇所　guestroom 太字白バックオレンジ */


/*
■フッター------------*/
#footer a {
	color:#333;
}
#ftbox1 {
	overflow:hidden;
	padding:10px 0;
	float:left;
}
#ftbox1 ul {
	font-size:12px;
}
#ftbox1 ul li {
	float:left;
	list-style-type:none
}
#ftbox1 li a {
	margin:0 20px;
	text-decoration:none;
}


#ftbox2{
	float:right;
	margin:5px 5px;
	text-align:right;
	color:#333;
	}
	
	
#ftbox3{
	float:right;
	margin:5px 5px;
	text-align:right;
	color:#333;
	font-size:12px;

}



#cp {
	float:center;
	margin:12px 0;
	text-align:center;
	font-size:12px;
}

/* ----------------------------------------------
テキストボックス
----------------------------------------------*/
.textBoxa {
	width:950px;
	height: 100%;
	margin: 15px;
	padding-left:10px;
	background:#ffffff;
	font-size:15px;
	line-height:22px;
	vertical-align:top;
	text-align:left;
}/* 利用箇所 shareroom*/


/* ----------------------------------------------
画像配置
----------------------------------------------*//* 

■メインイメージ　top*/
#curry_image{
	background-image:url(../img/currygirlback.jpg);
	width:931px; 
	height:880px;
	margin-left:10px;
}/* 利用箇所 170318 curry*/
#curry_image p {
	padding:820px 0px 0px 500px;
	text-align:right;
	padding-right:10px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}/* 利用箇所 170318 curry*/
#india_image {
	background:url(../img/india_flag_round.jpg) no-repeat;
	margin:20px 10px 0px 10px;
	height:auto;
}/* 利用箇所 170318 curry*/
#india_image p {
	padding-left:115px;
	color:#030;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}/* 利用箇所 170318 curry*/
/* ----------------------------------------------
テーブル 
----------------------------------------------*/
table {
	background: #ffffff;
	color:#333333;
	table-layout:auto;
	width:100%;
}


.table_900 {
	margin:10px 0px 10px 10px;
	width:900px;
	padding:10px 10px 10px 10px;
	letter-spacing:0px;
	line-height:15px;
	font-size:13px;
}/* 利用箇所 index sharehouse*/
a {
	text-decoration: none;
}
a:link {
	color: #F00;
} /* リンクの色 */
a:visited {
	color: #F00;
} /* 済みリンク */
a:hover {
	color: #F00;
	text-decoration: underline;
}/* リンク上 */
a:active {
	color: #FFF;
}/* onclick */
/* 利用箇所　guestroom */
.table_600 {
	margin:20px 0px 20px 200px;
	width:600px;
	padding:30px 10px 10px 10px;
	line-height:25px;
	text-align:left;
		font-size:15px;
}/* 利用箇所　guestroom */
