/* CSS Document */
body {
    margin:0;
    padding:0;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-3d-light-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #e0e0e0;
	scrollbar-base-color: #cccccc;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
p,h1,h2,h3,h4,ul,li,dl,dt,dd,ol {
	margin: 0;
	padding: 0;
}
ol,ul {
    margin: 0;
	text-indent: 1px;
}
img {
    border: none;
	margin: 0;
	padding: 0;
}
h1 {
    height: 17px;
	padding-right: 320px;
    font-size: 11px;
	line-height: 160%;
	font-weight: normal;
	color:#666666;	
}
h3,h4 {
	line-height: normal;
	font-weight: normal;
}
dl {
	margin: 0;
	padding-bottom: 7px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
dt {
	float: left;
	width: 5.5em;
	line-height: 150%;
	color: #6c4929;
	font-weight: bold;
}
dd {
	padding-left: 5.5em;
	line-height: 150%;
	
}
a:link,a:visited {
	color: #5263ba;
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: none;
	color: #5263ba;
}
/*---------------------------------templateレイアウト-----------------------------------*/


/*-------------------------top page---------------------------------*/
#top_area {
	width: 1028px;
	height: 768px;
	margin: 0 auto;
	clear:both;
}
#topEnter {/*added*/
width:900px;
	margin: 70px auto 0;
}
.top_left {
	float: left;
	width: 556px;
	display: inline;
	/*margin: 67px 0 0 82px;*/
}
.top_right {
	float: right;
	width: 344px;
	display: inline;
	margin: 0 0 0 0;
	padding-bottom: 54px;
}


.top_logo {
	width: 393px;
	hight: 118px;
	margin-bottom: 17px;
}
.top_left p {
	margin-left: 0px;
	margin-bottom: 25px;
	line-height: 180%;
	letter-spacing: 0.1em;
}

#wrap {
    color: #666666;
	
}

.top_bottom {
	clear: both;
	width: 360px;
	padding-bottom:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top_enter01 {
	float: left;
	width: 150px;
	height: 38px;
	/*margin-left: 367px;*/
}
.top_enter02 {
	float: left;
	width: 210px;
	height: 38px;
}
.top_footer {
	margin-top:500px;
	margin-bottom:500px;
	clear: both;
	text-align: center;
	padding: 46px 0 20px;
}

#top_footer02 {
	width:900px;
	margin:0 auto;
	padding: 10px;
	border:1px solid #CCC;
	clear: both;
}

#top_footer02 p {
	margin:0 auto;
}

#top_footer02L {
	width:460px;
	float:left;
}

#top_footer02R {
	width:420px;
	float:right;
}

#top_footer02:after {
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-------------------テキスト----------------------*/


.txt01 {
	color: #ffb4ff;
}


/*---------------------------------------------------*/
element{ /zoom : 1; }
element:after{ content : ''; display : block; clear : both; height:0; }
