/*デフォルトcssリセット*/
html,body{
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
 
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
	margin: 1em 0px;
	padding: 0px;
}

a {
	color:#ffffff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

td#close p a {
	color:#AF365D;
	text-decoration: underline;
	}

td#close p a:hover {
	text-decoration: none;
	}

img {
	border:0px;
	}

table {
	border-collapse: collapse;
	margin: 0px auto;
	}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
/* base
--------------------------------------------------------------*/
div#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color:#9edbdf;
	}


/* ほぼ共通部分 */
p {
	text-align: left;
	font-size: 83%;
	color: #ffffff;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	}

td#close p {
	text-align: left;
	font-size: 95%;
	color: #6F0728;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	font-weight: bold;
	}

h1 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

div.photo {
	width: 760px;
	}

table#tencho {
	margin-bottom: 30px;
	}

/* コンセプト文部分 */
table#consept p {
	margin: 0px;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 83%;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	}

