@charset "shift_jis";


body {
	font-family:"Meiryo","Verdana","ＭＳ Ｐゴシック","MS UI Gothic","MS PGothic","Osaka";
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background:url(img/bg.jpg) repeat center 0px #ffffff;
}

h1,h2,h3,p,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

th,td{
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
}

img {
	border: none;
}

hr {
	border:solid #5b0200;
	border-width:1px 0 0 0;
	margin-top: 5px;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}

textarea {
	font-family:"Verdana","ＭＳ Ｐゴシック","MS UI Gothic","MS PGothic","Osaka";
	width: 400px;
}

input {
	padding: 5px;
}
--------------------------------------------------------------------------------
/***** Link styles*******************************************/
a {
	color: #fff100;
	text-decoration: none;
	font-weight: bold;
}
a:link		{color: #fff100; text-decoration: none;}
a:visited {color: #fff100;}
a:hover		{color: #ff641f;}

.small {
	font-size : 11px;
	line-height: 150%;
}

.quarter {
	font-size : 80%;
	line-height:1.5;
}

.big {
	font-family:"Meiryo","Verdana","ＭＳ Ｐゴシック","MS UI Gothic","MS PGothic","Osaka";
	font-size : 120%;
	line-height:150%;
}

.indent {
	padding: 0px 0px 0px 1.0em;
}

.clear { clear:both; }   
.clear hr { display:none; }  

/*コンテナー（HP全体を包む枠）
---------------------------------------------------------------------------*/
#container {
	clear:both;
	background:url(img/container_bg.jpg) repeat-y top center;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

/*ページ上部スペース
---------------------------------------------------------------------------*/
#head_space {
	background:url(img/header_bg.jpg) no-repeat top center;
	margin: 0px auto 0px auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height: 203px;
}

#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #ffffff;		/*文字色*/
	overflow: hidden;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/* メニュー
---------------------------------------------------------------------------*/
#menu {
	width: 950px;
	height: 60px;
	margin: 0px auto 0px auto;
}
#menu ul { 
	padding :0; 
	list-style-type : none; 
}
#menu li { 
	float:left;
	padding:0px;
	display : inline; 
}
#menu #menu01 a {
	background-image:url(img/mnu/01.png); 
	width:109px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu01 a:hover, #menu #menu01_here a {
	background-image:url(img/mnu/01_over.png);
	width:109px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu02 a{
	background-image:url(img/mnu/02.png);  
	width:123px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu02 a:hover, #menu #menu02_here  {
	background-image:url(img/mnu/02_over.png);
	width:123px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu03 a{
	background-image:url(img/mnu/03.png);  
	width:156px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu03 a:hover, #menu #menu03_here  {
	background-image:url(img/mnu/03_over.png);
	width:156px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu04 a{
	background-image:url(img/mnu/04.png);  
	width:140px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu04 a:hover, #menu #menu04_here  {
	background-image:url(img/mnu/04_over.png);
	width:140px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu05 a{
	background-image:url(img/mnu/05.png);  
	width:142px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu05 a:hover, #menu #menu05_here  {
	background-image:url(img/mnu/05_over.png);
	width:142px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu06 a{
	background-image:url(img/mnu/06.png);  
	width:153px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu06 a:hover, #menu #menu06_here  {
	background-image:url(img/mnu/06_over.png);
	width:153px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
#menu #menu07 a{
	background-image:url(img/mnu/07.png);  
	width:127px; 
	height:60px; 
	background-repeat:no-repeat; 
	display:block;
}
#menu #menu07 a:hover, #menu #menu07_here  {
	background-image:url(img/mnu/07_over.png);
	width:127px; 
	height:60px; 
	background-repeat:no-repeat;
	display:block;
}
.span1 {display:none;}


/* トップページフリースペース
---------------------------------------------------------------------------*/
#free {
	text-align: center;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 30px 0px;
}

/* ぱんくずリスト
---------------------------------------------------------------------------*/
ol.topic-path {
	text-align: right;
	line-height: 100%;
	margin: -25px 0px 15px 0px;
	padding: 5px 10px 0px 0px;
	list-style-type: none; /* リストマーク非表示 */
	font-size: 10px;
	color: #d60906;
}
/* ぱんくずリスト項目 */
ol.topic-path li {
	padding-left: 5px; /* 左パディング */
	display: inline; /* 項目を横並び */
}
/* ぱんくずリスト項目（最初の項目） */
ol.topic-path li.first {
	padding-left: 25px; /* 左パディング */
	background: url(./img/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* ぱんくずリンクエリア */
ol.topic-path li a {
	padding-right: 18px; /* 右パディング */
	background: url(./img/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* ぱんくずリンク色 */
ol.topic-path li a {
	color: #d0146c;
}
/* ぱんくずリンク色（マウスオーバー） */
ol.topic-path li a:hover {
	color: #b24362;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#top #contents {
	clear: left;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#contents {
	clear: left;
	width: 950px;
	margin: 0px auto 0px auto;
  padding : 0px 20px 20px 20px;
}

#contents h3 {
	background: url(./img/h3_bg.jpg) repeat-y;
	font-size: 120%;
	color: #ffffff;
  margin : 5px 0px 5px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
  padding : 4px 5px 2px 30px;
}

#contents h4 {
	background: #226c53 url(./img/h4_bg.jpg) repeat-x 0px 0px;	/*背景色と壁紙設定*/
	clear: left;
	text-align: left;
	font-size: 15px;
	line-height: 120%;
	color: #ffffff;
	margin: 0px 0px 3px 0px;
	padding: 13px 0px 3px 15px;
}

#contents h5 {
	background: #ffe1eb;
	font-size: 100%;
	color: #332a29;
  padding : 4px 5px 2px 5px;
  margin : 5px 0px 0px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
  border-left : solid 10px #ffa5c2 ;
}

#contents p {
	padding: 0px 0px 15px 15px;
}

#contents strong {
}

#contents em {
	background: #b7e9b2;
	line-height: 1.0;
	font-style: normal;
	font-weight: bold;
	font-size: 99%; 
	color: #083104;
	margin: 0px 2px 0px 0px;
	padding:2px 5px 0px 5px;
}

