* { 
  margin            : 0 ;
  padding           : 0 ;
}

body {
  width             : 100% ;
	overflow-y        : scroll ;
  margin            : 0 auto ;
	text-align        : center ;
	background-color  : #99CCFF ;
}

/* body枠（780px） */
div#my_body{
  position          : relative ;
	width             : 780px ;
  margin            : 0 auto ;
	text-align        : center ;
  background-color  : #FFFFFF ;
}
/* ヘッダー枠 */
div#my_header{
  width             : 100% ;
	margin-bottom     : 1em ;
}

/* 管理メニュー枠 */
div.adminmenu {
	text-align        : right ;
	font-size         : xx-small ;
	margin-left       : 10px ;
	margin-right      : 10px ;
}

/* サイドメニュー枠 */
div#my_navigation {
  float             : left ;
  width             : 150px ;
  margin-top        : 1em ;
	text-align        : left;
}

/* コンテンツ枠 */
div#my_contents {
  float             : left ;
  width             : 625px ;
  margin-top        : 1em ;
	text-align        : left;
}

/* フッター枠 */
div#page_footer {
	clear            : both ;
  width            : 90% ;
  padding          : 10px ;
	margin           : 1em ;
	font-size        : 80%;
	text-align       : left;
}

/* フッター枠（not Footer Page） */
div.footer {
	border-top        : #000088 1px dotted ;
	text-align        : right ;
	font-size         : 50% ;
	font-style        : italic ;
	margin-left       : 10px ;
	margin-right      : 10px ;
}

/*******************************************************************/
/* my_header Text */
/* ヘッダー:見出し */
div#my_header h2 {
	color            : #99CCFF;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	text-decoration  : none;
	text-align       : left;
	margin-top       : 0px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
	padding-top      : 0px;
	padding-left     : 0pt;
	padding-bottom   : 0px;
	padding-right    : 0px;
}
div#my_header h2 a {
	color            : #99CCFF;
	text-decoration  : none;
}
div#my_header h3 {
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	border-left   : #FFFFFF;
	border-top    : #FFFFFF;
	border-right  : #FFFFFF;
	border-bottom : #FFFFFF;
	margin-top       : 0px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
	padding-top      : 0px;
	padding-left     : 0pt;
	padding-bottom   : 0px;
	padding-right    : 0px;
	text-decoration  : none;
	text-align       : left;
	color            : #99CCFF;
}
div#my_header h3 a {
	color            : #99CCFF;
	text-decoration  : none;
}
/* 段落 */
div#my_header p{
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 0px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
}
/* リンク */
div#my_header p a {
	color            : #99CCFF;
}
div#my_header p a:hover {
  color            : #0033CC;
	background-color : #DDDDDD;
}
div#my_header ul {
	text-align        : right;
}
div#my_header ul li{
  list-style-type   : none;
}
/*******************************************************************/
/* Contet Text */
/* ページ名 */
h1 {
	text-align       : right;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}

/* 段落 */
div#my_contents p{
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 1em;
	margin-left      : 2px;
	margin-bottom    : 10px;
	margin-right     : 1px;
  line-height      : 1.2;
  text-indent      : 1em;
}

/* 見出し１ */
div#my_contents h2 {
	color            : #000000;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	margin-top       : 0px;
	margin-left      : 0px;
	margin-bottom    : 0px;
	margin-right     : 0px;
	padding-top      : 0.3em;
	padding-left     : 4pt;
	padding-bottom   : 0px;
	padding-right    : 0px;
	border-bottom    : #0033CC 1px solid;
}

div#my_contents h2 a {
	color            : #000000;
  text-decoration  : none;
	border-bottom : #0033CC 1px solid;
}

/* 見出し２ */
div#my_contents h3 {
	border-bottom : #0033CC 1px dotted;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 3pt;
  margin-top: 15px;
	margin-bottom : 5px;
	text-decoration  : none;
}

div#my_contents h3 a:hover{
	color            : black;
	text-decoration  : none;
}

/* 見出し３ */
div#my_contents h4 {
	border-left   : #99CCFF 10px solid;
	border-right  : none;
	border-top    : none;
	border-bottom : #99CCFF 1px dotted;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 4px;
	margin-left   : 5px;
	margin-top    : 1em;
	margin-bottom : 3px;
	margin-right  : 0px;
	text-decoration  : none;
}

div#my_contents h4 a:hover{
	color            : black;
	text-decoration  : none;
}

/* テキスト装飾 */

/* 引用 */
div#my_contents blockquote {
     text-indent: 25px;
     background-color:  #FFFFCC;
     background-position: 0 2px;
     background-repeat: no-repeat;
     font-size: 80%;
     padding:15px;
     margin:10px;
}
div#my_contents blockquote p {
     display: inline;
     margin: 0;
     padding-right: 24px;
     background-position: bottom right;
     background-repeat: no-repeat;
}

