/* html */
html{
	background-color:#dddddd;
}

/* body */
body{
	font-size:14px;
	line-height:20px;
	font-family:Meiryo, メイリオ, sans-serif;
	background-color:#FFFFFF;
	color:#444444;
}

h1{
	font-size:135%;
	font-weight: 500;
	line-height:125%;
	padding:10px 10px 10px 15px;
	color:#034EA2;
	background: #eeeeee;
		overflow:hidden;
	clear:both;
}
h2 {
	font-size: 120%;
	color: #2A54AA;
	font-weight: 100;
	line-height:150%;
	padding: 10px 0 0 0;
	border-bottom:solid 1px #2A54AA;
	overflow:hidden;
	clear:both;
}
h3 {
	color: #e91e63;
	font-size: 110%;
	line-height: 150%;
	padding: 8px 10px 4px 10px;
	overflow:hidden;
	clear:both;
}


/* 最低下層 */
.page_content{
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
}
.page_content_tite{

	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	 border-bottom: 3px solid #E91E63;
	overflow:hidden;
	clear:both;
}
.page_content img {
    max-width: 100%;
}
/* ヘッダ */
#header_box{
	background-color:#FFFFFF;

}
#header{
	width:100%;
	padding:15px 0 0 0;
	text-align:center;
}
#header img{
	max-height:120px;
	max-width:100%;
}
#header .on_margin{
	margin-top:10px;
}
#header .non_margin{
	margin-top:5px;
}
#logo{
	text-align:left;
}
#logo img{
	padding-bottom:5px;
	max-height:120px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#logo img:HOVER{
	opacity:0.7;
}
#logo img:ACTIVE{
	opacity:0.5;
}

.sub_logo{
	text-align:right;
}

/* グローバルナビ */
#gnavi_box {
	background-color: #034ea2;

	font-size: 110%;
	color: #ffffff;
}
#gnavi_box .page_content{
	padding:0;
}
#gnavi{
	list-style: none outside none;
	clear:both;
	text-align:center;
}
#gnavi li a{
	padding:12px 8px;
	color:inherit;
	text-decoration:none;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#gnavi li a:HOVER, #gnavi li .on{
	background-color:#3181DF;
	color:#ffffff;
}
#gnavi li a:ACTIVE{990055;
	color:#ffffff;
}

/* グローバルナビ トグルボタン */
#toggle_menu{
	font-size:150%;
	padding:0 10px 0 10px;
	text-align:left;
}
#toggle_menu img{
	cursor:pointer;
}

/* コンテンツタイトル */
.contents_title{
	background-color:#ffffff;
	padding:0;
}
.contents_title img{
	width:100%;
}

/* パンくず */
.foot_step{
	margin:16px 0 10px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}
.foot_step a, .foot_step a:HOVER{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.foot_step a:HOVER{
	color:#888888;
}

/* SNS */
.sns{
	margin:14px 0 0 0;
}

/* 横幅無制限 */
.no_limit_content{
	width:100%;
}
.no_limit_content .page_content{
	padding:10px;
}
/* 横幅制限あり */
.limit_content{
	width:100%;
	background-color:#87E059;
	padding:10px;
}
/* メイン・サイド分割 */
.side_content{
	padding:10px 0;
}
.side_menu{
	padding:10px 0;
	text-align:center;
}
.side_menu ul{
	list-style: none outside none;
	clear:both;
	text-align:center;
}

/* サイドバナー */
.side_menu .banner img{
	margin-bottom:14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width:100%;
}
.side_menu .banner img:HOVER{
	opacity:0.7;
}
.side_menu .banner img:ACTIVE{
	opacity:0.5;
}
/* サイド メニュー一覧 */
.side_menu .list{
	margin-bottom:20px;
}
.side_menu .list .title{
	padding:10px 5px 10px 5px;
	background-color:#3A64CA;
	color:#FFFFFF;
	font-size:110%;
	line-height:16px;
}
.side_menu .list ul{
	background-color:#f9f9f9;
	font-size:12px;
}
.side_menu .list ul li{
	text-align:left;
	border-bottom:dotted 1px #999999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.side_menu .list ul li:HOVER,
.side_menu .list ul .on{
	color:#666666;
	background-color:#e7e7e7;
}
.side_menu .list ul li:ACTIVE{
	color:#333333;
	background-color:#f3f3f3;
}
.side_menu .list ul li a{
	padding:10px;
	display:block;
	color:inherit;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}
.side_menu .list .title_mono {
    background-color: #888888;
    color: #ffffff;
    font-size: 100%;
    line-height: 120%;
    padding: 10px 5px;
}

/* ページトップボタン */
.pagetop{
	color:#ef5350;
	clear:both;
	overflow:hidden;
	text-align:right;
	padding:10px 0;
}
.pagetop *{
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagetop *:HOVER{
	opacity:0.8;
}

/* フッタ */
#footer{
	padding:10px;
	background-color:#034EA2;
	color:#FFFFFF;
	font-size:100%;
}
#footer li{
	text-align:left;
	margin-bottom:5px;
}
#footer a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer a:HOVER{
	color:#888888;
}
#footer ul{
	list-style: none outside none;
	margin-bottom:10px;
	text-align:center;
	clear:both;
	overflow:hidden;
}
#footer #address{
	margin-bottom:10px;
}
#footer #navi{
	text-align:right;
	margin-bottom:10px;
}
#footer #copyright{
	margin-bottom:10px;
	text-align:center;
}

