@charset "shift_jis";

/* card web—p
------------------------------------------------------------*/

body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
}

/* title
------------------------------------------------------------*/

div#title {
	font-size: 120%;
	font-weight: bold;
	color: #3399ff;
}
/* title
------------------------------------------------------------*/

div#date {
	font-size: 105%;
	font-weight: bold;
	color: #bcbcbc;
}
/*
	contents
------------------------------------------------------------*/
div#content {
	width: 600px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;

}


/*
	main content
------------------------------------------------------------*/
#content #maincontent {
	margin: 20px auto;
	width: 600px;
	padding-left: 10px;
}

#content #maincontent img {
	border-style: none;
}

#content #maincontent a {
	text-decoration: none;
}

#content #maincontent a:hover {
	text-decoration: underline;
	color: #F63;
}

/*
	footer
------------------------------------------------------------*/
div#footer {
	width: 600px;
	height: 30px;
	margin-top: 10px;	
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	
}
