@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:300');

/*****************************************************************

	トップページ＆共通レイアウト定義

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/

/* ====== BASE Module SET ===== */


*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	font-size: 100%;
	line-height: 1.2;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


body{
	background: #FFF;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体", "Yu Gothic","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
}

iframe{
	margin: auto;
	display: block;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	vertical-align: top;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
	outline: none;
	max-width: 100%;
	height: auto;
}

object:focus{
	outline: none;
}

embed:focus{
	outline: none;
}

img,
input,
select,
textarea{
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 12px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

::-webkit-input-placeholder{
    color: #ccc;
}
::-moz-placeholder{
    color: #ccc;
}
:-moz-placeholder{
    color: #ccc;
}
:-ms-input-placeholder{
    color: #ccc;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	margin: 2em 0;
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

em{
	font-style: normal;
}

a{
	color: #000;
	background: transparent;

	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:focus{
	color: #666;
}

a:hover img{
	opacity: 0.5;
}

ul li{
	list-style: none;
}

/* ====== SKIP ===== */
ul#skip{
	display: none;
	/*IE Mac \*/
	display: block;
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	/*IE Mac */
}

.nav{ }
.place{ }
.clr{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.cf{
	width: 100%;
	overflow: hidden;
}

.cf:after{
	display: block;
	clear: both;
	content: "";
}

::selection{background-color:#8ec43e; color: #000; }
::-moz-selection {background-color:#8ec43e; color: #000; }
input::selection,
textarea::selection{background-color:#b6d6fd; color: #000; }
input::-moz-selection,
textarea::-moz-selection{background-color:#b6d6fd; color: #000; }

div,
ul,
section,
article{
	width: auto;
	zoom: 1;
}


li,
dd,
ul,
section,
article{
	zoom: 1;
}

div:after,
ul:after,
li:after,
dd:after,
section:after,
article:after{
	display: block;
	clear: both;
	content: "";
}

h1,h2,h3,h4,h5,h6,
table,th,td,ul,ol,li,
dd,dt,dl,p{
	background: url(../images/aki.png);
}
.return{
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.tel_dis{ cursor: default; }

.sp_i{ display: none; }
.sp_b{ display: none; }

.pc_i{ display: inline; }
.pc_b{ display: block; }

.sp_ib{ display: none; }
.pc_ib{ display: inline-block; *display: inline; zoom: 1; }

.txt_c{ text-align: center;}
.txt_r{ text-align: right;}

/*============================================================
	TopContentsStyle
============================================================*/


/*============================================================
	Nav
============================================================*/
 dl#path dt,
 dl#nav dt{
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
 }
 
/*============================================================
	Page / column
============================================================*/
#page{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #f4f4f4;
}

.inner{
	width: 100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
}

#content>.inner,
.f_menu>.inner,
#page_footer>.inner{ padding: 0 10px;}

/*============================================================
	Header
============================================================*/
#page{
	padding-top: 165px;
}
#page_header{
	width: 100%;
	position: fixed;
	text-align: center;
	border-bottom: #8ec43e 5px solid;
	background: #fff;
	padding: 20px 0;
	z-index: 1000;
	top: 0;
	left: 0;
}
.head_login_area{
	position: absolute;
	top: -20px;
	padding: 5px 0;
	right: 2px;
	width: 440px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 0 2px 2px #d6d6d6;
	-webkit-box-shadow: 0 0 2px 2px #d6d6d6;
	box-shadow: 0 0 2px 2px #d6d6d6;
}
.head_login_area p{
	width: 50%;
	float: left;
	font-size: 75%;
	text-align: center;
	color: #333;
	padding: 5px 0;
}
.head_login_area .login_area_text{
	border-right: 1px dotted #eee;
}
.head_login_area a{
	padding: 0 1em;
	text-decoration: underline;
	color: #00abeb;
}
.head_login_area a:hover{
	color: #000;
}
.head_login_area .link_reg{
	color: #8ec43e;
}
.head_login_area .link_reg:hover{
	color: #8dd16b;
}
.head_login_area .link_in{
	color: #00abeb;
}
.head_login_area .link_in:hover{
	color: #4cc4f1;
}


.head_login_area .link_myp{
	color: #5cbd2c;
}
.head_login_area .link_myp:hover{
	color: #abda9a;
}
.head_login_area .link_out{
	color: #999;
}
.head_login_area .link_out:hover{
	color: #ccc;
}


.head_login_area a img{
	vertical-align: middle;
}

#searchform{
	position: absolute;
	top:40px;
	right: 0;
	width: 280px;
	border: 1px solid #ddd;
}
.scr_on .head_login_area,
.scr_on #searchform{
	display: none;
}
#searchform .s{
	border: none;
	padding: 5px;
	height: 30px;
	width: 220px;
	border-right: 1px solid #ddd;
}
#searchform .btn_submit{
	border: none;
	background: none;
	color: #666;
	height: 30px;
	width: 58px;
	padding-left: 20px;
	background: url(../images/ico_zoom.png) no-repeat 5px 50%;
	-moz-background-size: 15px  15px ;
	-webkit-background-size: 15px  15px ;
	-o-background-size: 15px  15px ;
	background-size: 15px  15px ;
	cursor: pointer;
}
#searchform .btn_submit:hover{
	background-color: #fafafa;
}
@media screen and (min-width: 961px) {
	.scr_on .head_login_area,
	.scr_on .logo{ display: none;}
}

