/* navi ---------------------- */

#uNavi {
	position: absolute;
	top: 71px;
	right: 25px;
	height: 28px;
	width: 138px;
	text-indent: -999px;
}

#uNavi a {
	display: block;
	height: 28px;
	width: 138px;
	background: url(img/utNavi.gif) top left no-repeat;
	text-decoration: none;
}

#uNavi a:hover {
	background: url(img/utNavi.gif) 0 -28px no-repeat;
}
#contact #uNavi a.NVcontact {	
	background: url(img/utNavi.gif) 0 -28px no-repeat;
}

#gNavi {
	position: absolute;
	top: 139px;
	left: 17px;
	height: 28px;
	width: 748px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#gNavi ul.gNavi {
	height: 28px;
	width: 748px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	overflow: hidden;
}

#gNavi li {
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	height: 28px;
}

#gNavi a {
	float: left;
	display: block;
	height: 0px !important;
	height /**/:28px; /* IE 5/Win hack */
	padding: 28px 0 0 0;
	overflow: hidden;
}

#gNavi .NVtop a {
	width: 68px ;
	background : url(img/gNavi.gif) 0 0 no-repeat ;
}
#gNavi .NVtop a:hover {
	background : url(img/gNavi.gif) 0 -28px no-repeat ;
}
#top #gNavi .NVtop a{
	background-position: 0 -28px; 
}

#gNavi .NVwhat a {
	width: 94px ;
	background : url(img/gNavi.gif) -68px 0 no-repeat ;
}
#gNavi .NVwhat a:hover {
	background : url(img/gNavi.gif) -68px -28px no-repeat ;
}
#what #gNavi .NVwhat a{
	background-position: -68px -28px; 
}

#gNavi .NVskincare a {
	width: 185px ;
	background : url(img/gNavi.gif) -162px 0 no-repeat ;
}
#gNavi .NVskincare a:hover {
	background : url(img/gNavi.gif) -162px -28px no-repeat ;
}
#skincare #gNavi .NVskincare a{	
	background-position: -162px -28px; 
}

#gNavi .NVnansuiki a {
	width: 126px ;
	background : url(img/gNavi.gif) -347px 0 no-repeat ;
}
#gNavi .NVnansuiki a:hover {
	background : url(img/gNavi.gif) -347px -28px no-repeat ;
}
#nansuiki #gNavi .NVnansuiki a{	
	background-position: -347px -28px; 
}

#gNavi .NVfaq a {
	width: 64px ;
	background : url(img/gNavi.gif) -473px 0 no-repeat ;
}
#gNavi .NVfaq a:hover {
	background : url(img/gNavi.gif) -473px -28px no-repeat ;
}
#faq #gNavi .NVfaq a{	
	background-position: -473px -28px; 
}

#gNavi .NVcolumn a {
	width: 69px ;
	background : url(img/gNavi.gif) -537px 0 no-repeat ;
}
#gNavi .NVcolumn a:hover {
	background : url(img/gNavi.gif) -537px -28px no-repeat ;
}
#column #gNavi .NVcolumn a{	
	background-position: -537px -28px; 
}

#gNavi .NVlink a {
	width: 67px ;
	background : url(img/gNavi.gif) -606px 0 no-repeat ;
}
#gNavi .NVlink a:hover {
	background : url(img/gNavi.gif) -606px -28px no-repeat ;
}
#link #gNavi .NVlink a{	
	background-position: -606px -28px; 
}

#gNavi .NVbbs a {
	width: 74px ;
	background : url(img/gNavi.gif) -673px 0 no-repeat ;
}
#gNavi .NVbbs a:hover {
	background : url(img/gNavi.gif) -673px -28px no-repeat ;
}
#bbs #gNavi .NVbbs a{	
	background-position: -673px -28px; 
}


/* body ---------------------- */
body {
	margin: 10px 0 10px 0;
	background-color: #fff;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #00f;
}

a:active {
	color: #f60;
}

a:hover {
	color: #f60;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

img {
	border: none;
}

h1 span, h2 span {
	display: none;
}

hr {
	display: none;
}

em {
	font-style:normal;
	color: #f00;
}
/* ctrl ---------------------- */

#container {
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 780px;
}

#center {
	float: left;
	width: 585px;
	overflow: hidden;
}

#right {
	float: right;
	width: 175px;
	overflow: hidden;
}

