@charset "utf-8";
/*------------------------------------------------

	CSS Document

------------------------------------------------*/

/* normalize */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
}

body {
	font-size: 75%;
	line-height: 1.4;
	color: #666;
	text-align: center;
	height: 100%;
	background: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ul,
ol {
	list-style: none;
}
table {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}
a, a img {
	border: 0;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
}

a:link {
	color: #078D00;
	text-decoration: none;
}
a:visited {
	color: #189B12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666;
}
strong {
	font-weight: bold;
}

/*  clear-fix
------------------------------------------------*/
.clearfix:after,
div#contents:after,
div#box:after,
div#header ul:after,
dl:after,
body#top div#contents div#menuArea:after,
body#top div#contents div#descriptionArea:after,
div#globalNav ul:after,
body#others div#contents div#finding:after,
body#others div#contents div#fundaInfo:after,
bocy#others div#contents div#fundaInfo li:after,
body#others div#contents div#calcKcal:after,
body#others div#contents div#calcKcal li div.details:after,
body#others div#contents div#systemList div.details:after,
body#others div#contents div#professorInner:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix,
div#contents,
div#box,
div#header ul,
dl,
body#top div#contents div#menuArea,
body#top div#contents div#descriptionArea,
div#globalNav ul,
body#others div#contents div#finding,
body#others div#contents div#fundaInfo,
bocy#others div#contents div#fundaInfo li,
body#others div#contents div#calcKcal,
body#others div#contents div#calcKcal li div.details,
body#others div#contents div#systemList div.details,
body#others div#contents div#professorInner {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix,
div#contents,
div#box,
div#header ul,
dl,
body#top div#contents div#menuArea,
body#top div#contents div#descriptionArea,
div#globalNav ul,
body#others div#contents div#finding,
body#others div#contents div#fundaInfo,
bocy#others div#contents div#fundaInfo li,
body#others div#contents div#calcKcal,
body#others div#contents div#calcKcal li div.details,
body#others div#contents div#systemList div.details,
body#others div#contents div#professorInner
{height: 1%;}
.clearfix,
div#contents,
div#box,
div#header ul,
dl,
body#top div#contents div#menuArea,
body#top div#contents div#descriptionArea,
div#globalNav ul,
body#others div#contents div#finding,
body#others div#contents div#fundaInfo,
bocy#others div#contents div#fundaInfo li,
body#others div#contents div#calcKcal,
body#others div#contents div#calcKcal li div.details,
body#others div#contents div#systemList div.details,
body#others div#contents div#professorInner
{display: block;}
/* End hide from IE-mac */


/* layout
-----------------------------------------------*/
div#container {
	width: 812px;
	margin: 0 auto 0 auto;
	background: url(../images/bg_container.jpg) 0 0 repeat-y;
	text-align: left;
}

/* header
-----------------------------------------------*/
div#header {
	width: 770px;
	margin-left: 21px;
	background: url(../images/bg_header.jpg) 0 0 repeat-y;
}
div#header ul li#headerLogoIe {
	display: inline;
	float: left;
	width: 56px;
	margin-left: 7px;
	padding: 3px 0 5px;	
}
div#header ul li#headerLogoDs {
	display: inline;
	float: right;
	width: 147px;
	padding-top: 13px;
	margin-right: 9px;
}
div#header ul li img {
	display: block;
}

/* footer
-----------------------------------------------*/
div#footer {
	width: 812px;
	padding-bottom: 32px;
	background: url(../images/bg_footer.jpg) 0 100% no-repeat;
}
div#footer p {
	width: 770px;
	margin: 7px 0 0 21px;
	padding-top: 10px;
	background: url(../images/footer_line.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 85%;
}
div#footer div#localNav ul {
	width: 770px;
	margin-top: 6px;
	margin-left: 21px;
	padding: 8px 0;
	text-align: center;
	background: url(../images/bg_lnav.jpg) 0 0 repeat-y;
}
div#footer div#localNav ul li {
	display: inline;
	margin-right: 13px;
	padding-right: 14px;
	border-right: solid 1px #666;
}
div#footer div#localNav ul li#navQuiz {
	margin: 0;
	padding: 0;
	border: none;
}
div#footer div#localNav ul li a {
	color: #666;
}

/* globalNav & localNav
-----------------------------------------------*/
div#globalNav h2,
div#localNav h2 {
	display: none;
}
body#others div#globalNav {
	margin: 8px 0 0 19px;
}
body#others div#globalNav ul li {
	float: left;
	width: 191px;
	margin-right: 4px;
}
body#others div#globalNav a,
body#others div#globalNav img {
	display: block;
}

