@import "index.html.css";
@import "contact.html.css";
@import "about.html.css";
@import "introduce.html.css";
@import "cure.html.css";
@import "facilities.html.css";
@import "if.html.css";
@import "shokai.html.css";
@import "link.html.html.css";

body {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	text-align: center;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka;
	/*outbgoutbg*/
	background-image: url(image/bg.gif);
	font-size: 12px;
	color: #333333;
}

#wrapper {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#log 
{
	display : none;
}

.end {
	clear: both;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
a:active {
	color: #0000ff;
}

.text {
	padding: 20px;
	width: 519px;
	text-align: left;
	line-height: 140%;
}

.errortext {
font-size: 12px;
color: #FF0000;
}

/* header start
---------------------------------------------------------------------*/
#header {
	/*head_heightheight: 93px;head_height*/
	height: 120px;
	width: 801px;
	/*head_srcbackground-image: url(img/header.jpg);head_src*/
	background-image: url(image/haeder002.gif);
	position: relative;
}

#subnavi {
	width: 801px;
	text-align: right;
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
}

/* header end
---------------------------------------------------------------------*/
/* contents start
---------------------------------------------------------------------*/
#contents {
	width: 801px;
	/*inbgbackground-image: url(img/contbg.gif);inbg*/
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 241px;

}

#right {
	float: right;
	width: 559px;
}

#navi {
	margin: 0px;
	padding: 0px;
	width: 241px;
}

#navi li {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navi li a:link {
	/*menuft_acolor: #A1EFFF;menuft_a*/
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 26px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 0px;
	height: 24px;
	/**menu-h**/
	width: 215px;
	list-style-type: none;
	/*menubg_abackground-image: url(img/menubg.gif);menubg_a*/
	background-image: url(image/menu-bar.gif);
	display: block;
}
#navi li a:visited {
	/*menuft_acolor: #A1EFFF;menuft_a*/
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 26px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 0px;
	height: 24px;
	/**menu-h**/
	width: 215px;
	list-style-type: none;
	/*menubg_abackground-image: url(img/menubg.gif);menubg_a*/
	background-image: url(image/menu-bar.gif);
	display: block;
}
#navi li a:hover {
	/*menuft_bcolor: #A1EFFF;menuft_b*/
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 26px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 0px;
	height: 24px;
	/**menu-h**/
	width: 215px;
	list-style-type: none;
	/*menubg_bbackground-image: url(img/menubgon.gif);menubg_b*/
	background-image: url(image/menu-bar-2.gif);
	display: block;
}
#navi li a:active {
	/*menuft_bcolor: #A1EFFF;menuft_b*/
	color: #008000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 26px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 0px;
	height: 24px;
	/**menu-h**/
	width: 215px;
	list-style-type: none;
	/*menubg_bbackground-image: url(img/menubgon.gif);menubg_b*/
	background-image: url(image/menu-bar-2.gif);
	display: block;
}

#shopping {
	width: 225px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#shopping p {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
}

#shopping .category {
	font-size: medium;
	font-weight: bold;
	background-color: #E8E8E8;
	color: #0000ff;
	text-align: left;
	padding: 6px;
	margin: 0px;
}

#shopping .category a:link {
	color: #0000ff;
}
#shopping .category a:visited {
	color: #0000ff;
}
#shopping .category a:hover {
	color: #0000ff;
	text-decoration: none;
}
#shopping .category a:active {
	color: #0000ff;
}

.shoppinglist {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	line-height: 140%;
	background-color: #ffffff;
}

.shoppinglist li {
	text-align: left;
	list-style-position: inside;
}
.shoppinglist li a:link {
	color: #0000ff;
	text-decoration: none;
}
.shoppinglist li a:visited {
	color: #0000ff;
	text-decoration: none;
}
.shoppinglist li a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.shoppinglist li a:active {
	color: #0000ff;
	text-decoration: none;
}

.shoppinglistsub {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	line-height: 140%;
}

.shoppinglistsub li {
	text-align: left;
	list-style-position: inside;
	color: #0000ff;
}
.shoppinglistsub li a:link {
	color: #0000ff;
	text-decoration: none;
}
.shoppinglistsub li a:visited {
	color: #0000ff;
	text-decoration: none;
}
.shoppinglistsub li a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.shoppinglistsub li a:active {
	color: #0000ff;
	text-decoration: none;
}

#cart {
	width: 225px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#cart p {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	background-color:#FFFFFF;
}

#cart .category {
	font-size: medium;
	font-weight: bold;
	background-color: #E8E8E8;
	color: #025478;
	text-align: left;
	padding: 6px;
	margin: 0px;
}

