@charset "utf-8";

/***************************************************
	layout.css
	ページ共通 レイアウトスタイル定義
***************************************************/
/* ------------------------------------------------------------
Font Size (default:14px)
 10px = 71.4% 11px = 78.6% 12px = 85.7% 13px = 92.9% 14px = 100%
 15px = 107% 16px = 111.4% 17px = 121% 18px = 128.6%
------------------------------------------------------------ */

/*-----sNavi-----*/
#sNavi {}

#sNavi .ttl01 {	margin-bottom: 10px;}
#sNavi .bnArea {	margin-bottom: 10px;}
#sNavi .bnArea li {	margin-bottom: 5px;}
#sNavi .mobileDL {	margin-bottom: 10px;}

#sNavi .movieDL,
#sNavi .photoDL {	margin-bottom: 10px;}
#sNavi .movieDL dd,
#sNavi .photoDL dd {
	padding: 7px;
	border: 1px solid #cccccc;
	border-top: none;
}
#sNavi .movieDL dd a img,
#sNavi .photoDL dd a img {
	float: left;
	margin-right: 7px;
	padding: 2px;
	border: 1px solid #cccccc;
}
#sNavi .movieDL dd a span,
#sNavi .photoDL dd a span {
	display: block;
	font-size: 78.6%;
	line-height: 1.3;
	text-decoration: underline;
}

#sNavi .pageList {
	margin-bottom: 10px;
	border-bottom: 3px solid #2f9067;
}
#sNavi .pageList dd {
	width: 192px;
	padding: 2px 1px;
	border-right: 3px solid #2f9067;
	border-left: 3px solid #2f9067;
}
#sNavi .pageList dd a {
	display: block;
	padding: 0 3px 2px 20px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/about/ico_arr03.png) 8px 0.5em no-repeat;
}
#sNavi .pageList dd.last a {	border-bottom: none;}

/*-----main-----*/
/* title-style */
#main .titleLink {	position: relative;}
#main .titleLinkbtn {
	position: absolute;
	top: 12px;
	right: 15px;
}

#main .title01 {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
	background: url(../img/common/ttl_bg.jpg) 0 4px repeat-x;
	font-weight: bold;
	color: #0d6e4f;
}
#main .title01 span,
#main .title01 a {
	display: block;
	padding: 3px 10px 3px 27px;
	border-top: 3px solid #0d6e4f;
}
#main .title01 .circl {	background: url(../img/about/ico_circle.png) 7px 50% no-repeat;}
#main .title01 .pen {	background: url(../img/about/ico_pen.png) 7px 50% no-repeat;}
#main .title01 .note {	background: url(../img/about/ico_note.png) 7px 50% no-repeat;}

#main .title02 {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background: url(../img/common/title02_bg.jpg) 0 100% repeat-x;
	font-weight: bold;
	font-size: 128.6%;
	color: #333333;
}
#main .title02 span,
#main .title02 a {
	display: block;
	padding: 2px 0 0 8px;
	border-left: 4px solid #2f9067;
	line-height: 1.4;
}

#main .ttl01 {
	margin-bottom: 10px;
	padding: 1px 20px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/about/ico_arr05.png) 3px 0.5em no-repeat;
	font-weight: bold;
	color: #0d6e4f;
}

/* list-style */
#main .topicsList {
	margin-bottom: 30px;
}
#main .topicsList.ov-y {
	height: 7.8em;
	overflow-y: scroll;
}
#main .topicsList li,
#main p.entryList {
	padding: 2px 0 2px 22px;
	background: url(../img/life/ico_arr01.png) 6px 0.5em no-repeat;
	border-bottom: 1px dotted #cccccc;
}
#main .topicsList span.newico {
	display: block;
	float: left;
	width: 36px;
	height: 14px;
	margin: 3px 5px 0 0;
	background: url(../img/common/ico_new.gif) 0 0 no-repeat;
	color: #FF0000;
	text-indent: -9999px;
}
#main .topicsList a:hover span.newico {	background-position: 0 -14px;}

#main .imgNavi {	padding: 0 0 0 16px;}
#main .imgNavi li {
	float: left;
/*	width: 129px;*/
	margin-right: 8px;
