@charset "utf-8";

body	{
	background-color:#ffffff;
}

a:hover		{
	color:#ffffff; background-color:#66f;
}

h1 {
    position: relative;
    margin: 0 0 30px 0;
    letter-spacing: 5px;
}

.p1 {
    width: 50%;
    line-height: 2;
    display: inline-block;
    background-color:teal /*#00cc33mediumvioletredhttps://www.colordic.org/*/;	/* 緑 */
    padding: 20px;
    position: relative;
    z-index: 999;
    margin: 50px 0 0;
    color: #fff;
    letter-spacing: 2px;
}

html {
    background-color: #ccf;		/* 青 */
}

body {			/* ボックスの影やコーナーを丸める */
    background-color: #fff;
    padding: 30px 30px 30px;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    position: relative;
    height: 550px;			/* .nakaのmargin-topと合わせる */
}

img {
    height: 350px;		/* 画像のサイズ */
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 30px;
}

table	{
	margin-top:25px;
}
.naka	{
	text-align:center;
	margin-top:210px;		/* bodyのheightと合わせる */
}
</style>
