@charset "Shift_jis";

@import "./default.css";


/*----------------------------------------------------------
	ALL
----------------------------------------------------------*/

body {
	color: #333;
	font: 13px/1.231 "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	*font-size:small;
	*font:x-small;
	text-align: center;
	letter-spacing: 0.1em;
	background: #333 url(/images/libertyenter/bg_body.jpg) no-repeat center top;
}

/*----------------------------------------------------------
 Yahoo UI Library Font-size Adjustment
 Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 http://developer.yahoo.com/yui/license.txt
 http://developer.yahoo.com/yui/fonts/

 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
----------------------------------------------------------*/

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

a img {
	border-style:none;
}

a:focus {/* Firefox の点線を消す */
	outline: none;
}

.clear {
	clear: both;
}

br {
	letter-spacing: 0;
}

table{
	font-size: inherit;
	font: 100%;
}

* html img, * html div, * html p {
	behavior: url("/css/official/iepngfix.htc")
}


/*----------------------------------------------------------
	テキスト関連
----------------------------------------------------------*/

h1 {
	color: #fff;
	font-size: 153.9%;
	font-weight: bold;
	background: #4c4c4c url(/images/libertyenter/icon_H1.gif) no-repeat 7px center;
	padding: 5px 0 5px 32px;
	margin: 0 0 15px 0;
}

h2 {
	clear: both;
	font-size: 131%;
	font-weight: bold;
	border-bottom: 5px solid #cc0066;
	margin: 0 0 10px;
	padding: 0 0 3px;
}

h3 {
	color: #fff;
	font-size: 108%;
	background: #4c4c4c url(/images/libertyenter/icon_H1.gif) no-repeat 7px center;
	padding: 5px 0 5px 32px;
}

.intro {
	font-size: 123.1%;
	margin: 5px;
}

.caption {
	font-size: 85%;
	margin: 5px;
}

.attention {
	color: #cc0000;
}

.text {
}

*+html .text {
	line-height: 2;
}

* html .text {
	line-height: 2;
}

/* -- clear float -- */ 
.text {
	min-height:0;
	display: inline-table;
}

.text:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .text {height:0;}
.text {display: block;}
/* */
/* -- end clear float -- */

#service .text {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #999;
}


p.news_title_page,
p.service_title_page,
p.recruit_title_page {
	color: #66ccff;
	font-size: 108%;
	font-weight: bold;
	padding-left: 15px;
	background: url(/images/template/retro/RM001_A2_black/icon.gif) no-repeat left center;
	border-bottom: 1px dotted #8f5c00;
}

p.date {
	font-size: 85%;
	margin: 30px 0;
	padding: 5px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

p.date img {
	padding: 0 5px 3px 0;
}

p.topic_path {
	font-size: 85%;
	padding: 15px 0 0 25px;
	display: block;
	position: relative;
	top: 76px;
}

p.topic_path a:link {
	text-decoration: none;
}

p.topic_path a:visited {
	text-decoration: none;
}

p.topic_path a:hover {
	text-decoration: underline;
}

p.topic_path a:active {
	text-decoration: underline;
}


/*----------------------------------------------------------
	リンク
----------------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #cc0000;
}

a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: #ff6666;
}

a:active {
	text-decoration: underline;
	color: #333333;
}


/*----------------------------------------------------------
	ヘッダー
----------------------------------------------------------*/

#header {
	width: 900px;
	height: 40px;
}

#header .keyword {
	color: #fff;
	display: block;
	font-size: 85%;
	padding: 14px 0 0;
}

* html #header .keyword {
}

.mainlogo {
}

.second .mainlogo {
}

.mainlogo a {
}

#searchArea {
	position: absolute;
	top: 10px;
	right: 0;
}

*+html #searchArea {
}

* html #searchArea {
}

#searchArea p {
	margin: 0;
}

#searchArea p#searchInput {
	float: right;
}

#searchArea p#searchBt {
	float: right;
	padding: 2px 0 0 5px;
}

#searchArea p#searchBt #btSerach {
	border: 0px;
	width: 65px;
	height: 18px;
	display: block;
	cursor: pointer;
	background: url(/images/bt_search.gif) no-repeat;
}



/*----------------------------------------------------------
	コンテンツ大枠
----------------------------------------------------------*/

#contentsArea {
	width: 900px;
	position: relative;
	background: #fff;
}