/* TOPy[W
-----------------------------------------------*/
div#contents {
	width: 770px;
}
body#top div#contents div#menuArea {
	width: 770px;
	margin: 6px 0 0 21px;
	padding-bottom: 26px;
	background: url(../images/bg_toppage.jpg) 0 0 no-repeat;
}
body#top div#contents div#menuArea h1 {
	margin-left: 417px;
}
body#top div#contents div#menuArea h1 img#topTtl01 {
	margin-top: 150px;
	vertical-align: top;
	display: none;
}
body#top div#contents div#menuArea h1 img#topTtl02 {
	margin: 18px 0 0 31px;
	vertical-align: top;
}
body#top div#contents div#menuArea div#globalNav {
	display: inline;
	margin: 15px 0 0 0;

}
body#top div#contents div#menuArea div#globalNav ul {
	display: inline;
	float: right;
	width: 271px;
	margin: 15px 43px 0 0;
}
body#top div#contents div#menuArea div#globalNav ul li {
	display: block;
	width: 271px;
	margin-top: 3px;
}
body#top div#contents div#menuArea div#globalNav ul li a {
	display: block;
}
body#top div#contents div#menuArea div#globalNav ul li a img {
	vertical-align: bottom;
	display: block;
	margin: 0;
	padding: 0;
}
body#top div#contents div#descriptionArea {
	width: 770px;
	margin: 6px 0 0 21px;
	background: url(../images/bg_descript.jpg) 0 0 repeat-y;
}
body#top div#contents div#descriptionArea h2 {
	display: none;
}
body#top div#contents div#descriptionArea ul#description {
	float: left;
	width: 208px;
	padding: 12px 0 10px;
}
body#top div#contents div#descriptionArea ul#description li {
	margin-left: 29px;
	text-indent: -13px;
}
body#top div#contents div#descriptionArea ul#banner {
	display: inline;
	float: left;
	width: 542px;
	margin: 24px 0 0 14px;
}
body#top div#contents div#descriptionArea ul#banner li {
	float: left;
	width: 172px;
	margin: 1px 4px 0 0;
}
body#top div#contents div#descriptionArea ul#banner li#bannerList {
	display: inline;
	width: 185px;
	margin: 0 0 0 5px;
}
body#top div#contents div#descriptionArea ul#banner li img {
	display: block;
}
body#top div#contents div#descriptionArea ul#banner li#bannerList img {
	margin: 0 0 12px;
}

/* howto.html
-----------------------------------------------*/
body#others h1 {
	display: none;
}
body#others div#contents {
	margin: 6px 0 0 21px;
	background: url(../images/bg_contents_inner.jpg) 0 0 repeat-y;
}
body#others div#contents div#finding {
	width: 770px;
	margin: 0 0 0 0;
	padding-top: 24px;
	background: url(../images/bg_contents_top.gif) 0 0 repeat-x;
}
body#others div#contents div#finding p {
	display: inline;
	float: right;
}
body#others div#contents div#finding p#package {
	margin-right: 50px;
}
body#others div#contents div#finding p#findingText {
	margin: 15px 16px 0 0;
}
body#others div#contents div#finding p img {
	display: block;
}
body#others h2 {
	margin: 35px 0 0 59px;
}
body#others h2 img {
	display: block;
}
body#others div#contents div#fundaInfo h3,
body#others div#contents div#calcKcal h3 {
	margin: 21px 0 0 49px;
}
body#others div#contents div#fundaInfo h3 img,
body#others div#contents div#calcKcal h3 img {
	display: block;
}
body#others div#contents div#fundaInfo li {
	display: inline;
	float: left;
	width: 630px;
	margin-left: 70px;
	padding-top: 45px;
	background: url(../images/bg_how_top.gif) 0 0 no-repeat;
}
body#others div#container div#contents li.sectionTop {
	margin-top: 14px;
	padding-top: 13px;
	background: url(../images/bg_section_top.gif) 0 0 no-repeat;
}
body#others div#contents div#fundaInfo li div.details {
	float: left;
	width: 630px;
	background: url(../images/bg_section_inner.gif) 0 0 repeat-y;
}
body#others div#container div#contents li.sectionBottom {
	padding-top: 0;
	padding-bottom: 12px;
	background: url(../images/bg_section_bottom.gif) 0 bottom no-repeat;
}
body#others div#container div#contents li.sectionBottom div#detailsTop {
	padding-top: 45px;
	background: url(../images/bg_how_top.gif) 0 0 no-repeat;
}
body#others div#contents ol li div.detailsText {
	display: inline;
	float: left;
	width: 405px;
	margin-left: 22px;
}
body#others div#contents ol li div.detailsText h4 {
	width: 405px;
	margin-top: 9px;
	padding-bottom: 9px;
	background: url(../images/how_line.gif) 0 100% repeat-x;
}
body#others div#contents div#calcKcal ol li div.detailsText h4 {
	width: 363px;
	margin-left: 41px;
}
body#others div#contents ol li div.detailsText h4 img {
	display: block;
}
body#others div#contents ol li div.detailsText p {
	margin-top: 15px;
}
body#others div#container div#contents li.sectionBottom div.detailsText {
	padding-bottom: 35px;
}
body#others div#container div#contents p.detailsImg {
	display: inline;
	float: left;
	width: 165px;
	margin-left: 19px;
	margin-top: 0;
}

