@charset "Shift_JIS"l
/* CSS Document */


/* common 初期化   -------------------------------------------------*/

* {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin:0;
  padding:0;
}

html, body {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

table, caption, th, td {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

hr {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  font-size: 100%;
}

iframe {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/*form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}*/

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  font-family:"ＭＳ ゴシック", "Osaka−等幅";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}

/* base style -------------------------------------------------*/

body {
	font-size:small;
	color:#666666;
	background:url(./images/all_back.gif) repeat-y center top;
	padding:0px;
	margin:0px auto;
	text-align:center;
	width:760px;
}

td,th {
	font-size:small;
	line-height:150%;
}

p {
	font-size:small;
	line-height:150%;
	margin:5px;
}

a {
	color:#F068A1;
}

/* header -----------------------------------------------------*/

div#header {
	width:740px;
	height:210px;
	margin:0px auto;
	padding:0 10px;
	text-align:center;
	background:#FFFFFF url(./images/head_back.jpg) bottom no-repeat;
}

div#header h1 {
	text-align:left;
	text-indent:-9999px;
	padding-top:10px;
}

div#header h1 a {
	margin:0px;
	height:200px;
	width:200px;
	display:block;
	outline:none;
}

div#header h2 {
	text-align:left;
	line-height:150%;
	margin-top:4px;
}

/* content style --------------------------------------------------*/

div#content {
	width:540px;
	margin:0px auto;
	text-align:center;
	padding:10px 5px;
	float:right;
}

div#content div.entry {
	width:530px;
	padding:0 5px;
}

div#content div.entry h2 {
	color:#FFFFFF;
	background: url(./images/title_img.gif);
	height:19px;
	padding:4px 30px;
	text-align:left;
	font-size:medium;
	font-weight:bold;
}

div#content div.entry h2 a {
	color:#FFFFFF;
	text-decoration:none;
}

div#content div.entry img {
	width:200px;
	border:10px solid #FFFFFF;
}

div#content div.entry p.article {
	text-align:left;
}

div#content div.entry p.foot {
	clear:both;
	color:#666666;
	background-color:#FFF3F3;
	border-top:1px solid #F068A1;
	border-bottom:1px solid #F068A1;
	font-weight:normal;
	margin-bottom:10px;
}

/* side style ---------------------------------------------------------*/
dl#side {
	width:200px;
	float:right;
	padding:10px 0px;
	text-align:left;
	margin:0px;
}

dl#side dt.topics,dt.calendar,dt.recent_entry,dt.recent_comment,dt.archive,dt.category {
	height:31px;
	text-indent:-99999px;
	margin-top:5px;
}

dt.profile {
	background:url(./images/profile_img.gif) top left no-repeat;
	height:31px;
	text-indent:-99999px;
}

dd.profile {
	padding:10px 0 10px 10px;
}

dt.topics {
	background:url(./images/topics_img.gif) top left no-repeat;
}

dt.calendar {
	background:url(./images/Calendar_img.gif) top left no-repeat;
}

/*↓カレンダー↓ -------------------*/
dd.calendar {
	padding:5px;
}

/*calendar：全体*/
dd.calendar table {
	width:190px;
	margin-bottom:5px;
	border-collapse:collapse;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/*calendar：前月・翌月*/
dd.calendar table caption {
	margin:5px 0;
	background-color:#FFF3F3;
	border-top:1px solid #F068A1;
	border-bottom:1px solid #F068A1;
}

dd.calendar table caption a {
	text-decoration:none;
}

/*calendar：曜日*/
dd.calendar table thead tr th {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align:center;
}

/*calendar：日付*/
dd.calendar table tbody tr td {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align:center;
}

dd.calendar table tbody tr td a {
	color:#666666;
	background-color:#A9D6FF;
}
/*↑カレンダー↑ -------------------*/

dt.recent_entry {
	background:url(./images/recent_entry_img.gif) top left no-repeat;
}

dd.recent_entry {
	margin:5px;
}

dd.recent_entry ul {
	list-style-type:none;
	padding-left:5px;
}

dd.recent_entry ul li {
	margin:10px 0px;
}

dd.recent_entry ul li a {
	text-decoration:none;
}

dt.recent_comment {
	background:url(./images/Recent_comment_img.gif) top left no-repeat;
}

dd.recent_comment ul {
	list-style-type:none;
	padding-left:10px;
}

dd.recent_comment ul li {
	margin:10px 0px;
}

dd.recent_comment ul li a {
	text-decoration:none;
}

dt.archive {
	background:url(./images/archive_img.gif) top left no-repeat;
}

dd.archive ul {
	list-style-type:none;
	padding-left:10px;
}

dd.archive ul li {
	margin:10px 0px;
}

dd.archive ul li a{
	text-decoration:none;
}

dt.category {
	background:url(./images/category_img.gif) top left no-repeat;
}

dd.category ul {
	list-style-type:none;
	padding-left:10px;
}

dd.category ul li {
	margin:10px 0px;
}

dd.category ul li a {
	text-decoration:none;
}

