@charset "shift-JIS";


@import url("font.css");
@import url("table.css");
@import url("cal.css");



/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 90%;
	line-height: 1.5;
	color: #000000;
	background-color: #FAF1D9;
	width:760px;
	margin: 0 auto;
}
img {
	border: none;
}

.clear{
	clear: both;
}
.center{
	text-align: center
}
.right{
	float: right;
}
.left{
	float: left;
}

#wrapp {
 padding: 0 11px;
 margin: 0 auto;
}


/* --- IE6バグ用　3ピクセルのテキストジョグ --- */
/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */


/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; text-decoration: none;}
a:visited { color: #800080; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: underline;}
a:active { color: #ff0000; underline;}


/* ロゴ
---------------------------------------------*/


#shadowleft {
 width: 98%;
 margin: 0 auto;
 text-align: left;
 background: url(../images/shadow-left.gif) top left repeat-y;
}

#shadowright {
 background: url(../images/shadow-right.gif) top right repeat-y;
 padding-bottom: 1px;
}


/* ロゴ
---------------------------------------------*/
#header {
	background-color: #E9F3F8;
	margin:0 11px;
	padding:0;
	width: 760px;
}

#headerline {
	background-color: #C2D4EE;
	height: 5px;
	width: 760px;
}

#headerlogo {
	width:760px;
}

#headernavi {
	width:760px;
	background-color: #004FBD;
	font-size: 90%;
}
.hnavi {
	padding: 7px 4px;
	color: #FFFFFF;
}
.hnavi a {
	padding: 7px 4px;
	color: #FFFFFF;
}
.hnavi2 {
	color: #004FBD;
	background:#fff url("../images/background/but_back.png") repeat-x;
	border:1px solid #dcdcdc;
	text-align:center;
	padding: 4px;
	margin:3px;
	width:150px;
	white-space:nowrap;
}
.hnavi2 a {
	color: #004FBD;
}

#logo {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 267px;
}

/* 詳細ページナビゲーション
---------------------------------------------*/
#globalNav {
	text-align: center;
	background: #F5F5F5 url(../images/background/global_nav_bg2.gif) left top repeat-x;
	height:41px;
	width:100%
}

#nav { margin: 0 auto; position: relative; height:41px; line-height:1; }
#nav li { list-style: none; float: left; width:19.8%; position: relative; border-left:1px solid #C3C3C3 ;}

#nav ul { display: none; position: absolute; top: 41px; left: 0; width:100% }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; width:100%}

#nav ul { width: 100%; }
#nav ul ul { top: 0; left: 98%; }
#nav ul a { 
	display: block;
	width: 92%;
	background:#EFF7FF url(../images/icon/arrow_menu.gif) left no-repeat ;
	padding: 5px 3px 5px 15px;
	color: #010234;
	border-bottom: 1px solid #36395A;
	border-right: 1px solid #36395A;
	font-size:100%;
	text-align: left;
	zoom: 1;
	line-height: 1.2;
}
#nav ul a.hover { 
	background: #04329A url(../images/icon/arrow_menu_on.gif) left no-repeat ;
	color: #ffffff;
	font-size:100%;
}

p.more a:hover{
position:relative;
top:2px;
left:2px;
}



/*パンくず
---------------------------------------------*/
#bread {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #69AED1;
	padding-left: 15px;
	padding-top: 12px;
}
#bread2 {
	background-color: #FFFFFF;
	padding-left: 15px;
}

/*プリント用ページ
---------------------------------------------*/
#print {
	position: relative;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 8px;
}

/*タイトル
---------------------------------------------*/
#titlemax {
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
}

#titlemax h1{
	font-size: 140%;
	font-weight: bold;
	background-color:#2D376A;
	color:#FFFFFF;
	line-height:150%;
}


/* 幅可変の2段組レイアウト
---------------------------------------------*/
#content {
	overflow /**/: auto !important;
	overflow /**/: hidden;
	width : 760px;
	padding: 0;
	_margin: 0;
	background-color: #FFFFFF; /* メインカラムの背景色 */
	line-height: 1.7;
}



#gotop {
	clear: both;
	padding: 10px 10px 5px 0;
	text-align: right;
	margin:0;
	background-color:#FFFFFF;
	border-top: 2px solid #CCCCCC;

}

#gotop2 {
	padding: 10px 0px 2px 0;
	text-align: right;
}
.gotop3 {
	padding: 10px 10px 5px 0;
	text-align: right;
}

#gotop4 {
	clear: both;
	width:750px;
	padding: 10px 10px 5px 0;
	text-align: right;
	margin:0;
	background-color:#FFFFFF;
}