body#others div#contents div#calcKcal {
	padding-bottom: 46px;
	background: url(../images/bg_contents_bottom.gif) 0 100% repeat-x;
}
body#others div#contents div#calcKcal ol {
	margin-top: 15px;
}
body#others div#contents div#calcKcal li {
	display: inline;
	float: left;
	width: 630px;
	margin-left: 70px;
	padding-bottom: 28px;
	background: url(../images/bg_calc_bottom.gif) 0 100% no-repeat;
}
body#others div#contents div#calcKcal li#calc04 {
	padding-bottom: 12px;
	background: url(../images/bg_section_bottom.gif) 0 100% no-repeat;
}
body#others div#contents div#calcKcal li div.detailsTop {
	background: url(../images/bg_section_inner.gif) 0 0 repeat-y;
}
body#others div#contents div#calcKcal li#calc01 div.details {
	padding-top: 13px;
	background: url(../images/bg_calc_01.gif) 0 0 no-repeat;
}
body#others div#contents div#calcKcal li#calc01 div.detailsTop {
}

body#others div#contents div#calcKcal li#calc02 div.details {
	padding-top: 13px;
	background: url(../images/bg_calc_02.gif) 0 0 no-repeat;
}
body#others div#contents div#calcKcal li#calc03 div.details {
	padding-top: 13px;
	background: url(../images/bg_calc_03.gif) 0 0 no-repeat;
}
body#others div#contents div#calcKcal li#calc04 div.details {
	padding-top: 13px;
	background: url(../images/bg_calc_04.gif) 0 0 no-repeat;
}
body#others div#contents p.source {
	font-size: 86%;
}


/* system.html
-----------------------------------------------*/
body#others div#box {
	padding-bottom: 49px;
	background: url(../images/bg_contents_bottom.gif) 0 100% repeat-x;
}
body#others div#contents div#systemList {
	width: 770px;
	padding-top: 34px;
	background: url(../images/bg_contents_top.gif) 0 0 repeat-x;
}
body#others div#contents div#systemList dl {
	margin-left: 59px;
}
body#others div#contents div#systemList dt {
	padding-bottom: 35px;
	background: url(../images/bg_section_top.gif) 11px 100% no-repeat;
}
body#others div#contents div#systemList dt img {
	display: block;
}
body#others div#contents div#systemList dd {
	margin: 0 0 30px 11px;
	padding-bottom: 12px;
	background: url(../images/bg_section_bottom.gif) 0 100% no-repeat;
}
body#others div#contents div#systemList div.details {
	padding-left: 22px;
	background: url(../images/bg_section_inner.gif) 0 0 repeat-y;
}
body#others div#contents div#systemList p {
	float: left;
	width: 405px;
	margin-top: 10px;
}

body#others div#contents div#professorTop  {
	margin-left: 70px;
	padding-bottom: 13px;
	background: url(../images/bg_professor_bottom.jpg) 0 100% no-repeat;
}
body#others div#contents div#professor {
	background: url(../images/bg_proseffor_inner.jpg) 0 0 repeat-y;
}
body#others div#contents div#professorInner {
	padding-top: 13px;
	background: url(../images/bg_professor_top.jpg) 0 0 no-repeat;
}
body#others div#contents div#professor h3 {
	width: 393px;
	padding-bottom: 9px;
	background: url(../images/line_supervision.gif) 0 100% repeat-x;
}
body#others div#contents div#professor h3 img {
	display: block;
}
body#others div#contents div#professor div#professorText {
	display: inline;
	float: left;
	width: 412px;
	margin-left: 22px;
}
body#others div#contents div#professor p {
	float: left;
	width: 179px;
}
body#others div#contents div#professor div#professorText p {
	float: none;
	width: 395px;
	margin-top: 15px;
}