@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Oct 3, 2008

	1 : reset
	2 : textLink
	3 : layout
	4 : classes
	5 : error

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
body {
	color: #333;
	font: 13px Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #09c;
}
a:hover {
	text-decoration: underline;
}


/* **********************************************************************
3 : layout
********************************************************************** */
#wrapper {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 540px;
	height: 150px;
	padding: 25px 30px;
	margin: -100px 0 0 -300px;
	background: #fff;
}
#header {
	width: 100%;
	height: 50px;
	padding-bottom: 25px;
	border-bottom: #000 1px solid;
}
#header h1 {
	width: 170px;
	float: left;
}
#header ul {
	width: 300px;
	_width: 305px;
	margin-top: 15px;
	float: right;
}
#header ul li {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	line-height: 0;
	float: left;
}
#link ul {
	text-align: center;
	height: 50px;
	padding-top: 25px;
}
#link ul li {
	padding: 0 20px;
	display: inline;
	line-height: 0;
}
#link ul li img {
	vertical-align: middle;
}

/* **********************************************************************
4 : classes
********************************************************************** */
.rollover {
}
/* clearFix */
.clearFix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/




/* **********************************************************************
5 : error
********************************************************************** */
