@charset "utf-8";
*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
	font-size: 100%;
	font-weight: normal;
}
h1,h2,h3,p,ul{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
	padding: 0;
}
img{
	border: none;
}
.big{
	font-size: larger;
	font-weight: bold;
}
.clear{
	clear: both;
}
.entry_body p{
margin-top: 10px;
margin-bottom: 10px;
}

body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	margin: 0;
	padding: 0;
	background-color: #00444D;
}

#top_container{
	width: 100%;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	background-image: url("img/profile_sora.png");
	background-repeat: repeat-x;
}

#main_container{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}

#main{
	width: 800px;
	margin: 0 auto;
	color: #fff;
}

h1{
	margin: 0;
}
.subhead{
	border-bottom: solid 1px #98B0A5;
}

#left{
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

.entry{
	margin: 0 20px 20px 0px;
	background-color: #255F67;
}
.title{
	font-size: small;
	font-weight: bold;
	line-height: 130%;
	color: #ff0;
	border-left: solid 5px #ff0;
	padding: 5px 10px;
}
.entry_body{
	font-size: small;
	line-height: 150%;
	margin: 5px 20px 10px 20px;
}
.blog_photo{
	border: solid 1px #fff;
	margin-top: 10px;
}
.entry_footer{
	text-align:right;
	font-size: small;
	padding: 5px 10px;
	border-top: dotted 1px #98B0A5;
}

#right{
	float: right;
	margin-right: 0px;
	width: 200px;
	margin: 20px 0 0 0;
}

#archives{
	margin: 20px 0;
	text-align: center;
	background-image: url("img/archives_bg.gif");
	background-repeat: repeat-y;
	border-bottom: solid 1px #fff;
}
#archives ul{
	padding: 10px 0;
}
#archives li{
	list-style: none;
	font-size: small;
margin-bottom: 3px;
}

#footer_container{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}
#footer{
	width: 800px;
	margin: 0 auto;
	border-top: solid 1px #98B0A5;
}
#copy{
	font-size: small;
	line-height: 150%;
	color: #fff;
	padding: 10px 0;
}


/*リンク*/
a:link{
	color: #fff;
	text-decoration: underline;
}
a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #ff0;
	text-decoration: underline;
}


