body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: auto;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

hr {
	width: 750px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	font-size: 11pt;
	font-stype: bold;
	color: #b02165;
	text-indent: 8pt;
	line-height: 200%;
	background-color: #efefef;
}
a img { 
	border: none;
}

table {
	margin-left: 8pt;
	width: 90%;
	border: hidden;
	border-collapse: collapse;
}
th, td {
	border: solid thin #cccccc; 
	border-collapse: collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
tr {
	background-color: #f5f5f5;
}
tr:nth-child(odd){
	background-color: #d1d1d1;
}


th.normal, td.normal {
	border: solid thin #cccccc; 
	border-collapse: collapse;
}
tr.normal {
	background-color: #d1d1d1;
}
tr.normal:nth-child(odd){
	background-color: #ffffff;
}







a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	width: 780px;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 0px; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}
ul.par {
	list-style-position: inside;
	text-indent: 0px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

img.par {
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background: #009999;
}


/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}








