@charset "utf-8";

/*------------------------------------------------------------------------------
奈良県地域貢献サポート基金 - CSS Modules Import
Date: 200X-04-19
Copyright (C) 奈良県くらし創造部協働推進課. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Main

---------------------------------------- */

div#Main div.EntryBox {
	overflow: hidden;
}

div#Main h2 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	background: url(../img/common/line_orange_01.gif) no-repeat bottom;
	padding-bottom: 9px;
	margin-bottom: 15px;
}

div#Main div.EntryBox p,
div#Main div.PhotoBox p {
	margin-bottom: 0;
}

div#Main div.PhotoBox img {
	float: right;
	margin: 5px 0 10px 30px;
}

div#Main div.EntryBox ul.DotList {
	clear: both;
}

div#Main div.EntryBox ul.DotList li {
	padding: 0 0 0 17px;
	background: url(../img/tmp/ico_dot_01.gif) 0 0.5em no-repeat;
}

div#Main div.EntryBox ol.NumList {
	clear: both;
}

div#Main div.EntryBox ol.NumList li {
	margin:0 2em;
	list-style-type: decimal;
}

div#Main div.EntryBox ul.BannerList {
	clear: both;
	width: 650px;
	margin: 0 0 0 -25px;
	padding: 5px 0 0;
}

div#Main div.EntryBox ul.BannerList li {
	display: inline;
	margin: 0 0 10px 25px;
	float: left;
}

div#Main div.EntryBox ul.BannerList li.FreeBanner1,
div#Main div.EntryBox ul.BannerList li.FreeBanner2 {
	width: 300px;
	height: 80px;
	float: left;
}

div#Main div.EntryBox ul.BannerList li.FreeBanner1 a {
	display: block;
	width: 220px;
	height: 53px;
	padding: 27px 20px 0 60px;
	font-size: 16px;
	font-weight: bold;
	color: #ff9000;
	text-decoration: none;
	background: url(../img/tmp/btn_donate_00_off.png) 0 0 no-repeat;
}

div#Main div.EntryBox ul.BannerList li.FreeBanner2 a {
	display: block;
	width: 220px;
	height: 66px;
	padding: 14px 20px 0 60px;
	font-size: 16px;
	font-weight: bold;
	color: #ff9000;
	text-decoration: none;
	background: url(../img/tmp/btn_donate_00_off.png) 0 0 no-repeat;
}

div#Main div.EntryBox ul.BannerList li.FreeBanner1 a:hover,
div#Main div.EntryBox ul.BannerList li.FreeBanner2 a:hover {
	display: block;
	background: url(../img/tmp/btn_donate_00_on.png) 0 0 no-repeat;
}

div#Main div.EntryBox ul#FootList {
	width: 633px;
	margin: 0 0 0 -8px;
	padding: 5px 0 0;
}

div#Main div.EntryBox ul#FootList li {
	display: inline;
	margin: 0 0 10px 8px;
	float: left;
}

div#Main div.EntryBox ul#FootList li.FreeBtn {
	width: 150px;
	height: 35px;
	float: left;
}

div#Main div.EntryBox ul#FootList li.FreeBtn a {
	display: block;
	width: 150px;
	height: 27px;
	padding: 8px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
	letter-spacing: 0;
	background: url(../img/tmp/btn_foot_00_off.png) 0 0 no-repeat;
}

div#Main div.EntryBox ul#FootList li.FreeBtn a:hover {
	display: block;
	background: url(../img/tmp/btn_foot_00_on.png) 0 0 no-repeat;
}

.MgnBtm40 {
	margin-bottom: 40px;
}

.MgnBtm50 {
	margin-bottom: 50px;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Main div.EntryBox:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#Main div.EntryBox {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Main div.EntryBox {
	zoom: 1;
}