@charset "UTF-8";

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 15px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 11px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #F00;
	font-weight: lighter;
}

h3 {
	font-size: 11px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0px;
}




div#navi * {
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

div#navi ul {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

div#navi ul li {
    float: left;
}

img {
    border: none;
}




#mainContent {
	padding: 0;
	margin: 0px;
	width: 748px;
	height: auto;
	float: right;
	border: 1px solid #DFDFDF;
}




#header {
	text-align: left;
	height: auto;
	width: auto;
	font-size: 10px;
	color: #000;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 15px;
	padding: 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
#footer {
	text-align: left;
	height: auto;
	width: auto;
	font-size: 10px;
	color: #000;
	line-height: 17px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

#sideBer {
	float: left;
	height: 555px;
	width: 150px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.content {
	height: 100%;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
}
#company01 {
	height: auto;
	width: auto;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}





.endBer {
	clear: right;
	height: auto;
	width: auto;
	font-size: 9px;
	font-weight: lighter;
	text-align: right;
	color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.endBerR {
	padding: 0px;
	clear: left;
	height: 5px;
	width: auto;
	font-size: 9px;
	font-weight: lighter;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCC;
}



#start {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
}