/*トップページ枠割
---------------------------------------------------------------------------*/
#top_main {
	float: left;
	width: 640px;
	display: inline;
	margin: 0px 0px 0px 5px;
  padding : 0px 0px 0px 0px;
}

#top_main h3 {
	background: url(none);
}

#top_sub {
	float: right;
	width: 280px;
	margin: 0px 5px 0px 0px;
  padding : 0px 0px 0px 0px;
	color: #898989;
}

#top_sub h2 {
	background: #950f0e;
	font-size: 14px;
	line-height: 1.0;
	text-align: center;
	color: #ffffff;
  padding : 5px 5px 5px 5px;
  margin : 0px 0px 5px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
	border: 0px solid #ffbbd1;
}

#main p {
	padding: 0px 0px 30px 15px;
}

#main ul {
	list-style-position : outside; 
	padding: 5px 10px 35px 45px;
}
#main ol {
	list-style-position : outside; 
	padding: 5px 10px 35px 45px;
}
#main li {
	list-style-position : outside; 
	padding: 5px 0px 10px 0px;
}

#main dl {
	background:url() #fffbd7 right;
	color: #533700;
	margin: -10px 15px 5px 15px;
	padding:5px 5px 5px 5px;
	border: 2px solid #ffcf72;
}

#main dt {
  clear: left;
  color: #ffffff;
	font-weight: bold;
	line-height: 1.0;
  margin: 0px 0px 0px 0px;
	padding: 7px 5px 5px 10px;
	background: #f96f00;
}
#main dt a {color: #fff100; text-decoration: none; font-weight: bold;}
#main dt a:hover	 { color: #ffffff;}
#main dt img {
	vertical-align: middle;
  margin: 0px 8px 0px 0px;
}

