@charset "Shift_JIS";
/* 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|";
  margin: 0;
  padding: 0;
  font-size: 100%;
}


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 {
	color:#000000;
	font-size:small;
	padding:0px;
	margin:0px auto;
	text-align:center;
	width:760px;
	border-right:1px solid #FFDFBF;
	border-left:1px solid #FFDFBF;
	zoom:1;
}

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

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

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

a {
	color:#0545DE;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
}

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

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

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

div#header h1 a {
	display:block;
	outline:none;
	width:510px;
	height:80px;
	outline:none;
}

div#header h2 {
	text-align:left;
	text-indent:-9999px;
}

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

div#content {
	background:transparent;
	width:560px;
	padding:0 10px;
	text-align:center;
	float:right;
}

div#content a {
	background-color:transparent;
}

div#content div.entry {
	padding:10px 0 0 0;
}

div#content div.entry h2 {
	background:#4D7BE8 url(./images/h2_back.gif) repeat-x bottom;
	padding:7px 10px;
	text-align:left;
	font-size:medium;
	font-weight:bold;
	border:1px #0545DE solid;
}

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

div#content div.entry h2 a:hover {
	color:#FFFF00;
}

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

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

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

/*«LΜΊΜͺ« -------------------*/

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

div#content div.entry p.foot a.category {
	border-right:1px solid #104396;
	padding-right:5px
}

div#content div.entry p.foot a.comment {
	border-right:1px solid #104396;
	padding-right:5px
}

/*ͺLΜΊΜͺͺ -------------------*/

/* side style ---------------------------------------------------------*/
dl#side {
	width:165px;
	padding:5px 5px 0 10px;
	float:left;
	text-align:left;
	overflow:hidden;
}

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

dl#side dd.profile,dd.topics,dd.calendar,dd.recent_entry,dd.recent_comment,dd.archive,dd.category {
	padding:5px 0;
}

dl#side dd ul {
	width:165px;
	border-top:1px #E8EEFC solid;
	border-right:1px #E8EEFC solid;
	border-left:1px #E8EEFC solid;
}

dl#side dd ul li {
	list-style:none;
	border-bottom:1px #E8EEFC solid;
}

dl#side dd ul li a {
	background:#F2F5FD url(./images/list_mark.gif) no-repeat 8px 8px;
	color:#333333;
	display:block;
	text-decoration:none;
	padding:5px 5px 5px 23px;
}

dl#side dd ul li a:hover {
	background-color:#FFFFFF;
}

dl#side dd ul li strong {
	background-color:#F2F5FD;
	font-weight:bold;
	display:block;
	text-align:right;
	padding:5px 10px;
	border-top:1px dotted #E8EEFC;
}

dt.profile {
	background:url(./images/profile_img.gif) bottom no-repeat;
}

dd.profile dl dt {
	color:#0B3A8A;
	font-weight:bold;
	text-indent:10px;
}

dd.profile dl dd {
	text-indent:10px;
}

/*«z[oi[« -------------------*/
dd.profile dl dd.banner {
	background:url(./images/home_hover.gif) no-repeat;
	height:34px;
	margin:5px 0;
}

dd.profile dl dd.banner a {
	background:url(./images/home.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	height:34px;
}

dd.profile dl dd.banner a:hover {
	background:url(./images/home_hover.gif) no-repeat;
	height:34px;
}

/*ͺz[oi[ͺ -------------------*/

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

dt.calendar {
	background: url(./images/calendar_img.gif) center no-repeat;
}

/*«J_[« -------------------*/
dd.calendar {
	padding-left:5px;
}

/*calendarFSΜ*/
dd.calendar table {
	width:154px;
	margin-bottom:5px;
	border-right:1px solid #0545DE;
	border-bottom:1px solid #0545DE;
	border-left:1px solid #0545DE;
}

/*calendarFOE*/
dd.calendar table caption {
	margin-top:5px;
	padding:5px 0;
	color:#FFFFFF;
	background-color:#0545DE;
}

dd.calendar table caption a {
	text-decoration:none;
	color:#67C6DC;
	font-weight:bold;
}

dd.calendar table caption a:hover {
	color:#FFFFFF;
}

/*calendarFjϊ*/
dd.calendar table thead tr {
	background-color:#67C6DC;
}

dd.calendar table thead tr th {
	text-align:center;
	color:#FFFFFF;
}

/*calendarFϊt*/
dd.calendar table tbody tr td {
	background-color:#F2F2F2;
	text-align:center;
	width:22px;
}

dd.calendar table tbody tr td a {
	background-color:#AFF2FF;
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}

dd.calendar table tbody tr td a:hover {
	background-color:#0545DE;
	color:#FFFFFF;
}

/*ͺJ_[ͺ -------------------*/

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

dt.recent_comment {
	background: url(./images/recent_comment_img.gif) no-repeat center;
}

dt.archive {
	background: url(./images/archive_img.gif) no-repeat center;
}
dt.category {
	background: url(./images/category_img.gif) no-repeat center;
}

/*Rg*/

dl#comment {
	text-align:left;
}

dl#comment dt {
	background-color:#F8F8F8;
	border-top:1px solid #F4F4F4;
	border-right:1px solid #DDDDDD;
	border-bottom:1px dotted #FF9900;
	border-left:10px solid #FF9900;
	font-size:medium;
	font-weight:bold;
	text-indent:10px;
	color:#FF9900;
	padding:5px 0;
	margin-top:10px;
}


dl#comment dt.info {
	margin-bottom:10px;
}

dl#comment dd {
	text-indent:10px;
	background-color:#F8F8F8;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #BBBBBB;
	border-left:10px solid #FF9900;
	padding:5px 0;
	margin-bottom:20px;
}

dl#comment dd p.cfoot {
	background-color:#F5F5F5;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #DDDDDD;
	text-align:right;
	padding:5px;
}

div.entry table {
	margin:0 auto 10px;
	border-collapse:collapse;
	width:100%;
}

div.entry table th {
	background-color:#FFF5E1;
	color:#FF9900;
	padding:5px;
	text-align:left;
	width:125px;
	border:1px solid #FF9900;
	vertical-align:top;
}

div.entry table td {
	padding:5px;
	border:1px solid #FF9900;
	text-align:left;
}