* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
/*	overflow: scroll;*/
}

body > #page {
    height: auto;
}

body {
	margin: 0 auto;
	text-align: center;
	font-size: 75%;
	color: #333333;
	line-height: 1.5em;
}
a {
	color: #ff6666;
	text-decoration: underline;
}
a:hover {
	color: #ff9999;
	text-decoration: underline;
}
a img {
	border: none;
}
.fix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.fix {
	zoom: 1;
}

/* layout ---------------------------------------------------------*/
#page {
	background: #f6f4eb url( images/bg-top.gif ) left top repeat-x;
}
#page-inner {
    position: relative;
    margin: 0px auto;
	width: 940px;
    height: 100%;
    min-height: 100%;
	text-align: left;
	background: #ffffff url( images/bg-page.gif ) top center repeat-x;
}
#header {
	height: 170px;
}
#content {
	margin-top: 10px;
    height: auto;
}
#main {
	float: right;
	width: 720px;
}
#sidebar {
	float: left;
	width: 220px;
}
#sidebar-inner {
	margin: 0 0 0 5px;
}
#extend {
	float: right;
	width: 210px;
	display: none;
}
#footer {
	height: 100px;
	text-align: center;
}
#footer-inner {
	display: block;
	margin: 0 auto;
	width: 940px;
}
.go-pagetop {
	clear: both;
	padding: 0 20px 0 0;
	font-size: x-small;
	text-align: right;
}
/* header ---------------------------------------------------------*/
#header h1 {
	margin: 0;
	padding: 30px 10px 0;
	font-size: small;
	font-weight: normal;
	color: #666666;
}
#header {
}
#header-logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 170px;
}
#header-logo a {
	display: block;
	padding: 170px 0 0 0;
	height: 0;
	overflow: hidden;
	background: url( images/header-logo.jpg ) left top no-repeat;
}
#header-content {
	float: left;
	margin: 0;
	padding: 0;
	width: 410px;
	height: 110px;
}
#header-content #logotype {
	float: left;
	margin: 0;
	padding: 0;
	width: 315px;
	height: 40px;
}
#header-content #logotype a {
	display: block;
	padding: 40px 0 0 0;
	height: 0;
	overflow: hidden;
	background: url( images/header-content-logo.gif ) left top no-repeat;
}
#header-contact {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	width: 300px;
	height: 110px;
}
#header-contact a {
	display: block;
	padding: 90px 0 0 0;
	width: 300px;
	height: 0;
	overflow: hidden;
	background: url( images/header-contact.jpg ) left top no-repeat;
}


#header #gmenu {
	float: left;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}
#header #gmenu a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
#header #gmenu a:hover {
	color: #FF3333;
	background: #ffeeee;
}
#pathway {
	width: 720px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #996600;
}
#pathway a {
	font-size: x-small;
	padding: 5px;
	color: #FF6600;
	text-decoration: none;
}
#pathway a:hover {
	color: #FF9900;
}

/* footer ---------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
/*    position: absolute;*/
    bottom: 0px;
	border-top: 1px solid #ffbbbb;
}
#footer-inner {
	height: 100px;
}
#footer-guide {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #ff6666;
	background: #ffcccc;
}
#footer-guide a {
	padding: 5px;
	color: #cc3333;
	text-decoration: none;
}
#footer-guide a:hover {
	color: #ffffff;
	background: #ff6666;
}

#footer #copyright {
	margin-top: 30px;
	clear: both;
	text-align: center;
}
div#footer #copyright h2 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: x-small;
	font-weight: normal;
}


