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


/* common ‰Šú‰»   -------------------------------------------------*/

* {
  font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin:0;
  padding:0;
}

html, body {
  font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  background: #F7F7F7;
   margin:0;
  padding:0;
}


h1, h2, h3, h4, h5, h6, address {
  font-family:"‚l‚r ƒSƒVƒbƒN", "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:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

table, caption, th, td {
  font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

hr {
  font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin: 0;
  padding: 0;
  font-size: 100%;
}

iframe {
  font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/*form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  font-family:"‚l‚r ƒSƒVƒbƒN", "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:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}

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

body:after {
	/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

body {
	font-size: 80%;
	margin: auto;
	width: 860px;
	background: url(./images/back_image.gif) repeat-y;
}

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

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

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


div#header {
	background: url(./images/header.gif) no-repeat;
	width:760px;
	height:95px;
	margin: 0 0 0 30px;
}

div#header h1 {
	text-indent: -9999px;
}

div#header h1 a{
	font-size:x-large;
	font-weight:bold;
	margin:0px;
	color:#FF6600;
	text-decoration:none;
}

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

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

div#content {
	width:526px;
	margin: 10px 78px 0 0;
	float:right;
	display: inline;
}

div#content div.entry {
	width:528px;
}

div#content div.entry h2 {
	background: url(./images/long.gif) no-repeat;
	width: 511px;
	height: 21px;
	padding: 7px 0 0 15px;
}

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

div#content div.entry img {
	margin: 5px 10px 0 10px;
}

div#content div.entry p.image {
	font-size:small;
	font-weight:normal;
	line-height:150%;
	color:#333333;
}

div#content div.entry p.article {
	text-align :left;
	color: #4C4C4C;
	margin: 5px 0 0 8px;
}

div#content div.entry p.foot {
	margin: 0 0 5px 22px;
}

div#content div.entry p.foot span.date {
	clear :both;
	color:#F78B47;
	font-weight :normal;
}

div#content div.entry p.foot a.category {
	color:#F78B47;
}

div#content div.entry p.foot a.comment {
	color:#F78B47;
}


div#content div.entry p.foot a{
	color:#FF6600;
	font-weight:normal;
	text-decoration:none;
}


/* side style ---------------------------------------------------------*/
dl#side {
	width:204px;
	display: inline;
	margin: 10px 0 0 37px;
	float: left;
}

dl#side dt.profile {
	background: url(./images/short.gif) no-repeat;
	width: 194px ;
	height: 21px;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
}

dl#side dd.profile dl {
	margin: 0 0 0 8px;
}

dl#side dd.profile dl dt {
	width: 140px;
	display: block;
	margin: 8px 0 4px 0;
	color: #4C4C4C;
}

dl#side dd.profile dl dt dd {
	width: 150px;
	color: #4C4C4C;
}

dl#side dt.topics {
	margin: 0 0 0 8px;
}


dl#side dt.calendar {
	background: url(./images/short.gif) no-repeat;
	width: 206px ;
	height: 23px;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	margin: 5px 0 5px 0;
}

dl#side dd.calendar table {
	width:160px;
	margin: 8px 0 8px 20px;
	border:	1px solid #D2D2D2;
	border-collapse: collapse;
}

dl#side dd.calendar table th {
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	color: #4C4C4C;
}

dl#side dd.calendar table td {
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	color: #727272;
}

dl#side dt.recent_entry {
	background: url(./images/short.gif) no-repeat;
	width: 206px ;
	height: 23px;
	display: block;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
}

dl#side dd.recent_entry ul {
	list-style-type:none;
	padding-left:5px;
	margin: 8px 0 5px 8px;
}

dl#side dd.recent_entry ul li {
	margin:0 0 8px 0;
}

dl#side dd.recent_entry ul li a {
	color: #F78B47;
	text-decoration:none;
}

dl#side dt.recent_comment {
	background: url(./images/short.gif) no-repeat;
	width: 206px ;
	height: 23px;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	margin: 7px 0 0 0;
}
dl#side dd.recent_comment ul {
	margin: 8px 0 0 5px;
	list-style: none;
	margin: 7px 0 5px 8px;
}

dl#side dd.recent_comment ul li strong {
	width: 100px;
	color: #545454;
	font-size: 80%;
	display: block;
	margin: 3px 0 8px 0;
}

dl#side dt.archive {
	background: url(./images/short.gif) no-repeat;
	width: 206px ;
	height: 23px;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	margin: 7px 0 0 0;
}

dl#side dd.archive ul {
	list-style-type:none;
	padding-left:5px;
	margin: 7px 0 5px 8px;
}

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

dl#side dd.archive ul li a{
	color:#F78B47;
	text-decoration:none;
}

dl#side dt.category {
	background: url(./images/short.gif) no-repeat;
	width: 206px ;
	height: 23px;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
}

dl#side dd.category ul {
	list-style-type:none;
	padding-left:5px;
	margin: 7px 0 5px 8px;
}

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

dl#side dd.category ul li a {
	color:#F78B47;
	text-decoration:none;
}