/*	margin-bottom: 10px;*/
	padding-bottom: 10px;
}
#main .imgNavi li a span {
	display: block;
	padding: 3px 5px 8px 20px;
	background: url(../img/life/ico_arr02.png) 3px 0.5em no-repeat;
	font-size: 85.7%;
	line-height: 1.3;
	text-decoration: underline;
	color: #0000a0;
}
#main .imgNavi li a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .pageList01 {	padding-top: 10px;}
#main .pageList01 dl {
	width: 280px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
}
#main .pageList01 dl.leftCol {	float: left;}
#main .pageList01 dl.rightCol {	float: right;}
#main .pageList01 dt {
	margin-bottom: 5px;
	padding: 1px;
	border-bottom: 1px solid #cccccc;
	background: url(../img/common/ttl_bg.jpg) 0 4px repeat-x;
	font-size: 92.9%;
}
#main .pageList01 dt span,
#main .pageList01 dt a {
	display: block;
	padding: 3px 10px 3px 27px;
	border-top: 3px solid #fd6e17;
	background: url(../img/life/ico_circle.png) 7px 50% no-repeat;
	font-weight: bold;
	color: #dd490c;
	text-decoration: none;
}
#main .pageList01 dt a:hover {	text-decoration: underline;}
#main .pageList01 dd {
	margin: 0 10px;
	padding: 2px 5px 0 25px;
	background: url(../img/common/ico_03.jpg) 5px 0.5em no-repeat;
}

#main .pageList02 {
	margin-bottom: 25px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
}
#main .pageList02 dl {	margin-bottom: 10px;}
#main .pageList02 dt,
#main .pageList02 p {
	padding: 1px 0 0 20px;
	background: url(../img/common/ico_03.jpg) 0 0.5em no-repeat;
	color: #cc0000;
	font-size: 111.4%;
	font-weight: bold;
}
#main .pageList02 dt a,
#main .pageList02 p a {	color: #cc0000;}
#main .pageList02 dt a:hover,
#main .pageList02 p a:hover {	text-decoration: none;}
#main .pageList02 dd {	padding-left: 20px;}

#main .pageList03 {	padding: 0 15px 15px;}
#main .pageList03 ul {}
#main .pageList03 li {
	float: left;
	padding: 0 20px;
	background: url(../img/common/ico_03.jpg) 0 0.5em no-repeat;
	white-space: nowrap;
}
#main .pageList03 li a {}

#main .listDisc {	margin-bottom: 10px;}
#main .listDisc li {
list-style-type:disc;
list-style-position:outside;
margin-left:1.5em;
padding-bottom:5px;
}

/* text style */
#main .entryDate {	text-align: right;}
#main .categoryDescription {	padding: 0 15px 20px;}

/* bannerArea style */
#main p.bannerline { width: 700px; text-align:center;}
#main p.bannerline img {  padding: 10px 10px 10px 0;}
#main .bannerArea {	clear: both;}
#main .bannerArea .bannerList li {
	float: left;
	width: 125px;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
#main .bannerArea .bannerList02 li {
	float: left;
	width: 189px;
	height: 49px;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}

/*
#main .bannerArea .bannerList li.n05,
#main .bannerArea .bannerList li.n10,
#main .bannerArea .bannerList li.n15,
#main .bannerArea .bannerList li.n20 {	margin-right: 0;}
*/

#main .bannerArea .bannerBtm {
	padding: 20px 0 10px 0;
	border-top: 3px solid #0d6e4f;
	text-align: center;
}
#main .bannerArea .bannerBtm li {
	float: left;
	width: 240px;
	margin: 0 8px 10px 0;
}
#main .bannerArea .bannerBtm li.n03 {	margin-right: 0;}
#main .bannerArea .bannerBtm li.n00 {	width: 478px;}

/* 広告バナー */
#main .ad_bannerArea {
	padding-bottom: 10px;
	border-bottom: 3px solid #0d6e4f;
	/* text-align: center; */
}
#main .ad_bannerArea_inner {
	margin:0 auto;
}
#main .ad_bannerArea a {
/*	padding: 0 5px;*/
	padding: 0 2px;
}

#main .ad_bannerArea a:first-child{
/*	display: block;       */
}

#main .ad_bannerArea a img {
	margin-bottom: 10px;
}


/* #main 右ナビ */
#main #mainNavi .infoBox {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#main #mainNavi .infoBox dd {
	padding: 1px 1px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#main #mainNavi .infoBox dd a {
	display: block;
	padding: 0 5px 2px 20px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/common/ico_06.png) 8px 0.5em no-repeat;
	font-size: 85.7%;
}
#main #mainNavi .infoBox dd.last a {
	padding-bottom: 3px;
	border-bottom: none;
}
#main #mainNavi .bnArea li {
	margin-bottom: 10px;
}

