/* CSS Document */
* {
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #666666;
	background-color: #FFF;
}

h2,h3{
	font-size:100%;
	}

#site{
	width:760px;
	margin:30px auto;
	}
#header{
	height:178px;
	position:relative;
	text-align:center;
	}
#header .miyage_logo{
	position:absolute;
	left: 600px;
	top: 114px;
	z-index: 0;
	}
#main{
	}
#main #nav{
	margin:30px 20px 10px 20px;
	float:left;
	text-align:center;
	}
#main #nav li img{
	margin:10px;
	}
#main #nav #archive{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #DDD dotted;
	}
#main #nav #photo_btn{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #DDD dotted;
	}
.monthly{
	margin-top:10px;
	}
.monthly li{
	margin:0px;
	padding:0px 0px 6px 15px;
	background-image:url(http://www.spacelabo.net/blog/img/common/arr01.gif);
	background-repeat:no-repeat;
	font-size:80%;
	}
#main #contents ul.archives{
	margin-top:10px;
	}
ul.archives li{
	margin:3px 0px;
	padding:0px 0px 6px 15px;
	background-image:url(http://www.spacelabo.net/blog/img/common/arr01.gif);
	background-repeat:no-repeat;
	border-bottom:1px #DDD dotted;
	}
#main #contents #p_list{
	margin-top:10px;
	}
#p_list li{
	margin:7px;
	display:inline;
	}
#p_list li img{
	padding:5px;
	border:1px #DDD solid;
	}
#main #contents{
	width:480px;
	float:left;
	margin:10px;
	}
	
#main .txtarea{
	border:1px #DDD solid;
	padding:10px;
	margin-bottom:5px;
	font-size:80%;
	}
#main .txtarea p img{
	margin:10px;
	}
#main .comment_area{
	border-bottom:1px #DDD solid;
	border-left:1px #DDD solid;
	border-top:3px #DDD solid;
	border-right:1px #DDD solid;
	padding:10px;
	margin-bottom:5px;
	font-size:80%;
	}
#main .comment_area div{
	margin:5px;
	}
#main .archive_area{
	border-bottom:1px #DDD dotted;
	padding:10px;
	margin-bottom:5px;
	}
#main .txtfooter{
	margin:10px 0px;
	border-top:1px #DDD solid;
	text-align:right;
	}
#main .commentfooter{
	margin:10px 0px;
	border-top:1px #DDD dotted;
	text-align:right;
	}
.content-nav{
	font-size:80%;
	padding:5px;
	}
#photos{
	margin:10px;
	padding:10px;
	border-bottom: 1px #DDD solid;
	border-top: 1px #DDD solid;
	}
#photos li{
	display:inline;
	margin:0px 3px;
	}
#photos li img{
	padding:5px;
	border:1px #DDD solid;
	}
/*//　コピーライト /////////////////////////////////////////////////////////////////////////////////////////////////////*/
#add{
	margin:0px 5px;
	width:760px;
	text-align:right;
	}	
address{
	font-size:75%;
	margin:5px;
	padding:5px;
	}
address a{
	color:#666666;
	}
	

