@charset "UTF-8";

h1, h2, h3, h4, h5, h6, ul,li { 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.7em;
}

form { margin: 0; padding: 0; }

a:link {
	color: #859621;
	text-decoration: underline;
}

a:visited {
	color: #859621;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

a img { border: 0; }
.clear {
	clear: both;
	float: none;
}
em {
	font-style: normal;
	color: #688AA8;
	margin-left: 15px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.note {
	color: #4279F9;
	text-indent: -1em;
	padding-left: 1em;
}
.gray {
	font-size: 0.9em;
	color: #707070;
	line-height: 1.2em;
}
.mark {
	font-size: 1.3em;
	color: #E85988;
	font-weight: bold;
}
.separator {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
	text-indent: -9999px;
	background-position: center;
}
.float_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.clear {
	clear: both;
	float: none;	
}

#wrap {
	height: 100%;
	width: 99%;
	position: relative;
}
#container {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header_top {
	background-image: url(images/top_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#course_top {
	background-image: url(images/course_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#treatment_top {
	background-image: url(images/treatment_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#self_top {
	background-image: url(images/self_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#products_top {
	background-image: url(images/products_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#map_top {
	background-image: url(images/map_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#contact_top {
	background-image: url(images/contact_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#event_top {
	background-image: url(images/event_header_bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 279px;
	position: relative;
}
#logo {
	background-image: url(images/feel_logo.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 218px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 600px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 110px;
	width: 218px;
	text-indent: -9999px;
}

/*==============MENU AREA========================================*/
#menu {
	height: 38px;
	width: 850px;
	position: relative;
}
#menu li {
	display: inline;
}
#menu li#course a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 123px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -71px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 71px;
	top: 0px;
}
#menu li#course a:hover,
#menu li#course a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 123px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -71px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 71px;
	top: 0px;
}

#menu li#treatment a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 113px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -194px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 194px;
	top: 0px;
}
#menu li#treatment a:hover,
#menu li#treatment a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 113px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -194px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 194px;
	top: 0px;
}

#menu li#self a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 115px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -307px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 307px;
	top: 0px;
}
#menu li#self a:hover,
#menu li#self a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 115px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -307px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 307px;
	top: 0px;
}

#menu li#products a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 116px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -422px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 422px;
	top: 0px;
}
#menu li#products a:hover,
#menu li#products a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 116px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -422px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 422px;
	top: 0px;
}

#menu li#access a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -538px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 538px;
	top: 0px;
}
#menu li#access a:hover,
#menu li#access a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -538px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 538px;
	top: 0px;
}
#menu li#inq a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 110px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -628px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 628px;
	top: 0px;
}
#menu li#inq a:hover,
#menu li#inq a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 110px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -628px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 628px;
	top: 0px;
}

#menu li#blog a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 112px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -738px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 738px;
	top: 0px;
}
#menu li#blog a:hover,
#menu li#blog a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 112px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -738px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 738px;
	top: 0px;
}

#menu li#home a {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 71px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu li#home a:hover,
#menu li#home a#now {
	background-image: url(images/menu.gif);
	height: 38px;
	width: 71px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px -38px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#column {
	float: left;
	width: 580px;
	padding-top: 50px;
	text-align: left;
}
#column ul li {
	background-image: url(images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 13px;
	margin-left: 30px;
}

#oshirase,
#osusume,
#concept {
	margin-bottom: 3em;
}

#oshirase h2 {
	background-image: url(images/oshirase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 1em;
	height: 30px;
	width: 580px;
}
#oshirase li {
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	list-style-type: none;
	margin-bottom: 1em;
}

#osusume h2 {
	background-image: url(images/osusume.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 1em;
	height: 30px;
	width: 580px;
}
#osusume h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #D78464;
}

#side {
	float: right;
	width: 255px;
	text-align: left;
}

