@charset "UTF-8";

*{margin: 0; padding: 0;}

body{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Meiryo, sans-serif;
	line-height: 1.5;
}

h2{
	font-size: 2.8em;
}

h3{
	font-size: 1.9em;
}

p{
	font-size: 1.6em;
}

p span.bold{
	font-weight: bold;
}

p span.red{
	color: #f00;
}

span.udl{
	text-decoration: underline;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li{
	font-size: 1.6em;
}

pre{
	width: 100%;
	background-color: #ccc;
	padding-left: 20px;
}

pre p{
	font-size: 2.0em;
}

pre ul li{
	font-size: 2.0em;
	line-height: 0.5;
}

#header{
	width: 100%;
	height: 100px;
	background-color: #999;
}

#header h2{
	line-height: 100px;
	color: #fff;
	padding-left: 20px;
}

#container{
	padding: 20px;
}

#content{
	width: 95%;
}

#footer{
	width: 100%;
	height: 100px;
}

#footer p{
	text-align: center;
	line-height: 100px;
	color: #fff;
	background-color: #333;
}
