﻿@charset "utf-8";

/* --------基本設定-------(IE用のセンター寄せ→text-align: center;あり) */

html {
	height: 100%;
}

body {
	text-align: center;
	font: 100% 'ＭＳ Ｐゴシック';
	color: #343434;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,pre,blockquote {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: 0;
}

hr {
      visibility: hidden;
	clear: both;
}

.txtSmall {
	font-size: 84.5%;
}

.clear {

}

td,th {
	vertical-align: top;
}

address {
	font-style: normal;
}

.title_font{font-size:16px;
}

.title_font_cat{font-size:14px;
}

.caption_font_flash{font-size:14px;
line-height:1.5}

.caption_font{font-size:12px;
line-height:1.3}

/* --------リンクカラー-------- */

a:link {
	color: #4189c0;
	text-decoration: underline;
}
a:visited {
	color: #4189c0;
	text-decoration: underline;
}
a:active {
	color: #4189c0
	text-decoration: underline;
}
a:hover {
	color: #0f4480;
	text-decoration: none;
}

/* --------外枠部分指定-------- */

#containerOut {
	width: 830px;
	margin: 0px auto;
	height: 100%;
	background: url(/img/common/bodyBg.gif) no-repeat top center;
}

#container {
	margin: 0px auto;
	width: 830px;
	text-align: left;
	font-size: 78.58%;
}

/* --------ヘッダーエリア-------- */

#headerArea {
	height: 66px;
}

#headerArea h1 {
	padding-top: 9px;
	width: 220px;
	float: left;
}

#headerArea ul {
	padding-top: 5px;
	height: 14px;
	padding-left: 94px;
}

#headerArea ul li {
	list-style: none;
	float: left;
}

#headerArea ul li img {
	display: block;
}

#headerArea .headerSideArea {
	width: 280px; /* 280 */
	float: right;/*float: right;*/
	text-align: right;
}

#headerArea input {
	width: 120px;
	height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 5px 0px;
	font-size: 100%;
}

#headerArea .btn_search {
	padding-right: 16px;
}

#headerArea .searchArea {
	background: url(/img/common/ico_search.gif) no-repeat top left;
	width: 280px; /* 280 */
	margin-top: 17px;
}

/* ----------------------------------------------- */
/* --------グローバルナビエリア-------- */
/* ----------------------------------------------- */

#globalNaviArea {
	background: url(/img/common/globalNaviBg.jpg) no-repeat top left;
	width: 830px;
	height: 31px;
	clear: both;
}

#globalNaviArea ul li {
	list-style: none;
	float: left;
}

#globalNaviArea ul li img {
	display: block;
}

/* --------ボタンフォーカス時の背景のドットラインを消す-------- */
#globalNaviArea .linenone {
	background: url(/img/common/globalNaviBg_linenone.gif) no-repeat top left;
}

/* ----------------------------------------------- */
/* --------グローバルナビエリア 2009-------- */
/* ----------------------------------------------- */

#gNavi2009Area {
	background: url(/img/navi2009/globalNaviBg.png) no-repeat top left;
	width: 830px;
	height: 31px;
	clear: both;
}

#gNavi2009Area ul li {
	list-style: none;
	float: left;
}

#gNavi2009Area ul li img {
	display: block;
}

/* ----------------------------------------------- */
/* --------コンテンツの左右線-------- */
/* ----------------------------------------------- */

#contentsLineArea {
	width: 828px;
	height: 100%;
	border-right: solid #639BBE 1px;
	border-left: solid #639BBE 1px;
}

/* ----------------------------------------------- */
/* --------フッターエリア-------- */
/* ----------------------------------------------- */

#footerArea {
	width: 818px;
	background: url(/img/common/footeBg.gif) no-repeat top left;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-top: 20px;
	overflow: auto;
}

#footerArea li {
	float: left;
	list-style: none;
	padding-right: 10px;
}

#footerArea .address {
	margin-left: 50px;
}


/* ----------------------------------------------- */
/* --------微調整用クラス-------- */
/* ----------------------------------------------- */

.marBottom10 {
	margin-bottom: 10px;
}

.marBottom20 {
	margin-bottom: 20px;
}


.marTop10 {
	margin-top: 10px;
}


.padBottom10 {
	padding-bottom: 10px;
}

.padTop10 {
	padding-top: 10px;
}


/* --------リンク-------- */

.link {
	background: url(/img/common/ico_textlink.gif) no-repeat top left;
	padding-left: 18px;
}


/* ----------------------------------------------- */
/* --------オリジナル@sk-------- */
/* ----------------------------------------------- */


.original_font_type_ln01 {
	color:#4189c0;
	font-weight:bold;
	font-size:12px;
	background-repeat:no-repeat
	}

.original_font_type_ti01 {
	font-weight:bold;
	background-repeat:no-repeat
	}

.original_font_type_political_party_approval {
	font-weight:bold;
	background-repeat:no-repeat;
	font-size:120%;
	}

.original_font_type_sitemap {
	
　　background-repeat:no-repeat;
	font-size:12px;
	width: 60px;	
	}
	
.original_font_type_topindex_new {
　　background-repeat:no-repeat;
	margin-left:5px;
	font-size:12px;
	}
