@charset "UTF-8";

/*formatting style-----*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.8em;
}
hr {
	display: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 1.8em;
}
img {
	 vertical-align: bottom; 
}
#top {
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;
}
#top ul {
	width: 180px;
	padding-top: 128px;
	padding-left: 10px;
}
#top ul li {
	list-style: none inside;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	background-image: url(../images/top/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.clear  { clear: both; }
.floatright { float: right; }
.floatleft  { float: left; }



/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}

/*font style----------------------*/
.b {
	font-weight: bold;
}
.bb {
	font-size:120%;
	font-weight: bold;
}
.ss {
	font-weight: bold;
	font-size: 75%;
}
.red {
	color: #CC0000;
}
.green {
	color: #336666;
}
input,textarea 
	{ 
	font-family:sans-serif; 
	font-size:1.1em;
}


/*basic style----------------------*/
#wrapper {
	width: 751px;
	margin: 0px auto;
	padding-top: 0px;
	border: 1px solid #999999;
}


#footer {
	text-align: left;
	width: 747px;
	padding-top: 4px;
	padding-left: 4px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 11px;
	background-color: #F0C7C3;
	margin-top: 50px;
}

#address {
	margin-top: 20px;
	margin-left: 13px;
	font-size: 12px;
	line-height: 1.7em;
}