#main dd {
	display:block;
	font-size: 90%;
	line-height: 1.6;
  margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
}
#main dd a {color: #ff5189; text-decoration: none; font-weight: bold;}
#main dd a:hover	 { color: #332a29;}

#main strong {
	font-weight: bold;
	color: #2c9517;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub_space {
	float: left;
	background:url(img/sub_bg.png) repeat-y;
	width: 230px;
	margin: 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

.fixed {
  position: fixed;
  top: 10px;
  z-index: 9999;
}

#sub_top {
	background:url(img/sub_top.png) no-repeat top;
	margin: 0px 0px 0px 0px;
  padding : 26px 0px 0px 0px;
}
#sub_bottom {
	background:url(img/sub_bottom.png) no-repeat bottom;
	margin: 0px 0px 0px 0px;
  padding : 26px 0px 0px 0px;
}

#sub {
	margin: 0px 0px 0px 0px;
  padding : 0px 13px 0px 13px;
	color: #898989;
}

#sub a {
	text-decoration: none;
	font-weight: bold;
}
#sub a:link		{color: #fff5c6;}
#sub a:visited {color: #fff5c6;}
#sub a:hover		{color: #ffe779;}

#sub h3 {
	background:none;
	font-size: 100%;
	line-height: 1.0;
	text-align: center;
	color: #e0f8e8;
  padding : 0px 5px 5px 5px;
  margin : 0px 0px 0px 2px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
}

#sub h3 a:link		{color: #ad4a2a;}
#sub h3 a:visited {color: #ad4a2a;}
#sub h3 a:hover		{color: #fffaa4;}

#sub ul {
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	word-wrap: break-word;
}

#sub li {
	line-height: 1.3;
	padding:8px 5px 8px 5px;
	border-bottom: 1px dotted #574639;
}
#sub li span{
	font-size: 10px;
	font-weight: normal;
}
#sub li img{
	margin: 0px 5px 4px 0px;
	vertical-align: middle;
}

.go_to_top_sub {
	text-align: right;
	font-size: 70%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 0px;
	vertical-align: middle;
}

/*「おしらせ」部分
---------------------------------------------------------------------------*/
.news_space {
	float:right;
	background:url(img/news_bg.png) no-repeat;
	width:280px;
	height: 370px;
	margin: 0px 0px 10px 0px;
}

.news {
	width:264px;
	height: 310px;
	color: #52443c;
	margin: 35px 0px 0px 8px;
	padding: 0px;
	overflow: auto;								/*iframe風*/
}