#sitenavi {
	clear: both;
	width:750px;
	padding: 5px;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	margin:0;
	background-color:#FFFFFF;
	color:#99999;
}


#bunner {
	clear: both;
	padding: 10px 0;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	margin:0;
	background-color:#FFFFFF;
}

#bunner img { 
border: 1px #CCCCCC solid;
margin: 5px;  
} 




#footer {
	clear: both;
	width:760px;
	padding: 10px 0;
	border-top: 2px solid #CCCCCC;
	text-align: left;
	margin:0;
	background-color:#FFFFFF;
}

#footer td {
	padding:3px;
	line-height:1.2;
}

#copyright {
	clear: both;
	width:760px;
	padding:10px 0;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	margin:0;
	background-color:#FFFFFF;
}

/* フッターの質問意見箱へのリンク
---------------------------------------------*/
#mailadress{
	margin:2px 0 8px 0;
}

.go_ikenbako {
	padding: 4px 4px 4px 20px;
	margin-left: 4px;
	margin-bottom: 7px;
	background: url(../images/icon/arrow_menu.gif) no-repeat 0.2em 0.4em;
	font-size:100%;
	border:1px solid #999;
}




/* ステップ2
---------------------------------------------*/
	#primary {
		background-color: #FFFFFF;
	}

	
/* 記事本文
---------------------------------------------*/
#secondary ul {
}
#secondary li {
	background-image: url(../images/icon/d_sankaku1.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left/**/: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#primary #main {
	padding-left: 30px;
	float:left;
	width: 92%;
	background-color: #FFFFFF;
}
#main h1{
	font-size: 140%;
	font-weight: bold;
}

#main h2{
	font-size: 120%;
	font-weight: bold;
}

#primary #main .120b {
	font-size: 140%;
	font-weight: bold;
}

#update {
	clear:both;
	background-color: #EBE1E8;
	text-align: right;
	width: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../images/design/d_data_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .d_contact {
	background-color: #FFFFFF;
	background-image: url(../images/design/contact_line.gif);
	background-repeat: repeat-y;
	width: 100%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#main #inner {
	padding-right: 15px;
	padding-left: 15px;
}

#main #inner .section {
	padding-top: 15px;
	padding-bottom: 5px;
}
#main #inner .section h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#main #inner .section2 h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#main #inner .download {
	padding-top: 20px;
	padding-bottom: 25px;
}
#main #inner .download .pdf {
	padding-top: 5px;
	padding-left: 10px;
}

#main #inner .section li {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#main #inner .section2 {
	padding-top: 16px;
	padding-bottom: 6px;
}
#main #inner .section2 .li{
	list-style-type: none;
}



/*--メニュー--*/
div#menu {
	width:169px;
}

#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display: inline;
	background:#FFFFFF;
}





/* バナー群
---------------------------------------------*/
	#bunner .list h2 {
		padding: 0;
		color: #000000;
		background-color: #F2F8FB;
	}


/* カウンタ
---------------------------------------------*/
#counter {
	font-size: 90%;
	line-height:1.5;
	text-align:center;
	border-bottom:2px solid #C6C9CA;
}

/* 緊急情報タイトル
---------------------------------------------*/
#kinkyu {
	font-size: 90%;
	line-height:1.5;
	text-align:left;
	border-bottom:3px solid #535A83;
}

/* トップページ中央コンテンツ
---------------------------------------------*/
.centercontents {
	line-height:1.5;
	height:30px;
	text-align:left;
	background: url(../images/background/centercontents_line.gif) left bottom no-repeat;
}

.centercontentsleft {
	float:left;
	width:50%;
	line-height:1.5;
	text-align:left;
}

.centercontentsright {
	float:right;
	width:50%;
	line-height:1.5;
	text-align:right;
}

td.top{
	vertical-align:top;
}

img.kouhou{
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}

.gcse-search{
	padding-top:5px;
	padding-right:10px;
}


/* 行事カレンダー詳細レイアウト
---------------------------------------------*/
#details{
	width:100%;
}

#boxleft{
	float:left;
	width:65%;
}

#boxright{
	float:right;
	width:200px;
}

/* Acrobatダウンロード
---------------------------------------------*/
#acrobat{
	width:100%;
	background-color:#D7F5BC;
	padding:5px;
}

#acrobat img{
	float:left;
	width:115px;
}

#acrobattext{
	float:right;
	text-align:left;
	width:70%;
}

/* 画像とテキストを中央に表示
---------------------------------------------*/
.middle{
vertical-align:middle;
}

