@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FF6699;
	background-repeat: repeat-y;
	font-family: "ヒラギノ丸ゴ Pro W4", Helvetica, Osaka;
	font-size: 70%;
	line-height: 1.3;
	border-top: 3px solid #FF3399;
	background-image: url(images/back.jpg);
	background-position: center;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link, a:visited {
	color: #FF6699;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4", Helvetica, Osaka;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4", Helvetica, Osaka;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 3px #FFA7B5;
	border-left: 3px #FFA7B5;
	margin: 0px auto;
}
#main {
	float: right;
	width: 566px;
	margin-bottom: 20px;
	padding: 15px 23px 5px 5px;
	border-top: #FFA7B5;
	border-right: #FFA7B5;
	border-bottom: #FFA7B5;
	border-left: #FFA7B5;
}
#sidebar {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	padding: 15px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header/news.jpg);
	background-repeat: no-repeat;
	height: 235px;
	border-top: 0px solid #FF6699;
	position: relative;
}
#candle #header {
	background-image: url(images/header/candle.jpg);
}
#music  #header {
	background-image: url(images/header/music.jpg);
}
#store  #header {
	background-image: url(images/header/store.jpg);
}
#design #header {
	background-image: url(images/header/design.jpg);
}
#link #header {
	background-image: url(images/header/link.jpg);
}
#disco #header {
	background-image: url(images/header/disco.jpg);
}
#event #header {
	background-image: url(images/header/event.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#header ul {
	background-color: #FFFFFF;
	width: 854px;
	position: absolute;
	left: 0px;
	top: 200px;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 93px;
	height: 2.5em;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FF6699;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	font-family: "ヒラギノ丸ゴ Pro W4", Helvetica, Osaka;
}
#header ul li a:hover {
	background-color: #FF6699;
	font-family: "ヒラギノ丸ゴ Pro W4", Helvetica, Osaka;
}
#header    ul    li#nHome    a {
	border-left-style: none;
}
#home #header #nHome a,
#event #header #nEvent a,
#disco #header #nDisco a,
#store #header #nStore a,
#candle #header #nCandle a,
#music #header #nMusic a,
#design #header #nDesign a,
#link #header #nLink a,
#blog #header #nBlog a {
	color: #FFFFFF;
	background-color: #666666;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main  dl#home  dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main  dl#home  dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
}
#sidebar ul li {
	list-style: none;
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
/*　home
----------------------------------------*/
