@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 40px;
	margin-top: 13px;
	margin-right: 40px;
	margin-bottom: 31px;
	background-color: #FFF;
	text-align: left;
	font-family: sans-serif;
	font-size: small;
	line-height: 1.8;
	color: #333;
}
h1 {
	/*color: #333;*/
	font-size: 24px;
	margin-top: 30px;
}
h2 {
	/*color: #333;*/
	font-size: 20px;
	margin-top: 50px;
	border-bottom-style: solid;
	border-width: thin;
}
h3 {
	/*color: #333;*/
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 0px;
}
h4 {
	font-size: small;
}
h5 {
	color: #666;
	font-weight: normal;
	font-size: 10px;
	margin-top: 24px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #666;
	font-size: 10px;
	padding: 3px 7px;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-size: 10px;
	padding: 3px 7px;
}
a:hover {
	text-decoration: underline;
	color: #666;
	font-size: 10px;
	padding: 3px 7px;
}
a:active {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	background-color: #999;
	padding: 3px 7px;
}
.dammy {
	font-family: sans-serif;
	color: #fff;
	font-size: 10px;
	padding: 3px 7px;
}
.dammy2 {
	font-family: sans-serif;
	color: #fff;
	font-size: 10px;
	padding: 3px 0px;
}
.title {
	font-family: sans-serif;
	color: red;
	font-size: small;
}
.copy {
	font-family: sans-serif;
	color: #666;
	font-size: 10px;
}
.notice {
	border:solid #666666;
	border-width:1px 1px 1px 1px;
	background-color: #ccc;/*#f5f5f5*/
	font-family:sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(66, 66, 99, 0.5);
	/*-webkit-box-shadow: 5px 3px 7px #999;*//*5px 3px 5px #666*/
	/*-moz-box-shadow: 5px 3px 7px #999;
	box-shadow: 5px 3px 7px #999;*/
	
	/*color: rgba(66, 66, 99, 0.5);*/
}
.coution {
	border:solid red;
	border-width:1px 1px 1px 1px;
	/*font-family:sans-serif;
	font-size: medium;
	color: #333;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 3px 2px 5px #999;
	filter: dropshadow(color=#999, offx=3, offy=2);
}
.column {
	border:solid #666666;
	border-width:1px 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #99cccc;
	font-family:sans-serif;
	/*color: #333;*/
}
.xcode31 {
	border:solid #669966;
	border-width:1px 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#CCFFCC;
	font-family:sans-serif;
	/*color: #333;*/
}
pre {
	background:#f1f5f9;
	/* overflow:auto MacIE5だとpreが消える!! */;
	border:solid #c9d1d7;
	border-width:1px 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Courier;
	/*line-height: 1.8;*/
	/*color: #333;*/
}
code {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Courier;
	line-height: 1.2;
}