/* main -----------------------------------------------------------*/
#main .content-header {
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
#main #top-title {
	background: url( images/content-header-top.gif ) left top no-repeat;
}
#main #about-title {
	background: url( images/content-header-about.gif ) left top no-repeat;
}
#main #results-title {
	background: url( images/content-header-results.gif ) left top no-repeat;
}
#main #dokodemo-title {
	background: url( images/content-header-dokodemo.gif ) left top no-repeat;
}
#main #services-title {
	background: url( images/content-header-services.gif ) left top no-repeat;
}
#main #flow-title {
	background: url( images/content-header-flow.gif ) left top no-repeat;
}
#main #dokodemo-title {
	background: url( images/content-header-dokodemo.gif ) left top no-repeat;
}
#main #link-title {
	background: url( images/content-header-link.gif ) left top no-repeat;
}
#main #faq-title {
	background: url( images/content-header-faq.gif ) left top no-repeat;
}
#main #contact-title {
	background: url( images/content-header-contact.gif ) left top no-repeat;
}
.item {
	margin: 30px 5px 10px 3px;
	padding: 0;
	background: url( images/page-body.png ) left top repeat-y;
}
.itemhead {
	margin: 0;
	padding: 0;
	height: 40px;
}
.itemhead h3 {
	margin: 0;
	padding: 10px 0 0 22px;
	font-size: 1.2em;
}
.storycontent {
	padding: 10px 30px 20px;
}
.storycontent p {
	line-height: 1.53em;
	margin: 0;
	padding: 0 0 15px ;
}
.storycontent h3 {
	margin: 10px -20px 15px;
/*	padding: 8px 0 0 17px;*/
	padding: 0 0 0 36px;
	height: 40px;
	line-height: 40px;
	background: url( images/page-h3.gif ) left center no-repeat;
	font-size: 1.1em;
	color: #dd3333;
}
.storycontent h4 {
	margin: 10px -9px 16px;
/*	padding: 5px 0 0 15px;*/
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
}

#main div.navigation {
	font-size: x-small;
	text-align: center;
}

.go-dokodemo {
	padding-left: 20px;
	margin-bottom: 30px;
}
/* contact --------------------------------------------------------*/
.contact {
	padding: 10px 30px 20px;
}
.contact p {
	line-height: 1.53em;
	margin: 0;
	padding: 0 0 15px ;
}

/* faq ------------------------------------------------------------*/
.faq .case {
	margin: 5px 60px 10px 15px;
	padding: 0;
	border: 1px solid #dddddd;
}
.faq .question {
	margin-top: 5px;
	background: url( images/faq-q.gif ) 5px top no-repeat;
	border-bottom: 1px dotted #F0CBA2;
}
.faq .question h3 {
	margin: 10px 0px 15px;
	padding: 0 0 0 55px;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
	color: #dd3333;
}
.faq .answer {
	padding: 10px;
	padding-left: 55px;
	background: url( images/faq-a.gif ) 5px 5px no-repeat;
}
.faq .answer p {
	padding: 0 0 10px;
}

/* news - todays */
.itemhead .chronodata,
div.news div#main div.item .itemhead .chronodata {
	display: block;
	padding: 3px 30px;
	font-size: x-small;
	color: #996633;
	border-bottom: 1px dotted #f6c6e6;
/*	border-bottom: 1px solid #eeeecc;
	background: #fdfbf0;*/
}
div.todays div#main div.item .itemhead .chronodata .tags,
div.news div#main div.item .itemhead .chronodata .tags {
    margin-left: 20px;
}

/* sidebar --------------------------------------------------------*/
div#sidebar .panel {
	margin-bottom: 10px;
}
div#sidebar .widget {
	background: url( images/side-w-footer.gif ) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
div#sidebar .widget:after,
div#sidebar .widget ul:after,
div#sidebar .widget dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#sidebar .widget .header {
	height: 30px;
/*	background: url( images/side-w-header.gif ) left bottom no-repeat;*/
}
div#sidebar .widget .body {
	padding-bottom: 1px;
	background: url( images/side-w-body.gif ) left bottom repeat-y;
}
#sidebar .widget .body p {
	margin: -5px 0 0;
	padding: 15px 15px 10px;
	font-size: small;
	line-height: 1.3em;
	color: #663300;
}
div#sidebar .widget .body .welcome,
div#sidebar .widget .body .home,
div#sidebar .widget .body .address {
	margin: 0px;
	padding: 5px 0 0 20px;
	list-style: none;
}