.news dt {
	background: #260000;
	font-size: 11px;
	font-weight:bold;
	color: #e7b3ff;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #490a0a;
}
.news dt a {color: #ffffff; text-decoration: none; font-weight: bold;}
.news dt a:hover	 { color: #fff660;}
.news dt img {
	vertical-align: middle;
  margin: 0px 0px 0px 0px;
}

.news dd {
	font-size: 14px;
	line-height: 130%;
	margin: 1px 0px 5px 0px;
	padding: 0px 2px 0px 5px;
}
.news dd a {color: #fff8b1; text-decoration: none; font-weight: bold;}
.news dd a:hover	 { color: #ff9600;}

.news span {
	color: #52443c;
	font-size: 10px;
	font-weight: bold;
}

/*「コンセプト」部分
---------------------------------------------------------------------------*/
.consept_space {
	float:left;
	width:640px;
	margin: 0px 0px 10px 0px;
}
/*「店舗情報」部分
---------------------------------------------------------------------------*/
.shop_space {
	float:left;
	width:640px;
	margin: 0px 0px 10px 0px;
}

#contents .shop_space h3 {
	font-size: 120%;
	color: #ffffff;
  margin : 5px 0px 5px 0px ;
  padding : 0px 0px 0px 0px;
}

.shop dl {
	color: #533700;
	margin: -10px 15px 5px 15px;
	padding:5px 5px 5px 5px;
	border: 2px solid #ffcf72;
}

.shop dt {
  float: left;
	width: 4.0em;
	font-weight: bold;
	line-height: 1.0;
  margin: 0px 0px 0px 0px;
	padding: 4px 7px 2px 7px;
	background: #5f0065;
}

.shop dd {
	display:block;
	line-height: 1.6;
  margin: 0px 0px 0px 5em;
	padding: 0px 10px 10px 10px;
}


/*「ツイッター」部分
---------------------------------------------------------------------------*/
.twitter_space {
	float:right;
	background:url(img/twitter_bg.png) no-repeat;
	width:280px;
	height: 540px;
	margin: 0px 0px 20px 0px;
}
.twitter {
	width:265px;
	height: 456px;
	color: #52443c;
	margin: 76px 0px 0px 8px;
	padding: 0px;
	overflow: auto;								/*iframe風*/
}

/*「サイドバナー」部分
---------------------------------------------------------------------------*/
.bnr_space {
	float:right;
	width:280px;
	margin: 0px 0px 20px 0px;
}

/*「ライトクリエート紹介」部分
---------------------------------------------------------------------------*/
.rc_space {
	float:right;
	width:240px;
	margin: 0px 20px 20px 0px;
}

.rc_space img{
	float: left;
	margin: 0px 3px 3px 2px;
}

/*「バナー」表示オンマウスダウン
---------------------------------------------------------------------------*/
.bnr {
	text-align: center;
}

.bnr img {
	margin: 0px auto 10px auto;
}

.bnr a:link {COLOR:#ffffff;text-decoration:none;}
.bnr a:visited {COLOR:#ffffff;text-decoration:none;}
.bnr a:active {COLOR:#ffffff;text-decoration:none;}
.bnr a:hover {
	position:relative;
	top:2px;
	left:1px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: left;
	background:url(img/footer_bg.jpg) top no-repeat;
	margin: 50px auto 20px auto;
	padding:60px 0px 5px 0px;
}

#footer .ftbl {
	width: 900px;
	margin: 0px auto 0px auto;
}

#footer .ftbl td {
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
}

#footer a {
	color: #332a29;
}

/*リスト
---------------------------------------------------------------------------*/
#contents .list {
	float:none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
  border-bottom : 1px solid #22c797 ;
  border-left : 1px solid #22c797 ;
}

#contents .list p {
	border-bottom: 0px;
	padding: 5px 5px 5px 30px;
}

#contents .list img {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/* イメージチップ用パーツ
---------------------------------------------------------------------------*/
#imgtip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:3px;
	display:none;
	color:#fff;
	}

/*メニュー表示テーブル
---------------------------------------------------------------------------*/
.mtbl {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.mtbl caption {
	vertical-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #e4007f;
}

.mtbl th {
}

.mtbl td {
	background-color: #470100;
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #595959;
}

#main .mtbl strong {
	color: #fff187;
	font-size: 15px;
}
#main .mtbl h3 {
	background:none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	color: #fff187;
	line-height: 1.0;
}
#main .mtbl .price {
	margin: 7px 0px 5px 0px;
	padding: 0px;
	text-align: right;
	color: #fff187;
	line-height: 0;
	font-size: 15px;
}
#main .mtbl .price span {
	font-size: 11px;
	line-height: 1.0;
	margin: 0px 0px 0px 5px;
}


.mtbl img {
}

/*プロフィール
---------------------------------------------------------------------------*/
.plist {
	text-align: center;
	font-weight: bold;
  padding: 10px 0px;
	margin-bottom: 30px;
}
.plist .photo {
	float: left;
	width: 116px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	display: block;
}

