@charset "utf-8";

/*	INDEX
-------------------------------------------------
	CONTENTS
*/





/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fcfdf8;
	font-family : Verdana, Arial, Helvetica, Impact, Times;
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

#national-diet-building {
	width: 300px;
	margin: 8px auto 0 auto;
	padding: 0;
	background-color: #fcfdf8;
	text-align: left;
	vertical-align: top;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #990000;
	text-decoration: underline;
}





/*	CONTENTS
-------------------------------------------------*/
#national-diet-building h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}


#national-diet-building h1 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#national-diet-building p {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
}




