@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	margin: 10px;
	background-color: #FFFFFF;
}
hr {
	display: none;
}

/* link style
----------------------------------------*/
a img {
	border-style: none;
	padding: 5px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}

/* basic layout
----------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 910px;
	border-right: 1px solid #FF6347;
	border-left: 1px solid #FF6347;
	margin: 0px auto;
}
#main {
	padding: 10px;
	float: left;
	width: 640px;
	margin-bottom: 20px;
	margin-top: -10px;
}
#main img {
	margin: 2.5px 7.5px;
}

#main p {
	margin: 0px 0px 10px;
}

#main a strong {
	font-size: 16px;
	margin: 0px;
}

#main ul {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	list-style: none;
}
#main li {
	margin: 0px 0px 5px;
}
#main #sponser {
	font-size: 8px;
	margin-bottom: -0.4px;
	margin-top: -13.4px;
}
#main #sponse {
	font-size: 8px;
	margin-top: -1.4px;
	margin-bottom: -1.4px;
}
#migiue {
	float: right;
	width: 165px;
	margin-right: 35px;
	margin-bottom: -10px;
	background-color: #FFe4e1;
}
#mibiwakare {
	float: right;
	width: 240px;
	padding: 5px;
	background-color: #ffe4e1;
}
#mibiwakare h4 {
	font-size: 14px;
	background-color: #FA8072;
}





#menu {
	width: 240px;
	float: right;
	padding: 5px;
	background-color: #FFE4E1;
	margin-bottom: 10px;
	list-style: none;
	margin-top: 5px;
}
#menu li {
	list-style: none;
}

#footer {
	clear: both;
	padding: 10px;
	color: #FFFFFF;
	background-color: #FF4500;
	height: 85px;
}

/* header style
----------------------------------------*/

#header {
	background-image: url(img/taitle-1.png);
	background-repeat: no-repeat;
	height: 138px;
	padding: 0px;
	background-position: center bottom;
	background-color: #FF4500;
	position: relative;
}
#main address {
	clear: both;
}

#header #taitle-1 {
	position: relative;
	left: 0px;
	bottom: 0px;
	top: 100px;
}
#header #taitol {
	width: 250px;
	position: relative;
	top: -25px;
	left: 15px;
	color: #FFFFFF;
}


#menu h4 {
	font-size: 14px;
	margin-bottom: 20px;
	background-color: #FA8072;
}
#menu h5 {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #FFe4e1;
}
#menu h6 {
	font-size: 14px;
	margin: 10px 0px 20px;
	background-color: #ffe4e1;
}
#main h1 {
	font-size: 20px;
	background-color: #fa8072;
	margin: 0px 0px 15px;
}
#main h2 {
	font-size: 16px;
	background-color: #7FFF00;
	clear: both;
}
#main h3 {
	font-size: 16px;
	background-color: #7FFF00;
	clear: both;
}
