@import url("/common/css/common.css");

body {
	background-image: none;
}

#Header {
	width: 750px;
	height: 117px;
	background-image: url("/image/header_background.gif");
	background-position: bottom;
}

#Header ul#Tab {
	width: 730px;
	padding-bottom: 10px;
}

#Title {
	padding-left: 15px;
}

#Banner {
	float: right;
	padding-right: 15px;
}

#Content {
	width: 750px;
	padding-top: 20px;
	background: url("/image/contents_background.gif") repeat-y;
}

#Main h1 {
	color: #808080;
	font-size: 24px;
	letter-spacing: 0.1em;
}

#Main h2 {
	border-color: #808080;
	color: #808080;
}

#Main h3 {
	color: #808080;
}

#Main h4 {
	color: #333333;
}

#Mobile {
	width: 340px;
	margin: 20px auto;
	background-color: #000000;
}
#Mobile li {
	float: left;
	width: 80px;
	height: 90px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.1em;
}
#Mobile li a {
	color: #e6e6e6;
	text-decoration: none;
}

#Side {
	width: 145px;
}

#Side h3 {
	padding: 5px 5px 0px 5px;
	background-image: url("/image/side_h3_background.gif");
	background-repeat: no-repeat;
}
#Side ul {
	margin: 0px 0px 20px 0px;
	border: 1px solid #9fa6ae;
	padding: 5px;
	background-color: #f4f4f4;
}

#Footer {
	width: 750px;
	height: 90px;
	margin: 0px auto;
	background: url("/image/footer_background.gif") no-repeat;
}