@charset "UTF-8";

/* base
--------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Futura, Arial, Helvetica, sans-serif;
}
a:link {
	color: #33AB47;
	text-decoration: underline;
}
a:visited {
	color: #2c923d;
	text-decoration: underline;
}
a:hover {
	color: #33AB47;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}
hr {
	display:none;
}
a img {
	border-style: none;
}




/* layout
--------------------------- */
div#header {
	text-align: left;
	margin: 0px auto 10px;
	padding-top: 20px;
	height: 120px;
	width: 900px;
	position: relative;
}
div#contents {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div#contents div#main {
	float: right;
	width: 650px;
}
div#contents div#nav {
	float: left;
	width: 230px;
}
div#footer {
	clear: both;
	background-image: url(/img/common_img/common_footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	width: 100%;
}




/* header
--------------------------- */
div#header p#description {
	font-size: 1em;
	color: #33AB47;
}
div#header p#naganoPref a {
	background-image: url(/img/common_img/common_header_naganopref.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}
div#header p#naganoPref a:hover {
	background-position: -100px 0px;
}
div#header #siteTitle a {
	background-image: url(/img/common_img/common_header_sitetitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 790px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
div#header #siteTitle a:hover {
	background-position: -790px 0px;
}


/* main
--------------------------- */
div#main ul#globalNav {
	height: 30px;
	width: 650px;
	list-style-type: none;
}
div#main ul#globalNav li {
	height: 30px;
	width: 116px;
	float: left;
}
div#main ul#globalNav li a {
	height: 30px;
	width: 116px;
	float: left;
	background-image: url(/img/common_img/common_main_global_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
div#main ul#globalNav li#globalNavHome {width: 70px;}
div#main ul#globalNav li#globalNavHome a {width: 70px; background-position: 0px 0px;}
div#main ul#globalNav li#globalNavHome a:hover {background-position: 0px -30px;}
div#main ul#globalNav li#globalNavFeature a {background-position: -70px 0px;}
div#main ul#globalNav li#globalNavFeature a:hover {background-position: -70px -30px;}
div#main ul#globalNav li#globalNavSearch a {background-position: -186px 0px;}
div#main ul#globalNav li#globalNavSearch a:hover {background-position: -186px -30px;}
div#main ul#globalNav li#globalNavList a {background-position: -302px 0px;}
div#main ul#globalNav li#globalNavList a:hover {background-position: -302px -30px;}
div#main ul#globalNav li#globalNavFirst a { background-position: -418px 0px;}
div#main ul#globalNav li#globalNavFirst a:hover {background-position: -418px -30px;}
div#main ul#globalNav li#globalNavNews a {background-position: -534px 0px;}
div#main ul#globalNav li#globalNavNews a:hover {background-position: -534px -30px;}

div#main div#mainSearch {
	background-image: url(/img/common_img/common_main_search_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	height: 32px;
	width: 650px;
	padding-top: 8px;
	margin-bottom: 10px;
}
div#main div#mainSearch form input {
	vertical-align: middle;
}
div#main div#mainSearch form label {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
div#main div#mainSearch input.searchText {
	height: 21px;
	width: 267px;
	border: 1px solid #C2DE24;
	margin-right: 2px;
}
div#main ol#breadcrumbsList {
	height: 1.75em;
	margin-bottom: 20px;
	list-style-type: none;
	overflow: hidden;
}
div#main ol#breadcrumbsList li {
	background-image: url(/img/common_img/common_main_breadcrumbs_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 5px;
	padding-left: 8px;
	font-size: 0.9em;
	line-height: 1.75em;
	height: 1.75em;
}
div#main ol#breadcrumbsList li a {
	text-decoration: none;
}
div#main ol#breadcrumbsList li#breadcrumbsListHome {
	margin-left: -8px;
}