#page_header .logo{
	margin-bottom: 40px;
	font-size: 10px;
	padding-left: 10px;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

#page_header:after{
	display: block;
	clear: both;
	content: "";
}



#menu li{
	width: 12.5%;
	float: left;
	position: relative;
}
#menu li:before{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	content: "|";
	color: #d9c4af;
}
#menu li:last-child:after{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1em;
	content: "|";
	color: #d9c4af;
}
#menu a{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}
#menu span{
	color: #999;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 88%;
	font-weight: 300;
	letter-spacing: 0;
	font-family: 'Oswald', sans-serif;
}
#menu a:hover,
#menu a:hover span{
	color: #8ec43e;
}
/*============================================================
	Social
============================================================*/
#XXX .sbm{
	position: absolute;
	top: 20px;
	right: 10px;
	width: 250px;
	overflow: hidden;
}

#XXX .sbm .sbm_gp,
#XXX .sbm .sbm_tw,
#XXX .sbm .sbm_fb{
	float: right;
	margin-right: 5px;
}

#XXX .sbm .sbm_fb{ margin: 0; }

/*============================================================
	Nav
============================================================*/

/*============================================================
	Content
============================================================*/
#content{
	width: 100%;
	padding-bottom: 40px;
}

#content:after{
	display: block;
	clear: both;
	content: "";
}

/*============================================================
	image
============================================================*/
#image{
	position: relative;
	opacity: 0;
	-moz-transition: 0.25s;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.comp #image{
	opacity: 1;
}
#image ul{
	width: 100%;
	height: 100%;
	position: relative;
}
#image li img{
	width: 100%;
}

#image a{
	text-decoration: none;
}


.wp-tag-cloud { font-size: 0;}
#main .news_article .tag ul{ margin: 0; text-align: center;}
.tag li,.wp-tag-cloud li{ display: inline-block; *display: inline; zoom: 1;}

.news_article .tag a,
.wp-tag-cloud a,
.tag span{
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	display: inline-block; *display: inline; zoom: 1;
	border: 1px solid #bbb;
	color: #999 !important;
	padding: 5px;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	font-size: 12px !important;
}
.news_article .tag a:hover,
.wp-tag-cloud a:hover{ background: #eee; color: #000 !important; border-color: #000;}
.cate{
	font-size: 12px !important;
	padding: 2px 1em;
	background: #8ec43e;
	color: #fff;
	
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	 display: inline-block; *display: inline; zoom: 1;
}

#image .text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	min-height: 5em;
	padding: 15px;
}

#image h2{
	font-size: 100%;
}

#image .tag span{
	border: 1px solid #bbb;
	color: #bbb;
}
#image .date{
	display: block;
	display: none;
	color: #fff;
	font-size: 50%;
}
#image .title{
	display: block;
	color: #fff;
	overflow: hidden;
	padding:  0;
}
#image a:hover img{
	opacity: 1;
}
#image li:hover img{
	opacity: 0.5;
}
#image li:hover .title{
	color: #ddd;
}
#image .owl-pagination{ text-align: center; font-size: 20px;}
#image .owl-page{
	padding-top: 1em;
	display: inline-block; *display: inline; zoom: 1;
	color: #fff;
	text-shadow: 0 0 1px  #999;
	margin: 0 0.1em;
}
#image .active{
	color: #379b06;
}
#image .owl-page:after{ content: "●"; }

.owl-prev,
.owl-next{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 50%;
	font-size: 125%;
	margin-top: -20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #379b06 no-repeat 50% 50%;
	-moz-background-size: 40% auto;
-webkit-background-size: 40% auto;
-o-background-size: 40% auto;
background-size: 40% auto;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}


.sec_top_recommend .owl-prev,
.sec_top_recommend .owl-next{
	background-color: #0085eb;
}

