@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: #ffffff;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 14px;
	color: #464646;
}

h1, h2, h3, h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 25px;
}

h1 a {
	text-decoration:none;
}

/*
h2 {
	margin: 0px;
	font-size:14px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
}
*/

h2,h3, h4 {
	font-size: 18px;
	padding: 5px 0px 5px 10px;
	margin-bottom:10px;
	font-weight: normal;
	background-color:#999;
	color:#FFF;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	text-align: justify;
}

a {
	color:#111;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

/* Menu */

#menu {
	float: right;
	width:200px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin:0 0 6px 0;
}

#menu a {
	display:block;
	color: #066;
	letter-spacing: -1px;
	text-decoration: none;
	text-align:left;
	text-transform: lowercase;
	padding:7px;
	font-size: 14px;
	font-weight: normal;
	border:solid 1px #066;
}

#menu a:hover {
	padding:7px;
	text-decoration: none;
	color: #FFFFFF;
	background: #066;
	border:dotted 1px #066;
}

#splash {
	width: 720px;
	height: 200px;
	margin: 0px auto;
}

#splash .col1 {
	float: left;
	width: 500px;
}

#splash .menu {
	float: right;
	width: 280px;
}

/* Page */
#page {
	width: 720px;
	margin: 0 auto 30px auto;
	padding: 20px 0 0 0;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

/* Post */

.post {
	padding: 30px 40px;
	background-color:#FFFFFF;
	border:double #cccccc;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Footer */

#footer {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
