/*----------------------------------------
 全体
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 1.6;
}
a:link, a:visited {
	color: #3366cc;
}
a:hover {
	color: #003399;
}


/*----------------------------------------
 ヘッダー
----------------------------------------*/

div#TopBlock {
	border-bottom: 2px solid #0033cc;
}
ul#Admin {
	width: 120px;
	float: right;
	height: 90px;
	background-color: #ffffff;
}
ul#Admin li {
	margin-left: 20px;
	line-height: 30px;
	list-style-type: none;
	color: #666666;
}
ul#Admin li a:link, 
ul#Admin li a:visited {
	text-decoration: none;
	color: #666666;
}
ul#Admin li a:hover {
	color: #333366;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: right;
	margin-right: 120px;
	border-right: 2px solid #0033cc;
	padding-right: 40px;
	background-color: #336699;
	color: #ffffff;
}
h1 a:link, 
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ccccff;
}
p#TopExplanation {
	line-height: 20px;
	margin-top: -20px;
	margin-right: 120px;
	text-align: center;
	color: #ffffff;
}


/*----------------------------------------
 サイド
----------------------------------------*/

div#PluginBlock {
	width: 200px;
	float: left;
	font-size: 12px;
	color: #ffffff;
}
h6 {
	border-top: 8px solid #ccccff;
	padding-top: 12px;
	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: 140px;
	padding-left: 20px;
	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: 140px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.CalendarTable tr td {
	text-align: center;
}

/*----------------------------------------
 メイン
----------------------------------------*/

div#EntryBlock {
	margin-left: 220px;
}
ul.PageLinkBlock {
	height: 20px;
	text-align: right;
	font-size: 12px;
}
.PageLinkBlock li {
	float: right;
	line-height: 20px;
	padding-right: 20px;
	list-style-type: none;
}

/***********************************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 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.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 {
	margin-left: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	border-bottom: 1px solid #0033cc;
	margin-bottom: 20px;
}
dl.EntryFooter dt {
	padding-right: 20px;
}
dl.EntryFooter dd {
	float: right;
	padding-right: 20px;
}
.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;
	border-bottom: 1px solid #0033cc;
	margin-bottom: 20px;
}
.CommentFooter dt {
}
.CommentFooter dd {
	float: right;
	padding-left: 10px;
}
dl.CommentResBox {
	margin-left: 100px;
}
.CommentResBox dt {
	font-weight: bold;
}
.CommentResBox dd {
}
dl.CommentResFooter {
	text-align: right;
	margin-left: 100px;
	border-bottom: 1px solid #0033cc;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	margin-bottom: 20px;
}
.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;
	border-bottom: 1px solid #0033cc;
	margin-bottom: 20px;
}
.TrackbackFooter dt {
}
.TrackbackFooter dd {
}
dl.TrackbackMenu {
}
.TrackbackMenu dt {
}
.TrackbackMenu dd {
}


/*----------------------------------------
 フッター
----------------------------------------*/

div#FooterBlock {
	clear: both;
	border-top: 2px solid #0033cc;
	background-color: #336699;
}
ul#CM {
	list-style-type: none;
	margin-left: 200px;
	height: 20px;
	background-color: #ffffff;
	color: #666666;
}
#CM li {
	padding-top: 2px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 16px;
	float: right;
}
address {
	margin-left: 200px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	color: #666666;
}
address a:link, 
address a:visited {
	text-decoration: none;
	color: #666666;
}
address a:hover {
	color: #333366;
}

