@charset "utf-8";

/* ----------------------------------- all --*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td, form	{
	margin: 0;	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
p {
	margin-top: 10px;
}
img {
	border: 0;
}
.mT05 {
	margin-top: 5px;
}
.mT15 {
	margin-top: 15px;
}
.mT20 {
	margin-top: 20px;
}
.mT30 {
	margin-top: 30px;
}


* + html body { /* ie7用 */
	font-family: "メイリオ","Meiryo";
}
html>/**/body body { /* ie8用 */
	font-family: "メイリオ","Meiryo";
}
html:not(:target) body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
}
body {
	background-color: #EDF2C6;
	color: #2b2b2b;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

a {
	color: #a428c8;
}


/*Container要素
---------------------------------------- */
div#Container {
	text-align: center;
}

/* ----------------------------------- dictionary --*/


/*Main要素
---------------------------------------- */
/* Main */
#Main {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}


/*SubContents要素
---------------------------------------- */
/* top */
div#SubContents {
	width: 870px;
	padding: 15px 15px 30px 15px;
	line-height: 200%;
}
div#SubContents .fwBox {
	width: 870px;
	margin-top: 15px;
	background-color: #eae1e5;
}
div#SubContents .fwBox table {
	width: 300px;
	margin: 30px auto;
}
div#SubContents .fwBox table th input {
	width: 218px;
	height: 23px;
	border: 1px solid #856573;
}
div#SubContents table.km {
	margin-top: 15px;
	border-top: 1px solid #856573;
	border-right: 1px solid #856573;
}
div#SubContents table.km td {
	border-bottom: 1px solid #856573;
	border-left: 1px solid #856573;
}

/* sub */
div#SubContents h3.title {
	margin-top: 20px;
	font-size: 18px;
}
div#SubContents h4 {
	font-size: 14px;
}
div#SubContents h4 span {
	padding: 0 20px 4px 0;
	border-bottom: 1px dotted #666;
}
div#SubContents p.text {
	margin-top: 5px !important;
	padding-bottom: 20px;
}