#main #mainNavi .searchBox {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#main #mainNavi .searchBox dd {
	padding: 5px 10px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
/*#main #mainNavi .searchBox #search,*/
#main #mainNavi .searchBox input.ti {	width: 125px;}


/* このページの作成・発信部署 */
#main .responsible_unit {
	clear: both;
	padding: 15px 0;
}
#main .responsible_unit dl {
	border: 2px solid #2f9067;
}
#main .responsible_unit dt {
	padding: 3px 15px;
	background-color: #b0d0b4;
	font-weight: bold;
	color: #0d623e;
}
#main .responsible_unit dd {
	padding: 10px 15px;
}
#main .responsible_unit dd.link a {
	padding-left: 10px;
	background: url(../img/about/ico_arr04.png) 0 0.5em no-repeat;
	font-weight: bold;
}

#main .content_nav {
	padding: 6px 0;
	background: url(../img/common/border_01.png) 0 0 repeat-x;
	text-align: right;
}
#main .content_nav a {	font-size: 85.7%;}

#main .content_nav .current_page {
	padding: 0 3px;
	background-color: #0000a0;
	color: #FFFFFF;
}

/* 中ページ */
#contents #mainTitle {
	margin-bottom: 15px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #5baf79;
	font-weight: bold;
	font-size: 111.4%;
	color: #FFFFFF;
	line-height: 45px;
}
#contents #mainTitle span {
	display: block;
	padding: 0 15px;
	background: #5fb37d url(../img/about/maintitle_bg.jpg) 0 50% repeat-x;
}

#main .entryBox {	padding: 10px 15px 35px;}
#main .entryBox p {	margin-bottom: 10px;}
#main .entryBox table p {	margin-bottom: 0;}
#main .entryBox .floatL {
	float: left;
	margin-right: 15px;
}
#main .entryBox .floatR {
	float: right;
	margin-left: 15px;
}
#main .entryBox strong {	font-weight: bold;}

#main .entryBox .unitLink {
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #cccccc;
}

/* 検索結果 */
#main .entryBox .searchBox h3 {
	margin-bottom: 10px;
	padding: 2px 0 2px 22px;
	background: url(../img/about/ico_arr01.png) 6px 0.5em no-repeat;
	border-bottom: 1px dotted #cccccc;
}
#main .entryBox .searchBox h3 dfn {	padding-right: 5px;}
#main .entryBox .searchBox li.image {
	float: left;
	padding: 0 10px 10px 0;
}
#main .entryBox .searchBox li.look {
	text-align: right;
}

/* table style */
#main .entryBox table.w100 {	width: 100%;}

#main .entryBox .table01,
#main .entryBox .table02 {	margin-bottom: 10px;}
#main .entryBox .table01 th,
#main .entryBox .table01 td,
#main .entryBox .table02 th,
#main .entryBox .table02 td {
	padding: 5px 10px;
	border: 1px solid #cccccc;
}
#main .entryBox .table01 th {	background-color: #eeeeee;}
#main .entryBox .table02 th {	background-color: #fdf4d0;}
#main .entryBox .table01 td,
#main .entryBox .table02 td {	vertical-align: top;}

/* margin
------------------------------------------------------------ */
.mB0{margin-bottom:0px;}
.mB5{margin-bottom:5px;}
.mB10{margin-bottom:10px;}
.mB13{margin-bottom:13px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}
.mB30{margin-bottom:30px;}
.mB35{margin-bottom:35px;}
.mB40{margin-bottom:40px;}
.mB45{margin-bottom:45px;}
.mB50{margin-bottom:50px;}
.mB55{margin-bottom:55px;}
.mB60{margin-bottom:60px;}

.mR5B5{margin-right:5px; margin-bottom:5px;}
.mB5L5{margin-bottom:5px; margin-left:5px;}

.mR15B15{margin-right:15px; margin-bottom:15px;}
.mB15L15{margin-bottom:15px; margin-left:15px;}

.mB0_5E{margin-bottom:0.5em;}
.mB1E{margin-bottom:1em;}
.mB1_5E{margin-bottom:1.5em;}
.mB2E{margin-bottom:2em;}

/* clear
------------------------------------------------------------ */
.clearfix:after,
#main .entryBox:after,
#main .imgNavi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix,
* html #main .entryBox,
* html #main .imgNavi { zoom: 1; }
/* IE7 */
*:first-child+html .clearfix,
*:first-child+html #main .entryBox,
*:first-child+html #main .imgNavi { 	display: inline-block; }

