@charset "utf-8";
@import url("reset.css");
body {
	background:#e4e8f3  url(../image/onaka.png) no-repeat right bottom fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 960px;
}
#wrapper #left {
	width: 300px;
}
#wrapper #left #header .title {
	height: 250px;
	width: 300px;
	background: none;
	margin-left: -10px;
}
#wrapper #left #header .title a {
	background: url(../image/title.png);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#wrapper #left #header p {
	background: rgba(255, 255, 255, 0.6);
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
#wrapper #left #nav {
	font-size: 14px;
}
#wrapper #left #nav ul li a {
	border-radius: 0 15px 15px 0;        /* CSS3草案 */
	-webkit-border-radius: 0 15px 15px 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0 15px 15px 0;   /* Firefox用 */
	font-weight: bold;
	background: #0097C1;
	display: block;
	padding: 8px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #e4e8f3;
	/* box-shadow */
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
}
#wrapper #left #nav ul li a:hover {
	color: #ff6a6a;
	background: #e4e8f3;
}
#wrapper #left #nav ul li ul li a {
	font-weight: normal;
	background: #535aea;
	padding: 6px;
	margin-right: 30px;
}
#wrapper #left #nav ul li ul {
	margin-bottom: 10px;
}
#wrapper #left #column {
	background: #535aea;
	padding: 10px;
	font-size: 12px;
	line-height: 1.8em;
	border-radius: 0 15px 15px 0;        /* CSS3草案 */
	-webkit-border-radius: 0 15px 15px 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0 15px 15px 0;   /* Firefox用 */
	/* box-shadow */
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) -3px 1px 3px 0px;
}
#wrapper #left #column p strong {
	font-weight: bold;
	color: #FFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#wrapper #right {
	background: rgba(255, 255, 255, 0.6);
	float: right;
	width: 600px;
	margin: 20px 0px;
}
#wrapper #right #content {
	padding: 0px 20px 20px;
	font-size: 14px;
	line-height: 1.8em;
}
#wrapper #right #content article p {
	margin: 15px 0px;
}
#wrapper #right #content article h1 {
	background: #e4e8f3;
	padding: 20px;
	margin: 0px -20px 20px;
	font-size: 30px;
	color: #333;
	letter-spacing:0.1em;
	border-top: 10px solid #026CBB;
}
#wrapper #right #content article h2 {
	font-size: 26px;
	padding-bottom: 10px;
	margin: 30px 0px 20px;
	color: #333;
	border-bottom: 3px solid #e4e8f3;
}
#wrapper #right #content article h3 {
	font-size: 24px;
	background: #e4e8f3;
	color: #333;
	padding: 5px 10px;
	margin: 25px 0px 15px;
}
#wrapper #right #content article h4 {
	border-left: 5px solid #026CBB;
	font-size: 20px;
	padding-left: 8px;
	margin: 15px 0px;
}
#wrapper #right #content article blockquote {
	background: #FFF;
	padding: 30px;
	margin: 30px;
}
#article table, article dl, article ul, article ol {
	margin: 30px 0px;
}
#wrapper #right #content article table tr th {
	color: #FFF;
	background: #0097C1;
	padding: 3px;
	border: 1px solid #666;
}
#wrapper #right #content article table tr td {
	padding: 3px;
	border: 1px solid #666;
}
#wrapper #right #content article dt {
	text-decoration: underline;
	color: #026CBB;
	font-weight: bold;
	margin-bottom: 5px;
}
#wrapper #right #content article dd {
	margin-bottom: 15px;
	margin-left: 30px;
}
#wrapper #right #content article section ul {
	padding-left: 30px;
	list-style: disc;
}

#wrapper #right #footer {
	background: #e4e8f3;
	padding: 10px 20px;
	color: #333;
	text-align: right;
}
