@charset "utf-8";
*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
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;
}

body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #006948;
	background-image: url("img/main_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
}

#top_container{
	width: 100%;
	height: 284px;
	margin: 0px auto;
	text-align: center;
	background-image: url("img/sora.png");
	background-repeat: repeat-x;
}
#title{
	width: 800px;
	height: 207px;
	margin: 0 auto;
	position: relative;
	top: 77px;
}
#kbs_logo{
	position: relative;
	top: -284px;
}

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

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

#left{
	width: 450px;
	float: left;
}
#blog{
	width: 400px;
	margin-bottom: 40px;
}
#blog_title{
	font-weight: bold;
	font-size: small;
	color: #ff0;
	margin-bottom: 4px;
}
.entry{
	width: 380px;
	margin: 10px 10px;
	font-size: small;
	line-height: 150%;
}
.blog_photo{
	border: solid 1px #fff;
	margin-top: 8px;
}
.entry_footer{
	width: 400px;
	text-align: right;
	font-size: small;
	padding-top: 3px;
	border-top: dotted 1px #98B0A5;
}

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

#mc{
	width: 350px;
	margin: 0px 0px 20px 0px;
}
#mc_photo{
	margin: 10px;
}

#right{
	width: 350px;
	float: right;
}
#theme{
	font-size: medium;
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0px 10px 10px;
}
#mail{
	width: 350px;
	text-align: right;
}
#mail img{
	margin-right: 10px;
}

#corner{
	width: 350px;
	font-size: small;
	line-height: 150%;
	margin: 0 0 20px;
}
.contents{
	margin-top: 10px;
}
.text{
	padding: 5px 10px 0px 45px;
}

#profile_container{
	width: 100%;
	margin: 0px auto;
	text-align: left;
	background-image: url("img/profile_bg.png");
	background-repeat: repeat-x;
}
#profile{
	width: 800px;
	margin: 0 auto;
}

#footer_container{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}
#footer{
	width: 800px;
	margin: 10px 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;
}
