@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2010 Karaage. All Rights Reserved.
----------------------------------------------------------------*/

@import url("common.css");
@import url("layout.css");

body {
	background: #6B3F2A;
}
#topicpass {
	float: left;
	width: 720px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents_wrap1 {
	background: url(../img/common/contents_back3.jpg) repeat-x center top;
}
#contents_wrap2 {
	background: url(../img/common/contents_back2.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}
#contents_wrap3 {
	background: url(../img/common/contents_back4.jpg) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contents_back {
}
#contents_page .inner #icon_hiyoko {
	position: absolute;
	left: -130px;
	bottom: 10px;
}

#footer_link {
}
#alpha {
	float: left;
	width: 720px;
	padding-bottom: 20px;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	background: #FFF;
}
#beta {
	float: right;
	width: 220px;
	background: url(../img/contents/beta_back.jpg);
}

.title01 {
	font-size: 14px;
	color: #960;
	margin-bottom: 5px;
	border-bottom: 1px solid #960;
}
.title02 {
	line-height: 35px;
	background: url(../img/contents/news/news_title.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.table_01 {
	width: 100%;
	border-collapse:collapse;
}
.table_01 th {
	padding: 10px;
	width: 150px;
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
	text-align: left;
}
.table_01 td {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}


/*-- beta ------------*/
.page-title_sab2 {
	background: #CC7A00;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	padding: 1px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.page-title_sab2 span {
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	display: block;
	border: 1px solid #FFF;
	padding: 2px 4px;
}
#banner_map {
	margin: 4px;
	position: relative;
	height: 150px;
}
#banner_map .img_01 {
	position: absolute;
	left: -15px;
	top: -10px;
}
#sab-navi_wrap {
	margin: 8px;
	background: #FFF;
	padding: 6px;
}
#sab-navi_wrap .page-title_sab {
	margin-top: 0px;
	margin-bottom: 5px;
}
#sab-navi_wrap ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: none;
	color: #C90;
}
#sab-navi_wrap ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#sab-navi_wrap ul li span {
	background: url(../img/contents/sabnavi_icon_01.jpg) no-repeat left center;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	margin: 0px;
	padding: 2px 0px 0px 0;
	display: block;
}
#sab-navi_wrap ul li a {
	text-decoration: none;
	display: block;
	color: #333;
}
#sab-navi_wrap ul li a:hover {
	color: #C90;
}
#sab-navi_wrap ul li h3 {
	background: url(../img/contents/sabnavi_icon_01.jpg) no-repeat left center;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	margin: 0px;
	padding: 2px 0px 0px 0;
}
#sab-navi_wrap ul li h3 a {
	text-decoration: underline;
	display: block;
	padding-left: 15px;
}
#sab-navi_wrap ul li h3 a:hover {
}
#sab-navi_wrap ul li ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}
#sab-navi_wrap ul li ul li {
}
#sab-navi_wrap ul li ul li a {
	color: #F90;
}
#sab-navi_wrap ul li ul li a:hover {
}
#sab-navi_wrap ul.ul_02 {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

#banner_wrap {
	padding: 8px;
}
#banner_wrap ul {
	list-style: none;
}
#banner_wrap ul li {
	margin-bottom: 5px;
}


/*-- alpha -----------------*/
#contents_wrap {
	padding: 10px;
}
.page-body {
	margin-top: 10px;
}


/*-- event -----------------*/
#event_index_wrap {
}
#event_index_wrap .section01 {
	margin: 0px 0px 0px -5px;
	padding: 0px;
	width: 720px;
	position: relative;
}
#event_index_wrap .section01 ul {
	list-style: none;
}
#event_index_wrap .section01 ul li {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 5px;
	min-height:300px;
	-moz-box-shadow: 0 0 12px #ccc;
	-webkit-box-shadow: 0 0 12px #ccc;
	box-shadow:0 0 12px #ccc;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
#event_index_wrap .section01 ul li .event_index_list_h {
	background: #ffffd8; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffd8 11%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#ffffd8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffd8 11%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffd8 11%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffd8 11%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffd8 11%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	line-height: 30px;
	padding-left: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom: 1px solid #CCC;
}
#event_index_wrap .section01 ul li .event_index_list_h h3 {
	color: #960;
	padding-top: 10px;
	padding-bottom: 5px;
}
#event_index_wrap .section01 ul li .event_index_list_h h3 a {
	color: #960;
	text-decoration: underline;
}
#event_index_wrap .section01 ul li .event_index_list_h h3 a:hover {
	color: #999;
	text-decoration: none;
}
#event_index_wrap .section01 ul li .event_index_list_b {
	padding: 5px;
}
#event_index_wrap .section01 ul li .event_index_list_b p {
	line-height: 1.5em;
}
#event_index_wrap .section01 ul li .event_index_list_b .div01 {
	border-top: 1px solid #CCC;
	text-align: right;
	margin-top: 5px;
	padding: 5px 0px 0px;
}
#event_index_wrap .section01 ul li .event_index_list_b .img_01 {
	margin-bottom: 5px;
}
#event_category_wrap {
}
#event_category_wrap .section01 {
	margin-bottom: 50px;
}
#event_category_wrap .section02 {
}
#event_category_wrap .section02 ul {
}
#event_category_wrap .section02 ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#event_category_wrap .section02 ul li dt {
	float: left;
	width: 120px;
}
#event_category_wrap .section02 ul li dd {
	float: right;
	width: 560px;
}