/* 新着情報 */
.information{
	margin:0 0 20px 0;
	padding:0;
	background-color:#FFFAC6;
}
.information dt{
	padding:6px 5px 2px 5px;
	background-color:#FFFFFF;
	color:#003399;
}
.information dd{
	padding:6px 5px 6px 5px;
	color:#444444;
	background-color:#FFFFFF;
	border-bottom:dotted 1px #AAAAAA;
	padding-bottom:4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.information dd:HOVER{
	color:#333333;
	background-color:#F0F0FF;
}
.information dd:ACTIVE{
	color:#222222;
	background-color:#0F0FF;
}
.information a{
	display:block;
	height:100%;
	width:100%;
	color:inherit;
	text-decoration:none;
}

/* コンテンツ内容 日付 */
.date_content{
	text-align:right;
	margin:10px 0 10px 0;
}
.date_content a{
	text-decoration:none;
}
/* コンテンツ内容 文章 */
.text_content{
	margin:10px 0 20px 0;
	line-height:24px;
	color:#555555;
}
.text_content img{
	margin-top:20px;
	margin-bottom:20px;
	max-width:100%;
}

/* コンテンツ内容 画像 */
.image_content{
	margin:10px 0 20px 0;
}



/* サムネイル一覧 */
.thumb_list{
	clear:both;
	overflow:hidden;
	padding-top:16px;
	margin-bottom:24px;
}
.thumb_list h2{
	font-size:14px;
	padding:0 0 4px 0;
}
.thumb_list .thubm_col_left,
.thumb_list .thubm_col_right,
.thumb_list .thubm_col_center{
	margin-bottom:22px;
	padding-left:3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumb_list .thubm_col_left:HOVER,
.thumb_list .thubm_col_right:HOVER,
.thumb_list .thubm_col_center:HOVER{
	opacity:0.7;
}
.thumb_list .thubm_col_left:ACTIVE,
.thumb_list .thubm_col_right:ACTIVE,
.thumb_list .thubm_col_center:ACTIVE{
	opacity:0.5;
}
.thumb_list .thubm_col_left a,
.thumb_list .thubm_col_right a,
.thumb_list .thubm_col_center a{
	color:inherit;
	text-decoration:none;
}

/* 本文中に画像をタイトルとして使用する */
.title_image_box{
	margin:14px auto;
	text-align:center;
	width:100%;
}
.title_image_box img{
	width:100%;
}

/* モバイル可変 表 */
.responsive_scale{
	overflow:hidden;
	clear:both;
	padding:6px 0 0 0;
	border-bottom:dotted 1px #777777;
}
.responsive_scale .title{
	overflow:hidden;
	clear:both;
	width:160px;
	float:left;
	margin-bottom:6px;
	font-size:100%;
	color:#3355AA;
}
.responsive_scale .value{
	float:left;
	width:500px;
	margin-bottom:6px;
	font-size:100%;
}


/* テキスト文字 */
.text1 {
	color:#555555;
	line-height:140%;	
	margin:1px 2px 10px 10px;
}
.scale1 {
	color:#446699;
	font-weight:600;
}
.blue1 {
	color:#0055AA;
	font-size:100%;
}
.blue2 {
	color:#0055AA;
	line-height:150%;
	font-size:125%;
	font-weight:500;
}
.grey1 {
	color:#555555;
	line-height:160%;
	font-size:100%;
	padding:0 0 15px 0;
}
.grey2 {
	margin:10px 0 20px 5px;
	color:#555555;
	font-size:115%;
	line-height:150%;
}
.green1 {
	color:#338855;
	font-size:100%;
}
.green2 {
	margin:10px 0 10px 0;
	color:#33AA55;
	font-size:125%;
	font-weight:600;
}
.purple {
	color:#6633AA;
	font-size:110%;
}

/* 国会実績 */
.p_table{
	width: 100%;
	margin-bottom:8px;
	border-collapse: collapse;
}
.p_table td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/* 積み上げ式のリスト */
.stack_list{
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:22px;
	border-top:solid 1px #e12f26;
}
.stack_list .title{
	font-size:16px;
	line-height:16px;
	padding:10px 10px 5px 5px;
	color:#e12f26;
	font-weight:bold;
}
.stack_list p{
	margin:6px 0 0 0;
}


/* コンテンツ左右分け */
.main_left1{
	padding:0 10px 0 0;
}

.main_right1{
	padding:0 5px 0 5px;
}

/* 段落 */
.one_sentence{
	margin-bottom:20px;
	color:#e12f26;
}

/* 注意書き */
.attention{
	color:#FF0000;
}




