/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	　　text-align: left;
}

a:link{color:#66CCCC;}

a:visited{color:#8188BA;}

a:hover{color:#cc0000;}



body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0
px;
	padding: 0px;
	color: #ffefef;
	font-style: normal;
	text-align: left;
	font-size: 13px;
	line-height: 2;
}

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: bolder;
	margin: 1px;
	padding: 1px;
	color: #444444;
	font-style: normal;
	text-align: left;
	font-size: 28px;
	line-height: normal;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: bolder;
	margin: 2px;
	padding: 2px;
	color: #990000;
	font-style: normal;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	color: #666666;
	font-style: normal;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}

h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	font-style: normal;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	color: #333333;
}


h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 1px;
	padding: 1px;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}



ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#navi {
	height: 22px;
}

#contents {
	
	text-align: left;
}

#contents2 {
	
	text-align: left;
}


#flashcontent {
}
table{letter-spacing:normal;}
.bc{border-collapse:collapse;}
.bc th,.bc td{padding:0.4em 1em;
    border-top:1px solid #999999;
	border-bottom:1px solid #999999;}
	 
	 
table#table-01 {
	width: 100%;
	border: 1px #ccccbb solid;
	border-collapse: collapse;
	border-spacing: 3;
}

table#table-01 th {
    padding: 3px;
    border-top: #ccccbb solid;
	border-bottom: #ccccbb solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
}
	
	
table#table-01 td {
    padding: 3px;
    border-top: #ccccbb solid;
	border-bottom: #ccccbb solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
	 
