@charset "utf-8";
/* CSS Document */

/*-- 共通設定 --*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}
img{
	border: none;
}

/*-- body --*/
body{
	background-color: #EBC154;
	text-align: center;
}

a:link{
	text-decoration: none;
	color: #900;
	background-color: #FFF;
}
a:visited{
	text-decoration: none;
	color: #960;
	background-color: #FFF;
}
a:hover{
	text-decoration: none;
	background-color: #FC3;
}


#wrapper{
	width: 1152px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

/* header */

#header{
	width: 300px;
	float: left;
	margin-top: 5px;
}

#header img{
	height: 100px;
	background-color: #C93;
}


/* menu */

#menu{
	width: auto;
}
#menu ul{
	margin-left: 10px;
}
#menu ul li{
	margin-top: 65px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 25px;
	list-style: url(../images/smile_icon.jpg) inside;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}


/* main */

#main{
	clear: both;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

/* left_box */


/* center_box */


/* right_box */


/* footer */

#footer{
	margin-top: 20px;
	clear: both;
	padding: 10px;
}
#footer img{
	text-align: center;
	height: 100px;
}
#footer p{
	font-size: 10px;
	color: #F60;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 20px;
}