@charset "utf-8";

/* 初期化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6,big,small{font-size:100%;font-weight:normal;}


/*  */

body  {
	min-width:750px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

body{font-family:"MS UI Gothic","MS PGothic";}
html>body{font-family:"Lucida Grande",sans-serif;}
*+html body{font-family:"Meiryo",sans-serif;}
select, input, textarea{font-family:"MS UI Gothic","MS PGothic";}
html>body select,
html>body input,
html>body textarea{font-family:"Lucida Grande",sans-serif;}
pre, code{font-family:monospace;}

.twoColLiqRtHdr #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	padding:0;
	border: none;
	font-size: 81%;
	line-height: 120%;
	text-align: left;
}


/* header */
.twoColLiqRtHdr #header { 
	background: #fff; /* あとで消す */
	padding: 0;
	margin:0;
} 
.twoColLiqRtHdr #header h1 {
	margin: 0;
	padding: 15px 25px;
	font-size: 160%;
	font-weight:bold;
	line-height:100%;
}

.twoColLiqRtHdr #header p{
	background-color:#ecf5fa;
	border-top: solid 1px #b3cbe3;
	padding: 3px 0 3px 25px;
	font-size:100%;
	/* font-weight:bold; */
}

.twoColLiqRtHdr #mainContent {
	margin: 0 34% 0 10px;
	padding:14px 0 0 0; /* 上マージンはsidebar1と共通 */
	width:672px;
}

.twoColLiqRtHdr #mainContent dl {
	margin:0 0 20px 0;
	padding-left: 20px;
}

.twoColLiqRtHdr #mainContent dl.special {
	background-color:#fffadd;
	width:672px;
}

.twoColLiqRtHdr #mainContent dl dt {
	font-size:123%;
	font-weight:normal;
	padding: 7px 0;
	line-height:115%;
	color:#000000;;
}

.twoColLiqRtHdr #mainContent dl dt.title {
	color:#000000;
}

.twoColLiqRtHdr #mainContent dl dt a{
	font-size:123%;
	font-weight:normal;
	padding: 7px 0;
	line-height:115%;
	color:#0000DE;;
	text-decoration:underline;
}

.twoColLiqRtHdr #mainContent dl dd {
	padding-bottom:3px;
}

.twoColLiqRtHdr #mainContent dd.end{
	margin-bottom:10px;
}

.twoColLiqRtHdr #mainContent dd .url{
	font-size: 90%;
	color:#008000;
}

.twoColLiqRtHdr #mainContent dd .date{
	font-size: 90%;
	color:#686CCD;
}


/* footer */
.twoColLiqRtHdr #footer {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	padding-bottom: 10px;
} 
.twoColLiqRtHdr #footer p {
	margin: 0 auto;
	padding: 0;
}
.twoColLiqRtHdr #footer p.searcharea {
	background-color:#ecf5fa;
	border-top: solid 1px #b3cbe3;
	border-bottom: solid 1px #b3cbe3;
	padding: 20px;
	margin-bottom: 15px;
}
.twoColLiqRtHdr #footer form p input.inbox{
	_margin-bottom:2px; /* IE6- */
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0px;
}
