@charset "UTF-8";

html,body {  
    margin: 0;  
    padding: 0;  
    height: 100%;  
	background:url(../img/slash12.png) repeat;
	color: #333;
	font-size:small;
	line-height: 1.8em;
	font-family: helvetica,arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
	
	position:relative;
	min-width:320px; 
	min-height:320px;
}  

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

#index-contents {
	position:absolute;
	top:50%;
	left:50%;
	width:320px;
	height:320px;
	margin:-180px 0 0 -160px;
	padding:;
	background:#fff ;
	color:black;
	text-align:center;
}

body > #contents {
	height:auto;
	min-height:140px;
}


/* 以下はbase.cssと一緒。*/




a {
	text-decoration: underline;
	/*text-decoration: none;*/
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #09f;
}

p {
	margin:5px 0 0;
	padding:0;
}

img {
	margin:0 0 4px;
	padding:0;
}

strong{
	font-weight:bold;
}