#main .col_image .owl-next,
#main .col_image .owl-prev{
	opacity: 0;
}

#main .col_image:hover .owl-next,
#main .col_image:hover .owl-prev{
	opacity: 1;
}

.owl-prev{
	left: -20px;
	background-image:url(../images/bg_l.png);
}

.owl-next{
	right: -20px;
	background-image:url(../images/bg_r.png);
}


.title{
	font-weight: bold;
	text-decoration: none;
}

.path br,
#main .news_article h1 br,
.title br{
	display: none;
}

.date{
	margin: 0;
	font-size: 75%;
	color: #999;
	position: absolute;
	top: 20px;
	right: 20px;
}

.btn_more{
	border: 2px solid #379b06;
	display: inline-block; *display: inline; zoom: 1;
	padding: 10px 3.5em 10px 2em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	text-decoration: none;
	color: #379b06;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.btn_more:hover{
	border: 2px solid #000;
	color: #000;
	background: #fafafa;
}

.btn_more:after{
	content: "";
	/*font-family: FontAwesome;*/
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block; *display: inline; zoom: 1;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #379b06;
	border-right: 2px solid #379b06;
	vertical-align: baseline;
	line-height: 1;
	margin-left: 1em;
	    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
.btn_more:hover:after{

	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.sec_sub_top{
	padding:  20px 0 0 0;
	text-align:  center;
}

#main .col_image+.txt_c{ margin-top: 2em;}

.top_ad_area{
	background: #379b06;
	position: relative;
	min-height: 2em;
}

.top_ad_area h2{
	font-weight: bold;
	width: 20%;
	padding: 0;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
}
.top_ad_area ul{
	margin-left: 20%;
	background: #5cbd2c;
}
.top_ad_area li{ line-height: 1.4;}
.top_ad_area a{
	padding: 10px;
	text-decoration: none;
	color: #fff;
	display: block;
}
.top_ad_area a:hover{
	color: #ffffcc;
	text-decoration: underline;
}
/*============================================================
	Main
============================================================*/

.sec_cate_top p{ padding-top: 40px;}
#main{
	padding-top: 40px;
	width: 68%;
	float: left;
}
.one_col #main{
	padding-top: 40px;
	width: 100%;
	float: none;
}
#home #main{
	padding-top: 40px;
}

#main:after{
	display: block;
	clear: both;
	content: "";
}

#main a{ color: #379b06;}
#main a:hover{ color: #000;}
/* Main Design */
#main .box,
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	line-height: 1.8;
	font-size: 88%;
	margin-bottom: 1.2em;
}

#main .list_txt li{
	line-height: 1.8;
	margin-left: 1.5em;
	list-style-type: circle;
}

#main table{
	margin-bottom: 1em;
}

#main td,
#main th{
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1em;
}

#main .box ul,
#main .box p,
#main .box blockquote,
#main .box pre,
#main .box dl,
#main .box ul{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1em;
}

/* default */
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl{
	font-size: 100%;
}

#main *:last-child{
	margin-bottom: 0;
}

.news_article,
.sec_top{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	padding: 55px 20px 20px 20px;
	margin-bottom: 3em;
	position: relative;
}

.ico_new{
	display: inline-block; *display: inline; zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background: red;
	color: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
}
.top_news_list .ico_new{
	top: -5px;
	left: -5px;
}

.news_article{
	padding-top: 20px;
}
#main .top_head{
	color: #fff;
	width: 300px;
	height: 60px;
	position: absolute;
	top: -14px;
	left: -14px;
	font-size: 125%;
	padding: 12px 0 0 32px;
	line-height: 1;
	background: url(../images/bg_tit_green.png) no-repeat 0 0;
}

#main .top_tit_blue{
	background: url(../images/bg_tit_blue.png) no-repeat 0 0;
	left: -16px;
}

#main .top_news{
	margin: 0;
}
#main .top_news li{
	padding: 5px;
}

#main .top_news_list  a,
#main .top_news  a{
	text-decoration: none;
}

#main .top_news_list .title,
#main .top_news .title{
	color: #000;
	text-decoration: none;
}
#main .top_news_list a:hover  .title,
#main .top_news a:hover .title{
	color: #379b06;
	text-decoration: none;
}

/*============================================================
	TOP
============================================================*/

/* ===== NEWS ===== */
#main .top_news_list{
	margin: 0;
}
#main .top_news_list li{
	margin: 0 5% 5% 0;
	float: left;
	width: 30%;
	position: relative;
}
#main .top_news_list li:nth-of-type(3n){
	margin: 0 0 5% 0;
}

