/*----------------------------------------
 全体
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: midium;
	text-align: center;
	background-color: #99cccc;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 1.6;
}
div#mainBlock {
	text-align: left;
	margin: 0 auto;
	width: 756px !important;
	width: 760px;
	background-color: #ffffff;
	border: 2px solid #0033cc;
}
a:link, a:visited {
	color: #3366cc;
}
a:hover {
	color: #003399;
}


/*----------------------------------------
 ヘッダー
----------------------------------------*/

div#TopBlock {
}
ul#Admin {
	height: 20px;
	padding-left: 20px;
}
ul#Admin li {
	width: 60px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}
ul#Admin li a:link, 
ul#Admin li a:visited {
	text-decoration: none;
	color: #000000;
}
ul#Admin li a:hover {
	color: #003399;
}
h1 {
	text-align: right;
	padding: 20px;
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
	background-color: #336699;
	color: #ffffff;
}
h1 a:link, 
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ccccff;
}
p#TopExplanation {
	text-align: center;
	margin-top: -20px;
	line-height: 20px;
	color: #ffffff;
}


/*----------------------------------------
 サイド
----------------------------------------*/

div#PluginBlock {
	width: 200px;
	float: left;
	font-size: 12px;
	padding-top: 20px;
}
div.PluginBox {
	padding-right: 20px;
	color: #ffffff;
}
.PluginBox p {
	border-top: 2px solid #0033cc;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #336699;
	font-size: 14px;
}
div.PluginContents {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #336699;
	min-height: 10px;
	height: auto!important;
	height: 10px;
}
.PluginContents a:link, 
.PluginContents a:visited {
	color: #ffffff;
}
.PluginContents a:hover {
	color: #ccccff;
}
/***********************************Calendar*/
table.CalendarMoveTable {
	width: 120px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
td.CalendarPrevTd{
	width: 20px;
}
td.CalendarNowTd{
	width: 80px;
}
td.CalendarNextTd{
	width: 20px;
}
table.CalendarTable {
	width: 120px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.CalendarTable tr td {
	text-align: center;
}

/*----------------------------------------
 メイン
----------------------------------------*/

div#EntryBlock {
	width: 556px;
	float: left;
}
ul.PageLinkBlock {
	height: 20px;
	text-align: right;
	font-size: 12px;
}
.PageLinkBlock li {
	float: right;
	line-height: 20px;
	padding-right: 20px;
	list-style-type: none;
}
.PageLinkBlock li.page {
}

/***********************************Entry*/
h2 {
	font-size: 24px;
	line-height: 38px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ccccff;
}
h2 a:link, 
h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #003366;
}
div.EntryTextBox {
	padding: 10px 20px;
}
h3 {
	margin-top: 8px;
	font-weight: bold;
}
.EntryTextBox pre {
	margin: 20px 0;
	border: 1px solid #ccccff;
	padding: 10px;
}
.EntryTextBox ul {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox ul li {
	list-style-type: circle;
	list-style-position: inside;
}
.EntryTextBox ol {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.EntryTextBox dl {
	margin: 20px 0;
	padding-left: 60px;
}
.EntryTextBox dl dd {
	padding-left: 20px;
}
p.ps {
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
}
p.EntryPsText {
	text-align: right;
}
dl.EntryFooter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	margin-bottom: 24px;
}
dl.EntryFooter dt {
	padding-right: 20px;
}
dl.EntryFooter dd {
	float: right;
	padding-right: 20px;
	border-bottom: 1px solid #0033cc;
}
.EntryFooter dd a:link, 
.EntryFooter dd a:visited {
	text-decoration: none;
}

/***********************************Comment*/
div.CommentBlock {
	margin-left: 20px;
	border-top: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
	border-left: 1px solid #0033cc;
	padding: 0 20px 20px 40px;
	margin-bottom: 20px;
}
h4 {
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
h5 {
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
dl.CommentTextBox {
}
.CommentTextBox dt {
	font-weight: bold;
}
.CommentTextBox dd {
}
dl.CommentFooter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
}
.CommentFooter dt {
}
.CommentFooter dd {
	float: right;
	padding-left: 20px;
}
dl.CommentResBox {
	margin-left: 100px;
}
.CommentResBox dt {
	font-weight: bold;
}
.CommentResBox dd {
}
dl.CommentResFooter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
}
.CommentResFooter dt {
}
.CommentResFooter dd {
}
dl.CommentFormBlock {
}
.CommentFormBlock dt {
	width: 100px;
	float: left;
}
.CommentFormBlock dd {
}
p.CommentFormSubmit {
	padding-left: 100px;
}

/***********************************Trackback*/
div.TrackbackBlock {
	margin-left: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 20px 20px 40px;
}
dl.TrackbackTextBox {
}
.TrackbackTextBox dt {
}
.TrackbackTextBox dd {
}
dl.TrackbackFooter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
}
.TrackbackFooter dt {
}
.TrackbackFooter dd {
}
dl.TrackbackMenu {
}
.TrackbackMenu dt {
}
.TrackbackMenu dd {
}


/*----------------------------------------
 フッター
----------------------------------------*/

div#FooterBlock {
	clear: both;
	border-top: 2px solid #0033cc;
	width: 756px;
}
address {
	text-align: right;
	margin-left: 200px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	background-color: #336699;
	color: #ffffff;
}
address a:link, 
address a:visited {
	text-decoration: none;
	color: #ffffff;
}
address a:hover {
	color: #ccccff;
}
ul#CM {
	list-style-type: none;
	height: 32px;
	margin-top: -32px;
	width: 200px;
}
#CM li {
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
}