.second #contentsArea {
	background: #fff url(/images/libertyenter/bg_2ndContents.jpg) no-repeat center top;
}


/* -- clear float -- */ 
#contentsArea {
	min-height:0;
	display: inline-table;
}

#contentsArea:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #contentsArea {height:0;}
#contentsArea {display: block;}
/* */
/* -- end clear float -- */



/*----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------*/

#gnaviArea {
	width: 900px;
	text-align: left;
	position: relative;
	top: 407px;
}

.second #gnaviArea {
	top: 87px;
}

ul#gnavi {
	list-style: none;
	height: 57px;
	background: url(/images/libertyenter/bg_gNavi.jpg) repeat-x left center;
}

ul#gnavi li {
	float: left;
	list-style: none;
	padding: 15px 0 0 10px;
}

ul#gnavi a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 5px;
}

ul#gnavi a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4c4c4c;
}

*+html ul#gnavi a:hover {
	background: none;
}



/*----------------------------------------------------------
	コンテンツトップ:メインエリア
----------------------------------------------------------*/

#topMain {
	width: 900px;
	height: 407px;
	background: #000;
	position: relative;
	top: -57px;
}

/* -- clear float -- */ 
#topMain {
	min-height:0;
	display: inline-table;
}

#topMain:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #topMain {height:0;}
#topMain {display: block;}
/* */
/* -- end clear float -- */

#topMain #flashcontent {
	color: #fff;
	text-align: center;
}



/*----------------------------------------------------------
	コンテンツトップ
----------------------------------------------------------*/

#contents {
	float: left;
	width: 680px;
	font-size: 100%;
	padding: 15px 0 0;
}


/*----------------------------------------------------------
	コンテンツ トップ 設定
----------------------------------------------------------*/

#contents_in_top {
	padding: 0 20px;
}

#contents_in_top p {
}



/*----------------------------------------------------------
	コンテンツ 2nd 設定
----------------------------------------------------------*/

#contents_a {
	font-size: 100%;
}

#contents_n {
	font-size: 100%;
}

#contents_in {
	float: right;
	width: 640px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 80px 20px 20px 20px;
}

.table_com {
	width: 95%;
	border-spacing: 5px;
	margin: 0 0 20px 0;
	border-left: 1px solid #f7eede;
	border-top: 1px solid #f7eede;
}

#profile #contents_in .table_com td#maptd {
	height: 380px;
}


.table_com th {
	background-color: #919191;
	color: #fff;
	font-weight: normal;
	padding: 8px;
	text-align: left;
	width: 20%;
	border-right: 1px solid #f7eede;
	border-bottom: 1px solid #f7eede;
}

.table_com td {
	background-color: #f6f6f6;
	color: #333;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	width: 85%;
	border-right: 1px solid #f7eede;
	border-bottom: 1px solid #f7eede;
}

.table_com td p { /* 英数字が改行されない現象の対策 */
	overflow: auto;
}

.table_com textarea {
	width: 400px;
	height: 200px;
	padding: 5px;
}

.table_com input[type="text"] {
	height: 1.5em;
	padding: 5px;
}

input[type="submit"] {
	width: 150px;
	height: 30px;
	letter-spacing: 0.2em;
}

.service_img {
	margin: 10px 0;
}

.service_img_2nd {
	margin: 10px 0;
}

ul.link_category li {
	margin: 0.5em 0 0.5em 30px;
	list-style: url(/images/mk-folder.png);
}

ul.link_category li.file {
	list-style: url(/images/mk-file.png);
}

ul.link_category li ul {
	margin: 0;
	padding: 0;
}

ul.link_category li ul li {
	list-style: url(/images/mk-file.png);
}

h2.linkParent {
}

h3.linkChild {
	display: block;
	color: #666;
	background: #fff;
	border-left: 5px solid #8f5c00;
	margin: 15px 0 5px 15px;
	padding: 5px 0 5px 10px;
}

ul.link {
	margin: 0 0 10px 30px;
}

ul.link li {
	list-style: disc;
	padding: 0;
}

p.linkBanner {
}

.service_text_page {
}

*+html .service_text_page {
	line-height: 2;
}

* html .service_text_page {
	line-height: 2;
}

.recruit_img {
	margin: 10px 0;
}

ol {
	margin: 0 0 1em 3em;
}

ol li {
	list-style: decimal;
}

ul#sitemapList {
	padding: 10px 0 0 0;
}

