@charset "utf-8";


/* base
----------------------------------------------------*/
body,div,
h1,h2,h3,h4,h5,h6,
p,ul,li,dl,dt,dd,table,th,td,img,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','MS UI Gothic',
						Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
}

img,
a img {
	border: none;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	color: #996600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #FE7F25;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

body {
	text-align: center;
	width: 990px;
	margin: 0 auto;
}


#container {
	position: relative;
	text-align: left;
}

img#ota_twitter {
	position: absolute;
	top: 336px;
	left: 836px;
}
img#ota_facebook {
	position: absolute;
	top: 372px;
	left: 836px;
}

#blogRss #list-01 {
	position: absolute;
	top: 303px;
	left: 35px;
	width: 285px;
	height: 199px;
	overflow: hidden;
	overflow-y: scroll;
}
#blogRss #list-01 li {
	margin: 0 0 5px;
	padding: 5px 5px 8px;
	border-bottom: 1px dotted #666;
	list-style: none;
	font-size: 13px;
}

#event_photo {
	position: absolute;
	top: 615px;
	left: 95px;
}

#twitter {
	position: absolute;
	top: 878px;
	left: 65px;
}
