@charset "shift_jis";
#container {
	width: 360px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

#header {
	height: auto;
}
#head1 {
	float: left;
}
#head2 {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
#head3 {
	float: none;
	padding-top: 15px;
	clear: none;
}
#gazou img {
	height: 95px;
	width: 380px;
}
#contents {
	width: 100%;
}

#main {
	line-height: 30px;
}
#side {
	float: none;
}
#side_menu ul li {
	list-style-type: none;
	border-bottom: solid 1px #999;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	width: 220px;
}
#side_menu ul li a {
	color: #333;
}
#side_menu ul li a:hover {
	color: #03C;
}





#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E9E9E9;
	clear: left;
}
#path {
	vertical-align: middle;
	height: 20px;
	width: 100%;
	padding-left: 10px;
}
#path a {
	color: #000;
	text-decoration: none;
}
#path a:hover {
	color: #666;
	text-decoration: underline;
}
#side_midashi {
  font-size: 18px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #F2F2F2;/*背景色*/
  border-left: solid 5px #FF0000;/*左線（実線 太さ 色）*/
}




img {

	border-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #03C;
	text-decoration: underline;
}
.right {
	float: right;
}
.left_box {
	float: left;
	width: 600px;
}
.right_box {
	float: right;
	width: 180px;
}


.clear_left {
	clear: both;
}

td {
	padding-top: 20px;
	padding-bottom: 20px;
}

h1{
	display:inline;
	font-size: 12px;
	font-weight: normal;
	color: #D00000;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
h2 {
	font-size: 28px;/*文字周りの余白*/
	color: #FFF;/*背景色*/
	border-top: solid 3px #00f;/*上線*/
	border-bottom: solid 3px #00f;/*下線*/
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 20px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #39F;
	margin-bottom: 5px;
}

h3 {
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	padding: 15px;
	border-bottom: solid 3px #FF0000;/*下線*/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	margin-top: 0px;

}
h4 {
	background-repeat: repeat-x;/*下線*/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03C;
	width: 400px;
	color: #036;
	margin-bottom: 0px;
}

.box1 {
	float: left;
	height: 130px;
	/* フレックスコンテナであることを指定 */
        display: flex;
	/* 軸の設定(既定値がrowなので省略可能) */
        flex-direction: row;
	/* 交差軸：上下の配置 */
        align-items: flex-end;
	padding-right: 10px;
	
	
}
.box3 {
	float: left;
}


.box2 {
	line-height: 20px;
	width: 380px;
	/*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
	padding-top: 10px;
	padding-bottom: 10px;
}



.red {
	color: #F03;
	width: auto;
}
table {
	margin: 20px;
}
table tr th {
	background-color: #f2f2f2;
	padding: 10px;
    border:1px solid #f2f2f2;
}
table tr td {
	padding: 10px;
    border:1px solid #f2f2f2;
}
