﻿body {
}

ul.qlist
{
	list-style-image: url('../images/question.gif');
	list-style-position:inside;
	margin: 0.4em;
	text-indent: 20px;
}

table.index {
    border-collapse: separate;
    table-layout: fixed;
}
table.index tr 
{
}
table.index th {
    background: #7ECDCE;
    color: #FFFFFF;
    padding: 5px 5px;
    border-width: 10px;
}
table.index td {
    background: #ffffff;
    vertical-align: top;
    text-indent: 10px;
    padding: 5px 5px ;
    border-left: solid 1px #7ECDCE;
    border-right: solid 1px #7ECDCE;
    border-bottom: solid 1px #7ECDCE;
    height:100px;
}

/* 質問 */
div.question
{
	font-size:1.3em;
	font-weight:bold;
	color: #FFFFFF;
	text-indent: 20px;
	background-color: #7dcdce;
	background-image: url(../images/question_large.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* 回答 */
div.answer
{
    border-left: solid 1px #7ECDCE;
    border-right: solid 1px #7ECDCE;
    border-bottom: solid 1px #7ECDCE;
    padding:2px 15px 0px 15px;
}

/* はこ */
div.box
{
    border-top: solid 1px #7ECDCE;
    border-left: solid 1px #7ECDCE;
    border-right: solid 1px #7ECDCE;
    border-bottom: solid 1px #7ECDCE;
}.box-title {
	background-color: #80CECF;
	font-weight: bold;
	text-indent: 2.5em;
	padding: 0.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	background-image: url(../../common/images/img_skin.gif);
	background-repeat: no-repeat;
}.link-pagetop {
	text-align: right;
	font-size: 0.8em;
	margin-top: 15px;
	margin-right: 30px;
}
