@charset "UTF-8";
/************************************************
*	developer									*
************************************************/
/*
name: mt41_2c1
designer: @Style
designer_url: http://atstyle.biz/
developer: @Style
developer_url: http://atstyle.biz/
*/
/************************************************
*	Reset										*
************************************************/

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {

	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}
/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  									*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

	color: #333333;
	background-color: #cccccc;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

}



div#header {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 740px;
	overflow: hidden;
}


div#content {

	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
	padding:  0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 910px;
}


div#main {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	width: 700px;
	line-height: 20px;
	float: right;
}


div#sub {
	font-size: 100%;
	color: #333333;
 	background-image: url(http://jimin-kochi.com/html_img/side_navi_haikei.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	width: 190px;

	float: left;
}

div#footer {
	font-size: 100%;
	color: #333333;
	background-image: url(http://jimin-kochi.com/html_img/fud_haikei.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding:  0px;
	width: 910px;
    height:74px;
	clear: both;
}
/************************************************
*	header  									*
************************************************/

div#header .inner {
	padding-left: 20px;
	padding-right: 20px;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
*	Content 					     		    * 
************************************************/
div#content .inner {
	padding-left: 0px;
	padding-right: 0px;
}

div#main .inner {

	padding-left: 0px;
	padding-right: 10px;
}

/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	clear: both;
}

div#main h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;

	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
}
/* ハイパーリンク */
a {
	text-decoration: none;
	color: #006699;

}

a:hover {
	text-decoration: underline;
	color: #009900;

}
/* 段落 */
div#main p {
	font-size: 100%;
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-left: 15px;
	padding-right: 0px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;

	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;

}

div#sub dd {
	font-size: 100%;
	width: 160px;
	background-color: #ffffff;
	padding-top: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	font-size: 15px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 150px;
	height: 30px;
	background-image: url(http://jimin-kochi.com/html_img/side_navi_haikei_kategori.gif);
	background-repeat: repeat-x;
}

div#sub ul li li {
	font-size: 75%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}

/*************************************************カスタム*********************/

div#all {


	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding:  0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 940px;
	overflow: hidden;
}

div#hed {
	background-image: url(http://jimin-kochi.com/html_img/hed_rogo_haikei.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding:  0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 910px;
    height:91px;
	overflow: hidden;
}

div#hed1 {
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding:  0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 910px;
    height:30px;
	overflow: hidden;
}
div#hed1 h1 {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    color: #666666;
}
div#hed h1 {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: right;
        width:910px;
    color: #666666;
}

div#hed .inner {
	padding-left: 0px;
	padding-right: 0px;
}

div#hed img a {
	margin: 0px;
	border: none;
}


div#content .main_top1 {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	width: 510px;
	line-height: 18px;	
	float: right;
}

div#content .main_top1 p {
	font-size: 13px;
}

div#content .top_left {

	float: left;
}
div#content .top_navi3 {
	font-size: 80%;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

div#content .top_navi {
	font-size: 100%;
	color: #333333;
	background-image: url(http://jimin-kochi.com/html_img/top_navi_haikei.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 400px;
    height:877px;
}


.top_navi table td{
	height:30px;
	padding-left: 13px;

}

.top_navi table a{
	color: #ffffff;
 	text-decoration: none;
	filter: DropShadow(color=#999999,offx=10,off y=10,positive=1);
}

.top_navi table a:hover{
	color: #FFDF18;
 	text-decoration: none;	
}

div#content .main_top2 {
	font-size: 80%;
	color: #333333;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	width: 900px;
	height: auto;


}

div#content .main_top2 .haikei{

	background-image: url(http://jimin-kochi.com/html_img/con2_haikei.gif);
	background-repeat: repeat-y;
	height: auto;
}


.con1{
	font-size: 12px;
	background-color: #E7EAFE;
	text-align: left;
	width: 510px;
}

div#content .main_top3 {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	width: 900px;
	line-height: 18px;	


}
div#content .main_top3 p {
	font-size: 12px;
}
.font12{
	font-size: 12px;
	line-height: 20px;	
}

.font12_siro{
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;	
}

/*************************************************最新情報*********************/
 .top_topics {
    margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

 .top_topics ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
	width: 500px;
}
 .top_topics li {
    font-size:13px;
    margin: 0px 0px 5px 0px;
    padding:5px 0px 5px 0px;
    list-style: none;
	background-image: url(http://jimin-kochi.com/html_img/new_haikei.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

/*************************************************国会議員*********************/
.top_list{
	width: 320px;
	display: block;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 290px;
    padding:0px 0px 10px 0px;

}

.top_list_content{
	margin:10px;

}


.top_list_content_title{
    margin:0px;
    padding:5px 0px 5px 8px;
    font-size:15px;
    font-weight:bold;
}

.top_list_content_body{
    margin:0px;
    padding:0px 0px 0px 8px;
    font-size:13px;
	line-height: 140%;	
}
.top_list_content_body img{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.main_top2 p{
	font-size: 12px;
    margin:0px;
    padding:0px 0px 0px 0px;
	line-height: 18px;	
}

.next{
	float: right;
}

/*************************************************TOPレポート/活動*********************/

.top_repo img{
    margin:0px;
    padding:0px 5px 0px 5px;

}

.top_repo h3{
    margin:0px;
    padding:5px 0px 7px 5px;
    font-size:16px;
}


.top_repo p{
	font-size: 12px;
    margin:0px;
    padding:0px 0px 0px 0px;

}
.con3_hai{
 	background-image: url(http://jimin-kochi.com/html_img/con3_left2_haikei.gif);
	background-repeat: repeat-y;
}


.link img{
    padding:0px 0px 8px 0px;
}

/*************************************************TOP政経塾*********************/

.top_repo2 img{
    margin:0px;
    padding:0px 5px 10px 5px;

}

.top_repo2 h3{
    margin:0px;
    padding:5px 0px 7px 5px;
    font-size:16px;
}


.top_repo2 p{
	font-size: 12px;
    margin:0px;
    padding:0px 0px 0px 5px;

}

.list img{
    margin:0px;
    padding:0px 5px 10px 0px;

}


/* 続き */
.extended2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}


/*************************************************県連大会から*********************/
em{
	visibility: hidden;
}

.taikai_botan {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;

}

.taikai_botan a{
	display: block;
	height: 27px;
	width: 165px;
	text-decoration: none;
    padding:0px 0px 5px 0px;
}

.t1 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/1.gif);
	background-repeat: no-repeat;
}

.t2 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/2.gif);
	background-repeat: no-repeat;
}

.t3 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/3.gif);
	background-repeat: no-repeat;
}
.t4 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/4.gif);
	background-repeat: no-repeat;
}
.t5 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/5.gif);
	background-repeat: no-repeat;
}
.t6 a{
	background-image: url(http://jimin-kochi.com/html_img/botan/6.gif);
	background-repeat: no-repeat;
}
.t1 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/1a.gif);
	background-repeat: no-repeat;
}

.t2 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/2a.gif);
	background-repeat: no-repeat;
}
.t3 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/3a.gif);
	background-repeat: no-repeat;
}
.t4 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/4a.gif);
	background-repeat: no-repeat;
}

.t5 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/5a.gif);
	background-repeat: no-repeat;
}

.t6 a:hover{
	background-image: url(http://jimin-kochi.com/html_img/botan/6a.gif);
	background-repeat: no-repeat;
}

.yohak_1
 {
	padding-bottom: 7px;
}

.kategori_top p
 {
	font-size: 100%;
}

.dounaga_font{
padding-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}
.dounaga_font2{
	font-size: 16px;
	font-weight: bold;
}