#cart .category a:link {
	color: #0000ff;
}
#cart .category a:visited {
	color: #0000ff;
}
#cart .category a:hover {
	color: #0000ff;
	text-decoration: none;
}
#cart .category a:active {
	color: #0000ff;
}

.form {
	padding: 20px;
	width: 519px;
	text-align: center;
	line-height: 140%;
	color:#333333;
}

.topicpath {
	padding: 10px;
	width: 539px;
	text-align: left;
	line-height: 140%;
}

#shoppingimage {
	margin: 0px;
	padding: 0px;
	width: 559px;
}

#shoppingcategory {
	width: 519px;
	text-align: center;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#search {
	padding: 10px;
	width: 499px;
}

.recommend {
	padding: 3px 0px 0px;
	width: 519px;
	color:#000000;
	background: url(img/recommend-bg.gif) no-repeat;
	text-align: left;
	text-indent:6px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.recommend-photo {
	padding: 20px;
	width: 519px;
}

.news {
	padding: 3px 0px 0px;
	width: 519px;
	color:#000000;
	background: url(img/recommend-bg.gif) no-repeat;
	text-align: left;
	text-indent:6px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.news-text {
	padding: 10px;
	width: 500px;
	text-align: left;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.categorytop-table {
	padding: 0px 20px 20px;
	width: 519px;
	line-height:140%;
}

.info {
	padding: 20px;
	width: 519px;
}

.flow {
	padding: 20px 20px 0px;
	width: 519px;
}

.border {
	border: 1px solid #CCCCCC;
}

.categoryname {
	font-size: medium;
	font-weight: bold;
}

#item {
	width: 225px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#item p {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
}

#item .category {
	font-size: 14px;
	font-weight: bold;
	background-color: #E8E8E8;
	text-align: left;
	padding: 6px;
	margin: 0px;
}

#item .category a:link {
	color: #0000ff;
}
#item .category a:visited {
	color: #0000ff;
}
#item .category a:hover {
	color: #0000ff;
	text-decoration: none;
}
#item .category a:active {
	color: #0000ff;
}

.item-shoppinglist {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	line-height: 140%;
	background-color:#FFFFFF;
}

.item-shoppinglist li {
	text-align: left;
	list-style-position: inside;
}
.item-shoppinglist li a:link {
	color: #0000ff;
	text-decoration: none;
}
.item-shoppinglist li a:visited {
	color: #0000ff;
	text-decoration: none;
}
.item-shoppinglist li a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.item-shoppinglist li a:active {
	color: #0000ff;
	text-decoration: none;
}

.item-name {
	padding: 3px 0px 0px;
	width: 519px;
	color:#000000;
	background: url(img/recommend-bg.gif) no-repeat;
	text-align: left;
	text-indent:6px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.search-tablelist {
	padding: 20px;
	width: 519px;
	text-align: center;
	line-height: 140%;
	color:#333333;
}

/* table start
---------------------------------------------------------------------*/
.px12 {
	font-size: 12px;
}
.px12-white {
	font-size: 12px;
	color:#FFFFFF;
}

.tablelist {
	padding: 20px;
	width: 519px;
	text-align: left;
	line-height: 140%;
	color:#333333;
}
/* table end
---------------------------------------------------------------------*/
/* sitemap start
---------------------------------------------------------------------*/
.sitemap {
	padding: 20px;
	width: 519px;
	text-align: left;
	line-height: 140%;
}
.sitemap a:link {
	color: #0000ff;
}
.sitemap a:visited {
	color: #0000ff;
}
.sitemap a:hover {
	color: #0000ff;
	text-decoration: none;
}
.sitemap a:active {
	color: #0000ff;
}
/* sitemap end
---------------------------------------------------------------------*/

/* contents end
---------------------------------------------------------------------*/
/* img start
---------------------------------------------------------------------*/
.bannar {
	padding-top : 10px;
}
/* img end
---------------------------------------------------------------------*/
/* footer start
---------------------------------------------------------------------*/
#footermenu {
	clear: both;
	width: 801px;
	/*foot_srcbackground-color: #E8E8E8;foot_src*/
	background-color: #1E8D27;
	height: 36px;
	/**foot_height**/
	position: relative;
}

#footermenu-list {
	width: 801px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 3px;
	right: 3px;	
}

#footermenu-list a:link {
	color: #0000ff;
}
#footermenu-list a:visited {
	color: #0000ff;
}
#footermenu-list a:hover {
	color: #0000ff;
	text-decoration: none;
}
#footermenu-list a:active {
	color: #0000ff;
}

#footer {
	width: 801px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

/* footer end
---------------------------------------------------------------------*/
