* {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	line-height: 140%;
}
select, input, textarea {
	font-size: 1em;
}
body {
	padding: 30px;
	font-size: 70%;
}
#container { width:820px; }
h1 {}
h1 small { font-weight:normal; font-size:0.7em;}
h2 {
	margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px dotted #dedede;
}
h3 {
	margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
}
.example {
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
ul {
	list-style-image: url(list-style.gif);
}
pre {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
code {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
}
#gallery {
	padding: 30px;
	background: #000;
}
#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}
#descriptions .ad-image-description {
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
	display: block;
}

.nishihara {
	width:89%;
	margin:0 auto 0 auto;
	padding:7px;
	background:#FFF;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	border:1px #CCC solid;
}
.txtcenter { text-align:center; }
.txtright { text-align:right }