/* CSS Document */
*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
.entry p{
	margin-top: 10px;
	margin-bottom: 10px;
}
h1,h2,h3,p,dl,dt,ul,li{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
}
body{
	margin: 0;
	padding: 0;
	background-color: #F4EBD6;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
	color: #333333;
}
.clear{
	clear: left;
}
img{
	border: none;
}
.clear{
	clear: both;
}

#container{
	width: 760px;
	margin: 0px auto;
	text-align: center;
border-left: solid 1px #333;
border-right: solid 1px #333;
border-bottom: solid 1px #333;
background-color: #fff;
}

#main_container{
	width: 720px;
	margin: 15px 20px;
}

#left{
	float: left;
	width: 200px;
	text-align: left;
}
#right{
	float: left;
	width: 520px;
	text-align: left;
}

/* MENU */
.menu{
	margin-bottom: 15px;
}
.menu_co{
	font-size: small;
	line-height: 150%;
	color: #333;
	padding: 3px 30px 0px 10px
}
.menu ul{
	margin-left: 15px;
}
.menu li{
	list-style: none;
	margin-top: 5px;
	font-size: small;
	line-height: 150%;
	color: #333;
}
.banner{
margin-top: 40px;
margin-bottom: 20px;
}

/* ENTRY */
.entry{
	background-color: #F6EFE2;
	border: solid 1px #999;
	padding: 10px;
margin-bottom: 15px;
}
.entry_title_funrun{
	font-size: medium;
	line-height: 140%;
	color: #009944;
}
.entry_title_diary{
	font-size: medium;
	line-height: 140%;
	color: #E73562;
}
.entry_title_report{
	font-size: medium;
	line-height: 140%;
	color: #AB0900;
}
.entry p{
	font-size: small;
	line-height: 150%;
	color: #333;
}
.entry_footer{
	text-align: right;
	font-size: small;
	line-height: 150%;
	color: #666;
	border-top: dotted 1px #666;
	padding-top: 3px;
}
.report_ul{
margin: 20px;
}
.report_li{
font-size: small;
font-weight: bold;
line-height: 150%;
margin-bottom: 10px;
}

/* FOOTER */
#footer{
	clear: left;
	text-align: left;
	padding-top: 15px;
}
#copy{
	font-size: small;
	line-height: 150%;
	padding-top: 3px;
	border-top: dotted 1px #666;
}

/* LINK */
a:link{
	color: #c00;
	text-decoration: underline;
}
a:visited{
	color: #c00;
	text-decoration: underline;
}
a:hover{
	color: #f00;
	text-decoration: underline;
}