/* nav
--------------------------- */
div#nav div#siteInfo {
	margin-bottom: 20px;
	border: 1px solid #C2DE24;
	background-image: url(/img/common_img/common_nav_siteinfo_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0px 5px;
}
div#nav div#siteInfo h2#siteInfoTitle {
	text-indent: -9999px;
	height: 70px;
	overflow: hidden;
	margin-left: 10px;
}
div#nav div#siteInfo form {
	margin-bottom: 5px;
}
div#nav div#siteInfo form input {
	margin-bottom: 5px;
	vertical-align: middle;
}
div#nav div#siteInfo form input.searchText {
	height: 22px;
	width: 162px;
	border: 1px solid #C2DE24;
}
div#nav div#siteInfo form input.searchText02 {
	height: 22px;
	width: 162px;
	border: 1px solid #78C7DB;
}
div#nav div#siteInfo h3#navSubtitle01,
div#nav div#siteInfo h3#navSubtitle02,
div#nav div#siteInfo h3#navSubtitle03,
div#nav div#event h3#navSubtitle04,
div#nav div#event h3#navSubtitle05,
div#nav div#siteInfo ul#siteInfoLink li a {
	background-image: url(/img/common_img/common_nav_subtitle_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 210px;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
}
div#nav div#siteInfo h3#navSubtitle01 {background-position: 0px 0px;}
div#nav div#siteInfo h3#navSubtitle02 {background-position: 0px -22px;}
div#nav div#siteInfo h3#navSubtitle03 {background-position: 0px -44px;}
div#nav div#event h3#navSubtitle04 {background-position: 0px -152px;}
div#nav div#event h3#navSubtitle05 {background-position: 0px -174px;}

div#nav div#siteInfo ul#siteInfoLink {
	list-style-type: none;
}
div#nav div#siteInfo ul#siteInfoLink li {
	height: 22px;
	width: 210px;
	margin-bottom: 5px;
}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkNew a {background-position: 0px -66px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkNew a:hover {background-position: -210px -66px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkGuide {height: 42px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkGuide a {height: 42px; background-position: 0px -88px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkGuide a:hover {background-position: -210px -88px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkPickup a {background-position: 0px -130px;}
div#nav div#siteInfo ul#siteInfoLink li#siteInfoLinkPickup a:hover {background-position: -210px -130px;}

div#nav div#siteInfo img#areaMap {
	margin-bottom: 10px;
}

div#nav div#siteInfo dl#categoryList {
	margin-bottom: 5px;
}
div#nav div#siteInfo dl#categoryList dt {
	font-size: 1.2em;
	background-image: url(/img/common_img/common_nav_category_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
div#nav div#siteInfo dl#categoryList dt a {
	color: #636363;
	text-decoration: none;
}
div#nav div#siteInfo dl#categoryList dt a:hover {
	color: #33AB47;
}
div#nav div#siteInfo dl#categoryList dd {
	font-size: 0.8em;
	line-height: 1.25em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #FFAB00;
	color: #636363;
}

div#nav div#event {
	margin-bottom: 20px;
	border: 1px solid #FFABA8;
	background-image: url(/img/common_img/common_nav_event_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 10px 5px;
}
div#nav div#event h2#eventTitle {
	text-indent: -9999px;
	height: 30px;
	overflow: hidden;
}
div#nav div#event dl#eventList {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 10px;
        margin-top:40px;
}
div#nav div#event dl#eventList dt {
	font-size: 1.1em;
	line-height: 18px;
	font-weight: bold;
	color: #636363;
	background-image: url(/img/common_img/common_nav_event_list_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	padding-left: 4px;
	margin-bottom: 5px;
}
div#nav div#event dl#eventList dd {
	margin-bottom: 5px;
}
div#nav div#event ul.eventList {
	padding-left: 4px;
	list-style-type: none;
}
div#nav div#event ul.eventList li {
	margin-bottom: 2px;
}
div#nav div#event ul.eventList li a {
	background-image: url(/img/common_img/common_nav_event_list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 0.8em;
}
div#nav div#event ul.eventList li a:hover {
	background-position: 1px center;
}



/* widget
--------------------------- */
div#nav div.custom1 {
	text-align: center;
	margin-bottom: 5px;
}

div#nav div.sidetitle {
	font-size: 1em;
	font-weight: bold;
	color: #33AB47;
	background-image: url(/img/common_img/common_nav_sidetitle_bg.png);
	background-position: center center;
	padding: 5px 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
div#nav div.side {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0px 10px;
}
div#nav ul.rss {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: center;
}
div#nav ul.rss li {
	display: inline;
}
div#nav ul.rss li a {
	background-image: url(/img/common_img/common_footer_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-right: 1em;
	padding-left: 0.8em;
}
div#nav ul.rss li a:hover {
	background-position: 1px center;
}

