@charset "shift_jis";


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: 0.9em/1.4 "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ W4", "ゴシック";
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color:#333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: link setting ===========================
*/
a:link,a:visited{
	color: #787878;
	text-decoration:underline;
}
a:hover{
	color: #999;
	text-decoration:underline;
}
a:active{
	color: #FFF;
}
a:focus {
outline: 0 !important;
}


/*
===== 4: BASE LAYOUT =====================================
*/
div#container{
	overflow:auto;
	height:600px;
	width:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-320px;
	margin-left:-250px;
	text-align: center;
}
div#container{
    zoom:1;/*for IE 5.5-7*/
}
div#container:after{/*for modern browsers*/
	content: "";
	display: block;
	clear: both;
}
* html div#container{
	display:inline-table;
	/*\*/display:block;/**/
}
div#main{
	overflow:auto;
	height:200px;
	width:400px;
	width:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-110px;
	margin-left:-250px;
}
/*
===== 5: CLEARFIX ==========================================
*/

/*
===== 6: GENERAL MODULES ==========================================
*/

/*------------ copyright -------------*/
#copyright {
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	padding-top: 5px;
}
#copyright{
	text-align: center;
}
#copyright a:link,#copyright a:visited{
	color: #CCCCCC;
}
#copyright a:hover{
	color: #555555;
}

/*
===== 7: OTHER ==========================================
*/
/*
===== 8: HEADLINE ==========================================
*/
h1,h2{
	text-indent: -9999px;
	margin-top: 80px;
}


h1{
	height: 153px;
	width: 180px;
	vertical-align: middle;
	margin: auto;
}
	
h1 a{
	text-decoration: none;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	background: url(../img/albireo.gif) no-repeat;
	height: 153px;
	width: 180px;
}
h1 a:hover{
	background: url(../img/albireo.gif) -180px 0px;
	}
h2{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
	height: 277px;
	}
h2.access{
	background: url(../img/access.gif) no-repeat;
	width: 420px;
	height: 323px;
	padding-bottom: 26px;
}
h3.back{
	text-align: center;
	width: 56px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	height: 48px;
	padding-bottom: 4px;
}
h3.back a{
	text-decoration: none;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	background: url(../img/lg_albireo_s.gif) no-repeat;
	height: 48px;
	width: 56px;
}
h3.back a:hover{
	background: url(../img/lg_albireo_s.gif) -56px 0px;
}

/*
===== 9: TEXT ==========================================
*/
.text001{
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ W4", "ゴシック";
	font-weight: bolder;
	color: #454545;
	background: #dddddd;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin-top: 5px;
}
