#html {
#	overflow-y: scroll;
#}

#body {
#	line-height: 1.4;
#	margin: 0 auto;
#	padding: 10px;
#	background-color: #EEEEEE;
#	color: #000000;
#	font-size: 80%;
#	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
#}


h1 {
	line-height: 1.0;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}

p {
	margin: 10px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 20px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
	border-top: 1px solid #999999;
}

table {
	margin: 15px 0;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px 0;
}

form {
	margin-bottom: 20px;
}
form legend {
	display: none;
}
form dl dd {
	margin: 0 0 10px 0;
}
form dl dd input, form dl dd textarea {
	padding: 4px;
}
form dl dd select {
	padding: 2px;
}
form ul {
	margin: 15px 0;
}
form ul li {
	list-style: none;
}
form p {
	margin: 20px 0;
}
form p input {
	padding: 3px 10px;
}

img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

/********* 基本構造 *************************************************/

div#container {
	width: 97%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666666;
	#background-color: #FFFFFF;
        background-color: #6eb7db;
	
	/* float 高さ認識対策*/
	overflow: hidden;
}

div#container_left {
	width: 75%;
	margin: 0;
	padding: 0;
	float: left;
}

div#container_right {
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
}

div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/********* メニュー *************************************************/

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 5px 0;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* 記事一覧 *************************************************/

div#article h2 {
	display: none;
}
div#article div.article {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #AAAAAA;
}
div#article ul.info {
	margin: 0;
	text-align: right;
}
div#article ul.info li {
	display: inline;
	margin-left: 5px;
}

div#article ul.tag {
	margin: 0;
	text-align: left;
}
div#article ul.tag li {
	display: inline;
	margin-left: 5px;
}

/********* コメント一覧 *********************************************/

div#comment ul.info {
	margin: 0;
	text-align: right;
}
div#comment ul.info li {
	display: inline;
}

/********* トラックバック一覧 ***************************************/

div#trackback ul.info {
	margin: 0;
	text-align: right;
}
div#trackback ul.info li {
	display: inline;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* 設定編集 *************************************************/

div#config form div.data h3 {
	margin: 20px 0 15px 0;
	padding: 3px;
	background-color: #EEEEEE;
}

/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	width: 590px;
	text-align: left;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}

/********* カレンダーの設定 ************************************************/

table.calender {
	margin: 0;
	width: 100%;
	border: 0px solid #000000;
}
table.calender tr th, table.calender tr td {
	padding: 2%;
	border: 0px solid #000000;
	#background-color: #FFFFFF;
        background-color: #6eb7db;
	font-weight: normal;
	text-align: center;
}
table.calender tr td span.day {
	color: #222222;
}
table.calender tr td span.satday {
	color: #2222CC;
}
table.calender tr td span.sunday {
	color: #CC2222;
}
ul.calender {
	margin: 10px 0 20px 0;
}
ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}