div#nav div.side div.photo {
	text-align: center;
}
div#nav div.side div.nickname {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
div#nav div.side div.message {
	font-size: 0.9em;
	line-height: 1.5em;
}


/* footer
--------------------------- */
div#footer ul#footerNav {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #33AB47;
	list-style-type: none;
	height: 18px;
}
div#footer ul#footerNav li {
	display: inline;
}
div#footer ul#footerNav li a {
	background-image: url(/img/common_img/common_footer_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-right: 1em;
	padding-left: 0.8em;
}
div#footer ul#footerNav li a:hover {
	background-position: 1px center;
}
div#footer p#copyright {
	font-size: 1em;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	width: 900px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
div#footer dl {
	color: #636363;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
div#footer dl dt {
	width: 3em;
}
div#footer dl dd {
	margin-top: -1.5em;
	padding-left: 3em;
	margin-bottom: 10px;
}
div#footer dl dd strong {
	font-size: 1.2em;
	font-weight: normal;
}
div#footer dl dd address {
	font-style: normal;
	padding-top: 4px;
}
div#footer p#pageTop {
	height: 18px;
	width: 90px;
	position: absolute;
	left: 50%;
	top: 18px;
	margin-left: 360px;
}
div#footer p#pageTop a {
	background-image: url(/img/common_img/common_footer_pagetop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 90px;
	overflow: hidden;
}
div#footer p#pageTop a:hover {
	background-position: -90px 0px;
}

/* entry
--------------------------- */


div#main div.entryContainer dd {
	visibility: hidden;
	text-indent: -5em;
}
div#main div.entryContainer dd a {
	visibility: visible;
}

div#main div.entryContainer {
	background-image: url(/img/common_img/common_main_entry_container.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
	padding-top: 2px;
	position: relative;
}
div#main div.entryContainer .entryTitle {
	background-image: url(/img/common_img/common_main_entry_title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 4px;
	padding-bottom: 12px;
	padding-left: 80px;
	margin-bottom: 10px;
	font-size: 2em;
	line-height: 1.5em;
	color: #33AB47;
}
div#main div.entryContainer .entryTitle span {
	font-size: 0.7em;
}
div#main div.entryContainer .entryCategory {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
div#main div.entryContainer p.entryTag {
	font-size: 1.1em;
	font-weight: bold;
	color: #32A946;
	position: absolute;
	top: 20px;
	right: 0px;
}
div#main div.entryContainer .entryCatch {
	font-size: 1.3em;
	color: #32A946;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
div#main div.entryContainer div.entryView {
	height: 330px;
	width: 452px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
div#main div.entryContainer div.entryView a {
	display: block;
	border: 1px solid #666;
}
div#main div.entryContainer div.entryView a:hover {
	border: 1px solid #33AB47;
}
div#main div.entryContainer div.entryInfo,
div#main div.entryContainer div.entryOwner {
	margin-bottom: 20px;
	border: 1px solid #33AB47;
	border-top: none;
}
div#main div.entryContainer div.entryInfo h3.entryInfoName {
	border-bottom: 1px solid #33AB47;
	font-size: 1.5em;
	padding: 5px 10px;
}
div#main div.entryContainer div.entryInfo dl.entryInfoDetail {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: hidden;
}
div#main div.entryContainer div.entryInfo dl.entryInfoDetail dt {
	clear: left;
	float: left;
	font-weight: bold;
	color: #666666;
	width: 9.5em;
	text-align: right;
	margin-bottom: 0.5em;
}
div#main div.entryContainer div.entryInfo dl.entryInfoDetail dt span {
	font-size: 0.8em;
}
div#main div.entryContainer div.entryInfo dl.entryInfoDetail dd {
	margin-bottom: 0.5em;
	margin-left: 10em;
	visibility: visible;
	text-indent: 0em;
}
/*
div#main div.entryContainer div.entryInfo dl.entryInfoDetail dt {
	font-weight: bold;
	color: #666666;
	width: 9.5em;
	text-align: right;
}
div#main div.entryContainer div.entryInfo dl.entryInfoDetail dd {
	margin-top: -1.5em;
	margin-bottom: 0.5em;
	margin-left: 10em;
	visibility: visible;
	text-indent: 0em;
}*/