/* 説明 */
div#my_contents dt {
	border-bottom     : #4444FF 1px dotted;
	margin-bottom     : 5px;
	margin-left       : 1em;
	font-weight       : bold;
}

div#my_contents dd {
	margin-left   : 20pt;
	margin-bottom : 5pt;
}

/* 項目(リスト） */
div#my_contents ul{
	padding-top      : 0px;
	padding-left     : 1em;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 1px;
	margin-left      : 20px;
	margin-bottom    : 1px;
	margin-right     : 0px;
}

div#my_contents ul li{
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 1px;
	margin-left      : 2px;
	margin-bottom    : 1px;
	margin-right     : 0px;
  list-style-type: disc;
}
div#my_contents ul li li{
  list-style-type: circle;
}
div#my_contents ul li li li{
  list-style-type: square;
}

div#my_contents ol{
	padding-top      : 0px;
	padding-left     : 1em;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 1px;
	margin-left      : 20px;
	margin-bottom    : 1px;
	margin-right     : 0px;
}
div#my_contents ol li{
	padding-top      : 0px;
	padding-left     : 0px;
	padding-bottom   : 0px;
	padding-right    : 0px;
	margin-top       : 1px;
	margin-left      : 2px;
	margin-bottom    : 1px;
	margin-right     : 0px;
  list-style-type: decimal;
}
div#my_contents ol li li{
  list-style-type: upper-roman;
}
div#my_contents ol li li li{
  list-style-type: lower-roman;
}

/* 整形済テキスト */
div#my_contents pre {
	border            : #888888 1px solid;
	padding           : 4px ;
	margin            : 10px ;
}

/* 水平線 */
div#my_contents hr {
}

/* テーブル */
div#my_contents table {
	border            : #888888 2px solid;
	margin-left      : 1em;
}

div#my_contents th {
	border            : #888888 1px solid;
	background-color  : #88AAFF;
}
div#my_contents td {
	border            : #888888 1px solid;
}

/* calendar plugin */
table.calendar {
	font-size: 90%;
	line-height: 1.1em;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

table.calendar td.calendar-prev-month,
table.calendar td.calendar-current-month,
table.calendar td.calendar-next-month {
	text-align: center;
}

.calendar-sunday {
	color: #f00;
}

.calendar-saturday {
	color: #00f;
}

.calendar-weekday {
	color: #000;
}

.calendar-prev-month, .calendar-current-month, .calendar-next-month,
.calendar-sunday, .calendar-weekday, .calendar-saturday {
	background-color : #88AAFF;
}
/*******************************************************************/
/* サイドメニュー */
div#my_navigation ul {
  margin            : 0 ;
  padding           : 0 ;
  list-style-type   : none ;
}
div#my_navigation li {
  display           : inline ;
  padding           : 0 ;
  margin            : 0 ;
}
div#my_navigation a {
  height            : 1.7em ;
  display           : block ;
  border-left       : 10px solid #CCFF00 ;
  background-color  : #FFFFFF ;
  font-size         : x-small ;
  padding           : 0.1em 0 0.1em 0.5em ;
  text-decoration   : none ;
  color             : #557 ;
  width             : 135px ; 
  margin            : 0px 0px ;
}
div#my_navigation a:hover {
  display           : block ; 
  border-left       : 10px solid #FFFFCC ;
  background-color  : #FFFFFF ;
  font-size         : x-small ;
  padding           : 0.1em 0 0.1em 0.5em ;
  text-decoration   : none ;
  color             : #575 ;
  width             : 135px ; 
  margin            : 0px 0px;
  height            : 1.7em;
}
div#my_navigation h2 {
  margin            : 0 ;
  border-left       : 10px solid #99CC00 ;
  font-size         : small ;
  padding           : 0.1em 0 0.1em 0.5em ;
  color             : #557 ;
  background-color  : #FFFFCC ;
  width             : 130px ; 
  margin            : 0px 0px;
  height            : 1.7em;
}
/*******************************************************************/
/* ページフッター */
/* 段落 */
div#page_footer p {
	padding           : 0.5em ;
  margin-bottom     : 0.5em ;
	background-color  : #FFFFCC ;
	border            : #99CC00 1px solid;
}

/*******************************************************************/
@media print {
  div#my_body{
  	width            : 100%;
  }
  div#my_body{
  	width            : 100%;
  	border-top       : none;
  }
  div#my_contents {
  	width            : 100%;
  	border-left       : none;
  }
	div#my_header {
		display: none;
	}
	div#page_footer {
	}
	div#my_navigation {
		display: none;
	}
	div.adminmenu {
		display: none;
	}
	div.footer {
		display: none;
	}
	h1 {
		display: none;
	}
	a.partedit {
		display: none;
	}
}
