/*
===== base =====
*/

body {
	margin: 0 auto;
	padding:0 0 10px 0;
	background: url(img/body_bg.gif) repeat-x #ffffff;;
	color: #4D4D4D;
	text-align: center;
	font-size: 80%;
	line-height: 140%;
}

a {
	color: #4DAC26;
	text-decoration: underline;
}

a:hover {
	color: #4DAC26;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/*
===== index =====
*/

h1 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: #82C857;
}

h2 {
	background: url(img/title.gif) no-repeat;
	text-align: left;
	width: 391px;
	height: 31px;
	margin-bottom: 10px;
	padding: 15px 0 0 50px;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
}

#header {
	background: url(img/header.gif) no-repeat;
	width: 698px;
	height: 156px;
	text-align: right;
	margin: 0 auto;
}

#header02 {
	background: url(img/header02.gif) no-repeat;
	width: 698px;
	height: 156px;
	text-align: right;
	margin: 0 auto;
}

#pagebody {
	background: url(img/bg.gif) repeat-y;
	width: 658px;
	margin: 0 auto;
	padding: 0 20px;
}

#content {
	float: left;
	width: 441px;
	text-align: left;
}

#menu {
	float: right;
	width: 202px;
	text-align: left;
}

#footer {
	width: 698px;
	margin: 0 auto 10px auto;
}

.dialy {
	width: 401px;
	padding: 0 15px 0 25px;
	margin-bottom: 10px;
	text-align: left;
}

.dialy img {
	margin-bottom: 10px;
}

.dialy_footer {
	width: 441px;
	border-top: 1px dotted #A6DA7F;
	margin-bottom: 20px;
	padding-top: 5px;
	color: #4DAC26;
	text-align: right;
}

.dj {
	margin: 0 auto 10px auto;
	text-align: center;
}

.text {
	width: 172px;
	padding: 0 10px 0 20px;
	margin-bottom: 15px;
}

.text th{
	color: #4DAC26;
	background-color: #e8ffde;
}

.text strong{
	color: #4DAC26;
}


.link {
	margin: 0 auto;
	text-align: center;
}

#banner {
	margin-bottom: 15px;
}


div.sound {
	background: url(img/sound.gif) no-repeat;
	padding: 3px 0 0 30px;


}


