@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
index.css
++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++
#header
++++++++++++++++++++++++++++++++++++*/
#header {
	border-bottom	:1px solid #92af55;
}
#present {
	background	:url(img/present_bgA.png) repeat-x;
}
/*+++++++++++++++++++++++++++++++++++
#present
++++++++++++++++++++++++++++++++++++*/
#present .inner {
	position	:relative;
	padding-top	:60px;
	height		:240px;
	background	:url(img/present_bgB.jpg) no-repeat right top;
}
#present h2 {
	margin-bottom	:10px;
}
#present h3 {
	margin-bottom	:25px;
}
#menu {
	position	:absolute;
	bottom		:0;
	background	:none;
}
/*+++++++++++++++++++++++++++++++++++
#main
++++++++++++++++++++++++++++++++++++*/
#main {
	float		:left;
	width		:570px;
}
#main p {
	margin-bottom	:1.5em;
}
#main p.banner {
	margin		:0 0 0.5em;
}
#main p.text {
	margin-right	:20px;
}
/*+++++++++++++++++++++++++++++++++++
#side
++++++++++++++++++++++++++++++++++++*/
#side {
	float		:right;
	width		:300px;
}
#side dl dt {
	margin-bottom	:10px;
}
#side dl dd {
	margin-bottom	:20px;
	font-size	:1.2em;
	text-align	:center;
}
#side dl dd img {
	padding		:3px;
	vertical-align	:bottom;
	border		:1px solid #9e9e9e;
}
