/* ALL */

* {
	margin: 0;
	padding: 0;
}
body {
	font: normal small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background: #F9F8F4 url(../images/img02.gif) repeat-x;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000000;
	top: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #FF057D;
	top: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: small;
	top: 5px;
}
h4 {
	color: #FF057D;
	font-size:13px;
}
p, blockquote, ul, ol {
	margin-bottom: 5px;
	line-height: 1.6em;
}
ul {
	list-style: none;
}
ol {
	list-style-position: inside;
}
a {
	color: #FF057D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
	opacity:0.7;
	filter:alpha(opacity=70);
}
img {
	border:0;
}
/* Logo */

#logo {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 40px 0 0;
	background: url(../images/logo.gif) no-repeat;
}
#logo h1 {
	float: right;
	padding-right: 200px;
	margin-top: -25px;
}
#logo h2 {
	float: left;
	font-size: 1em;
}
#logo h3 {
	float: none;
	font-size: 1em;
	position: fixed;
	top: 3px;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}
/* Menu */

#menu {
	width: 760px;
	height: 40px;
	margin: 20px auto 0;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li {
	display: inline;
}
#menu a:hover, #menu .active a {
	border-bottom-color: #FAAFC2;
	color: #FFFFFF;
}
/* Wrapper */

#wrapper {
	clear: both;
	width: 800px;
	margin: 0 auto;
}
/* Column One */

#col-one {
	float: none;
	width: 780px;
	margin-top: 60px;
}
#col-one .boxed {
	margin-bottom: 0px;
}
#col-one .boxed2 {
	margin-bottom: 0px;
	margin-top: 20px;
}
#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	color: #666666;
}
#col-one .boxed .title2 {
	height: 20px;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FF057D;
}
#col-one .boxed .content {
	padding: 2px;
	background: #E8EDE5 url(../images/img03.gif) repeat-x;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#col-one .boxed .content form {
}
#col-one .boxed .content fieldset {
	border: none;
}
#col-one .boxed .content legend {
	display: none;
}
#col-one .boxed .content label {
	display: block;
	font-size: x-small;
	font-weight: bold;
}
#col-one .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #000000;
	background: #FAFAFA url(../images/img04.gif) repeat-x;
	color: #464646;
}
#col-one .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #000000;
	background: #FAFAFA url(../images/img05.gif) repeat-x;
	color: #464646;
}
#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}
#col-one .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(../images/img06.gif) no-repeat left bottom;
}
/* Footer */

#footer {

	bottom:0px;
	width:100%;

	padding: 0px 0;
	color:#FFFFFF;
	background: #464646 url(../images/img13.gif) repeat-x;
}
#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}
