﻿@charset "utf-8";


/*初期化
-----------------------------------------------------------------------------*/
/* 
Reset: margin, padding propaty*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
margin:0;padding:0; } 
/* 
Reset: border propaty*/
abbr,acronym,fieldset,img {
border:0; } 
/*
Reset: [table] selector*/
table {
 border-collapse:collapse; border-spacing:0; } 
table,th,td {
margin:0;padding:0; } 
caption,th,td {
	text-align:left;
	padding: 5px;
} 
/*
Reset: List selector*/
ol,ul {
list-style:none; }
/*
Reset: font propaty*/
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal; }
/*
Reset: other*/
q:before,q:after {
content:'';} 

/*フォントの基本設定
-----------------------------------------------------------------------------*/
/*
Reset: font-size, line-height propaty
ブラウザのデフォルトフォントサイズを16pxと前提*/
body {
font-size: 75%; /* 12px */   line-height: 1.4; }
h1,h2,h3,h4,h5,h6 {
font-size: 1.2em; /* 14px */ line-height: 1.0; }
p {
}
table {
font-size: 1.0em; /* 12px */ line-height: 1.4; }
/* 
Reset: font-family propaty*/
body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif; }

/*フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-Mac */

/*Firefoxの右側スクロールバーの表示
-----------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
/*全体
--------------------------------------------------------------------------------*/
body {
	background: #F4EAEA url(../common/body_bg.jpg) left top repeat-x;
	text-align:center;
}
a { 
	text-decoration:none; 
	color: #660033; 
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align:left;
}
img {
	border: none;
	vertical-align:top;
}
h1 {
	font-weight: normal;
	margin-top: 46px;
	font-size: 0.8em;
	color: #ffffff;
}
#header {
	text-align: center;
}
/*トップナビ
-------------------------------------------------------------------------------*/
#topNavi {
	height: 53px;
	margin-top: 2px;
	margin-left: 45px;
}
#topNavi ul#navi03 li {
	float: left;
	text-indent: -9999px;
}
#topNavi ul#navi03 li a{
	width: 100px;
	display:block;
	padding-top: 33px;
	background-image: url(../common/global_nav.jpg);
}
/* オフマウス時 */
#top a { background-position:  0     0;}
#facial a {background-position: -106px 0;}
#body a {background-position: -207px 0;}
#taisitu a {background-position: -307px 0;}
#shop a {background-position: -407px 0;}
#blog a {background-position: -507px 0;}
#link a {background-position: -607px 0;}
#mail a {background-position: -707px 0;}
/* オンマウス時 */
#top a:hover { background-position:  0     -54px;}
#facial a:hover {background-position: -106px -53px;}
#body a:hover {background-position: -207px -53px;}
#taisitu a:hover {background-position: -307px -53px;}
#shop a:hover {background-position: -407px -53px;}
#blog a:hover {background-position: -507px -53px;}
#link a:hover {background-position: -607px -53px;}
#mail a:hover {background-position: -707px -53px;}

/* トップフラッシュ 
-------------------------------------------------------*/

#wrapper #topim {
	height: 337px;
	width: 737px;
	padding: 0px;
	margin: 30px auto;
}

/*コンテンツ
-----------------------------------------------------*/
#content {
	position: relative;
	width: 100%;
	height: 279px;
	text-align: center;
	margin: 10px 0px 0px;
}
#news {
	width: 460px;
	height: 166px;
	top: 0;
	text-align:left;
	float: left;
}
#shopinfo {
	position: absolute;
	text-align:left;
	width: 330px;
	left: 43px;
	top: 170px;
}
#shopinfo p {
	font-size: 0.9em;
}
#main {
	position: absolute;
	width: 270px;
	left: 514px;
	top: 0;
	background: url(file:///C|/Users/kyoko/Desktop/VenusMars/venusmars_site/common/ln_top.jpg) repeat-y left top;
}
#main #etc a {
	display:block;
	width: 230px;
	margin-bottom: 7px;
	margin-left: 10px;
	height: 87px;
	text-indent: -9999px;
}
#campaign {
	background: url(../common/bn_campaign.jpg) no-repeat center;
}
#rf {
	background: url(../common/bn_rf.jpg) no-repeat center;
}
#blog {
	background: url(../common/bn_blog.jpg) no-repeat center;
}
/* フッター
--------------------------------------------------*/
#footer {
	text-align: center;
	margin: 13px 0;
}
#footer li {
	display: inline;
}
#wrapper #footer #footnavi {
	font-size: 0.8em;
	margin: 10px 0px;
}

#wrapper img {
	float: left;
}
#wrapper p {
}

#wrapper #japanlogo {
	float: none;
	height: 50px;
	width: 200px;
}
#wrapper #japanlogo img {
	float: left;
}
#wrapper #japanlogo p {
	font-size: 0.8em;
	padding: 10px 0px 0px 10px;
}
#wrapper #content #news table {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 450px;
}
