@charset "utf-8";
@import "solution_reset.css";

#wrapper {
	width: 768px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
}

#wrapper-inner {
	padding: 0 20px;
}

#header {
	background: url(../images/hl.gif) repeat-x 0 bottom;
}

#sub-nav {
	padding: 4px 0;
	background: url(../images/hl.gif) repeat-x 0 bottom;
	height: 30px;
}

#sub-nav p {
	text-indent: -9999px;
	height: 28px;
	width: 170px;
	position: relative;
	background: url(../images/logo.jpg) no-repeat;
	overflow: hidden;
}

body#solution #main-content {
    padding: 10px 0;
}

#main-content p {
    margin: 10px 0;
    line-height: 2;
}

body#solution #employee-img {
    padding: 20px 0;
    zoom: 1;
}

body#solution #employee-img img {
    vertical-align: bottom;
}

/*
body#solution #content {
    position: relative;
    margin: 10px 0;
}
*/

/* body#solution #sidebar, */
/*
body#solution #main-content {
    position: relative;
}
*/
/*

body#solution #main-content {
    width: 482px;
    padding-right: 20px;
}
*/

/*
body#solution #sidebar {
    width: 206px;
    padding-left: 20px;
}
*/
/*

#main-content h2,
#sidebar h2 {
    line-height: 1;
    padding-bottom: 10px;
    background: url(../images/hl.gif) repeat-x 0 bottom;
    zoom: 1;
}
*/

body#solution #main-content p {
    position: relative;
    width: 480px;
    height: 40px;
    text-indent: -9999px;
    left: 248px;
    overflow: hidden;
    background-repeat: no-repeat;
}

body#solution #main-content p a {
    display: block;
    height: 40px;
}

body#solution #main-content p#faq {
    background-image: url(../solution/images/faq.gif);
}

body#solution #main-content p#inquiry {
    background-image: url(../solution/images/inquiry.gif);
}

body#solution #main-content p#estimate {
    background-image: url(../solution/images/estimate.gif);
}

/*
body#solution #sidebar-inner img {
    display: block;
    margin: 20px auto;
}
*/

h2 {
    padding: 10px 0;
    margin-bottom: 20px;
	background: url(../images/hl.gif) repeat-x 0 bottom;
}

body#faq div.question {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

body#faq .question dl {
	line-height: 1.5;
}

body#faq .question dl dt {
    float: left;
    width: 3em;
}

body#faq .question dl dd {
    margin-left: 3em;
    margin-bottom: 1em;
    padding-left: 0.1em;
    zoom: 1;
}

body#faq .question dl dd a:hover {
	text-decoration: underline;
}

body#faq div#answer {
    background-color: white;
    padding: 20px;
}

body#faq div#answer h3 {
    overflow: hidden;
    margin-bottom: 15px;
}

/*
body#faq div#answer h3.category01 {
    background-image: url(../solution/images/faq_graphic_white.gif);
    background-repeat: no-repeat;
}

body#faq div#answer h3.category02 {
    background-image: url(../solution/images/faq_ci_white.gif);
    background-repeat: no-repeat;
}

body#faq div#answer h3.category03 {
    background-image: url(../solution/images/faq_web_white.gif);
    background-repeat: no-repeat;
}

body#faq div#answer h3.category04 {
    background-image: url(../solution/images/faq_contract_white.gif);
    background-repeat: no-repeat;
}

body#faq div#answer h3.category05 {
    background-image: url(../solution/images/faq_others_white.gif);
    background-repeat: no-repeat;
}
*/

body#faq div#answer dl {
    padding-top: 50px;
	background: url(../images/hl.gif) repeat-x 0 top;
    zoom: 1;
    font-size: 1.2em;
}

body#faq div#answer dl dt {
    float: left;
    width: 2.5em;
}

body#faq div#answer dl dd.question {
    margin-left: 3em;
    margin-bottom: 50px;
}

body#faq div#answer ol li {
    *display: block;
/*     list-style-position: inside; */
    list-style: decimal;
    margin-left: 2em;
}

body#faq div#answer p,
body#faq div#answer li {
	font-size: 1.1em;
}

body#faq div#answer p a {
    text-decoration: underline;
}

#footer {
	padding: 10px 0 10px;
	line-height: 1.0;
	background: url(../images/hl.gif) repeat-x 0 top;
	text-align: center;
}

#topic-path {
	height: 2em;
	background: #EEE url(../images/hl.gif) repeat-x 0 bottom;
	line-height: 1.5em;
}

#topic-path ul {
	padding: 0.3em 0;
}

#topic-path ul li {
/* 	float: left; */
	display: inline;
/* 	padding: 0.3em 0; */
	letter-spacing: 0.3em;
}

#topic-path ul li * {
	display: inline;
}

#topic-path ul li a:hover {
	text-decoration: underline;
}

img.label {
    display: block;
    margin: 5px 0;
}

form label {
    margin: 15px 0 2px;
    letter-spacing: 0.2em;
	display: block;
}

form label.nomargin {
    display: inline;
    margin-right: 1em;
}

form textarea {
    width: 600px;
    height: 80px;
}

form div#policy {
    border: 1px solid #CCC;
    height: 100px;
    overflow: auto;
    padding: 0 10px;
}

form div#policy p {
    margin: 10px 0;
}

form div#policy h4 {
    margin-top: 16px;
}

form div#policy ul li {
    margin-left: 2em;
    list-style: disc;

}

form #agrees {
    text-align: center;
    margin: 20px auto;
}

form span {
    line-height: 1;
    vertical-align: top;
    position: relative;
    top: 0.3em;
    letter-spacing: 0.2em;
}

form #agrees span {
    top: 0.5em;
}

form #submitbutton {
    display: block;
    margin: 20px auto;
}

form p a {
    text-decoration: underline;
}
.message {
    color: red;
}

dl#confirmlist dd {
    margin-bottom: 1em;
    margin-left: 1em;
}

#main-content-inner p.confirm {
    margin-top: 5px;
}