/* link icon set
------------------------------------------------------------ */
#main .entryBox a[href^="http"]{
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_external.gif) no-repeat center right;
}
/*リンクチェック用*/
/*
#main .entryBox a[href^="http://www.city.fukuchiyama.kyoto.jp"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/fukuchiyama_chk.png) no-repeat center right;
}
*/
#main .entryBox a[href^="http://www.city.fukuchiyama.kyoto.jp"],
#main .entryBox a[href^="http://122.213.181.68"]{	/*自サイトのURLを記述*/
    padding:0;
    background-image: none;
}

#main .entryBox a[href$='.doc'], #main .entryBox a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_doc.gif) no-repeat center right;
}
#main .entryBox a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_txt.gif) no-repeat center right;
}
#main .entryBox a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_xls.gif) no-repeat center right;
}
#main .entryBox a[href$='.rss'], #main .entryBox a[href$='.atom'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_feed.gif) no-repeat center right;
}
#main .entryBox a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_pdf.gif) no-repeat center right;
}
#main .entryBox a[href$='.fla'], #main .entryBox a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_flash.gif) no-repeat center right;
}
#main .entryBox a[href$='.zip'], #main .entryBox a[href$='.rar'], #main .entryBox a[href$='.gzip'], #main .entryBox a[href$='.bzip'], #main .entryBox a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_archive.gif) no-repeat center right;
}
#main .entryBox a[href$='.mov'], #main .entryBox a[href$='.wmv'], #main .entryBox a[href$='.mp4'], #main .entryBox a[href$='.avi'], #main .entryBox a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_film.gif) no-repeat center right;
}
#main .entryBox a[href$='.mp3'], #main .entryBox a[href$='.wav'], #main .entryBox a[href$='.ogg'], #main .entryBox a[href$='.wma'], #main .entryBox a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_music.gif) no-repeat center right;
}
#main .entryBox a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_mailto.gif) no-repeat center right;
}

/*
#main .entryBox a[href$='.jpg'], #main .entryBox a[href$='.gif'], #main .entryBox a[href$='.png'], #main .entryBox a[href$='.bmp'], #main .entryBox a[href$='.jpeg'], #main .entryBox a[href$='.svg'], #main .entryBox a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_pic.gif) no-repeat center right;
}
#main .entryBox a[href *="youtube.com/watch?"], #main .entryBox a[href *="sevenload.com/videos/"], #main .entryBox a[href *="metacafe.com/watch/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_film.gif) no-repeat center right;
}
#main .entryBox a[href *="flickr.com/photos/"], #main .entryBox a[href *="zooomr.com"], #main .entryBox a[href *="imageshack.us"], #main .entryBox a[href *="bubbleshare.com"], #main .entryBox a[href *="sevenload.com/bilder/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_pic.gif) no-repeat center right;
}
#main .entryBox a[href$='.opml'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_opml.gif) no-repeat center right;
}
#main .entryBox a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_phps.gif) no-repeat center right;
}
#main .entryBox a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_phps.gif) no-repeat center right;
}
#main .entryBox a[href$='.torrent'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_torrent.gif) no-repeat center right;
}
#main .entryBox a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_vcard.gif) no-repeat center right;
}
#main .entryBox a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_exe.gif) no-repeat center right;
}
#main .entryBox a[href$='.dmg'], #main .entryBox a[href$='.app'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_dmg.gif) no-repeat center right;
}
#main .entryBox a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_pps.gif) no-repeat center right;
}
#main .entryBox a[href$='.xpi'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_plugin.gif) no-repeat center right;
}
#main .entryBox a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_ical.gif) no-repeat center right;
}
#main .entryBox a[href$='.css'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_css.gif) no-repeat center right;
}
#main .entryBox a[href$='.ttf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_ttf.gif) no-repeat center right;
}
#main .entryBox a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_aim.gif) no-repeat center right;
}
#main .entryBox a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_msn.gif) no-repeat center right;
}
#main .entryBox a[href ^="xmpp:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_jabber.gif) no-repeat center right;
}
#main .entryBox a[href *="icq.com"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_icq.gif) no-repeat center right;
}
#main .entryBox a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/common/icons/icon_yim.gif) no-repeat center right;
}
#main .entryBox a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_call.gif) no-repeat center right;
}
#main .entryBox a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_skype.gif) no-repeat center right;
}
#main .entryBox a[href ^="gg:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/common/icons/icon_gadugadu.gif) no-repeat center right;
}
*/