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

/* ###### bodyの設定 ######################## */
body {
	margin : 0;
	padding : 0;
	font-family:'メイリオ', Meiryo, sans-serif, 'Osaka', 'ＭＳ Ｐゴシック';
	font-size : medium;
}
#wrapper{
	margin: 0 auto 0 auto;
}
#header{
	color: #333;
	margin: 15px 0;
	padding: 5px;
	background-color: #FFC;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.gazo{
	float: left;
	margin : 0 7px 20px 7px;
	line-height: 1em;
	font-weight: bold;
	}				
	
/* ###### 画像(img)の設定 ######################## */
img {
	padding : 0;
	margin:0;
	border : 0;
}

/* ###### リンクの設定 ######################## */
a {
	text-decoration : none;
	color : #FF9933;
}

a:link {
	text-decoration : none;
}

a:active {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : none;
	color:#FF0000;
}