@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

img {
	vertical-align: bottom;
}
/* Clearfix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Avenir','Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #73232c;
}

a {
	color: #ff39aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {	font-weight: bold; }

.pink {	color: #2eab38; }
.red { color: #FF3300; }
.orange { color: #ff9900;}
.green {color: #009933;}
.blue {color: #1b72c1;font-size: 14px;}
.blues {color: #1b72c1;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

#accesstag {
	display:none;
}

#wrap {
	width: 100%;
	min-width: 980px;
}

#main {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#foot {
	width: 980px;
	margin: 8px auto 0 auto;
	padding-bottom: 30px;
	text-align: center;
}

#foot .banner {
	width: 800px;
	margin: 0 auto 30px auto;
}

#foot .banner li {
	display: inline;
	float: left;
	margin: 0 5px 10px 5px;
	width: 190px;
	height: 60px;
	background: #ffb7df;
}

a.over {
	display: block;
	position: relative;
}

img.cover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.mouseicon {
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 9999;
}

p.centerPhoto{
	text-align:center;
}