@charset "utf-8";
/* 
ginza-gift base.css
Last Updated: 2012-03-13
Author: Seikatsu-Ken-Kobo - http://seikatsu-lab.com 
Style info : base style
*/

/* general elements
-------------------------------------------------------------------------------*/
h1 {margin-bottom: 10px}

a {text-decoration: none; color:#3B5998}
a:visited {}
a:hover {text-decoration: underline;
}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */


/* body
-------------------------------------------------------------------------------*/
body {
	border-top: 3px solid #4c4c4c;
	color: #333;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1.5px;
	line-height: 1.4;
} 

/* wrapper
-------------------------------------------------------------------------------*/
#wrapper {
	display: none;
}

/* layout
-------------------------------------------------------------------------------*/
#layout {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}


/* header
-------------------------------------------------------------------------------*/
header img {
	position: relative;
	z-index: 1;
}

/* main
-------------------------------------------------------------------------------*/
#main {
	margin: -200px 20px 50px;
	padding-bottom: 100px;
}

/* #sub
-------------------------------------------------------------------------------*/
#sub {
}

/* footer
-------------------------------------------------------------------------------*/
div#footerArea {
	border-bottom: 45px solid #4c4c4c;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

div#footerArea #footerWrapper {
	margin: 0 auto;
	width: 960px;
}

div#footerArea nav#gNav {
	background: url(../../common/images/bg_fNav.png) repeat;
	padding: 0 0 5px;
	width: 100%;
}

div#footerArea nav#gNav ul {
	height: 15px;
	padding: 10px 0 5px;
}

div#footerArea nav#gNav li {
	border-right: 1px dotted #333;
	display: inline;
	margin: 3px 5px 5px;
	padding: 0 15px 2px 0;
}

div#footerArea p#copyright {
	color: #fff;
	float: right;
	font-size: 80%;
	letter-spacing: 0.2em;
	margin: 0 0 -30px;
	padding-top: 7px;
	text-align: right;
	width: 960px;
}

div#footerArea footer p#copyright img {
	padding-left: 7px;
}


/* modules
-------------------------------------------------------------------------------*/

/* hover */
.optover li a:hover,
a:hover img.optover,
.btnArea input:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	/filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";	
}

/* font size */
.smallText { font-size: 83%; }

/* font color */
.attention {
	color: #ff0000;
}

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

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* # clearBoth */
.clearBoth {
	clear: both;
}

.underConstruction {
	font-size: 120%;
	margin: 100px auto;
	text-align: center;
}

.linkIcon {
	background: url('../../common/images/ico_arrow_s.gif') no-repeat left center;
	padding-left: 7px;
}
/* print css
-------------------------------------------------------------------------------*/
@media print {

}

