@charset "utf-8";
/*                      */
/* ヘッダー部・ページ名 */
/*                      */
div#header-pname h2 {
	font-size: 18px;
	text-align: right;
	margin-top: 30px;
	margin-right: 10px;
}

/*                              */
/* カーバーガール・ランダム表示 */
/*                              */
div#gallery-random {
	height: 100%;
}

div#gallery-random img {
	width: 384px;
	margin-top:10px;
	border: solid 1px #cccccc;
}

div#gallery-random a {
	text-decoration: none;
}

div#gallery-random p {
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*                      */
/* カバーガールについて */
/*                      */
div#about-cover {
	height: 100%;
}

div#about-cover a {
	text-decoration: none;
}

div#about-cover p {
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* コメントです。 */