.plist a {text-decoration: none;}
.plist .photo a img {	border: 3px solid #870300; }
.plist .photo a:hover img {	border: 3px solid #6e0063;}

.ptext {
	width: 335px;
	display: block;
	float: left;
}

.ptext th {
	width: 335px;
	background-color: #65285f;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
  padding: 5px 0px 3px 10px;

}
.ptext td {
  padding: 0px 0px 5px 11px;
	font-size: 13px;
	line-height: 1.5;
}

/*汎用テーブル
---------------------------------------------------------------------------*/
.tbl {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 1px solid #8a8a8a;
}

.tbl th {
	background-color: #5b0200;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 5px 5px;
}

.tbl td {
	line-height: 1.6;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #8a8a8a;
}

.tbl caption {
	vertical-align: left;
	font-weight: bold;
	color: #e4007f;
}

.tbl img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #acacac;
}


/*強調部分
---------------------------------------------------------------------------*/
#contents .caution {
	background:url() #850200 right;
	line-height: 1.5;
	color: #ffffff;
	margin: 0px 5px 30px 5px;
	padding:7px 5px 5px 5px;
	border: 1px solid #5a0100;
}

#contents .caution strong {
	color: #ffffff;
}

/*補足部分
---------------------------------------------------------------------------*/
#main .suppli {
	background:url() #fffbd7 right;
	line-height: 1.5;
	font-size: 90%;
	color: #533700;
	margin: -10px 15px 5px 15px;
	padding:5px 5px 0px 5px;
	border: 2px solid #ffcf72;
}

#main .suppli strong {
	color: #bc6100;
}

#main .suppli .idx {
	background: #f96f00;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 8px 0px 4px 0px;
}

#main .suppli ul {
	list-style-position : outside; 
	padding: 5px 5px 5px 20px;
}

#main .suppli  li { 
  list-style-image: url(img/ic_list_g.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height: 1.7;
}

/*注釈部分
---------------------------------------------------------------------------*/
#main .notes {
	background: #ffd8b8;
	line-height: 1.5;
	font-size: 92%;
	color: #362e2b;
	margin: 0px 0px 5px 0px;
	padding:5px 5px 2px 5px;
	border: 0px solid #e45781;
}

#main .notes strong {
	color: #692800;
}

/*道しるべ部分
---------------------------------------------------------------------------*/
.go_to_top {
	text-align: right;
	font-size: 70%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	vertical-align: middle;
}

/*トップ画像カルーセル
---------------------------------------------------------------------------*/
ul.content {
   list-style: none;
   padding: 0;
   margin: 0 auto;
   width: 680px;
   height: 290px;
   }
ul.content li {
   width: 400px;
   height: 200px; 
   text-align: center;
   cursor: pointer;
   background-color:#fff;
   color:#666;
   box-shadow:  0 0 4px rgba(0, 0, 0, 0.5);
   -moz-box-shadow:  0 0 4px rgba(0,0,0,0.5);
   -webkit-box-shadow:  0 0 4px rgba(0, 0, 0, 0.5);
   padding:10px;
   }
ul.content li img {
   width:50%;
}
ul.content li.roundabout-in-focus {
   cursor: default;
   }
.font {
   font-family: 'Kaushan Script', cursive;
   font-size:1.75em;
   color:#ea5506;
   }


/*ページナビ
---------------------------------------------------------------------------*/
ul.pageNav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #000;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

ul.pageNav li a:hover {
	color: #000;
	background: #888;
	border-color: #00f;
}

/*画像オンマウス透過
---------------------------------------------------------------------------*/
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn p a{
	width:30%;
	min-width: 200px;
	margin: 0px auto;
	padding:5px 10px 5px 10px;
	background:#ff7e00;
	color:#ffffff;
	text-align:center;
	display:block;
	text-decoration:none;
	border-radius:5px;
}
.btn p a:hover{
	text-decoration:none;
	color:#ffffff;
	background:#ff5400;
}

/*トップへ戻るボタン
---------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