.middle45{
vertical-align:middle;
width:45px;
float:left;
}


/* わだい詳細レイアウト
---------------------------------------------*/
#wadai{
	width:100%;
}

#wadaileft{
	float:left;
	width:295px;
}

#wadairight{
	margin-left:295px;
}

p.wadaititle{
	font-weight:bold;
	border-left:5px solid #CBDABF;
	padding-left:8px;
	padding-bottom:3px;
}


/* まちのわだいの画像部分
---------------------------------------------*/
p.wadaiphoto img{
	border:1px solid #999999;
	width:282px;
}

p.wadaicatch{
	padding:5px;
	width:274px;
	line-height:1.2em;
	font-size:90%;
	background-color:#E5EEDE;
	border-bottom:1px solid #CBDABF;
}


/* 壁紙ダウンロードページ用
---------------------------------------------*/
#content .w_comment {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
}
#content .w_comment p{
	width: 78%;
}
#content .w_comment .wp_how{
	position: absolute;
	right: 40px;
	top: 13px;
}
#content .w_comment .wp_fukutsuya{
	padding-top: 7px;
}
#content #wp_main {
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#wp_main .wp_title1 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/background/wp_bg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	padding-left: 2px;	
}
#wp_main .w_section .w_left {
	float: left;
	width: 332px;
	background-color: #FFFFFF;
}
#wp_main .w_section .w_right {
	float: right;
	width: 332px;
	background-color: #FFFFFF;
}
#wp_main .w_section .wp_title2 {
	background-image: url(../images/background/wp_bg_title.gif);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	height: 25px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 1.5em;
	background-color: #fbfbfb;
	background-position: bottom;
}
#wp_main .w_section {
	padding-top: 8px;
	clear: both;
}
#wp_main .w_section .wp_contents {
	background-color: #f2f2f2;
	padding: 7px;
	position: relative;
}
#wp_main .w_section .wp_contents .wp_border {
	border: 1px solid #999999;
	margin-bottom: 13px;
}
#wp_main .w_section .wp_contents .wp_border2 {
	border: 1px solid #999999;
	margin-bottom: 25px;
}
#wp_main .wp_size {
	position: absolute;
	top: 8px;
	left: 174px;
}
#wp_main .wp_kanren {
	position: absolute;
	left: 174px;
	top: 71px;
	line-height: 1.3;
	font-size: 14px;
	width: 150px;
}
#wp_main .wp_kanren img{
	margin-bottom: 5px;
}
#wp_main .w_section .wp_size .size1 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	width: 125px;
}

#wp_main .w_section .wp_size .size2 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfbfbf;
	width: 125px;
}
#wp_main .w_section .wp_pink {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e78367;
	padding-left: 4px;
	line-height: 1.2em;
	width: 121px;
	font-size: 14px;
}
#wp_main .w_section .wp_text {
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 10px;
}
#wp_main .b_section {
	background-image: url(../images/background/wp_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
}
#wp_main .wp_title3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 1.5em;
}

#wp_main .w_section .w_left2 {
	float: left;
	width: 182px;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#wp_main .wp_title4 {
	background-color: #fae6e1;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#wp_main .wp_photo2 {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	background-color: #f2f2f2;
}
#wp_main .wp_photo2 img {
	border: 1px solid #999999;
}
#wp_main .wp_title5 {
	font-weight: bold;
	margin-top/**/: 30px;
	_margin-top: 60px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 1.5em;
}
*:first-child+html #wp_main .wp_title5{
	font-weight: bold;
	margin-top/**/: 30px;
	margin-top: 60px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 1.5em;

}
#wp_main .os {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #df5934;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#wp_main .os_text {
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wp_main .w_copy {
	margin-top: 20px;
}


/* 例規集ページ用
---------------------------------------------*/
#content .reiki_comment {
	margin-top: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #336699;
	border-bottom-color: #336699;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#content #reiki_main {
	margin-bottom: 20px;
	overflow: auto;
}
#reiki_main #reiki_kensaku {
	padding: 5px;
	border: 2px solid #003300;
	margin-left: 20px;
}

#reiki_main #reiki_kensaku .reiki_goku {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	padding-bottom: 3px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 10px;
}

#reiki_main #reiki_sec {
	padding-left: 25px;
	padding-right: 10px;
}

#reiki_main #reiki_sec .reiki_list{
	background-image: url(../images/icon/reiki4_icon.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 9px;
}
#reiki_main #reiki_sec .reiki_list2{
	background-image: url(../images/icon/reiki2_icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 17px;
}
#reiki_main #reiki_sec .reiki_list3{
	background-image: url(../images/icon/reiki3_icon.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}