div#main div.entryContainer div.entryOwner {
	padding: 10px 20px 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}
div#main div.entryContainer div.entryOwner img {
	float: left;
	margin-right: 10px;
	max-width: 200px;
}
div#main div.entryContainer h2.entryInfoTitle,
div#main div.entryContainer h2.entryOwnerTitle,
div#main div.entryContainer h2.entryMapTitle {
	color: #fff;
	background-color: #33AB47;
	background-image: url(/img/common_img/common_entry_subtitle_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 2em;
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
div#main div.entryContainer h2.entryMapTitle {
	margin-top: 20px;
}

div#main div.entryContainer h2.entryRecommendTitle {
	background-image: url(/img/common_img/common_main_entry_recommend.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
	font-size: 2em;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 120px;
	padding-top: 25px;	
}
div#main div.entryContainer div.entryRecommend {
	padding: 10px 0px 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}
div#main div.entryContainer div.entryRecommend img {
	float: left;
	margin-right: 10px;
	max-width: 200px;
}
div#main div.entryContainer iframe {
	height: 490px;
	width: 650px;
	clear: both;
}
div#main div.entryContainer div.entryMap {
	height: 570px;
	border: 2px solid #999999;
	margin-bottom: 20px;
}
div#main div.entryContainer div.tag_list {
	text-align: left;
}

/*-- twitter --*/
div#main div#topTwitter {
	margin-bottom: 20px;
	position: relative;
	font-size: 1em;
}
div#main div#topTwitter h2 {
	font-size: 1em;
	background-image: url(/img/top_img/portal_top_twitter_title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	width: 258px;
	height: 30px;
	top: 10px;
	left: 150px;
	z-index: 100;
}

/* entry list
--------------------------- */
div#main div.entryContainer div.entryList {
	margin-bottom: 40px;
	padding-bottom: 50px;
	position: relative;
	background-image: url(/img/common_img/common_main_entry_list_footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#main div.entryContainer div.entryList .entryListTitle {
	font-size: 1.5em;
	background-color: #f3f8d5;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-top: 1px solid #33AB47;
	border-right: 10px solid #33AB47;
	border-bottom: 1px solid #33AB47;
	border-left: 10px solid #33AB47;
	background-image: url(/img/common_img/common_main_entry_list_title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#main div.entryContainer div.entryList .entryListCatch {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
div#main div.entryContainer .moreBtn {
	text-align: left;
	clear: both;
	font-size: 0.9em;
}
div#main div.entryContainer .moreBtn a {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #33AB47;
	color: #33AB47;
	text-decoration: none;
	font-weight: bold;
}
div#main div.entryContainer .moreBtn a:hover {
	background-color: #33AB47;
	border: 1px solid #33AB47;
	color: #fff;
}
div#main div.entryContainer div.entryList div.entryVideo {
	float: left;
	width: 340px;
}

div#main div.entryContainer div.entryMenu {
	font-size: 0.9em;
	line-height: 2em;
	background-color: #f0f0f0;
	letter-spacing: 0.1em;
	text-align: center;
	height: 2em;
	border: 1px solid #CCCCCC;
}
div#main div.entryContainer div.entryMenu .entryMenuHome {
	margin-right: 1em;
	margin-left: 1em;
}




/* top
--------------------------- */
div#topCategory {
	background-image: url(/img/top_img/top_category_bg.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
div#topCategory h2#topCategoryTitle {
	background-image: url(/img/top_img/portal_top_category_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C2DE24;
	padding-top: 22px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
}
div#topCategory ul#topCategoryList {
	font-size: 0.8em;
	list-style-type: none;
	line-height: 1.5em;
	padding: 0px 10px 10px 25px;
}
div#topCategory ul#topCategoryList li {
	margin-bottom: 0.1em;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	min-width: 3em;
}
div#topCategory ul#topCategoryList li#sweets {
	margin-bottom: 3em;
}
div#topCategory ul#topCategoryList li ul {
	list-style-type: none;
	padding-bottom: 0.5em;
}
div#topCategory ul#topCategoryList li ul li {
	float: none;
	clear: both;
	margin-bottom: 0;
	font-weight: normal;
}
div#topCategory ul#categoryListSecond {
	clear: both;
	border-top: 1px solid #C2DE24;
	font-size: 0.8em;
	list-style-type: none;
	line-height: 1.5em;
	padding: 1em 0px 10px 25px;
}
div#topCategory ul#categoryListSecond li {
	float: left;
	padding-right: 1em;
	width: 140px;
	margin-bottom: 0.1em;
	font-weight: bold;
}
div#topCategory ul#categoryListSecond li ul {
	list-style-type: none;
}

