﻿@charset "utf-8";
@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 945px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
/* smp2のスタイル */
#smp2 {
	margin:1em 0;
	padding:0;
    box-sizing: border-box; /*親からはみ出すのを防いでいます*/
	}
#smp2 ul {
	margin:0;
    padding:0;
	font-size:0 /*各ブロックの周囲に空きができるのを防いでいます*/
	}
#smp2 ul li {
	display: inline-block; /*インライン-ブロックに*/
	width:10%;  /*幅は親の何％*/
    margin:0;
	padding:0
	}
#smp2 ul li a {
	display:block; /*テキスト以外もリンクとして反応するように*/
	font-weight:bold;
	font-size:16px;
	line-height:2em; /*これで高さを決めています。3文字分*/
	text-align:center; /*テキストをセンターに*/
	background-color: #69c;
	color:white;
	border-right:solid white 1px; /*右側だけ白い線*/
	text-decoration:none
	}
#smp2 ul li a:hover {
	text-decoration:underline
	}

#content {　　/*content部分の設定*/
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {　　　　/*footer部分の設定*/
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* コンテンツのスタイル */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
	box-sizing: border-box; /*親からはみ出すのを防いでいます*/
}
/* フッターのスタイル */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
	table-layout: fixed;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

.main-text{
	font-size:18px
	color:black
}
