@charset "UTF-8";
body {
	margin: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: none;
	background-color: #FFFFFF;
	background-position: left;
	padding-top: 10;
}
img {
	border: none;
	padding:0;
}
a:link, a:visited{
text-decoration: none;
color: #336699;
}
a:hover, a:active{
	color: #3399FF;
	text-decoration: underline;
}
#container {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
}
#header {
	padding-right: 0;
	padding-left: 0;
	font-size: 9px;
	line-height: 15px;
	margin-top: 10px;
}
#logo {
	font-size: 9px;
	margin-bottom: 0;
	width: 300px;
	float: left;
	padding-top: 0px;
	line-height: 10px;
}
#header h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#navi {
	font-size: 9px;
	width: auto;
	float: right;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
	line-height: 17px;
}
#navi ul {
	font-size: 9px;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#navi li {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
#header img {
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar {
	width: 180px;
	float: left;
	border: 1px solid #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 12px;
}
#sidebar ul {
	line-height: 25px;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar ul li{
	background-image: url(images/m_sankaku.png);
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 15px;
}
#TopContent {
	float: right;
	width: 620px;
}
#aContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 310px;
	float: right;
	color: #222222;
	font-size: 12px;
}
#hContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 310px;
	float: left;
	color: #222222;
	font-size: 12px;
}
#container #hContent h2 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
}
#container #aContent h2 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 16px;
}
#container #hContent h2 a{
	color: #333333;
}
#container #hContent h2 a:hover {
	text-decoration: underline;
	color: #FA7E02;
}
#container #aContent h2 a{
	color: #333333;
}
#container #aContent h2 a:hover {
	text-decoration: underline;
	color: #BC0820;
}
#what {
	font-size: 12px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	width: 640px;
	float: right;
	background-color: #FAFAFA;
}
#campaign {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
}
#footer {
	clear: both;
	width: 900px;
	background-color: #eeeeee;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
#footer p {
	font-size: 9px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #336699;
	text-decoration: none;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container #aContent h2 {
	padding-top: 25px;
}
#container #aContent img {
	float: left;
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #hContent img {
	float: left;
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #hContent ul {
	line-height: 25px;
	text-decoration: none;
	margin-left: 35px;
	*margin-left: 80px;
	list-style-type: none;
}
#container #hContent ul li{
	background-image: url(images/h_sankaku.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#container #hContent p {
	margin-bottom: -5px;
}
#container #aContent p {
	margin-bottom: -5px;
}
#container #aContent ul {
	line-height: 25px;
	text-decoration: none;
	margin-left: 35px;
	*margin-left: 80px;
	list-style-type: none;
}
#container #aContent ul li{
	background-image: url(images/a_sankaku.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#container #hContent h2 {
	padding-top: 25px;
}
#container #campaign {
}