div#main dl#topSearchList {
	padding: 5px 70px 5px 10px;
	margin-bottom: 20px;
	position: absolute;
	left: 120px;
	top: 16px;
}
div#main dl#topSearchList dt {
	background-image: url(/img/top_img/portal_top_search-list_title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	float: left;
	height: 30px;
	width: 60px;
	overflow: hidden;
	margin-right: 5px;
}
div#main dl#topSearchList dt a {
	display:block;
	height: 30px;
	width: 60px;
}
div#main dl#topSearchList dd {
	margin-left: 65px;
}
div#main dl#topSearchList dd ul {
	font-size: 0.9em;
	list-style-type: none;
}
div#main dl#topSearchList dd ul li {
	line-height: 1.5em;
	height: 1.5em;
	float: left;
	margin-right: 1px;
	margin-bottom: 0.5em;
}
div#main dl#topSearchList dd ul li a {
	text-decoration: none;
	line-height: 1.5em;
	height: 1.5em;
	float: left;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0.5em;
	background-color: #FFFFFF;
	display: block;
	padding: 0 5px;
	border-left: 3px solid #33AB47;
}
div#main dl#topSearchList dd ul li a:hover {
	background-color: #f3f8d5;
	border-left: 4px solid #33AB47;
	padding-right: 4px;
}


#top div#main div.entryContainer div.entryList .moreBtn {
	float: right;
	clear: none;
}
#top div#main div.entryContainer div.entryList div.entryListBody {
	width: 650px;
	min-height: 170px;
	position: relative;
}
#top div#main div.entryContainer div.entryView {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 227px;
	height: 166px;
	overflow: hidden;
}
#top div#main div.entryContainer div.entryView img {
	width: 225px;
	height: 164px;
}
#top div#main div.entryContainer div.entryView a {
	display: block;
	border: 1px solid #666;
}
#top div#main div.entryContainer div.entryView a:hover {
	border: 1px solid #33AB47;
}

#top div#main div.entryContainer div.entryInfo,
#top div#main div.entryContainer div.entryOwner {
	margin-bottom: 10px;
	border: 1px solid #33AB47;
	border-top: none;
	margin-left: 235px;
}
#top div#main div.entryContainer div.entryInfo h3.entryInfoName {
	border-bottom: 1px solid #33AB47;
	font-size: 1.1em;
	padding: 5px 10px;
}
#top div#main div.entryContainer div.entryInfo dl.entryInfoDetail {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}/*
#top div#main div.entryContainer div.entryInfo dl.entryInfoDetail dt {
	font-weight: bold;
	color: #666666;
	width: 9.5em;
	text-align: right;
}
#top div#main div.entryContainer div.entryInfo dl.entryInfoDetail dd {
	margin-top: -1.5em;
	margin-bottom: 0.5em;
	margin-left: 10em;
}*/

#top div#main div.entryContainer div.entryOwner {
	padding: 10px 20px 15px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#top div#main div.entryContainer div.entryOwner img {
	display: none;
}
#top div#main div.entryContainer h2.entryInfoTitle,
#top div#main div.entryContainer h2.entryOwnerTitle {
	color: #fff;
	background-color: #33AB47;
	background-image: url(/img/common_img/common_entry_subtitle_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 2em;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-left: 10px;
	margin-left: 235px;
}

/* hidden
--------------------------- */
#top div#main div.entryContainer h2.entryRecommendTitle,
#top div#main div.entryContainer div.entryRecommend,
#top div#main div.entryContainer div.entryRecommend img {
	display: none;
}



/* material
--------------------------- */
.clear-float {
	clear: both;
}
.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.float-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}


/* clearfix
--------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

/* Hides from IE-mac ﾂ･*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
