@charset "UTF-8";
/* CSS Document */


 * {
	margin: 0;
	padding: 0;
}


html, body, h1, h2, h3, h4, h5, h6, hr, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset {
	display:block;
	
}

li{
	list-style:none;
}

div {
	margin:0;
	padding:0;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	background-image: url(../images/backImages.jpg);
	background-repeat: repeat-y repeat-x;
}



html {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:lighter;
	line-height: 22px;
}
p{
	letter-spacing:1pt
}
img {
background-color: transparent;
border: 0px;
padding: 0px;
} 

a { outline: none; }

a{/*リンクされた文字*/
	color:#0465AC;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#0465AC;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#0465AC;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#0465AC;
	font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

table.unei{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

td.unei{ background-color: #383838; 
    color: #ffffff;
	padding: 0.5em;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}

th.unei{
	background-color: #1e1e1e;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
    padding: 0.5em;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}






/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}