ul#sitemapList li {
	list-style: disc;
	margin: 0 0 10px 15px;
}

ul#sitemapList li ul li {
	list-style: square;
	margin: 2px 0 5px 25px;
}

#pagetop {
	float: right;
	background: url(/images/template/retro/RM001_A2_black/icon_pagetop.gif) no-repeat left center;
	padding: 0 10px 0 17px;
}

#pagetop a {
	color: #4c4c4c;
}

#pagetop a:hover {
	color: #666666;
}



/*----------------------------------------------------------
	ニュース関連
----------------------------------------------------------*/

dl.news_title {
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

dl.news_title dt {
	float: left;
	width: 100px;
	color: #666;
	border-top: 1px #000 dotted;
	padding: 5px 0 0 0;
	clear: both;
}

dl.news_title dd {
	border-top: 1px #000 dotted;
	padding: 5px 0 0 0;
	margin: 0 0 0 100px;
}

dl.news_title .first {
	border-top: none;
}

dl.news_title a {
	color: #4c4c4c;
	text-decoration: underline;
}

dl.news_title a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}

dl.news_title a:hover {
	color: #666666;
	text-decoration: none;
}

dl.news_title a:active {
	color: #666666;
	text-decoration: none;
}

dl.news_title dd p.news_short {
	font-size: 93%;
}

dl.news_title dd .TOP_news_img {
	display: none;
}

.news_img {
	margin: 10px 0;
}

.news_img_2nd {
	margin: 10px 0;
}

.news_text_page {
}

*+html .news_text_page {
	line-height: 2;
}

* html .news_text_page {
	line-height: 2;
}

/* -- clear float -- */ 
.news_text_page {
	min-height:0;
	display: inline-table;
}

.news_text_page:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .news_text_page {height:0;}
.news_text_page {display: block;}
/* */
/* -- end clear float -- */

#adobeReaderArea {
	font-size: 85%;
	color: #666;
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 15px 0 0 0;
}

/*----------------------------------------------------------
	ブログ関連
----------------------------------------------------------*/

dl.blog_title {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	text-align: left;
}

dl.blog_title dt {
	float: left;
	width: 100px;
	color: #8f5c00;
	border-top: 1px #000 dotted;
	padding: 5px 0 0 0;
	clear: both;
}

dl.blog_title dd {
	border-top: 1px #000 dotted;
	padding: 5px 0 0 0;
	margin: 0 0 0 100px;
}

dl.blog_title a {
	color: #4c4c4c;
	text-decoration: underline;
}

dl.blog_title a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}

dl.blog_title a:hover {
	color: #666666;
	text-decoration: none;
}

dl.blog_title a:active {
	color: #666666;
	text-decoration: none;
}

dl.blog_title dd p.blog_short {
	font-size: 93%;
}

dl.blog_title dd .TOP_blog_img {
	display: none;
}

.blog_img {
	margin: 10px 0;
}

.blog_img_2nd {
	margin: 10px 0;
}

.blog_text_page {
}

*+html .blog_text_page {
	line-height: 2;
}

* html .blog_text_page {
	line-height: 2;
}

/* -- clear float -- */ 
.blog_text_page {
	min-height:0;
	display: inline-table;
}

.blog_text_page:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .blog_text_page {height:0;}
.blog_text_page {display: block;}
/* */
/* -- end clear float -- */

.commentSection {
	margin: 0 0 1.5em 0;
}

.commentSection p span {
	color: #999;
	font-size: 85%;
}

.commentSection .commentText {
	margin: 0 0 0 1em;
}

.btn_input,
#inputBt {
	text-align: center;
	margin: 10px 0 0 0;
}

.pager {
}

.pager .link {
	color: #4c4c4c;
	padding: 3px 8px;
	border: 1px #4c4c4c solid;
}

.pager .clink {
	color: #fff;
	padding: 3px 8px;
	background: #4c4c4c;
}

.pager a:link,
.pager a:visited {
	text-decoration: none;
}
.pager a:hover,
.pager a:active {
	color: #fff;
	background-color: #666666;
	text-decoration: none;
}

p#commentTitle {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
}

table.commentTable {
}

table.commentTable th.field2 {
	width: 105px;
	padding: 10px 10px 10px 0;
	text-align: right;
}

table.commentTable td {
	padding: 10px 0 0 0;
}

table.commentTable td p {
	margin: 0;
	padding: 0;
}

table.commentTable td textarea {
	width: 420px;
	height: 100px;
}



