@charset "UTF-8";
/*----------------
 トップ、サブで共通で使うパーツ
----------------*/



/*jsが効いていない時に表示*/
.noscriptCom {
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height: 150%;
}


/*みたまま編集入力補助系*/
.attention {
	background-color:#FFCC00;
	font-size:13px;
}
.attentionL {
	background-color:#00CCFF;
	font-size:13px;
}
.attentionR {
	background-color:#00CCFF;
	font-size:13px;
	text-align:right;
	margin-right:20px;
	margin-left:300px;
}
.attentionR2 {
	background-color:#00CCFF;
	font-size:13px;
	text-align:right;
	margin-right:20px;
}
.attention2 {
	background-color:#5ED5F2;
	font-size:13px;
}




.attention3 {
	background-color:#5BF48D;
	font-size:13px;
}


/*wysiwyg系*/
/*エディタの中のみ*/
body.wysiwygCom {
	background-color: #FFF;
}
.wysiwygCom ul {
	margin-left: 20px;
	list-style: disc;
	margin-top:10px;
}
.wysiwygCom ol {
	margin-left: 30px;
	list-style: decimal;
	margin-top:10px;
}
.wysiwygCom p {
	margin-top:10px;
	padding-right: 10px;
	padding-left: 10px;
}
.wysiwygCom table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
.wysiwygCom table td, .wysiwygCom table th {
	border-collapse: collapse;
	border: 1px solid #B1B1B1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.wysiwygCom table th {
	background-color: #295180;
	color: #FFF;
}
.wysiwygCom table td {
	background-color: #ffffff;
}
.wysiwygCom div {
	line-height: 150%;
	margin-top:10px;
}
.wysiwygCom h2 {
	background-image: url(../img_sub/h2_head_com_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	font-size: 120%;
}
.wysiwygCom h2 .box {
	background-image: url(../img_sub/h2_head_com_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
}
.wysiwygCom h2 .box2 {
	background-image: url(../img_sub/h2_head_com_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}







.wysiwygCom h3 {
	margin-top: 20px;
	font-size: 120%;
	background-image: url(../img_sub/h3_head_com_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px bottom;
	padding-left: 13px;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #295180;
}
.wysiwygCom h4 {
	background-image: url(../img_sub/h4_head_com_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #787878;
	margin-top: 20px;
	padding-bottom: 4px;
	font-size: 120%;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwygCom .text_, .cke_panel_list .text_ {
	color: #c00;
}
.wysiwygCom .text2_, .cke_panel_list .text2_{
	color: #00c;
}



/*最初のアイテムのトップマージンを除去*/
.firstTopCom {
	margin-top:0px !important;
}
/*最初のアイテムの左マージンを除去*/
.firstLeftCom {
	margin-left:0px !important;
}



/*市長カレンダーの土日祝日の色付け*/
#shicho .sat {
    background-color: #EFF9FF;
}
#shicho .sun {
    background-color: #FFF8F8;
}







#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A3C3EA;
	margin-top: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer .col {
	width: 950px;
	margin-top:10px;
	padding-top: 10px;
}
#footer .R {
	width: 205px;
	float:right;
	padding-right:15px;
}
#footer .L {
	width: 705px;
	float:left;
	padding-left:15px;
}

#footer .box {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #888888;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
}
#footer address {
	font-style: normal;
	}

#footer .box2 {
	margin-top:10px;
	display: block;
}




#wrapper4 {
	background-image: url(../img_common/wrapper2.jpg);
	background-repeat: repeat-y;
	background-position: center top;


	margin-top: 15px;
}
#wrapper5 {
	background-image: url(../img_common/wrapper5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}

#headerTab{
	width:100%;
	padding-bottom:7px;
	background-image: url(../../img_pc_common/header_tab_bg_home.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#headerTab .box{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#headerTab .list{
	width:621px;
}

#headerTab .list li{
	float: left;
}