/* CSS Document */




div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,a,form,input,object,dt,dd,dl,iframe,label{margin:0; padding:0; }

ol,ul,li,dl,dt,dd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

body{
	color: #555;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
	font-size:13px;
	background:#FFF;
}

img{
    border:0;
}

p {
    font-size:100%;
	line-height:160%;
	text-align:justify;
}

.text-img {
	left:-5000px;
	position:absolute;
}

.indent{
    display:block;
    float:left;
    height:1em;
    width:1em;
}
a{
	color:#111987;
	text-decoration: none;
}
a:visited {
	color:#111987;
	text-decoration: none;
}
a:hover {
	color:#111987;
	text-decoration: underline;
}
a:active {
	color:#111987;
	text-decoration: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	border:none;
}



/*======================================================

	Yahoo UI Library Fonts CSS
	*Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================================*/


/* -- wrap -- */

#wrap{
	width:100%;
	margin: 0px auto;
	padding: 0px;
}


/* -- contents -- */


#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:300px;
	margin:-150px 0 0 -250px;
	color:black;
	text-align:center;
}
body > #contents {
	height:auto;
	min-height:200px;
}
