@charset "utf-8";
/* CSS Document */
@import url(../../shared/css/style.css);
@import url(../../shared/css/elements.css);


#bodyArea {
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
a {
	color: #1E6099;
}

#omiyage{
	width:1024px;
	margin:0 auto;
}

#omiyage h1{
	margin-top:30px;
}

.souvenior{
	width:960px;
}

.souvenior tr td{
	padding:10px;
}

.souvenior tr td table tr td{
	padding:10px;
}

.souvenior tr td table tr td a{
	display:block;
	font-size:14px;
	margin-bottom:8px;
}
#settei {
	width: 720px;
	margin: 40px auto 0px;
	padding: 20px 30px 30px;
	background-color: #f5fefe;
	border-radius: 10px;
	font-size: 14px;
}

#settei ul{
	list-style-type:decimal;
	padding-left:40px;
}