@charset "utf-8";
html, body, img, div, table, tr, td, span, h1, h2   , h3, h4, h5 , h6{
	margin:0;
	padding:0;
	border:0;
}

body {
	margin: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	height: 100%;
}

p{
	margin: 0px;
	padding: 10px;
}


#pagetop {
	background-color: #FFF;
	height: auto;
	width: 100%;
}
#topbelt {
	width: 100%;
	background-color: #CCC;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#topbelt #menubox {
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbelt #menubox table {
	padding: 0px;
	height: 20px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topbelt #menubox table td {
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#container {
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
	background-image: url(sideback.gif);
}
#header  {
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/topbanner.jpg);
	height: 50px;
	vertical-align: bottom;
	display: inline-block;
}
#header #topmenuBtn {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}



#container #subcontent {
	background-color: #FFF;
	width: 500px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
#container #subcontent #news {
	margin: auto;
	padding: 10px;
	height: 120px;
	width: 300px;
	border: 1px solid #666;
}


#mainContent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#container #mainContent #flash {
	background-color: #0CF;
	padding: 0px;
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #columnPlan #centerColumn {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
#mainContent #columnPlan {
	width: 680px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px dotted #666;
}
#mainContent #columnPlan #planrightbox {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 10px;
}

#mainContent h1 {
	font-size: 24px;
}
#container #mainContent #tatazumabox {
	background-color: #999;
	margin: 0px;
	height: 450px;
}
#container #mainContent #tatazumabox #tatazuamcenter {
	margin-right: auto;
	margin-left: auto;
	width: 514px;
}
#container #mainContent #infobak {
	background-image: url(info/back.jpg);
	margin: 0px;
	height: 450px;
	text-align: left;
}
#container #mainContent #kusituCenter {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #mainContent #kusituCenter #ssibox table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #D6D6D6;
}
#container #mainContent #kusituCenter #ssibox td  {
	margin: 0px;
	padding: 0px;
	border: 1px solid #D6D6D6;
}

#container #mainContent #imgflash {
	background-color: #000;
	margin: 0px;
}








#inputbox {
	margin: auto;
	padding: 20px;
	height: 300px;
	width: 400px;
	background-color: #CCC;
}
#container #outbox {
	background-color: #FFF;
	padding: 10px;
	height: 120px;
	width: 300px;
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	text-align: left;
	color: #666;
}
#pagebottom #footer #bottomMenu {
	text-align: center;
}

#pagebottom {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
#clearAll {
	clear: both;
}
a:link {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover {
	color: #396;
}
a:active {
	color: #666;
}
