@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #555555;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", "Osaka", "MS PGothic", arial,helvetica,clean,sans-serif;
	line-height: 160%;
	margin-left: 50px;
	background: url(https://mofu.basilcat.com/img/body_bg.gif) fixed;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 16px;
	font-weight: normal;
}

a:link , a:visited {
	color: #007eca
}
a:hover , a:active {
	color: #ca0060;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}


/* --- container --- */

#container {
	text-align: left;
	width: 700px;
	padding: 20px 30px;
	background: #ffffff;
}


/* --- header --- */

#header {
	margin-bottom: 50px;
	padding-bottom: 30px;
	background: url(https://mofu.basilcat.com/img/hdft_bg.gif) no-repeat bottom center;
}


/* --- contents --- */

.cont_main td {
	width: 350px;
	padding-bottom: 30px;
}

.cont_main p {
	font-weight: bold;
	margin: 10px 20px;
	padding-left: 17px;
	background: url(https://mofu.basilcat.com/img/cont_icon.gif) no-repeat 0px 7px;
}

.cont_date {
	font-size: 13px;
	text-align: right;
}


/* --- footer --- */

#footer {
	font-size: 13px;
	line-height: 150%;
	margin-top: 55px;
	padding-top: 45px;
	background: url(https://mofu.basilcat.com/img/hdft_bg.gif) no-repeat top center;
}

#footer_copy {
	font-size: 16px;
	text-align: center;
	margin-top: 35px;
}