@charset "utf-8";
/* CSS Document */

/* *********************************************************
 *	▼初期設定
 * *********************************************************
 */
body,form,fieldset,table {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,p,ul,ol,dl,dd {
	margin:0;
	padding:0;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding:0;
	margin:0;
	font-size:12px;
	line-height:150%;
	color:#666666;
	background:url(../images/bg_header.jpg) #FFFFFF top center repeat-x;
}


img {
	vertical-align:bottom;
}


a img {
	border:0;
}

a {
	color:#eb6877;
}


/* *********************************************************
 *	▼ROSE & ALOE CSS
 * *********************************************************
 */


/* ▼Logo------------------------------------ */
h1 {
	text-align:center;
	margin:25px auto;
}


/* ▼Navi Menu------------------------------------ */

#naviMenu {
	width:800px;
	height:35px;
	text-align:center;
	margin:0 auto;
}

#naviMenu ul {
	list-style:none;
}

#naviMenu li {
	display:block;
	float:left;
	text-indent:-5000px;
}

/* 01 */ 
#naviMenu #navi01 li a{
	width:200px;
	height:35px;
	display:block;
	background:url(../images/navi.gif) no-repeat 0 0;
}
#naviMenu #navi01 li a:hover{
	background:url(../images/navi.gif) no-repeat 0 -35px;
}

/* 02 */ 
#naviMenu #navi02 li a{
	width:200px;
	height:35px;
	display:block;
	background:url(../images/navi.gif) no-repeat -200px 0;
}
#naviMenu #navi02 li a:hover{
	background:url(../images/navi.gif) no-repeat -200px -35px;
}

/* 03 */ 
#naviMenu #navi03 li a{
	width:200px;
	height:35px;
	display:block;
	background:url(../images/navi.gif) no-repeat -400px 0;
}
#naviMenu #navi03 li a:hover{
	background:url(../images/navi.gif) no-repeat -400px -35px;
}

/* 04 */ 
#naviMenu #navi04 li a{
	width:200px;
	height:35px;
	display:block;
	background:url(../images/navi.gif) no-repeat -600px 0;
}
#naviMenu #navi04 li a:hover{
	background:url(../images/navi.gif) no-repeat -600px -35px;
}



/* ★コンテンツ部分 ---------------------------------------------------- */
#container {
	width:800px;
	margin:0 auto;
	padding-top:30px;
	text-align:left;
}

h2 {
	width:800px;
	padding-bottom:10px;
	clear:both;
}

#topFlash {
	width:800px;
	margin:0 auto;
	padding:30px 0;
}


/* ★footer ---------------------------------------------------- */
#footer {
	clear:both;
	padding:30px 0 15px 0;
	height:95px;
	background:url(../images/bg_footer.jpg) #FFFFFF repeat-x;
	color:#FFFFFF;
	text-align:center;
}

#footer a {
	border:0;
	color:#FFFFFF;
	text-decoration:none;
}

#footer p {
	width:800px;
	text-align:right;
	margin:0 auto;
}

#footer img {
	padding-top:35px;
	width:452px;
	margin:0 auto;
}



