* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

body {
	background-color:#FFF;
	color:#000;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	line-height:150%;
	text-align:center;
}

.clearer {
	clear:both;
	
}

#header {
	width:700px;
	margin:0px auto;
	padding:30px 0px 20px 0px;
	background-color:#FFF;
	text-align:left;
}

#container {
	width:100%;
	background-color:#EEE;
	border-top	 : 1px solid #2D417A;
	border-bottom: 1px solid #2D417A;
}

#container .margin {
	width:700px;
	margin:20px auto;
	text-align:left;
}
#footer {
	width:700px;
	margin:0px auto;
	padding:20px 0px;
	text-align:left;
}

.block_left {
	width:450px;
	float:left;
}
.block_right {
	width:230px;
	float:left;
	padding-left:20px;
}

.table_center {
margin:0 auto;
}

a:link {color:#414D7B; text-decoration:underline;}
a:visited {color:#775E81; text-decoration:none;}
a:active {color:#FFCC33; text-decoration:underline;}
a:hover {color:#FFCC33; text-decoration:underline;}

h1 {
}

ul {

}


/* Header ---------------------------------------------------------------------- */

#sitetitle {}

#sitetitle h1 {
	margin: 0px 0px 10px 0px;
	color:#666;
	line-height:1.2;
}


#sitetitle h1 a:link,
#sitetitle h1 a:visited,
#sitetitle h1 a:active { color:#666; text-decoration:none;}
#sitetitle h1 a:hover { color:#333; text-decoration:none;}

#sitetitle div {
	color: #000000;
}


/* Container ---------------------------------------------------------------------- */

#menubar {
	width:450px;
	margin-bottom:15px;
	text-align:right;
	font-size:11px;
}

#menubar a:link,
#menubar a:active,
#menubar a:visited {
	margin:0px 3px;
	padding:3px;
	font-weight:bolder;
	background-color:#FFF;
	color:#333;
	text-decoration:none;
}

#menubar a:hover {
	background-color:#D1D7E3;
	color:#666;
	text-decoration:none;
}



.pager {
	color:#666;
	text-align:center;
}

.pager a:link,
.pager a:active,
.pager a:visited {
	font-size:11px;
	font-weight:bolder;
	color:#333;
	text-decoration:none;
}

.pager a:hover {
	background-color:#D1D7E3;
	color:#666;
	text-decoration:none;
}



/* Main ---------------------------------------------------------------------- */

dl.entry {
	width:450px;
	margin-bottom:20px;
	background:#FFF url(entry_bg.gif) repeat-y;
}

dl.entry dt {
	padding:30px 20px 0px 20px;
	background:transparent url(entry_top.gif) no-repeat left top;
}

dl.entry dd {
	padding:20px 20px 35px 20px;
	background:transparent url(entry_btm.gif) no-repeat left bottom;
	color:#666;
}

dl.entry .title {
	font-size: 14px;
	line-height:1.2;
	font-weight: bolder;
	color: #414D7B;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}



/* Entry One ---------------------------------------------------------------------- */

.entry_title {
	margin-top:10px;
	font-size:12px;
	font-weight:bolder;
}

.entry_title a:link,
.entry_title a:visited,
.entry_title a:active,
.entry_title a:hover
{
	color: #000;
	text-decoration: none;
}


.entry_tag {
	margin-top:5px;
	color:#666;
	font-size:11px;
}
.entry_tag a:link,
.entry_tag a:active,
.entry_tag a:visited,
.entry_tag a:hover {
	margin:0px 3px;
	font-style: italic;
}

.entry_state {
	margin-top: 20px;
	font-size: 10px;
	color: #999;
}

.entry_link {
	color:#666;
	text-align:center;
}

blockquote {
	margin: 20px 10px;
	padding: 10px;
	color: #444;
	border: 1px dotted #CCCCCC;
}



/* comment */

.comment_term {
	margin:10px 5px 20px 5px;
	color:#444;
}

.comment_term p {
	padding: 5px;
	font-size: 10px;
}

.comment_term div {
	margin-top:5px;
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #DDD;
}
.comment_term div strong {
	font-size:12px;
}

form#comment_form label {
	display:block;
}

input#comment_submit {
	margin-top:10px;
}

/* trackback */
input#tb_url {
	width:300px;
}


/* Entry List ---------------------------------------------------------------------- */
dl.entry dl.entry_list {
	width:410px;
	margin-bottom:0px;
	background:none;
}

dl.entry dl.entry_list dt {
	padding:2px 0px;
	background:none;
	border-top:1px solid #EEE;
}

dl.entry dl.entry_list dd {
	margin:10px 0px 10px 0px;
	padding:5px;
	background:none;
	color:#666;
	font-size:10px;
	border:1px dotted #FFF;
}
dl.entry dl.entry_list dd.lightup {
	background-color: #F5F5F5;
	border:1px dotted #CCC;
	cursor: pointer;
}


/* Entry Cloud ---------------------------------------------------------------------- */

li.cloud {
	list-style:none;
	display:inline;
	line-height:180%;
	margin-right:10px;
}

li.cloud a:link,
li.cloud a:active,
li.cloud a:visited {
	text-decoration:none;
}
li.cloud a:hover {
	background-color:#EEE;
	color:#333;
	text-decoration:none;
}

	
/* Sidebar ---------------------------------------------------------------------- */

#sidebar dl {
	width:200px;
}

#sidebar dt{
	padding:0px 7px;
	background:#FFF url(sidebar_title.gif) no-repeat left top;
	color:#999;
	font-size:10px;
	line-height:22px;
}

#sidebar dd {
	margin: 5px 0px 20px 10px;
	color:#333;
}

#sidebar dd ul {
	margin-left:15px;
}



/* Footer ---------------------------------------------------------------------- */

address {
	font-style:normal;
}

img.pagetop {
	width:61px;
	height:19px;
}


/* CALENDAR -------------------------------------------------------------------- */

.calendar {
	font-family: "Verdana";
	font-size: 10px;
	color: #BBBBBB;
	margin-left: -10px;
}

.calendar td {
	text-align: center;
	padding: 2px 5px;
}

.calendar_month td {
	font-weight: bold;
}

.calendar_week td {
	font-family: "monospace";
}

.calendar_day td {
	background: url(./cell.gif) no-repeat center center;
}

