@charset "UTF-8"; 

body,td,th {
	font-size: 12px;
}

h1, h2 ,object {
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
/* -------------------------------------------
Clearfix
------------------------------------------- */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------------------------------
ThisPage
------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/global/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #ECE9ED;
	color: #434343;
}
#contents {
	margin: 0px auto;
	padding: 0px;
	width: 830px;
	height: auto;
}
#contents #header {
	background: url(../img/global/bg_header.gif) no-repeat;
	height: 123px;
	width: 830px;
	margin: 0px;
	padding: 0px;
}
#contents #header {
	margin-right: auto;
	margin-left: auto;
}
#contents #header img {
	height: 96px;
	width: 235px;
	padding-left: 300px;
}
#contents #main {
	background: url(../img/global/bg_main.gif) repeat-y;
	height: auto;
	width: 810px;
	margin: 0px;
	padding: 10px;
}
#contents #footer {
	background: url(../img/global/bg_footer.gif) repeat-y;
	height: 80px;
	width: 830px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 20px;
}
#contents #main #hungle {
	margin: 0px;
	padding: 0px;
}
#contents #main img {
	padding: 0px;
}

/*	Link
-------------------------------------------------------------------------------------------*/
a:link {
	color: #434343;
}

a:visited {
	color: #434343;
}

a:hover {
	color: #cd4673;
}

div#header a:link {
	color: #434343;
}

div#header a:visited {
	color: #434343;
}

div#header a:hover {
	color: #434343;
}

div#container a {
	outline: 0;
}

#contents #main p {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	line-height: 120%;
}

div.mp3play {
	border-bottom:1px dotted #999999;
	padding:5px;
	margin-bottom:2px;
}

div.mp3play p, div.mp3play h2 {
	width:300px;
	float:left;
}

div.mp3play div {
	width:200px;
	float:right;
}
	
div.mp3play p {
	border:none !important;
	padding:0px !important;
	margin:0px;
}

div.mp3play h2 {
	border-left: 5px solid #666699;
	font-size:105%;
	padding:3px;
	margin-bottom:3px;
}

