* {
	margin: 0;
	padding: 0;
}

body {
margin: 0px;
padding: 0px;
background: url(./bg.gif);
}

h1, h3 {
margin: 0px;
padding: 0px;
}

div {
margin: 0px;
padding: 0px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
line-height: 150%;
}

form {
margin: 0px;
padding: 0px;
}

ul {
margin: 10px 0px 0px 10px;
padding: 0px;
list-style-type: square;
}

li {
margin: 0px 0px 0px 15px;
padding: 0px;
}

a:link {color:#333; text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:active {color:#333; text-decoration:none;}
a:hover {color:#333; background:#CCC; text-decoration:none;}

#header h1 a {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:link {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:visited {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:active {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:hover {color: #FFF; text-decoration: none; background:transparent;}

#wrapper input,
#wrapper textarea,
#wrapper select {
	color:#000;
	font-size :12px;
	border:1px solid #000;
	padding: 2px;
}

.view a:link,
.view a:visited,
.view a:active {background-color: #E339A1; color:#000;font-weight:bolder; text-decoration: none; padding:0px 3px;}
.view a:hover {background-color: transparent; color:#FFF;}




/* レイアウト---------------------------------------------------------------------- */
#wrapper {
	width: 700px;
	margin:auto;
	background: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#header {
	height:140px;
	background: url(./main.jpg);
}

#header h1 {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	padding: 65px 0px 0px 10px;
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
}

#header .description {
padding-left:10px;
font-size: 14px;
color: #FFF;
font-weight: bolder;
}

#calendar {
text-align: center;
font-size: 10px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #666666;
}


#content {
	width:700px;
}

#side {
	width: 230px;
	float:right;
	display: inline;
}

#main {
	width: 470px;
	float:left;
}


#footer {
	border-top: 1px solid #666;
	padding:15px 0px 15px 0px;
	font-size: 10px;
	text-align:center;
}

address {
	font-style:normal;
}


/* サイトタイトル---------------------------------------------------------------------- */

h1 {
	font-size: 20px;
	line-height:1.2;
	}

.description {
	color: #CCC;
	font-size: 10px;
}

#header a {color: #FFF;text-decoration: none;}



/* サイドメニュー---------------------------------------------------------------------- */

#side dt{
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333366;
line-height: 100%;
margin: 20px 10px 0px 0px;
border-left: 5px solid #333366;
padding: 0px 0px 0px 5px;
}

#side dd {
	font-size: 10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}


/* エントリー---------------------------------------------------------------------- */
dl.entry {
	width: 405px;
	margin: 15px;
}

dl.entry dt {
	font-size: 14px;
	font-weight:bold;
	color: #333366;
	border-left: 5px solid #333366;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
}

dl.entry dt div {
	margin: 0px;
	padding: 0px;
}

dl.entry dd {
	font-size: 12px;
	line-height: 150%;
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

dl.entry dd ul.entry_state {
color: #666;
text-align: right;
}

dl.entry dd ul.entry_state li {
	display:inline;
	font-size: 10px;
}


img.pagetop {
	width:12px;
	height:12px;
	text-align:right;
	margin-top:10px;
}


blockquote {
font-size: 12px;
color: #808080;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 2px solid #CCCCCC;
	}

.pict {
border-width: 3px;
border-style: solid;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
	}



ul.entry_list li {
	font-size:12px;
	margin-bottom:3px;
	line-height:1.5;
}

ul.entry_list li.entry_list_description {
	list-style:none;
	border:1px dotted #CCC;
	padding: 10px;
	margin:10px 0px 20px 0px;
}

.lightup {
	background-color: #F2F4F8;
	cursor: pointer;
}


ul.cloud li {
	display:inline;
	margin-right:10px;
	line-height:1.5;
}



/* コメント ---------------------------------------------------------------------- */

.comment {

}

.comment ul {
	margin: 20px 10px;
	padding: 5px;
	border-bottom: 1px solid #333;
}

.comment li {
	list-style-type: none;
	font-size: 10px;
}

.comment_title {
}

.comment_description {
}

.trackback_url{
color: #333;
background: #EEE;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	font-size: 12px;
	margin-left:15px;
}

.pager strong {
	font-size: 12px;
	font-weight: bold;
}