@charset "UTF-8";
/* レイアウト */

#body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 24px;
	margin-bottom: 24px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#headerimag img {
	-moz-box-shadow: 10px 5px 10px #000;
	-webkit-box-shadow: 10px 5px 10px #000;
	box-shadow: 10px 5px 10px #000;
}
#nav {
	margin-top: 20px;
}
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	display: block;
}
#nav ul li img {
	-moz-box-shadow:10px 5px 10px #000;
	-webkit-box-shadow:10px 5px 10px #000;
	box-shadow:10px 5px 10px #000;
}

#content {
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
}

#content .maincontent {
	background-image: url(../../image/contentbar.png);
	background-position: center top;
	width: 600px;
	background-repeat: no-repeat;
	color: #FFF;
	height: 44px;
}
#content .maincontent2 {
	margin-bottom: 20px;
	background-image: url(../../image/content,middel.png);
	background-repeat: repeat;
	background-position: center center;
	padding-bottom: 20px;
}
#content .maincontent2 ul {
	background-image: url(../../image/tensen.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
}
#content .maincontent2 ul li {
	color: #FFF;
	list-style-type: circle;
	margin-bottom: 10px;
	margin-left: 30px;
}


#content a{/*リンクされた文字*/
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	border:0;
}
#main {
	background-image: url(../../image/content,middel.png);
	background-repeat: repeat;
	width: 600px;
	margin-bottom: 20px;
}
#main ul {
	background-image: url(../../image/tensen.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	list-style-type: none;
}
#main ul li {
	color: #FFF;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#content a:link {/*未訪問のリンク*/
	color:#FF9
	font-style: normal;
	text-decoration: none;
	color: #0CF;
}
#content a:visited {/*訪問後のリンク*/
    color:#F00
    text-decoration:none;
	color: #99F;
}
#content a:hover {/*マウスをのせたとき*/
    color:#F00
    font-style:normal;
	text-decoration: none;
	color: #F6F;
}
#content a:active {/*クリック中*/
    text-decoration:none;
}

#title {
	padding-top: 10px;
	padding-left: 55px;
}
#maincontent3 {
	background-image: url(../../image/main2.png);
	height: 350px;
	width: 600px;
}
#maincontent3 h3 {
	padding-top: 30px;
	color: #FFF;
	padding-left: 55px;
	font-size: 130%;
	margin-bottom: 25px;
}
#maincontent3 ul li{
	margin-left: 30px;
	margin-bottom: 10px;
	color: #FFF;
	list-style-type: circle;
}
#maincontent3 ul li p {
	margin-top: 10px;
	font-size: 110%;
}
#sidebar {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}
#side1 {
	background-image: url(../../image/saido1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 300px;
	-moz-box-shadow:10px 5px 10px #000;
	-webkit-box-shadow:10px 5px 10px #000;
	box-shadow:10px 5px 10px #000;
}
#side1 p {
	color: #FFF;
	padding-top: 60px;
	padding-left: 20px;
	font-size: 110%;
	font-weight: bold;
}
#side2 {
	background-image: url(../../image/saido2.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow:10px 5px 10px #000;
	-webkit-box-shadow:10px 5px 10px #000;
	box-shadow:10px 5px 10px #000;
}
#side2 p {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}
#side3 {
	height: 165px;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 10px 5px 10px #000;
	-webkit-box-shadow: 10px 5px 10px #000;
	box-shadow: 10px 5px 10px #000;
	background-image: url(../../image/side3.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
#side3 p {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	text-align: center;
	padding-right: 10px;
}
dl #side4 {
	background-image: url(../../image/content,middel.png);
	background-repeat: repeat;
	padding: 10px;
	color: #FFF;
	text-align: center;
	-moz-box-shadow: 10px 5px 10px #000;
	-webkit-box-shadow: 10px 5px 10px #000;
	box-shadow: 10px 5px 10px #000;
	font-size: 110%;
}

#footer {
	padding: 10px;
	clear: both;
	background-image: url(../../image/toumei.png);
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
}
#footer p {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
	text-align: center;
}
#footer address {
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	font-size: 83.3%;
	display: inline;
}

#footer ul {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a{
	color: #FFF;
}
#footer ul li a:hover {/*マウスをのせたとき*/
    color:red;
    font-style:normal;
	text-decoration: none;
	color: #F6F;
}
strong {
	color: #F36;
}
