body     {
  color: black;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#inbox     {
	margin:5px auto;
	width: 760px;
	text-align:left;
	padding: 0px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}
#banner {
	background-color: #58b03f;
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header_bg.jpg);
	vertical-align: middle;
}
#banner_l  {
  background-color: transparent;
  float:left;
  width:400px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}  
#banner_home  {
	float:left;
	width:450px;
	margin:0px 0px 10px;
	padding: 0px 30px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 170%;
	font-weight: bold;
	color: #333333;
	height: 22px;
	clear: both;
}
#searcharea  {
	background-color: transparent;
	float:right;
	width:300px;
	text-align:right;
	padding: 15px 10px 0px 0px;
	clear: right;
	font-size: 12px;
}
#pagearea  {
	background-color: transparent;
	float:left;
	width:760px;
	margin:0px;
	text-align:right;
	clear: both;
	padding-right: 30px;
}
#side {
	float:right;
	width:170px;
	clear: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#main {
	float:left;
	width:500px;
	right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer {
	background-color: #58b03f;
	width: 760px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header_bg.jpg);
}


a:link      { color: #000066; text-decoration: underline}
a:visited   { color: #660099; text-decoration: underline}
a:active   { color: #c00; text-decoration: none }
a:hover   {color:#FF6633; text-decoration: underline;}

a.button:link {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:visited {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:active {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:hover {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

h1 {
	margin: 10px 0px 5px 10px;
	font-size: 16px;
	color: #FFFFFF;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 3px 0px;
	list-style-type: none;
	text-indent: -5px;
}

.site_title     {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 0px 5px 5pt
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover  {
	color: #FFFFCC;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.description    {
	color: white;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 0px 8px
}

.entry  {
  margin: 0px 0px 20px
}

.entry_admin {
  margin: 0px 0px 0px 10px;
}

.entry_date {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 3px;
	padding: 0px;
	border: #444444;
	width: 500px;
	float: none;
}

.entry_title     {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 2px 2px 2px 5px;
	width: 500px;
	float: left;
	margin: 0px 0px 3px;
	background-image: url(images/entry_title_bg.gif);
	background-repeat: no-repeat;
}

.entry_body   {
	font-size: 12px;
	line-height: 170%;
	margin: 5px 0px;
	width: 500px;
	padding: 0px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry_author    {
	color: #999999;
	font-size: 11px;
	text-align: right;
	margin: 5px 10px 5px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry_more   {
	color: #333333;
	font-size: 11px;
	line-height: 170%;
	margin: 15px 30px 10px 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry_state {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 20px 0px 25px;
	text-align: right;
	padding-right: 10px;
}

blockquote {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
  }

.pict {
  float: right;
  border-width: 3px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


.linktitle   {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 0px 0px;
	background-image: url(images/link_title_bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	clear: both;
	float: none;
}

.linktitle_a  {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px 30px 15px 20px
}
.linktext   {
	color: #333333;
	font-size: 10px;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
治疾芝??;
	margin: 0px;
	clear: both;
	float: none;
	background-color: #DFEEBD;
	width: 170px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.nextpage   {
	color: #333333;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
治疾芝??;
	padding: 0px;
	clear: both;
	float: right;
	width: 500px;
	text-align: right;
	margin: 0px;
}
.qr   {
	color: #369;
	background-color: #CCCCCC;
	font-size: 11px;
	line-height: 170%;
	margin: 15px 0px 0px 3px;
	padding: 3px 3px 3px 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.affiliate   {
	color: #369;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
治疾芝??;
	margin: 10px 0px 0px 3px;
	padding: 3px 3px 3px 3px;
}

/* SEARCH---------------------------------------------------------------------- */
.search  {
	color: white;
	font-size: 11px;
	line-height: 170%;
	margin: 20px 0px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
	color: #333333;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align:right;
}


/* CLOCK---------------------------------------------------------------------- */
.clock      {
	color: black;
	font-size: 11px;
	background-color: transparent;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
	border: 0px;
	width: 170px;
	height: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: none;
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
	color: #666666;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0pt 0px 0pt 0px
}

.cell       {
  color: #333333;
  font-size: 10px;
  font-family: Verdana;
  background: #FFFAE3 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family: Verdana;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #333333;
  font-size: 9px;
  font-family: "Verdana";
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #333333;
  font-size: 9px;
  font-family: "Verdana";
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*磁遮磁自治湿磁狡釈柴?---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

