* {
	margin: 0;
	padding: 0;
}

body {
	background: #fefefe url(body_bg.gif) 0 -15px repeat-x;
	color: #4d4d4d;
	font-size:12px;
}
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
	border: none;
	}

ul {
	list-style: none;
}

.search_form {
	width:150px;
	margin-bottom:3px;
}


#wrapper input,
#wrapper textarea,
#wrapper select {
	color: #fefefe;
	font-size :12px;
	background-color:#444;
	border: 1px solid #ed008c;
	padding: 2px;
}
/**/
a {
	overflow: hidden;
}
a,a:link,a:visited,a:hover,a:active {
	padding: 2px;
	text-decoration: none;
}
/**/
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #ed008c;
}
a:active {
	color: #ed008c;
}

.view a:link,
.view a:visited,
.view a:active {background-color: #ed008c; color:#4d4d4d;font-weight:bolder; text-decoration: none; padding:0px 3px;}
.view a:hover {background-color: transparent; color:#fefefe;}

.view { margin-top:10px; }

.close a:link,
.close a:visited,
.close a:active {background-color: #ed008c; color:#4d4d4d;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;
}

#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 {
	width: 100%;
	margin-bottom: 25px;
}

h1,
h1 a,
h1 a:hover {
	display: block;
	width: 391px;
	height: 27px;
	text-indent: -10000px;
	background: url(blogTitle.gif) 0 0 no-repeat;
	border: none;
}
.description {
	margin-top: 10px;
	width: 391px;
	color: #666;
	text-align: right;
	font-size: 10px;
}

#header a {color:#4d4d4d;text-decoration: none;}



/* =================================== */
/* サイドメニュー */
/* =================================== */

#lContent {
	float: left;
	width: 420px;
}

#side_1 dt,
#side_2 dt {
	font-weight: bolder;
	color: #ed008c;
	text-align:right;
	margin-bottom: 8px;
}

#side_1 dt img,
#side_2 dt img {
	weight: 12px;
	height: 12px;
	margin-right: 3px;
	vertical-align:middle;
}

html>body #side_1 dt img,
html>body #side_2 dt img {
	vertical-align: -1px;
}


#side_1 dd,
#side_2 dd {
	color: #4d4d4d;
	font-size: 10px;
	text-align:right;
	border-bottom: 1px #666 dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}
#side_2 dd {
	color: #e58ac1;
}
#side_2 dd a {
	padding-bottom: 1px;
	background: url(dotLink03.gif) 0 bottom repeat-x !important;
}
#side_2 dd a:hover {
	padding-bottom: 1px;
	background: url(dotLink02.gif) 0 bottom repeat-x !important;
}
#side_1 dd#calendar a {
	color: #ed008c;
}
#side_1 dd#calendar a:hover {
	color: #fff;
	background-color: #ed008c;
}


/* =================================== */
/* エントリー */
/* =================================== */

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: #4d4d4d;
		margin-top:20px;
		margin-bottom:10px;
	}

	dl.entry dd.entry_tag {
		color: #4d4d4d;
		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: #4d4d4d;
		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:#4d4d4d;
		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: #e5e5e5;
	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: #ed008c;
}


/* =================================== */
/* 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 {
}

dl.entry dd a img {
	padding: 1px;
	width: 75px;
	height: 75px;
	border: 1px solid #4d4d4d;
}
dl.entry dd a img:hover {
	border: 1px solid #ed008c;
}
dl.entry dd a img.pagetop,
dl.entry dd a img.pagetop:hover {
	padding: 0;
	width: 12px;
	height: 12px;
	border: none;
}
dl.entry em {
	font-style: normal;
	color: #ed008c;

}
/**/
dl.entry dd.description_box a {
	padding-right: 16px;
	background: url(iconLink01.gif) right 3px no-repeat;
}
dl.entry dd.description_box a:hover {
	padding-right: 16px;
	background: url(iconLink02.gif) right 3px no-repeat;
}
/**/
li.entry_list {
}
li.entry_list a {
	padding-left: 14px !important;
	background: url(iconDetailed01.gif) left 3px no-repeat;
}
li.entry_list a:hover {
	padding-left: 14px !important;
	background: url(iconDetailed02.gif) left 3px no-repeat;
}
/**/
