/*
===============================================
 01.base 共通
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #E88897;
	text-decoration: none;
}

a:hover {
	color: #DD3C55;
	text-decoration: none;
}

a img {
	margin: 0;
	padding: 0;
	border: none;
}

.clearfix:after, .list_3:after, .list_2:after, .service_banner:after, .service_list_2:after, .kvoice_flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

body {
	background-image: url(back_white.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	color: #484848;
}

#album {
	width: 770px;
	background-image: url(paper_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0 0 0;
	margin: 20px auto 0 auto;
}

#album-inner {
	width: 770px;
	padding: 0;
	background-image: url(paper_middle.jpg);
	background-repeat: repeat-y;
}

#footer {
	width: 770px;
	margin: 0 auto;
}

address {
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 30px 0;
}
