﻿@charset "UTF-8"

html {
	overflow-y:scroll;
}

figure { margin: 0; }

/* ■bodyスタイル設定■ */

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    color: rgb(30, 15, 15);
	background-color: rgb(240, 240, 240);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}

/* ■articleスタイル設定■ */

article	{
	background-color: rgb(255, 255, 255);
	width: 720px;				/* 幅＝750－border×2＋padding×2 */
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 5px;
	border: solid 0px rgb(170, 170, 170);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0px;
	word-wrap: break-word;
}

article	h1 {
	font-size: 36px;
	line-height: 1.5;
	border-bottom: solid 3px black;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

article h2.green {
	font-size: 24px;
	margin-top: 4px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 10px;/*上下 左右の余白*/
	background: rgb(230, 255, 204);
	border-left: solid 10px rgb(154, 205, 50);
}

article h2.orange{
	font-size: 24px;
	margin-top: 4px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 10px;/*上下 左右の余白*/
	background: rgb(255, 240, 217);
	border-left: solid 10px rgb(255, 180, 0);
}

h2 a {
	color: rgb(30,30, 225);
	text-decoration: none;
}

article	p {
	font-size: 20px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 25px;
	overflow: auto;
}

article	p.small {
	font-size: 16px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: rgb(100, 100, 100);
	overflow: auto;
}

article p a {
	color: rgb(30,30, 225);
	text-decoration: none;
}

/* ■記事のメニュー設定■*/

figure.photo-menu img {
	float: left;
	width: 34px;
	margin-right: 10px;
	align-items: center;
}

hr {
	border-width: 2px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #aaaaaa;   /* 線色 */
 	width: 680px;
}

/* ■footerスタイル設定■ */
footer {
	width: 680px;				/* 横幅 */
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

footer a {
	color: rgb(30,30, 225);
	text-decoration: none;
}