/*----------------------------------------------------------
	ショップ関連
----------------------------------------------------------*/

.btShopCatecory {
	width: 270px;
	float: left;
	margin: 0 10px 15px 0;
	border: 1px solid #ccc;
}

.btShopCatecory .categoryName {
	font-size: 123.1%;
	color: #fff;
	background: #66ccff;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.btShopCatecory .categoryName a {
	color: #fff;
}

.btShopCatecory .categoryNote {
	margin: 0;
	padding: 10px;
}

.btShopCatecory .categoryNote img {
	float: left;
	padding: 0 7px 5px 0;
}

.goodsArea {
	width: 270px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.goodsArea h2 {
	font-size: 123.1%;
	margin: 0;
	padding: 5px 10px 5px 30px;
	background-position: 5px 8px;
}

.goodsArea .goodsTextSummary {
	margin: 0;
	padding: 10px;
}

.goodsArea .goodsTextSummary img {
	float: left;
	padding: 0 7px 5px 0;
}

.goodsArea .linkDetail {
	text-align: right;
	margin: 0;
	padding: 0 10px;
}


.goodsArea .categoryName {
	margin: 0;
	padding: 10px;
}

.detailCategoryName {
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0;
}

.goodsDetail {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

table.shopTable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.shopTable th {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.shopTable td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.shopTable td p {
	margin: 0;
	padding: 0;
}

.priceArea {
	width: 250px;
	float: right;
}

.priceArea table {
	width: 240px;
}

.priceArea table td p {
	margin: 0;
	padding: 0;
}

.priceArea table td p.priceDown {
	font-size: 123.1%;
	font-weight: bold;
	color: #f14343;
}

.priceArea .btn_input {
	text-align: right;
	margin: 10px 10px 0 0;
}

.userSubArea {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

.userSubArea .btLogout {
	width: 120px;
	height: 30px;
	color: #fff;
	text-align: center;
	margin: 0 auto 10px;
	background: #3399cc;
}

.userSubArea .btLogout a {
	width: 120px;
	height: 26px;
	display: block;
	color: #fff;
	padding: 4px 0 0 0;
}

.userSubArea .btLogout a:hover {
	display: block;
	text-decoration: none;
	background: #61b6e0;
}

.userSubArea .btRegist {
	width: 120px;
	height: 30px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background: #3399cc;
}

.userSubArea .btRegist a {
	width: 120px;
	height: 26px;
	display: block;
	color: #fff;
	padding: 4px 0 0 0;
}

.userSubArea .btRegist a:hover {
	display: block;
	text-decoration: none;
	background: #61b6e0;
}

.userSubArea #userLogin {
	text-align: right;
	margin: 5px 0 0 0;
}

.cartSubArea {
	margin: 0;
	padding :10px;
	border: 1px dotted #ccc;
}

.cartSubArea .cartTitle {
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.cartSubArea .cartPrice {
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
}

#cartDetail {
	text-align: right;
}

.categorySubArea {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #999;
}

.categorySubArea p {
	margin: 0;
	padding: 0 0 0 10px;
}

table.cartPrice {
	width: 100%;
}

table.cartPrice th {
	text-align: center;
	color: #FFF;
	background-color: #999;
}

table.cartPrice td.goodsName {
	width: 250px;
}

table.cartPrice td.goodsNum {
	text-align: center;
}

table.cartPrice tr.total {
	border-top: 3px double #ccc;
}

table.cartPrice tr.total td {
	text-align: right;
}

table.cartPrice tr.total td.totalPrice {
	font-size: 123.1%;
}

table.cartPrice td p.priceDown {
	font-size: 123.1%;
	font-weight: bold;
	color: #f14343;
}

table.cartPrice td input[type="submit"] {
	width: 80px;
}


.linkCheckout a {
	width: 280px;
	height: 30px;
	text-align: center;
	font-size: 123.1%;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #3399cc;
	margin: 15px auto 0;
	padding: 5px 0;
}

.linkCheckout a:hover {
	display: block;
	text-decoration: none;
	background: #61b6e0;
}

#firstRegist a {
	width: 150px;
	height: 25px;
	text-align: center;
	font-size: 123.1%;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #3399cc;
	margin: 15px 0 25px;
	padding: 5px 0;
}

#firstRegist a:hover {
	display: block;
	text-decoration: none;
	background: #61b6e0;
}

.loginArea .btn_input,
.registArea .btn_input,
.checkout .btn_input {
	text-align: center;
	margin: 10px 0 0 0;
}

.checkout table {
	margin: 15px 0 30px
}




/*----------------------------------------------------------
	サイドエリア（新着情報）
----------------------------------------------------------*/

#sidenavi {
	margin: 0 20px;
}

