@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	font-size: 13px;
	line-height: 1.9;
	font-family: Arial, sans-serif, "MSゴシック";
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 784px;
}
#main {
	padding: 15px 60px 15px 10px;
	float: right;
	width: 420px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(img_top/main_h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	font-size: 13px;
}


#sidebar {
	padding: 15px 5px 15px 15px;
	width: 223px;
	margin-bottom: 20px;
	float: left;
	margin-top: 4px;
}
#sidebar ul {
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	background-image: url(img_top/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 185px;
	padding-left: 15px;
	font-weight: bold;
}
#sidebar ul li a:hover {
	background-image: url(img_top/bullet2.gif);
	font-weight: bold;
	text-decoration: underline;
}
#sidebar ul li a:active {
	position: relative;
	left: +1px;
	top: +1px;
	text-decoration: none;
}
#sidebar ul li a:visited {
	background-image: url(img_top/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
}
#home #sidebar p {
	font-size: 9px;
	line-height: 1.8;
	padding-top: 10px;
}
#home #sidebar h2 {
	font-size: 14px;
	color: #9BD22D;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-top: none #9BD22D;
}
#home #sidebar h3 {
	border-top: 1px solid #CCCCCC;
}





/* header styles
----------------------------*/
#header {
	height: 102px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 8px;
	top: 6px;
}

#header #maplogo {
	position: absolute;
	top: 46px;
	right: 200px;
}
#header #asklogo {
	position: absolute;
	top: 46px;
	right: 100px;
}
#header #sitemaplogo {
	position: absolute;
	top: 46px;
	right: 6px;
}

#header ul {
	background-color: #FFFFFF;
	width: 779px;
	position: absolute;
	left: 5px;
	top: 69px;
	height: 32px;
	padding-left: 8px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	display: inline;
	padding-right: 23px;
	padding-left: 23px;
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
}
#header ul li a:hover {
	border-bottom: 3px solid #9BD22D;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #FFFFFF;
}

#header ul li#nHome a {
	padding-right: 21px;
	padding-left: 21px;
	border-left: 1px solid #CCCCCC;
}

#header ul li#nAbout a {
	padding-right: 14px;
	padding-left: 14px;
}
#header ul li#nCounseling a {
	padding-right: 14px;
	padding-left: 14px;
}
#header ul li#nShoes a {
	padding-right: 26px;
	padding-left: 26px;
}
#header ul li#nOrder_insole a {
	padding-right: 12px;
	padding-left: 12px;
}
#header ul li#nRe_shoes a {
	padding-right: 19px;
	padding-left: 19px;
}
#header ul li#nColumn a {
	padding-right: 25px;
	padding-left: 25px;
}
#home #header #nHome a,
#about #header #nAbout a,
#column #header #nColumn a,
#counseling #header #nCounseling a,
#order_insole #header #nOrder_insole a,
#re_shoes #header #nRe_shoes a,
#shoes #header #nShoes a {
	color: #9BD22D;
	border-bottom: 3px solid #9BD22D;
}


/* footer styles
----------------------------*/
#footer lu li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #3399CC;
}
#footer p a:hover {
	color: #FF9933;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}
#footer p {
	margin: 0px;
	float: right;
	color: #999999;
}

#footer {
	padding: 10px 10px 15px;
	clear: both;
	color: #999999;
	border-top: 1px dotted #CCCCCC;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* table
----------------------------*/
#main table {
	font-size: 9px;
	color: #666666;
	text-align: left;
	line-height: 1.9;
}
