/* CSS Document */
/*ブラウザスタイルの初期化
-----------------------------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	color:#333333;
	line-height:1.0;
}

/*文書本体（body）
-----------------------------------------------------------------------------------------------------*/
body{
	background-color:#fff;
}

/*リンクテキスト（a）
-----------------------------------------------------------------------------------------------------*/


/*共通文字装飾（strong）
-----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	line-height:1.5em;
	color:#FF0000;
}

em {
	font-weight:bold;
	line-height:1.5em;
	color:#000000;
}

b {
	font-weight:bold;
	line-height:1.5em;
	color:#000000;
}

/*
-----------------------------------------------------------------------------------------------------*/
div#container {
	width: 600px; 
	font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size:xx-large;
	font-weight: bold;
	margin: 200px auto;
	padding: 50px 0 100px 0;
	text-align: center;
	background-color: #fff;
	border: 5px solid #28CBE0;
	color: #54D197;
}
ul{
	margin: 30px 0 0 50px;
}
li{
	float: left;
	margin: 0 0 0 120px;
	color: #E36BA9;
}
li a{
	text-decoration: none;
	font-size: 24px;
	color: #E36BA9;
}
li a:hover{
	text-decoration: underline;
}





















