html,body{
	color: #383838;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
a:link{
	color: #3399cc;
	text-decoration:none;
}
a:visited{
	color: #3399cc;
	text-decoration:none;
}
a:active{
	color: #383838;
	text-decoration:none;
}
a:hover{
	color: #E3DECC;
	text-decoration:none;
}
#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#header{
	font-family: 'Arial',sans-serif;
	background: #F4F4F2;
}
#header a{
	color: #383838;
	text-decoration:none;
}
#header a:hover{
	color: #E3DECC;
	text-decoration:none;
}
#masthead{
	color: #383838;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 10px;
}
#menu{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.menucontainer{
	padding: 10px;
	display: inline-block;
	_display: inline;
}
#contents{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Helvetica','Arial',sans-serif;
	background: #FFFFFF;
	padding: 0 0 300px 0;
	margin: 0px;
}
.contentscontainer{
	border-top: thin dotted #B7B7B7;
	padding: 0px;
	margin: 0 0 0 0;
}
.img{
	padding: 0px;
	margin: 0px;
}
.txt{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Helvetica','Arial',sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
.txt1{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Helvetica','Arial',sans-serif;
	font-size: 9px;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}
.txt2{
	font-family: 'Arial',sans-serif;
	font-size: 13px;
	font-weight: bold;
    letter-spacing: 2px;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
#footer{
	background: #FFFFFF;
	font-size: 10px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}
#ad{
	background: #FFFFFF;
	border-bottom: thin dotted #B7B7B7;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.adtitle{
	color: #383838;
	font-size: 13px;
	font-family: arial, verdana;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: top;
	padding: 8px 10px 8px 10px;
}
.adcontainer{
	padding: 0px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
}
.footer1{
	width: 200px;
	padding: 20px 10px 20px 10px;
	border-right: thin dotted #B7B7B7;
	display: inline-block;

}
.footer2{
	padding: 20px 10px 20px 10px;
	display: inline-block;
}
