@charset "UTF-8";

/* -----------------------------------------------------------
	CSS Information
		Author:      -
		Filename:    common.css
		Style-info:  宮崎県町村会 基本レイアウト
----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	
}
body {
	background:#FFF;
	color:#333;
	text-align:center;
	font-family:verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	
}
ul li {
	list-style-type:none;
	
}
table {
	border-collapse:collapse;
	
}
img {
	border:0;
	
}

/*-------------------------------------------------------
	 LINK
--------------------------------------------------------*/
a:link {
	color:#006699;
	text-decoration:none;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#0033FF;
	text-decoration:underline;
}

/*-------------------------------------------------------
	CONTAINER
--------------------------------------------------------*/
#container {
	margin-left:1%;
	margin-right:1%;
	min-width: 800px; /*----- IE7 -----*/
	max-width: 1600px; /*----- IE7 -----*/
	
}
#container-home {
	width:960px;
	margin:0 auto;
	
}
#container-inner {
	padding-top:10px;
	padding-bottom:20px;
	text-align:left;
	position:relative;
	
}


/*-------------------------------------------------------
	コンテント
--------------------------------------------------------*/
#content {
	background : url(../img/bg-content.gif) repeat-y 0px 0px;
	margin-bottom:25px;
	
}


/*-------------------------------------------------------
	左（メニュー部）
--------------------------------------------------------*/
#left {
	float:left;
	width:220px;
	
}

#left dl dd {
	background : url(../img/list-blue.gif) no-repeat 0px 5px;
	font-size:80%;
	margin-left:10px;
	padding:0 10px 5px 12px;
	
}

#left dl.left-menu-blue {
	margin-bottom:10px;
	
}
#left dl.left-menu-blue dt {
	width:220px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:8px;
	
}

#bar-blog {
	background : url(../img/bar-blog.gif) no-repeat 0px 0px;
	
}
#bar-chosonkai {
	background : url(../img/bar-chosonkai.gif) no-repeat 0px 0px;
	
}
#bar-links {
	background : url(../img/bar-links.gif) no-repeat 0px 0px;
	
}

/*-------------------------------------------------------
	右（本文等）
--------------------------------------------------------*/
#right {
	padding-left:220px;;
	
}
#right-inner {
	padding-left:15px;
	
} 
/*-------------------------------------------------------
	サイドバーバナー
--------------------------------------------------------*/
#sidebar-banner {
	padding:5px 10px 10px 10px;
	
}
#sidebar-banner img {
	padding-bottom:2px;
	
}
/*-------------------------------------------------------
	フッタ
--------------------------------------------------------*/
.pageup {
	text-align:right;
	
}

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

#foot-left {
	float:left;
	width:30%;
	
}

#foot-left p a {
	background : url(../img/foot-site-name.gif) no-repeat 0px 0px;
	display:block;
	width:150px;
	height:30px;
	text-indent:-9999px;
	
}
#foot-left address {
	font-style:normal;
	font-size:75%;
	text-decoration:none;
  margin-left:1em;
	
}

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

/*-------------------------------------------------------
	 CLASS　汎用タイプ
--------------------------------------------------------*/
.clear {
	clear:both;
}

/*-------------------------------------------------------
	 ClearFIX
--------------------------------------------------------*/
.cf:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cf{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .cf{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
