@charset "utf-8";
/*　formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
	background-color: #E6E6E6;
}
/*　link styles
----------------------------*/
a:img {
	border-style: none;
}
#wrapper {
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: none;
	background-color: #EFEFEF;
	border-right-style: solid;
	border-left-style: solid;
}
#header {
	background-image: url(imeges/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #000000;
	background-color: #FFFFFF;

}

#menu {
	border-right-style: none;
	background-image: url(imeges/menu.jpg);
	background-repeat: no-repeat;
	height: 30px;
}


#main {
	float: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/bar.gif);
	background-position: right top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main #waku {
	background-image: url(images/waku.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	color: #333333;
}
#main #waku p {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}




#main h2 {
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #0099FF;
}
#flash {
	background-color: #FFFFFF;
	float: left;
}

#sidemenu {
	float: right;
	margin-right: 5px;
}
#sidemenu p {
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidemenu #s-1 {
	padding-top: 25px;
}




#footer {
	clear: both;
	float: none;
	color: #000000;
	background-image: url(imeges/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFF00;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
#main #m {
	padding-left: 75px;
}
#main #otoiawase {
	padding-top: 15px;
}
