/*::::: header :::::::::::::::*/
#header {
	background:url(/shared/images/top/header_bg.jpg) no-repeat left top;
}
#header h1 {
	position:absolute;
	left:-3000px;
	width:1px;
}
#logo p {
	margin:16px 0px 79px 20px;
}
#header_rgt {
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
}
/*::::: layout :::::::::::::::*/
#colL {
	background-color:#ECECD2;
}
#colL_L {
	float:left;
	width:200px;
	background-color:#ECECD2;
	padding-top:10px;
}
#colL_R1 {
	width:100%;
}
#colL #colL_R1 {
	margin-left:200px;
	position:relative;
	left:-3px;
}
#colL > #colL_R1 {
	width:auto;
	position:static;
}
#colL_R2 {
	padding:10px 0px 0px 10px;
	background-color:#ffffff;
}
/*::::: contents :::::::::::::::*/
.btn p {
	margin-bottom:10px;
	margin-left:8px;
}
#photo p img {
	margin-bottom:10px;
}
/*::::: plugin :::::::::::::::*/
.plugin {
	margin:10px;
}
/*::::: print :::::::::::::::*/
@media print {
#gnavi,
#snavi,
#footer address,
#footer ul {
	display:block;
}
#appeal {
	position:relative;
	right:0px;
	top:0px;
}
#footer {
	border-top:3px solid #006DD9;
	padding-top:10px;
}
}