/*-- news ------------*/
#news_index_wrap {
}
#news_index_wrap .section01 {
	margin-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#news_index_wrap .section01 ul {
	list-style: none;
}
#news_index_wrap .section01 ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	padding-top: 10px;
}
#news_index_wrap .section01 ul li dl {
}
#news_index_wrap .section01 ul li dl dt {
	float: left;
	width: 120px;
}
#news_index_wrap .section01 ul li dl dd {
	float: right;
	width: 480px;
}
#news_index_wrap .news_title {
	line-height: 35px;
	background: url(../img/contents/news/news_title.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#news_index_wrap .news_title a {
	color: #FFF;
	text-decoration: none;
}
#news_index_wrap .section01 ul li {
	padding-left: 80px;
}
#news_detail_wrap {
}
#news_detail_wrap .news_title {
	line-height: 35px;
	background: url(../img/contents/news/news_title.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#news_detail_wrap .section01 {
	padding-right: 10px;
	padding-left: 10px;
}
#news_detail_wrap .section01 .date {
}
#news_detail_wrap .section01 h4 {
	font-size: 16px;
	color: #960;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #960;
	padding-top: 10px;
	padding-left: 70px;
}
#news_detail_wrap .section01 h4.type_event , #news_index_wrap .section01 ul .type_event {
	background: url(../img/contents/news/news_icon_event.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_oshirase , #news_index_wrap .section01 ul .type_oshirase {
	background: url(../img/contents/news/news_icon_oshirase.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_radio , #news_index_wrap .section01 ul .type_radio {
	background: url(../img/contents/news/news_icon_radio.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_tv , #news_index_wrap .section01 ul .type_tv {
	background: url(../img/contents/news/news_icon_tv.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_zasshi , #news_index_wrap .section01 ul .type_zasshi {
	background: url(../img/contents/news/news_icon_zasshi.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_sonota , #news_index_wrap .section01 ul .type_sonota {
	background: url(../img/contents/news/news_icon_sonota.jpg) no-repeat left center;
}
#news_detail_wrap .section01 h4.type_web , #news_index_wrap .section01 ul .type_web {
	background: url(../img/contents/news/news_icon_web.jpg) no-repeat left center;
}
#news_detail_wrap .section02 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8em;
}
#news_detail_wrap .section02 ol {
	margin-left: 2em;
}
#news_detail_wrap .section02 p {
	line-height: 1.8em;
}
#news_detail_wrap .section03 , #news_index_wrap .bunkatsu {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

/*-- karaagenist ---------------------*/
#nist_index_wrap {
}
#nist_index_wrap .section01 {
	padding-right: 10px;
	padding-left: 10px;
}
#nist_index_wrap .section02 {
	padding-right: 10px;
	padding-left: 10px;
}
#nist_index_wrap .section02 ul {
	list-style: none;
}
#nist_index_wrap .section02 ul li {
	float: left;
	background: url(../img/contents/sabnavi_icon_01.jpg) no-repeat left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3em;
	white-space: nowrap;
}
#nist_index_wrap .section02 ul li a {
}
#nist_detail_wrap {
}
#nist_detail_wrap .section01 {
	background: url(../img/contents/nist/nist_title.jpg);
	height: 84px;
	width: 700px;
	margin-bottom: 10px;
	position: relative;
}
#nist_detail_wrap .section01 .div01 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 10px;
	left: 80px;
}
#nist_detail_wrap .section01 .div02 {
	position: absolute;
	left: 80px;
	top: 55px;
	font-size: 16px;
	color: #C90;
}
#nist_detail_wrap .section02 {
}
#nist_detail_wrap .section02 .div01 {
	float: left;
	width: 144px;
}
#nist_detail_wrap .section02 .div01 img {
	width: 144px;
}
#nist_detail_wrap .section02 .div02 {
	float: right;
	width: 540px;
	margin-bottom: 20px;
}
#nist_detail_wrap .section02 .div02 .name {
	border-bottom: 1px solid #900;
	margin-bottom: 15px;
}
#nist_detail_wrap .section02 .div02 .name h3 {
	color: #C90;
	font-size: 16px;
	width: 350px;
	display: block;
	float: left;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#nist_detail_wrap .section02 .div02 .name p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: right;
	line-height: 12px;
	padding-top: 8px;
	display: block;
	width: 190px;
	text-align: right;
	padding-bottom: 2px;
}
#nist_detail_wrap .section02 .div02 .text_wrap h4 {
	background: url(../img/contents/sabnavi_icon_01.jpg) no-repeat left center;
	padding-top: 5px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #C90;
}
#nist_detail_wrap .section02 .div02 .text_wrap {
	margin-bottom: 10px;
}
#nist_detail_wrap .section03 {
}