/* 市長の手帳ページ用
---------------------------------------------*/
#shicho_waku {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#shicho_waku .sc_title {
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996699;
	margin-bottom: 15px;
}
#shicho_waku .sc_title2 {
	margin-bottom: 15px;
}

#shicho_waku #s_hotnews {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#shicho_waku #s_nikki {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;

}
#shicho_waku #s_sche {
	margin-bottom: 20px;
	padding-bottom: 15px;
}


/* 会議ページ用
---------------------------------------------*/
#main .kaigi_section{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
}


/* リスト設定
---------------------------------------------*/
#main .list_number {
	list-style:decimal;
	padding-left: 15px;
	list-style-position: inside;
}

#main .list_circle{
	list-style:disc;
	list-style-position: inside;
	padding-left: 15px;
}

#main2 .list_blue {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#main2 .s_index {
	padding: 0px 5px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	list-style-type: none;
	display: block;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height:1.4;
}


/* パディング設定
---------------------------------------------*/
#inner .t0_b10{
	padding-bottom:10px; /**パディングボトムに10px**/
}

/* 意見フォームページ設定
---------------------------------------------*/
#inner .o_button {
	text-align: center;
}
#inner .section .opi_bg {
	background-color: #e1eff6;
	margin-bottom: 15px;
	padding: 5px;
}
#inner .section_center {
	text-align: center;
}



/* 総合計画のページ用
---------------------------------------------*/

#inner2 {
	padding-right: 15px;
}

#inner2 .section {
	padding-top: 15px;
	padding-bottom: 5px;
}
#inner2 .section h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#inner2 .section2 h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#inner2 .download {
	padding-top: 20px;
	padding-bottom: 25px;
}
#inner2 .download .pdf {
	padding-top: 5px;
	padding-left: 10px;
}

#inner2 .section li {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#inner2 .section2 {
	padding-top: 16px;
	padding-bottom: 6px;
}
#inner2 .section2 .li{
	list-style-type: none;
}

#inner2 .t0_b10{
	padding-bottom:10px; /**パディングボトムに10px**/
}

/* リストスタイル
---------------------------------------------*/
#main .listtop_blue {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#main2 .listtop_blue {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
/* 画像のボーダー用
---------------------------------------------*/
.img_border{
	border: 1px #666666 solid;
}

/* タイトルを中央に
---------------------------------------------*/
#main2 {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	background-color: #FFFFFF;
}
#main2 h1{
	font-size: 140%;
	font-weight: bold;
}

#main2 h2{
	font-size: 120%;
	font-weight: bold;
}

#main2 .120b {
	font-size: 140%;
	font-weight: bold;
}


#main2 .d_contact {
	background-color: #FFFFFF;
	background-image: url(../images/design/contact_line.gif);
	background-repeat: repeat-y;
	width: 100%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#main2 #inner {
	padding-right: 15px;
	padding-left: 15px;
}

#main2 #inner .section {
	padding-top: 15px;
	padding-bottom: 5px;
}
#main2 #inner .section h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#main2 #inner .section2 h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
}
#main2 #inner .download {
	padding-top: 20px;
	padding-bottom: 25px;
}
#main2 #inner .download .pdf {
	padding-top: 5px;
	padding-left: 10px;
}

#main2 #inner .section li {
	background-image: url(../images/icon/d_listmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#main2 #inner .section2 {
	padding-top: 16px;
	padding-bottom: 6px;
}
#main2 #inner .section2 .li{
	list-style-type: none;
}

#main2 .kaigi_section{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
}/*会議ページ*/

#main2 .list_number {
	list-style:decimal;
	padding-left: 15px;
	list-style-position: inside;
}

#main2 .list_circle{
	list-style:disc;
	list-style-position: inside;
	padding-left: 15px;
}/*リスト用*/

/*エントランスメイン画像*/
#enter_img{
	margin: auto;
	text-align:center;
	width: 760px;
	height: 280px;
}

/*エントランス 入口*/
#enter{
	margin:0 auto;
	text-align:center;
	padding:10px 0 20px 0;
	border-top:2px solid #B9CFED;
}

/*エントランス バナー*/
#e_bunner {
	clear: both;
	padding: 30px 0;
	text-align: center;
	margin:0;
	background-color:#FFFFFF;
}

#e_bunner img { 
	border: 1px #CCCCCC solid;
	margin: 2px;
} 

#topics_frame {
	width:730px;
	margin:0 auto;
	padding:10px;
	background-color:#CDE4F0;
	line-height:130%;
	}

.pd15 {
	padding:15px;
	}