.sidenavi_in {
	position: relative;
}

/* -- clear float -- */ 
.sidenavi_in {
	min-height:0;
	display: inline-table;
}

.sidenavi_in:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html .sidenavi_in {height:0;}
.sidenavi_in {display: block;}
/* */
/* -- end clear float -- */



/*----------------------------------------------------------
	トピックス関連
----------------------------------------------------------*/

.sidenavi_in .topics {
	width: 630px;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 10px;
	background: #ccc;
	display: inline-block;
	vertical-align: bottom;
	/display: inline;
	/zoom: 1;
}

.sidenavi_in .rss_img {
	background: url(/images/libertyenter/icon_rss.gif) no-repeat;
	padding: 0 0 0 23px;
	position: absolute;
	right: 8px;
	top: 6px;
}

* html .sidenavi_in .rss_img {
	right: 30px;
	top: 10px;
}

.rss_img span {
	color: #333;
}

/*----------------------------------------------------------
	サブナビ
----------------------------------------------------------*/

#subnaviArea {
	float: left;
	width: 200px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	padding: 80px 0 20px 20px;
}

.year,
.category {
	color: #4c4c4c;
	background: url(/images/template/retro/RM001_A2_black/icon.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 1em 0 0 20px;
}

ul.subnavi {
	margin: 0 0 0 20px;
}

ul.subnavi li {
	font-size: 93%;
	padding: 5px 0;
}

ul.subnavi li a {
	text-decoration: underline;
}

ul.subnavi li a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------
	フリースペース1
----------------------------------------------------------*/

#freeSpace1 {
	float: left;
	width: 210px;
	overflow: hidden;
	padding: 15px 0 0;
}

* html #freeSpace1 {
	width: 200px;
}

#freeSpace1_in {
	padding: 0 10px 20px 10px;
}


/*----------------------------------------------------------
	フリースペース2
----------------------------------------------------------*/

#freeSpace2 {
	float: left;
	width: 860px;
	background: url(/images/template/retro/RM001_A2_black/bg_freespace2Top.gif) no-repeat center top;
	padding: 15px 0;
	margin: 30px 0 0 20px;
}

* html #freeSpace2 {
	margin: 0 0 0 10px;
}

#freeSpace2_in {
	background: url(/images/template/retro/RM001_A2_black/bg_freespace2Bottom.gif) no-repeat center bottom;
	padding: 0 10px 20px 10px;
}

* html #freeSpace2_in {
	padding: 0 10px 50px 10px;
}

/* -- clear float -- */ 
#freeSpace2_in {
	min-height:0;
	display: inline-table;
}

#freeSpace2_in:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #freeSpace2 {height:0;}
#freeSpace2_in {display: block;}
/* */
/* -- end clear float -- */


/*----------------------------------------------------------
	フリースペース 2nd
----------------------------------------------------------*/

#freeSpace2nd {
	clear: both;
	width: 860px;
	background: url(/images/template/retro/RM001_A2_black/bg_freespace2Top.gif) no-repeat center top;
	padding: 15px 0;
	margin: 0 0 0 20px;
}

*+html .freeSpace2nd {
	margin: 0 20px 0 0;
}

* html .freeSpace2nd {
	margin: 0 20px 0 0;
}

#freeSpace2nd_in {
	background: url(/images/template/retro/RM001_A2_black/bg_freespace2Bottom.gif) no-repeat center bottom;
	padding: 0 10px 20px 10px;
}


/*----------------------------------------------------------
	フッター
----------------------------------------------------------*/

#footer {
	width: 900px;
	font-size: 93%;
	text-align: center;
	position: relative;
}

* html #footer {
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffccff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffccff;
	text-decoration: underline;
}

#foot_menu {
	width: 900px;
	color: #707070;
	padding: 0 0 0 80px;
	background: #4c4c4c;
	padding: 20px 0;
}

#footLogo {
	width: 80px;
	position: absolute;
	top: 60px;
	right: 0;
}

p#copyright {
	color: #4c4c4c;
	background: #fff;
	margin: 0;
	padding: 20px 0;
}

