@charset "utf-8";

/* ���C����CSS */

div#header {
	width: 100%;
	}

div#container {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom:1em;
}

div#content {
	width: 74%;
	float: right;
	padding-right: 1em;
}

div#sidebar {
	width: 300px;
	float: left;
	margin-left: 0.5em;
}

div#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:1em;
}

h1 {
	font-size: 1.2em;
	margin-left: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #999;
	line-height:130%;
	background-color: #E8EDF0;
	color: #383838;
}

h2 {
	font-size: 1em;
	font-weight:bold;
	padding: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 2px;
	line-height: 110%;
	font-weight: bold;
	border-left: 8px solid #99B9CD;
	}
	
h3 {
	font-size: 1em;
	padding-left: 0.5em;
}

a {
	color: #699;
}

a:hover, a:active {
	color: #383838;
	text-decoration: none;
}


/* ���C���R���e�i */
div#container dt {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

div#container dd {
	margin-left: 0;
	margin-bottom: 15px;
}

#node {
	margin-botom: 1em;
	padding-right: 1em;
	font-size:80%;
	background-color:#E8EDF0;
	border: #cccccc;
	color: #383838;
	line-height: 150%;
}

#node p{
	margin-botom: 1em;
	padding-botom: 1em;
	padding-left: 1em;
}

div#container a{
	color: #19307b;
}

div.right {
	text-align: right;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
}

th {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: left;
	font-size: 85%;
	padding-left: 1em;
	line-height:150%;
}

td {
	margin-top: 1em;
	margin-bottom: 20px;
	padding-left: 0.5em;
	line-height:150%;
}

.tableTilte {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	line-height:160%;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	border-left: 7px solid #99B9CD;
	border-bottom: 1px solid #99B9CD;
}

#content p {
	line-height:160%;
}

blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height:160%;
}

div#content li {
	line-height:150%;
}

div#content .nolist {
	list-style-type: none;
}

/* �T�C�h�o�[ */
div#sidebar ul{
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 0.5em;
}

div#sidebar li{
	list-style-type: none;
	list-style-image: url(https://www.cao.go.jp/cmn/img/i_list_blue.gif);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#sidebar p{
	margin-top: 4px;
	margin-bottom: 4px;
}

/* �t�b�^�[ */
div#footer p{
	text-align: center;
	background-color:#3E5EA8;
	border-color:#B6B6B6;
	padding-top:2px;
	padding-bottom:1px;
	font-size:80%;
	color: #ffffff;
}

div#footer address{
	text-align: right;
	margin-right: 1em;
	font-size:80%;
	font-style:normal;
	}
	
div#footer a{
color: #ffffff;
}