#main .top_news_list li:nth-of-type(3n+1){
	clear: both;
}
aside.group{ padding-top: 3em; clear: both;}
aside.group>div{
	width: 50%;
	float: left;
}
/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/* ===== XXXXX ===== */

/*============================================================
	Sub
============================================================*/
#sub{
	padding-top: 40px;

	width: 30%;
	float: right;
}

#sub .btn_more{
	border: 1px solid #999;
	color: #999;
	font-weight: normal;
	font-size: 75%;
}

#sub .btn_more:after{
	border-color: #999;
}




#sub .btn_more:hover{
	background: #fff;
}

#sub .btn_more:hover:after{
	border-color: #999;
}

.sec_sub{
	margin-bottom: 3em;
}
.sec_sub>div{
	margin-bottom: 0.5em;
	text-align: center;
}


.sub_head{
	color: #679522;
	font-size: 100%;
	margin-bottom: 1em;
	padding-left: 16px;
	background: url(../images/bg_tit_sub.png) repeat-y 0 0;
}
.sub_news_list{
	font-size: 75%;
}
.sub_news_list li{
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}
.sub_news_list a{
	text-decoration: none;
}
#main .rank,
.sub_news_list .rank{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	padding-top: 10px;
	width: 30px;
	height: 22px;
	line-height:	1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url(../images/bg_rank.png) no-repeat 0 0;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 10;
}
#main .rank{
	width: 40px;
	height: 29px;
	top: 10px;
	left: 10px;
	font-size: 12px;
	padding-top: 14px;
}
#main .rank_1,
.sub_news_list .rank_1{ background-image: url(../images/bg_rank_1.png); color: #ff0000;}

#main .rank_2,
.sub_news_list .rank_2{ background-image: url(../images/bg_rank_2.png); color: #5d5d5d;}

#main .rank_3,
.sub_news_list .rank_3{ background-image: url(../images/bg_rank_3.png); }

.sub_news_list p{
	overflow: hidden;
	line-height: 1.5;
}

.sub_news_list img{
	float: left;
	width: 35%;
	margin-right: 10px;
}

/*============================================================
	Footer
============================================================*/
.f_menu{
	padding: 20px 0;
	background: #379b06;
	font-size: 75%;
}
.f_menu li{
	display: inline-block; *display: inline; zoom: 1;
}
.f_menu a{
	text-decoration: none;
	color: #fff;
	padding: 0 1em;
	border-right: 1px solid #fff;
}

.f_menu a:hover{ color:#ffffcc;}

.f_menu li:first-child a{
	padding-left: 0;
}
.f_menu li:last-child a{
	border-right: 0;
}

#page_footer{
	width: 100%;
	position: relative;
	text-align: center;
	background: #fff;
	color: #333;
}

#page_footer:after{
	display: block;
	clear: both;
	content: "";
}
aside:after{ display: block; clear: both; content: "";}
#page_footer .grp h2{
	font-size: 100%;
	margin-bottom: 1em;
}
#page_footer .corp_logo{
	width: 9%;
	float: left;
	padding: 20px 0;
}
#page_footer .grp{
	width: 90%;
	float: right;
	padding: 20px 0;
	font-size: 75%;
}
#page_footer .grp dt{
	width: 11%;
	float: left;
	color: #00abeb;
}

#page_footer .grp dd{
	margin-left: 11%;
	padding-left: 10px;
	padding-bottom: 1em;
	border-left: 2px solid #00abeb;
}
#page_footer .grp li{
	display: inline-block; *display: inline; zoom: 1;
	padding: 0;
	line-height: 1.5;
}
#page_footer #corp_data{
	font-size: 75%;
	position: relative;
	padding-bottom: 40px;
}
#page_footer #corp_data p{
	float: left;
	width: 10%;
	font-weight: bold;
	margin-bottom: 1em;
}
#page_footer #corp_data ul{
	float: left;
	width: 90%;
	margin-bottom: 1em;
}
#page_footer #corp_data li{
	padding: 0 ;
	display: inline-block; *display: inline; zoom: 1;
}
#page_footer .grp li:after,
#page_footer #corp_data li:after{ content: "｜"; display: inline;}
#page_footer .grp  li:last-child:after,
#page_footer #corp_data li:last-child:after{ content: "";}

#page_footer #corp_data #copyright{
	float: none;
	clear: both;
	width: auto;
	font-weight: normal;
}
#page_footer a{ text-decoration: none; color: #333;}
#page_footer a:hover{ text-decoration: underline;}
#privacy{ position: absolute; top: -20px; right: 0;}
.pagetop{
	position: fixed;
	bottom: 50px;
	right: 30px;
}