@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
div#mainContents
---------------------------------------------- */
#media {
	width:730px;
	margin:40px 0px 40px 0px;
}
h1 {
	margin-bottom:50px;
}
h2 {
	margin-bottom:30px;
}
h2.midashi {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 123.1%;
	color: #666;
	line-height: 200%;
}
p.sentence {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	line-height: 180%;
	color: #333;
	text-decoration: none;
	margin-left:20px;
}
p.quetion {
	float: right;
	width: 163px;
}

table {
	width:700px;
	margin-bottom:50px;
}
thead tr th{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
}
tbody tr td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	line-height:180%;
}
td.contents,th.contents{
	width:430px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333;
	border-left-color: #333;
	vertical-align: middle;	
}
td.article{
	vertical-align: middle;	
	width:50px;
}

.small {
	font-size: 92.3%;
}
