﻿@charset "UTF-8";
/* -----------------------------------------------------------
	CSS Information
		Author:      -
		Filename:    page.css
		Style-info:  宮崎県町村会 基本コンテンツ
----------------------------------------------------------- */

/*-------------------------------------------------------
	ヘッダー
--------------------------------------------------------*/
#head-page {
	background : url(../img/../img/bg-head-page.gif) no-repeat 0px 0px;
	color:#FFF;
	height:151px;
	
}
#head-page-inner {
	background : url(../img/../img/bg-head-page-right.gif) no-repeat right top;
	
}

#head-page-title {
	width:400px;
	
}
#head-page-title-inner {
	padding-top:25px;
	padding-left:30px;
	
}

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

/*-------------------------------------------------------
	パンくず
--------------------------------------------------------*/
#pankuzu {
	font-size:75%;
	margin-bottom:10px;
	
}
/*-------------------------------------------------------
	お見出し（カテゴリ）
--------------------------------------------------------*/
#cat-title {
	background : url(../img/bg-h1.gif);
	margin-bottom:10px;
	
}
#cat-title h1 {
	color:#FFF;
	font-size:125%;
	padding:10px 10px 10px 40px;
	
}
#cat-title-wallpaper {
	background : url(../img/bg-h1-wallpaper.gif) no-repeat;
	margin-bottom:10px;
	
}
#cat-title-law {
	background : url(../img/bg-h1-law.gif) no-repeat;
	margin-bottom:10px;
	
}
#cat-title-event {
	background : url(../img/bg-h1-event.gif) no-repeat;
	margin-bottom:10px;
	
}
#cat-title-pamphlet {
	background : url(../img/bg-h1-pamphlet.gif) no-repeat;
	margin-bottom:10px;
	
}
#cat-title-wallpaper h1,
#cat-title-law h1,
#cat-title-event h1,
#cat-title-pamphlet h1 {
	color:#000000;
	font-size:125%;
	padding:10px 10px 10px 80px;
	
}
/*-------------------------------------------------------
	中見出し（ページタイトル）
--------------------------------------------------------*/
#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;
	
}
.sub-title-wallpaper h2 {
	background:#e9f4ea;
	border-left:8px solid #669900;
	border-bottom:1px solid #CCCCCC;
	font-size:110%;
	margin-bottom:10px;
	padding:5px 5px 5px 8px;
	
}
.sub-title-law h2 {
	background:#f5f0f7;
	border-left:8px solid #844798;
	border-bottom:1px solid #CCCCCC;
	font-size:110%;
	margin-bottom:10px;
	padding:5px 5px 5px 8px;
	
}
.sub-title-pamphlet h2 {
	background:#f9f2e7;
	border-left:8px solid #db9a2f;
	border-bottom:1px solid #CCCCCC;
	font-size:110%;
	margin-bottom:10px;
	padding:5px 5px 5px 8px;
	
}
.sub-title-event h2 {
	background:#deeef4;
	border-left:8px solid #3b9dbb;
	border-bottom:1px solid #CCCCCC;
	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 {
	line-height:1.6em;
	
}
.entry-content p.listIndent {
	margin-bottom:0.5em;
	margin-left:1em;
	text-indent:-1.75em;
	
}
.entry-content p.listIndentKatakana {
	margin-left:1.5em;
	margin-bottom:0.25em;
	text-indent:-1.75em;
	
}

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

/*------ リスト ------*/
.entry-content ul li {
	background : url(../img/list-gray.gif) no-repeat 0px 6px;
	margin-left:1em;
	padding-left:12px;
	line-height:1.6;
	
}
	
/*------ リスト（数字） ------*/
.entry-content ol {
	margin-bottom:1em;
	
}
.entry-content ol li {
	margin-left:1.5em;
	line-height:1.6;
	
}

/*------ 画像（回り込み） ------*/
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(../img/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 th{
  font-size:120%;
}
table.meibo td {
  font-size:120%;
	
}
table.meibo thead th {
	background:#C8E3FF;
	border-bottom:2px solid #FFF;
	
}
table.meibo tbody th {
	background:#FEF4CC;
	border-bottom:1px solid #DED5AF;
	
}
/*-------------------------------------------------------
	壁紙
--------------------------------------------------------*/
table.wallpaper-list {
	width:100%;
	margin-bottom:5px;
	
}
table.wallpaper-list th,
table.wallpaper-list td {
	width:25%;
	text-align:center;
	padding:0 5px 5px 5px;
	
}
table.wallpaper-list th img {
	border:2px solid #CCCCCC;
	
}
/*-------------------------------------------------------
	何でも法律塾
--------------------------------------------------------*/
p.zimusyo{
	text-align:right;
	font-weight:bold;
	font-size:x-large;
	
}
/*-------------------------------------------------------
	パンフレット
--------------------------------------------------------*/
table.pamphlet-nav {
	width:99%;
	margin-bottom:5px;
	
}
table.pamphlet-nav td {
	width:16%;
	vertical-align:top;
	
}
table.pamphlet-list {
	width:99%;
	margin-bottom:5px;
	
}
table.pamphlet-list td,
table.pamphlet-list th {
	padding:5px;
	
}
table.pamphlet-list th {
	text-align:center;
	width:20%;
	
}
table.pamphlet-list th img {
	border:2px solid #CCCCCC;
	
}
	
ul.dl-pdf li {
	background : url(../img/list-pdf.gif) no-repeat 0px 0px;
	padding:0 0 0 20px;
	
}
/*-------------------------------------------------------
	イベントカレンダー
--------------------------------------------------------*/
table.event-list {
	border-bottom:1px dotted #3b9dbb;
	width:100%;
	margin-bottom:5px;
	
}
table.event-list td {
	padding:4px;
	width:50%;
	line-height:1.5;
	
}
table.event-list td.event-name {
	background : url(../img/../../img/icon_chat.gif) no-repeat 0px 4px;
	color:#0066CC;
	padding-left:20px;
	font-weight:bold;
	vertical-align:top;
	
}
table.event-list td.event-data {
	background : url(../img/icon_ical.gif) no-repeat 0px 3px;
	padding-left:20px;
	vertical-align:top;
	
}
table.event-list td.event-contact {
	background : url(../img/../../img/icon_call.gif) no-repeat 0px 3px;
	padding-left:20px;
	vertical-align:top;
	
}
/*-------------------------------------------------------
	汎用
--------------------------------------------------------*/
.kome {
	background : #f4f2ea url(../img/icon_kome.gif) no-repeat 10px 7px;
	border:1px solid #EEEEEE;
	padding:10px 10px 10px 40px;
	margin-top:45px;
	
}
.bottom-backnumber {
	background:#e0d8bd;
	padding:10px;
	
}
.icon{
  vertical-align:text-bottom;
}