/*-- link ------------------------------------------------*/
#link_index_wrap {
}
#link_index_wrap {
}
#link_index_wrap .title02 a {
	color: #FFF;
	text-decoration: none;
}
#link_index_wrap .section01 {
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#link_index_wrap .section01 ul {
	list-style: none;
}
#link_index_wrap .section01 ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#link_index_wrap .section01 ul li .banner {
}
#link_index_wrap .section01 ul li .banner img {
}
#link_index_wrap .section01 ul li .text_wrap {
}
#link_index_wrap .section01 ul li .text_wrap .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #C90;
}
#link_index_wrap .section01 ul li .text_wrap .name a {
	color: #C90;
	text-decoration: none;
}
#link_index_wrap .section01 ul li .text_wrap .url {
	font-size: 12px;
	margin-bottom: 5px;
}
#link_index_wrap .section01 ul li .text_wrap .desc {
	margin-bottom: 5px;
}
#link_index_wrap .section01 ul li .text_wrap .desc p {
}
#link_index_wrap .section01 ul li .text_wrap .detail {
	font-size: 10px;
	text-align: right;
}
#link_index_wrap .section01 ul li .text_wrap .detail a {
	color: #333;
	text-decoration: none;
}

/*-- kentei --------------------------------------*/
#kentei_wrap {
}
#kentei_wrap .shiken_ul {
	list-style: none;
}
#kentei_wrap .shiken_ul li {
	padding-left: 50px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#kentei_wrap .shiken_ul .kentei_q {
	margin-bottom: 10px;
	margin-top: 5px;
}
#kentei_wrap .shiken_ul .kentei_a {
	background: #F0F0F0 url(../img/contents/kentei/shiken_a.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #CCC;
}
#kentei_wrap .shiken_ul .q-1 {
	background: url(../img/contents/kentei/shiken_q1.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-2 {
	background: url(../img/contents/kentei/shiken_q2.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-3 {
	background: url(../img/contents/kentei/shiken_q3.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-4 {
	background: url(../img/contents/kentei/shiken_q4.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-5 {
	background: url(../img/contents/kentei/shiken_q5.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-6 {
	background: url(../img/contents/kentei/shiken_q6.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-7 {
	background: url(../img/contents/kentei/shiken_q7.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-8 {
	background: url(../img/contents/kentei/shiken_q8.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-9 {
	background: url(../img/contents/kentei/shiken_q9.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-10 {
	background: url(../img/contents/kentei/shiken_q10.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .shiken_ul .q-11 {
	background: url(../img/contents/kentei/shiken_q11.jpg) no-repeat 5px 8px;
	padding: 10px 10px 10px 40px;
}
#kentei_wrap .kiyaku_div {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#kentei_wrap .kiyaku_div .kiyaku_inner {
	font-size: 10px;
	height: 200px;
	width: 500px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #999;
}

/*-- sitemap ------------------------------------------*/

#sitemap_wrap {
}
#sitemap_wrap {
	padding: 10px;
}
.sitemap_div01 {
	padding: 10px;
}
.sitemap_div01 ul {
	list-style: none;
	line-height: 0;
}
.sitemap_div01 ul li {
	background: url(../img/contents/sietmap/sitemap_bar.gif) no-repeat;
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
}
.sitemap_div01 ul li a {
	width: 200px;
	border: 1px solid #CCC;
	text-decoration: none;
	background: #FFF url(../img/contents/sietmap/sitemap_icon.jpg) no-repeat 4px center;
	color: #463200;
	line-height: 27px;
	padding-right: 5px;
	padding-left: 18px;
	display: block;
	vertical-align: top;
}
.sitemap_div01 ul li a:hover {
	color: #999;
}
.sitemap_div01 ul li ul {
	margin-left: 50px;
	padding-bottom: 10px;
}
.sitemap_div01 ul li ul li {
}
.sitemap_div01 ul li ul li a {
}

/*-- member -----------------------------------------*/
.member_index_div01 {
	padding: 20px;
}
.member_index_div01 ul {
	list-style: none;
}
.member_index_div01 ul li {
	margin-bottom: 20px;
}

/*-- マイページログイン -----------------------------------------*/
.login-comment {
	text-align: center;
	font-weight: bold;
	color: #C00;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 14px;
}
.login-table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse
}
.login-table th {
	width: 100px;
	text-align: left;
	border: 1px solid #666;
	color: #FFF;
	background: #C90;
	padding: 10px;
}
.login-table td {
	border: 1px solid #666;
	padding: 10px;
}
.login-table td .login_t , .login-table td .login_p {
	width: 300px;
	background: #EEE;
	padding: 4px;
}
.login-table .submit-area {
	padding-top: 15px;
	text-align: center;
	padding-bottom: 50px;
	border-style: none;
}

/*-- 活動報告　スペシャル -----------------------------------------*/

#activity_sp__archive_list {
}
.activity_sp_archive {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #999;
}
.activity_sp_archive_alpha {
	float: left;
	width:180px
}
.activity_sp_archive_alpha img {
	width:160px;
}
.activity_sp_archive_beta {
	float: right;
	width:500px;
}

.activity_sp_archive .archive_title_wrap {
	border-bottom: 2px solid #6B3F2A;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.activity_sp_archive .archive_title_wrap .archive_date {
	background: url(../img/common/icon_01.jpg) no-repeat left center;
	font-size: 13px;
	padding-left: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}
.activity_sp_archive .archive_title_wrap .archive_title {
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.activity_sp_archive .archive_title_wrap .archive_title a {
	color: #6B3F2A;
}
.activity_sp_archive .archive_title_wrap .archive_category {
	text-align: right;
}

.activity_sp_archive .archive_body_wrap {
	padding-bottom: 10px;
	padding-top: 5px;
}
.activity_sp_archive {
}
.activity_sp_archive .page_parmalink {
	text-align: right;
	padding-top: 5px;
}

.page_list_wrap {
	text-align: center;
	margin-top: 20px;
}


/*-smilephoto---------*/
#smile_div {
	margin: auto auto 10px;
	width: 960px;
	position: relative;
}
#smile_div .link_wrap {
	position: absolute;
	top: 58px;
	right: 19px;
}
#smile_div .link_wrap .a_01 {
	font-size: 16px;
	color: #630;
	padding: 7px 11px;
	background: -moz-linear-gradient(
		top,
		#f8f7f3 0%,
		#e8e4d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f8f7f3),
		to(#e8e4d6));
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 0px solid #c7c5bf;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
#smile_div .link_wrap .a_01:hover {
	color: #706770;
	padding: 7px 11px;
	background: -moz-linear-gradient(
		top,
		#f8f7f3 0%,
		#e8e4d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f8f7f3),
		to(#e8e4d6));
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 0px solid #a6a295;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0.3);
}
#smilephoto_form_wrap {
	background: #FFF;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
	box-shadow:0 0 8px #666;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}



/*--map--------*/
/*-130402追加---------------------*/
.login_t {
	padding: 4px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	background: #FFC;
}
.login_p {
	padding: 4px;
border-radius: 6px; /* CSS3草案 */ 
-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 6px; /* Firefox用 */ 
	background: #FFC;
}
.login-btn {
	margin-top: 3px;
}
.css3button {
	color: #ffa200;
	padding: 6px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ffbf00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 3px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#topicpasz {
}
#topicpasz .inner {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fb-comments {
	padding-top:20px;
}

/*----------------------------*/
.entry_body_alpha {
	float: left;
	width: 250px;
}
.entry_body_beta {
	float: right;
	width: 410px;
}

.shokurepo_shop {
	background: #FEF8ED;
	padding: 15px;
	margin-top: 10px;
	-moz-box-shadow: 0 0 12px #ccc;
	-webkit-box-shadow: 0 0 12px #ccc;
	box-shadow:0 0 12px #ccc;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.shokurepo_shop dl {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.shokurepo_shop dl dt {
	float: left;
	width: 60px;
	font-weight: bold;
	color: #F90;
}
.shokurepo_shop dl dd {
	float: right;
	width: 320px;
}

#meishi_wrap {
}
#meishi_wrap .section01 {
}
#meishi_wrap .section02 {
	background: url(../img/contents/meishi/meishi_img003.jpg) no-repeat right 50px;
	padding-right: 350px;
}
#meishi_wrap .section03 {
}
#meishi_wrap  .p-01 {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-style: double;
}
#meishi_wrap .section01 {
}
.area_td dl {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
.area_td dl dt {
	float: left;
	width: 180px;
}
.area_td dl dd {
	float: left;
	width: 300px;
}
