@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2007-09-01
Modified:   2008-01-23
Version:    1.0
Auther:     Toshio Nagasaka

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: underline;
}
a:link{
	color: #666;
	text-decoration: none;
}
a:visited{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #E4007F;
	text-decoration: none;
}
a:active{
	color: #E4007F;
	text-decoration: none;
}

body {
	background:#000 url(bg.gif) repeat-x;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
/*	font-family: "ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;*/
	color: #fff;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}


/* ------------------------------------------

wireframe

------------------------------------------*/


div#wrapper {
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}


div#header {
	margin: 20px auto;
	height:35px;
	width: 880px;
	text-align:left;
}

div#promo {
	width:100%;
	margin:0 auto;
	text-align:right;
	}

#tw {
	padding-right:12px;
	}

#am {
	padding-right:30px;
	}

#logo {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-130px;
	margin-left:-208px;
/*	margin-top:-50%;*/
	}
	


/*
div.footer {
	margin:20px auto;
	height:20px;
	clear:both;
	width:700px;
	font-size:smaller;
	color:#666;
	}
*/

div.footer p,a {
	color:#666;
	font-size:11px;
	}
div.footer p {
	color:#666;
	font-size:11px;
	}


