* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: "MS PGothic",Osaka,Arial,sans-serif;
	text-indent: 0;
	text-align: justify;
	list-style: none;
}
html {
	background-color: #ccf;
}
body {
	background-color: #fff;
	width: 770px;
	margin: 20px auto 20px;
	border: 4px double #669;
	padding-bottom: 1em;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	border-left: 10px solid #669;
	border-right: 10px solid #669;
	background-color: #99f;
}
h1 a, h1 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.links {
	padding-left: 1em;
	border-left: 10px solid #669;
	border-right: 10px solid #669;
	background-color: #99f;
	font-size: 75%;
	line-height: 2em;
}
.links dd {
	margin: 0 1em 0 0;
	display:inline;
	padding-left: 0.3em;
	border-left: 2px solid #669;
}
.adsenselink {
	clear: both;
	margin: 0 auto 1em;
	text-align: center;
	background-color: #99f;
	border-left: 10px solid #669;
	border-right: 10px solid #669;
}
.adsenselink iframe {
	display: block;
	margin: 0 auto;
	background-color: #99f;
}

h2 {
	clear: both;
	margin: 1.5em 0 1em;
	border-style: solid;
	border-color: #669;
	border-width: 2px 0;
	padding-left: 1em;
	background-color: #99f;
	font-size: 110%;
	font-weight: bold;
	line-height: 2em;
}
h2 a, h2 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	clear: both;
	margin: 1.5em 1em 1em;
	border-style: solid;
	border-color: #669;
	border-width: 2px 0;
	padding: 0.2em 1em;
	background-color: #99f;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5em;
}
h3 a, h3 a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
p {
	text-indent: 1em;
	line-height: 1.3em;
	margin: 1em 1em;
}
p.noindent {
	text-indent: 0;
}
p em {
	font-weight: bold;
}
p.notice {
	text-indent: 0;
	border: 2px solid #669;
	background-color: #ccf;
	padding: 5px;
}
p.notice span {
	color: #f00;
	font-weight: bold;
}

ul.dot {
	margin: 0 1em;
}
ul.dot li {
	list-style: outside disc;
	margin-left: 2.5em;
	line-height: 1.3em;
}
ul.square {
	margin: 0 0 0 1em;
}
ul.square li {
	list-style: outside square;
	margin-left: 2.5em;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
ul.circle {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
ul.circle li {
	list-style: outside circle;
	margin-left: 2.5em;
	line-height: 1.3em;
	margin-bottom: 0;
}


.picture {
	width: 470px;
	margin:0 auto 0.5em;
	background:#669;
	font-size:88.8%;
	line-height:1.3em;
	padding:10px 0;
}
.picture dt {
	margin-bottom: 3px;
}
.picture dt img {
	display: block;
	margin: 0 10px;
	border: 1px solid #000;
}
.picture dt.preparation {
	position: relative;
	margin: 0 10px;
	width: 450px;
	height: 6em;
	background:#000;
}
.picture dt.preparation span {
	position:absolute;
	top: 2.5em;
	left: 20px;
	color: #fff;
}
.picture dd {
	margin: 0.2em 10px 0;
	color: #fff;
}
.picture dd a, #main .screen dd a:hover {
	color:#fff;
}
.picturenotice {
	background-color: #b88;
}
.readall {
	text-align: right;
}
.adsense {
	margin: 1em auto;
	text-align: center;
	background-color:#669;
}
.adsense iframe {
	display: block;
	margin: 0 auto;
}
.adsenserectangle {
	margin: 2em auto 1em;
	text-align: center;
}
.adsenserectangle iframe{
	display: block;
	margin: 0 auto;
	background-color: #99f;
}
#copyright{
	clear: both;
	margin: 1em auto 0.2em;
	font-family: Arial,sans-serif;
	font-size: 88.8%;
	text-align: center;
}
#copyright * {
	font-family: Arial,sans-serif;
}
#cse-search-box {
	width: 100%;
}
#cse-search-box div{
	width: 100%;
	margin: 1em auto;
	text-align: center;
}

#cse-search-box div input.box{
	width:80%;
}