@charset "iso-2022-jp";

/* body */
body {
	background-color: #ffffff;
	background-image: url(http://www.cao.go.jp/cmn/img/bg.gif);
	margin: 0px;
	color: #383838;
	text-align: center;
	}

/* ヘッダー */
div#header {
	width: 771px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(http://www.cao.go.jp/img/l_top.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 8px;
	}

/* メイン */
div#container {
	position: relative;
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	text-align: left;
	clear: both;
	background: #ffffff;
	}

/* フッター */
div#footer {
	clear: both;
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	}

div#footer {
	clear: both;
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	border-top:4px solid #3E5EA8;
	}

/* ロゴ */
h1 {
	width: 771px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(http://www.cao.go.jp/cmn/img/plain_header.gif) no-repeat top left;
	border-bottom:5px solid #3E5EA8;
	}

h1 span{
	display: none;
	}

#logo a{
	display: block;
	width: 226px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	border: 0;
	text-decoration: none;
	}

/* パンくずリスト */
div#tpath {
	width: 771px;
	height: 23px;
	background-color: #E3E8E1;
	text-align: left;
	font-size: 80%;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	vertical-align: center;	
	}

div#tpath p{
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	}

/* タイトル部分 */
div#title {
	clear: both;
	width: 755px;
	height: 40px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #E7EEFF;
	border: 1px solid #B7C3E1;
 	}

div#title h2{
	font-size: 105%;
	margin: 0px;
	padding-top: 0.7em;
	padding-left: 1em;
	vertical-align: center;
	}

/* コンテンツ内見出し */
div.heading3 {
	clear: both;
	width: 740px;
	height: 30px;
	margin-top: 8px;
	margin-left: 5px;
	border-left:8px solid #3E5EA8;
	border-bottom:1px solid #B7C3E1;
	background-color: #E7EEFF;
 	}

div.heading3 h3{
	font-size: 98%;
	width: 720px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 4px;
	vertical-align: center;
	}

/* コンテンツ内 */
div#content {
	width: 750px;
	float: left;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	}

div#content p{
	font-size: 96%;
	line-height: 140%;
	padding-right: 1.5em;
	padding-left: 1.5em;
	}

div#content h4{
	font-size: 100%;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	}

div#content ul{
	line-height: 170%;
	font-size:90%;
	margin-left: 1em;
	padding-left: 1.5em;
	margin-right: 1.5em;
	vertical-align: center;
	}

div#content li{
	font-size:90%;
	padding-left: 0.3em;
	}

.list_blue li{
	list-style-type: disc;
	list-style-image: url(http://www.cao.go.jp/cmn/img/i_list_blue.gif);
	margin-top: 1em;
	margin-bottom: 10px;
	vertical-align: center;
	}

.list_circle li{
	list-style-type: circle;
	margin-top: 1em;
	margin-bottom: 1.4em;
	vertical-align: center;
	}

div#content blockquote {
	background-color: #edcc2d;
	padding: 20px;
	width: 300px;
	border: #f8e8bc 1px solid;
	}

div#content blockquote p{
	font-size: larger;
	}

div#content blockquote p span{
	font-weight: bold;
	letter-spacing: 1px;
	}

div#content blockquote a:link { color: #38210b; }
div#content blockquote a:visited { color: #000000; }
div#content blockquote a:hover { color: #9a7b28; }
div#content blockquote a:active { color: #000000; }

/* トップ移動 */
div.gotop p{
	width: 750px;
	margin: 0px;
	padding-bottom: 4px;
	text-align: right;
	font-size: 90%;
	vertical-align: center;
	clear: right;
	}

/* 連絡先 */
address {
	width: 771px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(http://www.cao.go.jp/cmn/img/cr.gif) no-repeat center left;
	}

address span{
	display: none;
	}

