@charset "utf-8";
/* CSS Document */

/*============================================================================
トップページ
*============================================================================*/
/*　レイアウト　*/
#top-container {
	overflow:hidden;
}

/*　メイン枠　*/
#top-container #main-contents {
	float: right;
	width:70%;
	overflow:hidden;
}
#innner-contents {
	padding:15px 30px 15px 10px;
}

/*　サブ枠　*/
#top-container #sub-contents {
	float: left;
	width:28%;
	overflow:hidden;
	padding-top:10px;
	background-color:#C9E2FF;
	border-right: 1px solid #0062E8;
	border-bottom: 1px solid #0062E8;
	border-left: 8px solid #0062E8;
}


/*　各システムへのボタン　*/
#systembtn-panel{
	margin-bottom:10px;
}
#systembtn-panel ul{
	list-style-type:none;
}
#systembtn-panel ul li{
	float:left;
}
#systembtn-panel li a{
	display: block;
	width: 160px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: left top;
}
#systembtn-panel li.btn01 a {
	background-image: url(../image/top_densi.gif);
}
#systembtn-panel li.btn02 a {
	background-image: url(../image/top_sisetu.gif);
}
#systembtn-panel li.btn03 a {
	background-image: url(../image/top_calsec.gif);
}
#systembtn-panel li.btn04 a {
	background-image: url(../image/top_buppin.gif);
}


/*　お知らせ、あいち電子自治体推進協議会について、各システムに関するお問い合わせ【共通】　*/
#oshirase-panel,
#about-panel,
#inquiry-panel{
	clear:both;
	margin:0 0 10px;
}
#oshirase-panel h2,
#about-panel h2,
#inquiry-panel h2{
	padding: 4px 4px 3px;
	font-size:0.786em;
	font-weight:bold;
}
#oshirase-panel .cont,
#about-panel .cont,
#inquiry-panel .cont{
	padding: 10px;
	line-height:1.2;
}
#oshirase-panel .cont ul,
#about-panel .cont ul,
#inquiry-panel .cont ul{
	list-style-type:disc;
	padding-left:15px;
}
#oshirase-panel .archive,
#about-panel .archive,
#inquiry-panel .archive {
	text-align:right;
}

/*　お知らせ　*/
#oshirase-panel{
	border: 2px solid #C96D5E;
}
#oshirase-panel h2{
	background-color:#FCDEDB;
	border-bottom: 2px solid #C96D5E;
	color:#6B4136;
}

/*　あいち電子自治体推進協議会について　*/
#about-panel{
	border: 2px solid #666666;
}
#about-panel h2{
	background-color:#E0E0E0;
	border-bottom: 2px solid #666666;
	color:#333333;
}
#about-panel .cont{
	padding-right: 110px;
	background: url('../image/image1.gif') right bottom no-repeat;
}

/*　各システムに関するお問い合わせ　*/
#inquiry-panel{
	border: 2px solid #6D5EC9;
}
#inquiry-panel h2{
	background-color:#DEDBFC;
	border-bottom: 2px solid #6D5EC9;
	color:#41366B;
}

/*　サブコンテンツ　*/
#sub-contents .menu-box{
	padding:10px 8px 0;
	line-height:1.2;
}
#sub-contents .menu-box h3{
	margin-bottom:9px;
	padding:5px 6px 4px;
	background-color:#0062E8;
	color:#fff;
	font-size:0.786em;
	font-weight:bold;
}
#sub-contents .menu-box h3.denshi{
	background-color:#03008c;
}
#sub-contents .menu-box h3.shisetsu{
	background-color:#006400;
}
#sub-contents .menu-box h3.cals{
	background-color:#8c0000;
}
#sub-contents .menu-box h3.buppin{
	background-color:#ff3b3c;
}
#sub-contents .menu-box ul{
	list-style-type:disc;
	padding-left:20px;
	line-height:1.3;
}
#sub-contents #owner-data{
	margin: 15px 5px 5px 5px;
	padding:5px;
	background-color:#DAE5F2;
	border: 1px solid #4E6F9C;
	font-size:0.786em;
	line-height:1.2;
}
