
/* styles written in this file is for Standard */




body{
	margin:			0px;
	padding:		0px;
	text-align:		center;
	background-image:	url(../_img/_bg_01.jpg);
	background-repeat:	repeat-x;
	background-position:	top;
}

.clearance{
	margin:			0px;
	padding:		0px;
	font-size:		0px;
	line-height:		0;
	visibility:		hidden;
	clear:			both;
}

.clearfix:after{
	content:		".";
	display:		block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}

img	{
	border:			none;
}

.append-context{
	display:		none;
}

a:link,
a:visited,
a:hover,
a:active{
	color:			#333333;
}

h1{
	display:		none;
}



div#content{
	width:			1000px;
	margin:			0px auto;
	text-align:		left;
}

#head{
	padding:		38px 10px 5px 0px;
	background-image:	url(../_img/_bod_bg_03_top.gif);
	background-repeat:	no-repeat;
	background-position:	left bottom;
}

#head p{
	margin:			0px;
	padding:		0px;
}

#head p.logo1{
	float:			left;
}

#head p.logo2{
	float:			right;
}

#head p.button {
	clear:			both;
	text-align:		right;
}

#head ul.button{
	margin:			0px;
	padding:		0px;
	list-style-type:	none;
	clear:			both;
	text-align:		right;
	zoom:			100%;
}

#head ul.button li{
	margin:			0px;
/*
	padding:		0px 0px 0px 4px;
	display:		inline;
*/
	padding:		0px 0px 0px 0px;
	font-size:		0px;
	line-height:		0;
}

#head ul.button li img{
	vertical-align:		bottom;
}






#main{
	padding:		55px 0px 45px 0px;
	background-image:	url(../_img/_bod_bg_03.gif);
	background-repeat:	repeat-y;
	background-position:	left;
}





#foot{
	height:			82px;
	background-image:	url(../_img/_foo_bg_01.gif);
	background-repeat:	no-repeat;
	background-position:	left top;
}

#foot ul{
	margin:			11px 0px 0px 0px;
	padding:		0px 0px 0px 20px;
	list-style-type:	none;
	float:			left;
}

#foot ul li{
	margin:			0px;
	padding:		0px 14px;
	display:		inline;
	font-size:		10px;
	line-height:		1.2;
	color:			#ffffff;
	border-left:		1px solid #ffffff;
}

#foot ul li.last-child{
	border-right:		1px solid #ffffff;
}

#foot ul li a:link,
#foot ul li a:visited,
#foot ul li a:active{
	color:			#ffffff;
	text-decoration:	none;
}
#foot ul li a:hover{
	text-decoration:	underline;
}

#foot p.copyright{
	margin:			0px;
	padding:		11px 10px 0px 0px;
	float:			right;
}









