@charset "utf-8";

/*
Site URL	http://epoc.umin.ac.jp/re_password/index.html
Created		2010/12/09
Last update	2010/12/09
Author		R.Hayashi
*/

body{
	background:#FAFAFA;
}

h2{
	margin:0;
	line-height:1.3;
}

p{
	line-height:1.4;
}

li{
	list-style-type:none;

}


/*############################################################
@Container
############################################################*/

#container{
	width:850px;
	margin:auto;
}



/*############################################################
@Header
############################################################*/

#header{
	height:130px;
	margin-top:0px;
	margin-bottom:10px;
}

#header ul li{
	float:left;
}

#header ul{
	width:550px;
	height:45px;
	
}

#header ul li a{
	display:block;
	width:170px;
	text-align:center;
	height:30px;
	padding-top:13px;
}


#header ul li a.epoc_link{
	background-color:#EEFDFF;
}

#header ul li a.debut_link{
	background-color:#DEFFCE;
}

#header ul li a.www_link{
	background-color:#FAFFD7;
}


/*############################################################
@Contents
############################################################*/

#contents{
	width:850px;
}

#contents h2.epoc{
	background-color:#EEFDFF;
}
#contents h2.debut{
	background-color:#DEFFCE;
}

#contents p{
	margin-left:20px;
}

#contents p.caution{
	background-color:#FCF;
	padding-left:50px;
	margin-right:20px;
}


#universal{
	width:800px;
	margin-left:20px;
	margin-bottom:30px;
	background-color:#FFFFFF;
}


/*############################################################
@footer
############################################################*/

#footer{
	width:850px;
}
