@charset "UTF-8";



body {
	font: 9pt "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*文字サイズは75%の部分になる。12pxとか自由に変更して下さい。*/
	color: #000000;	/*文字色をグレーに*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #600C77 url(images/bg.jpg) repeat-x center top;	/*壁紙設定箇所。ページ上部の中央よせという意味。通常の設定にしたいなら「no-repeat center top」を外す。*/
}
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 100px;
	text-align: left;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.color1 {
	color: #f58a8e;
}
.look {
	background: #FCEED0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #000000;	
}
a:hover {
	color: #600C77;	
}



/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;	/*文字サイズを10pxに*/
	text-align: center;	/*左よせ。もし右よせがいいなら「left」を「right」、センタリングがいいなら「center」にする。*/
	color: #FFFFFF;		/*文字色を白に*/
}
h1 a {color:#CCCCCC;
}
h1 a:hover {color:#FFFFFF
}

/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 912px;
	margin-top: 10px;	/*最上部の画像とサイト名の高さに合わせてここも変更する*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
#menu{
	height:42px;
	zoom:100%;
	font: 8pt "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
#menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
	}
#menu ul *{
	list-style-type:none;
	display:block;}	
#menu ul li{
	width:114px;
	height:42px;
	position:relative;
	float:left;
	}
#menu ul li a{
	width:114px;
	height:42px;
	text-align:center;
	color:#000000;
	line-height:42px;
	text-decoration:none;
	}
#menu ul li a:hover{
	color:#000000;
	text-decoration:none;
	}
#menu ul li.off{
	overflow:hidden;
	width:114px;
	}
#menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:114px;
	border:1px solid #999999;
	text-align:center;
	}
#menu ul li.on{
	width:114px;
	}
#menu ul>li.on{
	overflow:visible;/*×*/
	}
#menu ul ol.sub li{
	width:114px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#CC6600;
	}

#menu ul li.a01 a{ background:url('images/a01.gif') no-repeat;}
#menu ul li.a01 a:hover{ background:url('images/a01_on.gif') no-repeat;}
#menu ul li.a02 a{ background:url('images/a02.gif') no-repeat;}
#menu ul li.a02 a:hover{ background:url('images/a02_on.gif') no-repeat;}
#menu ul li.a03 a{ background:url('images/a03.gif') no-repeat;}
#menu ul li.a03 a:hover{ background:url('images/a03_on.gif') no-repeat;}
#menu ul li.a04 a{ background:url('images/a04.gif') no-repeat;}
#menu ul li.a04 a:hover{ background:url('images/a04_on.gif') no-repeat;}
#menu ul li.a05 a{ background:url('images/a05.gif') no-repeat;}
#menu ul li.a05 a:hover{ background:url('images/a05_on.gif') no-repeat;}
#menu ul li.a06 a{ background:url('images/a06.gif') no-repeat;}
#menu ul li.a06 a:hover{ background:url('images/a06_on.gif') no-repeat;}
#menu ul li.a07 a{ background:url('images/a07.gif') no-repeat;}
#menu ul li.a07 a:hover{ background:url('images/a07_on.gif') no-repeat;}
#menu ul li.a08 a{ background:url('images/a08.gif') no-repeat;}
#menu ul li.a08 a:hover{ background:url('images/a08_on.gif') no-repeat;}

/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	clear: left;	/*上のメインメニューのフロート処理の解除*/
	width: 100%;
}



/*トップページのFLASH（メイン画像）設定
---------------------------------------------------------------------------*/
#fla {
	text-align: center;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	width: 650px;	/*メインコンテンツ(左ブロック)の幅*/
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
	font-size: 100%;
	border-top: 1px solid #600C77;		/*上に入っている線。1pxの直線(solid)を#600C77の紫色で入れています*/
	border-bottom: 1px solid #600C77;	/*下に入っている線。1pxの直線(solid)を#600C77の紫色で入れています*/
	line-height: 50px;					/*見出しの高さ*/
	background: #FFFFFF url(images/h2_bg.jpg) no-repeat right center;	/*見出しに入っているピンクのバラの花画像設定*/
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #600C77;		/*文字色も線にあわせて紫色に。*/
}

/*メインコンテンツ内の価格表示*/
#main h4 {
	font-size: 100%;
	line-height: 35px;					/*見出しの高さ*/
	background: #FFFFFF url(images/h4_bg.gif) no-repeat left center;	/*見出しに入っているピンクのバラの花画像設定*/
	padding-left: 50px;
	letter-spacing: 0.2em;
	color: #600C77;		/*文字色も線にあわせて紫色に。*/
}

/*メインコンテンツ内の価格表示直下の文言*/
#main h5 {
	font-size: 100%;
	line-height: 20px;					/*見出しの高さ*/
	padding-left: 50px;
	letter-spacing: 0.2em;
	color: #000000;		/*文字色も線にあわせて紫色に。*/
}

/*メインコンテンツ内の価格表示内の小見出し*/
#main h6 {
	font-size: 100%;
	line-height: 35px;					/*見出しの高さ*/
	background: #FFFFFF url(images/h6_bg.gif) no-repeat left center;	/*見出しに入っているピンクのバラの花画像設定*/
	padding-left: 20px;
	letter-spacing: 0.2em;
	color: #000000;		/*文字色も線にあわせて紫色に。*/
}

/*メインコンテンツ内の段落設定箇所*/
#main p {
	padding: 0.5em 10px 1em;
}

/*パンクズリスト
---------------------------------------------------------------------------------------------------------*/
.pan-list-inline {
  /* 右寄せは text-align:right; を追加 */
  margin:0px; padding:10px;
}
.pan-list-inline li {
  display:inline;
  margin:0px; padding:0px 0px 0px 2px;
  list-style-type:none;
}
.pan-list-inline li.home {
  display:inline;
  margin:0px; padding:0px;
  list-style-type:none;
}

/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: inline;
	float: right;
	width: 200px;	/*サイドコンテンツ(右ブロック)の幅*/
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}

/*サイドコンテンツ内の見出し設定箇所*/
#side h3 {
	background: #FEF4F6;		/*見出し背景色*/
	letter-spacing: 0.2em;
	text-align: center;			/*文字のセンタリング。左よせでいいならこの1行を丸ごと削除。*/
	font-size: 100%;
	border: 1px solid #600C77;
	color: #600C77;
}

/*サイドコンテンツ内の段落設定箇所*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ内の「おしらせ」部分
---------------------------------------------------------------------------*/
#side dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#side dt {
	color: #600C77;		/*日付の文字色を紫色（#600C77）に*/
}
#side dd {
	border-bottom: 1px dotted #2A1C29;	/*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
	padding-left: 1em;	/*コメントの左側に少しだけ空白を設ける。上の日付と同じくしたいなら、この1行を丸ごと削除。*/
}



/*フッター（copyright部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 912px;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	line-height: 1.4;
	height: 70px;
	padding-top: 10px;
}
#footer p {
	text-align: center;
}
#footer a {
	text-align: center;
	color: #000000;
	text-decoration: none
}
#footer a:hover {
	color: #330066;
}
#footer ul {
	text-align:center;
}
#footer li {
	display:inline;
	list-style-type:none;
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #000000;
}
#footer li.home {
	border-left:0;
	padding-left:0;
}



/*テーブル
---------------------------------------------------------------------------*/
table.simple{
    border-collapse:collapse;
    empty-cells:show;
    border-spacing:0;
	font-size: 9pt;
	}
.simple th{
    text-align:center;
    color:#330000;
    padding:0.3em 1em;
}
.simple td{
    padding:0.3em 1em;
}	
