* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}


body {
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height : 140% ;
	background: url(img/back.gif) repeat;
}


body,td,th {
	font-size: 14px;
	color: #696969;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}

h1
{
　　font-size: 10px;
    color:#000000;
    border: solid;
    border-width: 0px 0px 1px 20px;
    padding: 5px;
    border-color: #000000;
    font-size: 120% ;
	margin-bottom: 10px;
}

h2
{
　　font-size: 10px;
    color:#FFFFFF;
	background: #A18578;
    margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 20px;
	font-size: 100% ;
}



p {
	line-height: 1.8;
	margin-bottom: 20px;
	
}

img {
	margin-bottom: 10px;
	
}

table {
    width:500px;
	margin-bottom: 30px;
	
}

td {
	font-size: 100% ;
    color:#696969;
	line-height: 150%;
    padding: 3px;
}

th {
	font-size: 100% ;
    padding: 3px;
}


#main {
	margin: 0 auto;
	width: 800px;
	position: relative;
	background: #FFFFFF;
}

#header {
	height:40px;
	background: url(img/tytle1.jpg) no-repeat;
	padding:10px 10px;

}


#contentsMainTitle{
	height: 270px;
}


#sidemenu {
	float: left;
	width: 200px;
	background: #F5F5F5;
	padding:10px 10px;
}


#content-right {
	float: left;
	width: 500px;
	text-align: left;
	background: #FFFFFF;
	padding:20px 30px 50px 30px ;
	}
	

#footer {
	font-size: 11px;
	width: 100%;
	color:#888888;
	clear: both;
	background: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}

#copy {
	font-size: 10px;
	width: 100%;
	color:#FFFFFF;
	clear: both;
	background: #000000;
	text-align: center;
	padding: 10px 0;
}