/* banner ---------------------- */

#banner {
	background: url(img/head_bg.gif) bottom left no-repeat;
	padding: 0;
	height: 167px;
	margin-bottom: 10px;
	position: relative;
	width: 780px;
}

#banner img {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#banner h1{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/* main ---------------------- */

.content {
	padding: 0;
	color: #000;
	font-size: small;
}

.content p {
	margin-bottom: 10px;
}

.content blockquote {
	padding: 15px;
	background-color: #eee;
}


.content h2 {
	font-size: medium;
	margin-bottom: 10px;
}

.content h3 {
	font-size: small;
	margin-bottom: 1em;
}

.content p.posted {
	color: #999;
	font-size: x-small;
	line-height: 1em;
	margin-bottom: 2em;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.txtS {
	font-size: 10px;
	line-height: 1.4em;
}

.mainInfo {
	background: #D2EEF7 url(img/mds_topInfo02.gif) bottom left no-repeat;
	padding: 0;
	margin: 1.5em 0 1.5em 0;
}

.mainInfo h2 {
	margin:0;
}

.mainInfo ul{
	margin: 0;
	padding: 0 15px 10px 15px;
}

.mainInfo li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainInfo li {
	background:url(img/icn_info.gif) 0 5px no-repeat;
	padding: 4px 0 4px 18px ;
	line-height: 1.3em;
	font-size: 12px;
}

.linkEntry {
	background:url(img/icn_entry.gif) 0 4px no-repeat;
	padding: 4px 0 4px 25px ;
	line-height: 1.3em;
	display: block;
	margin-left: 20px;
}



.totop {
	text-align: center;
	font-size: 10px;
}

.table01 {
	width: 100%;
}

.table01 th, .table01 td {
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
}

.table01 th {
	background-color: #eee;
	border-right: 5px solid #ccc;
	width: 60px;
}

/* cat ---------------------- */

.catMenu ul, .catMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catMenu li{
	background:url(img/icn_ar01.gif) 0 6px no-repeat;
	padding-left: 15px ;
	line-height: 1.5em;
	font-size: 12px;
}

.catMenu {
	padding:15px;
	border: 1px solid #ccc;
}
.catEntry {
	margin-top: 2em;
}

.catEntry h2, h2.title {
	padding: 5px 5px 5px 25px;
	background: url(img/line.gif) bottom left no-repeat;
	color: #09c;
	font-size: 110%;
}

.catEntry a {
	text-decoration: none;
	color: #006699;
}


.link02 {
	background:url(img/icn_ar02.gif) 0 6px no-repeat;
	padding-left: 15px ;
	line-height: 1.5em;
}

.linkExcerpt a {
	text-decoration: underline;
	color: #00f;
}

.entryBody {
	margin-left: 30px;
	font-size: 110%;
}

.pankuzu {
	padding: 0;
	margin: 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	margin-bottom: 20px;
}

.pageTop {
	text-align: right;
	font-size: 10px;
}

.pageTop a {
	color: #CCCCCC;
}

.pageTop a:hover {
	color: #FF9900;
}


/* side ---------------------- */

.sidebar {
	font-size: 12px;
	line-height: 1.3em;
}

.sideWaku {
	background: #67C2E1 url(img/side_footBl.gif) bottom left no-repeat;
	padding: 0 10px 10px 10px;
	color: #fff;
}

.sideWaku p{
	margin: 0;
}

.sideWaku a{
	color:#FFFFCC;
}

.sideWaku a:hover{
	color:#fc0;
}

.sideWaku img.photoL {
	float: left;
	margin-right: 5px;
}

.sideWaku img.photo {
	border: 3px solid #fff;
}

.sideWaku form {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	clear: both;
}

#footMenu {
	clear: both;
	background: #D2EEF7 url(img/foot_01.gif) top left no-repeat;
	font-size: 10px;
	margin-top: 10px;
}

#footMenu img {
	float: left;
	margin-right: 20px;
}

#footMenu div {
	padding: 10px 10px 5px 10px;
	background: url(img/foot_02.gif) bottom left no-repeat;
	height: 20px;
	vertical-align: bottom;
}

#foot {
	margin-top: 10px;
	clear: both;
	height: 41px;
	background: url(img/foot_bg.gif) no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
	padding: 8px;
}

#foot a {
	color: #FFFFCC;
}
