@charset "euc-jp";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,p,dl,li,a,th,td,caption,label{
	font-family: "Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
}

a:link{color:#0000ff;text-decoration:none;}
a:visited{color:#0000ff;text-decoration:none;}
a:hover {color:#0000ff;}
a:active {color:#0000ff;}

.ss a{font-size:9px;}


body {
	background-color: #fff;
    text-align: center;
}

#wrapper {
	width: 770px;
	margin: 30px auto 0;
	background-color: #ddd;
	overflow: hidden;
}



h3 {
	font-size: 24px;
	font-weight: bold;
	margin:10px 0 30px;
}


.box {
	width: 600px;
	margin: 50px auto 50px;
	padding: 15px 10px 10px;
	background-color: #fe9099;
}



ul {
	list-style-type: none;
	margin: 30px 0 20px;
}

li {
	margin: 0 0 3px;
	font-size: 24px;
}

li a {
	font-size: 24px;
	font-weight: bold;
}

#footer a:link{color:#fd1070}
#footer a:visited{color:#fd1070}
#footer a:hover{color:#fd1070}
#footer a:active{color:#fd1070}