div#sidebar .widget ul {
	margin: 0px;
	padding: 5px 0 0 20px;
	list-style: none;
	background: url( images/side-bg-flower.gif ) -1px bottom no-repeat;
}
div#sidebar .widget ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url( images/li01.gif ) 3px center no-repeat;
	font-size: small;
}

/* sidebar news */
div#sidebar .widget dl.news {
	margin: 0px;
	height:240px;
	padding: 5px 10px 0;
	font-size: x-small;
	background: url( images/side-bg-flower.gif ) -1px bottom no-repeat;
	overflow:auto;
}
div#sidebar .widget dl.news dt {
	margin: 0;
	padding: 0 5px;
	color: #993366;
	font-weight: bold;
	background: #fceaf5;
}
div#sidebar .widget dl.news dd {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
div#sidebar .widget dl.news dd .date {
	margin: 0 0 5px;
	padding: 0;
	font-size: xx-small;
	border-bottom: 1px dotted #ccc;
}
div#sidebar .widget dl.news dd .more {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}
div#sidebar .widget address {
	font-size: x-small;
	margin: 0;
	padding: 5px 10px;
	font-style: normal;
}

/* Captions & aligment */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/* End captions & aligment */

/* about */
table#about {
	float: left;
	width: 90%;
	margin: 0 0 0 10px;
	border-collapse: collapse;
}
table#about th,
table#about td {
	padding: 10px 10px 5px;
}
table#about th {
	width:120px;
	text-align:right;
	color: #993300;
}
table#about td {
	border-bottom: 1px solid #eee;
}

/* results */
table#link,
table#results {
	float: left;
	width: 97%;
	margin: 0 0 0 10px;
	border-collapse: collapse;
}
table#link th,
table#link td,
table#results th,
table#results td {
	padding: 5px 10px;
}
table#link th,
table#results th {
	color: #904000;
	text-align:center;
	background: #fdf6ee;
	border: 1px solid #e7e0c7;
}
table#link td,
table#results td {
	border: 1px solid #e6e6e6;
}
table#link td.url {
}

/* top */
.top-image {
text-align: center;
background: #FEEBDE;
}
.top-summary {
	padding: 20px 300px 0 50px;
	height: 330px;
	background: url( images/illust.gif ) right bottom no-repeat;
}
.x {
	padding-bottom: 10px;
	display: block;
	background: url( images/kuma.gif ) 170px bottom no-repeat;
}

/* order flow ----------------------------------------------------------------*/ 
ol#flow {
	margin: 0 0 0 20px;
	width: 90%;
	padding: 0;
	list-style: none;
	zoom: 1;
}
ol#flow:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ol#flow li {
	clear: left;
	display: block;
	height: 60px;
	padding: 10px 0 15px;
	border-bottom: 1px dotted #dddddd;
}
ol#flow li span.title {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
}
ol#flow li span.description {
	line-height: 1.6em;
}

/* dokodemo ------------------------------------------------------------------*/ 
ul#dokodemo {
	margin: 0 0 0 20px;
	width: 90%;
	padding: 0;
	list-style: none;
	zoom: 1;
}
ul#dokodemo:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul#dokodemo li {
	clear: left;
	display: block;
	height: 80px;
	padding: 10px 0 15px;
	border-bottom: 1px dotted #dddddd;
}
ul#dokodemo li.step1 {
	height: 100px;
}
ul#dokodemo li.step2 {
	height: 60px;
}
ul#dokodemo li .title {
	float: left;
	display: block;
	width: 260px;
	height: 80px;
}
ul#dokodemo li description {
	line-height: 1.6em;
}

.gopagetop {
	clear: both;
	margin: 0 10px 10px 0;
	text-align: right;
	font-size: x-small;
}
.line {
	width:98%;
	height: 2px;
	color: #f0cba2;
	border-style: dashed;
	clear: both;
}

