@charset "UTF-8";


/*---------------------------------------------- Reset CSS */


* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
}

a{
	outline:none;
}

a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:active{
	text-decoration:noe;
}

a img{
	border: none; 
}

.clear {
	clear:both;
} 


/*---------------------------------------------- GLOBAL SETTINGS */

body{
	margin:0;
    font-size: 12px;
	color:#575757;
	background-color:#fff;
	font-family:helvetica,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック",clean,sans-serif;
}

a,a:visited{
	color:#575757;
    font-size: 12px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFF;
}

a:hover,a:active{
	color:#575757;
    font-size: 12px;
	text-decoration:underline;	
	cursor: pointer;
	text-shadow: 1px 1px 1px #FFF;
}

a:active,a:focus {
	outline:0 none;
}

::selection {
	background: #ccc;　
}
/* Firefox対応*/
::-moz-selection {
	background: #ccc;
}


h1 {
margin:0;
}

p{
margin:0;
}



/*---------------------------------------------- wrapper */

#wrapper{
	display:none;
	background:url(images/bg_vinflower.gif) repeat;
  	min-height: 100%;
 	min-width: 480px;
 	width: 100%;
 	height: auto;
  	position: fixed;
 	top: 0;
 	left: 0;
}

#inner{
  	bottom:2%;
	left:1%;
	width:98%;
	height:96%;
	background-color:#000;
	position:absolute;
   filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
	border-radius: 0.98%;        /* CSS3草案 */  
    -webkit-border-radius: 0.5%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0.5%;   /* Firefox用 */  
}


#logo{
	background:url(images/logo.png);
	width:348px;
	height:58px;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-174px;
	margin-top:-29px;
	text-indent:-9999px;
}

#comingsoon{
	background:url(images/underconstruction.png);
	width:203px;
	height:77px;
	position:absolute;
	top:42%;
	left:50%;
	margin-left:-101px;
	margin-top:72px;
	text-indent:-9999px;
}

#oldone a{
	background:url(images/oldone.png);
	width:147px;
	height:15px;
	position:absolute;
	top:43%;
	left:50%;
	margin-left:-80px;
	margin-top:160px;
	text-indent:-9999px;
}

#contact a{
	background:url(images/mail.png);
	width:170px;
	height:30px;
	position:absolute;
	bottom:3%;
	left:50%;
	margin-left:-101px;
	text-indent:-9999px;
}