@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFFFFF;
	background-color: #186FB2;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	width: 840px;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	margin: 0px auto;
	background-image: url(images/back.jpg);
	background-attachment: scroll;
}
#main {
	float: right;
	width: 506px;
	border: 1px solid #FFFFFF;
	padding: 20px 15px 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	border: 1px solid #FFFFFF;
	margin: 15px;
}
#footer {
	padding: 25px;
	clear: both;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/musician_banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 100px;
}
#header ul {
	width: 839px;
	position: absolute;
	left: 0px;
	height: 20px;
}

/* main styles
------------------------------*/
#main h1 {
	font-weight: bold;
	color: #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	font-size: 120%;
	bottom: 8px;
	margin-bottom: 7px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#main h2 {
	font-weight: bold;
	font-size: 120%;
}
.floteLeft {
	float: left;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 15px;
}


/* sidebar styles
------------------------------*/
#sidebar h1 {
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	border-left: 7px solid #CCCCCC;
	padding-left: 10px;
	color: #FFFFFF;
	font-style: oblique;
	padding-bottom: 3px;
	letter-spacing: 7px;
	font-size: xx-large;
	margin-top: 10px;
}
#sidebar h2 {
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: small;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: 10px;
}
#sidebar h3 {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 90%;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: 5px 0px 0px 10px;
}
#sidebar h4 {
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	border-left: 7px solid #CCCCCC;
	padding-left: 10px;
	color: #FFFFFF;
	font-style: oblique;
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: x-large;
}

/* 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;
}

/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	padding: 15px 5px 10px;
}
#main table td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
