* {
	margin: 0;
	padding: 0;
}

html {
	scrollbar-bace-color:#444;
	scrollbar-track-color:#444; 
	scrollbar-face-color:#E339A1; 
	}

body {
	background: #1E1E1E;
	color: #FFF;
	font-size:12px;
	line-height:140%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

img {
	border: none;
	}

ul {
	list-style: none;
}

.search_form {
	width:150px;
	margin-bottom:3px;
}


#wrapper input,
#wrapper textarea,
#wrapper select {
	color:#FFF;
	font-size :12px;
	background-color:#444;
	border: 1px solid #E339A1;
	padding: 2px;
}

a:link,
a:visited,
a:active	{ color: #FFF; text-decoration: none; }
a:hover		{ color: #999; text-decoration: underline; }

.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;}

.view { margin-top:10px; }

.close a:link,
.close a:visited,
.close a:active {background-color: #E339A1; color:#fff;font-weight:bolder; text-decoration: none; padding:0px 3px;}
.close a:hover {background-color: transparent; color:#FFF;}

.close { 
	text-align:right;
	font-size:12px;
}



/* =================================== */
/* レイアウト */
/* =================================== */

#wrapper { 
	width: 805px;
	margin: 50px auto 0px auto;
}

#header { width:100%; }


#content {
	width: 805px;
	padding-top:20px;
}

	#content #side_1 {
		width:180px;
		float:left;
		padding-top:10px;	
	}
	
	#content #side_2 {
		width:180px;
		float: left;
		padding-top:10px;
		margin-left:30px;
		display: inline;
	}
	
	#content #main {
		width: 370px;
		float:right;
	}


#footer {
	clear:both;
	padding:15px 0px 30px 0px;
	font-size: 10px;
	text-align:right;
}

	address {
		font-style:normal;
	}

#float1 {
	width: 180px;
	height: 100px;
	float: left;
	background:red;
}

#float2 {
	width: 180px;
	height: 100px;
	margin-left: 30px;
	float: left;
	background: blue;
}

#float3 {
	width: 370px;
	height: 100px;
	float: right;
	background:yellow;
}

#float4 {
	margin-top: 20px;
	width: 180px;
	height: 100px;
	float: left;
	background:red;
}

#float5 {
	margin-top: 40px;
	width: 180px;
	height: 100px;
	margin-left: 30px;
	float: left;
	background: blue;
}

#float6 {
	margin-top: 60px;
	width: 370px;
	height: 100px;
	float: right;
	background:yellow;
}



/* =================================== */
/* ヘッダー */
/* =================================== */

#header .title {
	float:left;
	width:390px;
	text-align:right;
}

#header .header_img {
	width:370px;
	padding-right:5px;
	float:right;
	text-align:right;
}

h1 {
	font-size: 20px;
	line-height:1.2;
	}

.description {
	color: #CCC;
	font-size: 10px;
}

#header a {color: #FFF;text-decoration: none;}



/* =================================== */
/* サイドメニュー */
/* =================================== */

#side_1 dt,
#side_2 dt {
	font-weight: bolder;
	color: #E339A1;
	text-align:right;
	margin-bottom: 8px;
}

#side_1 dt img,
#side_2 dt img {
	weight: 12px;
	height: 12px;
	margin-right: 3px;
	vertical-align:middle;
}

#side_1 dd,
#side_2 dd {
	color: #CCC;
	font-size: 10px;
	text-align:right;
	border-bottom: 1px #666 dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}



/* =================================== */
/* エントリー */
/* =================================== */

dl.entry {
	width:370px;
}


	dl.entry dt {
		background:transparent url(./entry_head.gif) no-repeat 0px 0px;
		padding-left:20px;
		padding-top: 15px;
		font-weight:bolder;
	}
	
	dl.entry dt div {
		padding-bottom:5px;
	}
	
	dl.entry dd {
		color: #BEBEBE;
		margin-top:20px;
		margin-bottom:10px;
	}

	dl.entry dd.entry_tag {
		color: #BEBEBE;
		margin: 10px 5px 10px 0;
		font-size:10px;
		text-align:right;
	}
	
	dl.entry dd ul.entry_state {
		margin-top:20px;
	}
	dl.entry dd ul.entry_state li {
		display:inline;
		font-size: 10px;
		border-left:1px solid #999;
		padding:0px 5px;
	}

dl.entry_clouds {
	width:600px;
	float:right;
}

	dl.entry_clouds dt {
		background:transparent url(./entry_head.gif) no-repeat 0px 0px;
		padding-left:20px;
		padding-top: 15px;
		font-weight:bolder;
	}
	
	dl.entry_clouds dd {
		color: #BEBEBE;
		margin-top:20px;
		margin-bottom:10px;
	}


.entry_navi {
	margin:30px 0 5px;
	text-align:center;
	font-size:10px;
}

.entry_list  {

}

.entry_list_description {
	padding:10px;
	border: 1px #CCC solid;
}

img.pagetop {
	width:12px;
	height:12px;
	text-align:right;
	margin-top:10px;
}


blockquote {
	font-size: 10px;
	color: #999;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #666;
	}

.pict {
	border:1px #CCC solid;
	}

#comment, #trackback {
	margin-top:15px;
}

	h3.linktitle {
		padding: 15px 0 0 20px;
		margin: 0 0 5px 0;
		background:transparent url(./entry_head.gif) no-repeat 0px 0px;
		font-weight:bolder;
		font-size:12px;
		color:#fff;
		height:30px;
	}
	
	.entry_date {
	margin:0 0 10px;
	}

ul.entry_list li {
	font-size:12px;
	margin-bottom:3px;
	line-height:1.5;
}

ul.cloud li {
	display:inline;
	margin-right:10px;
	line-height:1.5;
}

.lightup {
	background-color: #000;
	cursor: pointer;
}


.comment {
	margin: 10px 0px 20px;
	border-bottom: 1px #666 dotted;
}

.comment_title {
	font-weight:bold;
}

.comment_body {
	margin: 5px 0px 10px;
}

.comment_state {
	font-size:10px;
}

.comment_button {
	margin: 5px 0px;
}

/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	width: 370px;
	margin: 10px 0px 10px 430px;
	text-align:right;
}

.pager strong {
	font-size: 130%;
	font-weight: bold;
	color: #E339A1;
}


/* =================================== */
/* CALENDAR */
/* =================================== */

.calendar {
	margin: 0px auto;
}

.calendar td {
	font-size: 10px;
	text-align: center;
	padding: 2px 3px;
}

.calendar_month td {
	font-weight: bold;
}

.calendar_week td {
	font-family: "monospace";
}

.calendar_day td {
}

