#container {
	width: 940px;
	margin: auto;
	color: #666;
	font-family:Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Arial, Geneva, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #666666;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}
a:link {
	color: #007bbb;
	text-decoration: none;
}
a:visited {
	color: #007bbb;
	text-decoration: none;
}
a:hover {
	color: #007bbb;
	text-decoration: underline;
}
.fb a:link {
	color: #4060a0;
	text-decoration: none;
}
.fb a:visited {
	color: #4060a0;
	text-decoration: none;
}
.fb a:hover {
	color: #4060a0;
	text-decoration: underline;
}
p {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	line-height: 175%
}
.flexslider p {
	margin: 0;
	line-height: 150%
}
img {
	border: none;
}
.selected {
	color:#0099FF;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
dl{
	margin-top : 10px;
	margin-bottom: 35px;
}
dt{
	float : left;
	padding-left : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width : 70px;
	line-height: 1.5em;
}
dd{
	margin-left : 70px;
	padding-left : 0px;
	margin-bottom : 5px;
	line-height: 1.5em;
}
.highlight {
	background-color: #FF9;
}
.marginbottom25 {
	margin-bottom: 25px;
}