@charset "shift_jis";

/*--------- Layout & HTML ---------*/
* {
	margin:0;
	padding:0;
	font-style::normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
}
body {
	background-color: #FFC4EB;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 25px;
	background-image: url(../img/common/bg_top.jpg);
	background-repeat: repeat-x;
}
#bg_rose {
	background-image: url(../img/index/bg_index.jpg);
	background-repeat: repeat-x;
	background-position: center 20px;
	text-align: center;
}
#container {
	text-align: left;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
.alt {
	display: none;
}
.clr {
	clear: both;
}
.flt_L {
	float: left;
}
.flt_R {
	float: right;
}
#header {
	height: 55px;
}
#header img.btn {
	float: right;
	margin-top: 6px;
}
#foot_link {
	clear: both;
	background-image: url(../img/common/bg_foot_link.gif);
	height: 28px;
	background-repeat: no-repeat;
	width: 758px;
	margin-top: 15px;
	text-align: center;
	margin-left: 11px;
}
#foot_link ul {
	list-style-type: none;
	padding-left: 41px;
	text-align:center;
}
#foot_link ul li {
	display:inline;
}
#footer {
	background-image: url(../img/common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	padding-right: 53px;
	padding-left: 52px;
}
#footer ul.footer_link {
	list-style-type: none;
	float: right;
}
#footer ul.footer_link li {
	float: left;
}

/*--------- parts ---------*/
.line_1 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------- margin ---------*/
.marR3 {
	margin-right: 3px;
}
.marR4 {
	margin-right: 4px;
}
.marR8 {
	margin-right: 8px;
}
.marT3 {
	margin-top: 3px;
}
.marT10 {
	margin-top: 10px;
}
.marB100 {
	padding-bottom: 100px;
}
.marB3R10 {
	margin-right: 10px;
	margin-bottom: 3px;
}