/*==============what's new  menu area========================================*/
#wn_box {
	background-image: url(images/whatsnew_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
	margin-bottom: 2em;
}
#wn_mid ul li {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 14px;
	list-style-type: none;
	margin-bottom: 1em;
}

#wn_mid {
	background-image: url(images/whatsnew_mid.gif);
	background-repeat: repeat-y;
}

/*============topics===============================================*/
#topics {
	margin-bottom: 2em;
}
#topics h3 {
	font-weight: bold;
	color: #C04930;
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}
#topics p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.2em;
	color: #508B67;
}


/*================concept=========================================*/

#concept .inner {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#concept h2#iyashi {
	background-image: url(images/iyashi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 180px;
}
#concept h2#bi {
	background-image: url(images/bi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 56px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#concept h2#kenkou {
	background-image: url(images/ken.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 180px;
}

#concept .inner_end {
	margin: 0px;
	float: left;
	width: 180px;
}
#concept .inner img,
#concept .inner_end img {
	float: right;
	margin-left: 5px;
}




/*====================pagetop====================================*/
.pagetop {
	clear: both;
	float: none;
	display: block;
	font-size: 0px;
	text-indent: -9999px;
	height: 13px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.pagetop a {
	background-image: url(images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 72px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	text-align: right;
	position: absolute;
	right: 10px;
	font-size: 0px;
	line-height: 0px;
}
.pagetop a:hover {
	background-image: url(images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px -13px;
	height: 13px;
	width: 72px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	text-align: right;
}
/*===================footer===============================================*/
#footer {
	clear: both;
	float: none;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
}
/*==================course treatment products access=================================================*/
#course table,
#products table,
#access table {
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	margin-bottom: 2em;
}
#course th,#course td,
#products td,
#access td {
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
#course h2,
#treatment h2,
#products h2,
#access h2,
#one_column h2 {
	font-size: 1.5em;
	background-image: url(images/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 22px;
	margin-bottom: 1em;
	color: #617B2F;
	font-weight: bold;
}
#course h3,
#treatment h3,
#access h3,
#one_column h3 {
	font-size: 1.2em;
	background-image: url(images/h_mark.jpg);
	background-repeat: no-repeat;
	line-height: 44px;
	padding-left: 48px;
}
#treatment h4 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 25px;
	color: #326AC9;
	margin-top: 10px;
}
#course h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.7em;
}


#products td img {
	float: left;
	margin-right: 10px;
}
/*==============treatment==================================================*/
.exbox {
	background-image: url(images/exbox_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 580px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.exbox_mid {
	background-image: url(images/exbox_mid.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 108px;
}
.exbox_top {
	background-image: url(images/exbox_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	position: relative;
}
.exbox_top .ex01 {
	background-image: url(images/ex01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex02 {
	background-image: url(images/ex02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex03 {
	background-image: url(images/ex03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex04 {
	background-image: url(images/ex04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex05 {
	background-image: url(images/ex05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex06 {
	background-image: url(images/ex06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex07 {
	background-image: url(images/ex07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex08 {
	background-image: url(images/ex08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex09 {
	background-image: url(images/ex09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex10 {
	background-image: url(images/ex10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox_top .ex11 {
	background-image: url(images/ex11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.exbox table td {
	vertical-align: top;
	text-align: left;
}
.caution {
	background-color: #FFCC66;
	padding: 2px 2em;
	margin-bottom: 2em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #CCCCCC;
}

#access #map {
	width: 500px;
	height: 300px;
	margin: 1em auto 2em;
}
#footmenu {
	line-height: 1.5em;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
#footmenu li {
	border-right: 1px solid #B2B2B2;
	list-style-type: none;
	margin-right: 7px;
	display: inline;
	padding-right: 7px;
}
#footmenu li.footmenuend {
	border-style: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#products {
	width: 580px;
	padding-top: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#one_column {
	width: 580px;
	padding-top: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#ok {
	font-size: 1.5em;
	color: #CC0033;
	margin-bottom: 1em;
}

