@charset "UTF-8";


#top_wrapper {
	background:#ffffff url(../img/common/body_bg.jpg) top repeat-x;
}

/*wrapper--------------------*/

#wrapper {
	width: 100%;
	min-width: 1056px;
	margin: 0 auto;
	background: url(../img/top/top_bg.jpg) top center no-repeat;
}

/*top_main--------------------*/

.top_main {
	clear: both;
	width: 869px;
	margin: 0 auto 40px auto;
	padding: 0 81px 2px 0;
	background:url(../img/top/main_bg.gif) bottom center no-repeat;
	z-index: 10;
	position:relative;
}

.top_main h1 {
	float: left;
	width: 521px;
	padding-top: 30px;
}

.top_main .consult {
	float: right;
	width: 305px;
	padding-top: 20px;
	z-index:0;
}

.top_main .btn_hitokoto {
	position:absolute;
	top:303px;
	left:342px;
}


/*top_contents--------------------*/

#top_contents {
	clear: both;
	width: 900px;
	margin: 9px auto 30px auto;
	padding: 0 4px 0 18px;
}


#top_contents .bana_block {
	float: left;
	width: 239px;
	padding-top: 9px;
}

#top_contents .bana_block li {
	margin-bottom: 6px;
	list-style: none;
}


#top_contents .bana_block .link_list {
	margin-top: 10px;
}

#top_contents .bana_block .link_list li {
	margin-bottom:3px;
	padding-left: 22px;
	background:url(../img/common/icon_arrow01.gif) left 4px no-repeat;
}




#top_contents .news_block {
	float: right;
	width: 620px;
}

#top_contents .news_block .news_ttl {
	clear: both;
	width: 600px;
	padding: 0 13px 0 7px;
	margin-bottom: 20px;
	background:url(../img/top/news_line.gif) bottom center no-repeat;
}

#top_contents .news_block .news_ttl h2 {
	float: left;
	width: 82px;
}

#top_contents .news_block .news_ttl ul {
	float: right;
	width:304px;
}

#top_contents .news_block .news_ttl ul li {
	float: left;
	width:149px;
	margin-left: 3px;
	list-style: none;
	_display:inline; /*IE6*/
}

#top_contents .news_block .tab_inner {
	width: 610px;
	margin: 0 auto;
}

#top_contents .news_block .tab_inner a:link,
#top_contents .news_block .tab_inner a:visited {
	color: #6c7821;
	text-decoration: none;
}

#top_contents .news_block .tab_inner a:hover,
#top_contents .news_block .tab_inner a:active {
	color: #859042;
	text-decoration: underline;
}

#top_contents .news_block .tab_inner dl {
	clear: both;
	width: 610px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #af987a;
}

#top_contents .news_block .tab_inner dt {
	float: left;
	width: 100px;
	color: #ff9600;
	font-weight: bold;
	font-size: 108%;
	word-break:break-all;
}

#top_contents .news_block .tab_inner dd {
	float: right;
	width:495px;
	text-align: left;
}

#top_contents .news_block .tab_inner p {
	text-align: right;
}


/*fbana--------------------*/

.fbana {
	clear: both;
	width: 100%;
	height: 83px;
	background-color: #ffffff;
}

.fbana .fbana_wp{
	clear: both;
	width: 900px;
	height: 83px;
	margin: 0 auto;
}


.fbana ul {
	float: left;
	width: 732px;
	padding-top: 14px;
}

.fbana ul li {
	float: left;
	margin-left: 6px;
	padding-top: 10px;
	list-style: none;
	_display:inline; /*IE6*/
}

.fbana ul .email {
	padding-top: 0 !important;
}

.fbana p {
	float: right;
	width: 159px;
}

/*スマホ版リンク--------------------*/


#btn_sp {
	clear: both;
	width: 94%;
	margin: 0 auto;
	padding: 25px 3%;
	text-align: center;
	background:url(../img/common/footer_bg.jpg) center top repeat;
	
}
#btn_sp p a{
	display:block;
	padding: 24px 0 20px 0;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

#btn_sp p a img {
	width: 50%;
}