@charset "UTF-8";

/* -----------------------------------------------------------
	CSS Information
		Author:      -
		Filename:    common.css
		Style-info:  宮崎県町村会 出力用
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	
}

table {
	border-collapse:collapse;
	
}

/*----- トップページタイトル -----*/
#head-page-title {
	border-bottom:2px solid #0066CC;
	padding:0 0 5px 0;
	margin-bottom:10px;
	
}

/*----- トップページタイトル -----*/
#head-page-title p a {
	background : url(../img/title-print.gif) no-repeat 0px 0px;
	display:block;
	width:291px;
	height:59px;
	text-indent:-9999px;
	
}

/*-------------------------------------------------------
	左（メニュー）
--------------------------------------------------------*/
#left {
	display:none;
	
}
	
/*-------------------------------------------------------
	パンくず
--------------------------------------------------------*/
#pankuzu {
	font-size:75%;
	margin-bottom:10px;
	
}

/*-------------------------------------------------------
	お見出し（カテゴリ）
--------------------------------------------------------*/
#cat-title {
	background : url(bg-h1.gif);
	margin-bottom:10px;
	
}

#cat-title h1 {
	color:#FFF;
	font-size:18pt;
	padding:8px 10px 8px 40px;
	
}

/*-------------------------------------------------------
	中見出し（ページタイトル）
--------------------------------------------------------*/
#sub-title {
	margin-bottom:10px;
	
}

.sub-title h2 {
	background:#FFE6D9;
	border-left:8px solid #FF6600;
	border-bottom:1px solid #CCC;
	font-size:110%;
	margin-bottom:10px;
	padding:5px 5px 5px 8px;
	
}

/*-------------------------------------------------------
	汎用
--------------------------------------------------------*/
.entry-content {
	margin:0 10px 25px 10px;
	font-size:80%;
	
}

/*------ 小見出し ------*/
.entry-content h3 {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#FFFFD7;
	margin-bottom:10px;
	font-size:110%;
	padding:5px;
	
}

/*------ 段落 ------*/
.entry-content p {
	margin-bottom:1em;
	line-height:1.6;
	
}

/*------ 定義リスト ------*/
.entry-content dl {
	margin-bottom:1em;
	line-height:1.6;
	
}
.entry-content dl dd {
	margin-left:1.5em;
	
}

/*------ リスト ------*/
.entry-content ul li {
	background : url(list-gray.gif) no-repeat 0px 6px;
	margin-left:1em;
	padding-left:12px;
	
}

/*------ リスト（数字） ------*/
.entry-content ol li {
	margin-left:1.5em;
	
}

/*------ 画像（回り込み） ------*/
img.entry-img-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	
}
	
/*------ ダウンロード ------*/
.dl-content {
	border-top:1px dotted #CCC;
	margin:0 10px 25px 10px;
	padding-top:10px;
	font-size:80%;
	
}
.dl-content-pdf {
	background : url(list-pdf.gif) no-repeat 0px 5px;
	padding:5px 0 7px 20px;
	
}

/*------ 表組み（名簿用） ------*/
table.meibo {
	margin-bottom:0.5em;
	width:99%;
	
}
table.meibo caption {
	text-align:right;
	padding:5px;
	
}
table.meibo th,
table.meibo td {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px dotted #CCC;
	border-left:1px solid #CCC;
	padding:7px;
	text-align:center;
	
}
table.meibo thead th {
	background:#C8E3FF;
	border-bottom:2px solid #FFF;
	
}
table.meibo tbody th {
	background:#FEF4CC;
	border-bottom:1px solid #DED5AF;
	
}

/*-------------------------------------------------------
	フッタ
--------------------------------------------------------*/
.pageup {
	display:none;
	
}

#foot {
	background : url(bg-foot.gif) repeat-x 0px 0px;
	
}
#foot-inner {
	padding:5px 0 20px 0;
	
}

#foot-left p a {
	background : url(foot-site-name.gif) no-repeat 0px 0px;
	display:block;
	width:205px;
	height:30px;
	text-indent:-9999px;
	
}

#foot-right {
	font-size:70%;
	text-align:right;
	
}
#foot-right p {
	padding-top:7px;
	
}
