@charset "utf-8";
/*　基本設定
------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
}
img {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF66CC;
	margin-bottom: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	float: left;


}
#navi .touhoku a {
	border-left-style: none;
}

#navi a {
	width: 117px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #FF99FF;
	color: #000000;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 125%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}
#navi a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#mainContent {
	clear: both;
}


/*　メイン設定
------------------------*/

#mainContent h3 {
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 40px;
	background-repeat: no-repeat;
}
#mainContent p {
	margin-left: 30px;
	line-height: 1.8;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}


#mainContent a:hover {
	text-decoration: none;
	color: #FF0000;
}
#mainContent .left {
	width: 315px;
	float: left;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}

#mainContent .center {
	float: right;
	width: 315px;
	margin-top: 10px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #000000;
}
#mainContent .right {
	float: right;
	width: 315px;
	margin-top: 10px;
}

/*　フッター
------------------------*/

#footer {
	clear: both;
}
#footer p {
	text-align: right;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 50px;
	padding-right: 20px;
}
#footer a {
	color: #333333;
	padding-top: 50px;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}

