/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://seikatsu-do.heteml.jp/mtblog/mt-static/themes-base/blog.css);
@import url(http://seikatsu-do.heteml.jp/mtblog/mt-static/support/themes/cityscape-boston/dish.css);
/* end StyleCatcher imports */

.line {
	background-color: #FFFFCC;
	width: 700px;
	border: thin solid #E0DFE3;
	margin-bottom:20px;
}


/* このページの先頭へのデザイン */
.page_top {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 2px;
}

/* フッタコピーライトのデザイン */
.copyright {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
/* FAQ */
.faq{
	border: 1px solid #FF0099;
	margin-top:10px;
}

.faq table{
	margin: 5px 0 0 0;
}

.faq td{
	vertical-align: top;
	padding:0 10px;
	width:50%;
}


.faq ul {
	margin-top: 0;
    margin-left:  0em;
    padding-left: 1em;
}

.faq li {
	padding-left: 20px;
	padding-bottom:3px;
	background-image: url(http://www.seikatsu-do.net/img/category2010/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;

}

.faq h5{
	border-left: 5px solid #FF0099;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:10px!important;
	font-size: medium;
	margin: 5px!important;
}


