* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	background: #ececec;
}

/* WRAPPER -------------------------------------------------------------------------*/

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 0;
	font-size: 0;
	background: #ffffff;
}

/* HEADER -------------------------------------------------------------------------*/

#header {
	width: 910px;
	height: 80px;
	line-height: 0;
	font-size: 0;
}

#header_mes {
	float: left;
	width: 450px;
	padding: 24px 0 0 0;
}

h1 {
	font-size: 12px;
	line-height: 1.5;
	color: #b40314;
	font-weight: normal;
}

#header_menu {
	float: right;
	width: 450px;
	padding: 15px 0 0 0;
}

#header_menu ul {
	list-style-type: none;
}

#header_menu ul li {
	float: right;
	width: 100px;
	display: inline;
	margin: 0 0 0 10px;
}

/* MAIN_IMG -------------------------------------------------------------------------*/

#mimg {
	width: 910px;
	height: 300px;
	line-height: 0;
	font-size: 0;
}

/* CONTENTS -------------------------------------------------------------------------*/

#contents {
	clear: both;
	width: 910px;
	margin: 0;
	padding: 20px 0 0 0;
}

/* MAIN -------------------------------------------------------------------------*/

#main {
	float: left;
	width: 510px;
}

#main_menu {
	clear: both;
	width: 510px;
}

#main_menu ul {
	clear: both;
	list-style-type: none;
}

#main_menu ul li {
	clear: both;
	width: 510px;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#main_menu ul li a,
#main_menu ul li a img {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

#main p {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 30px 0;
}

/* SIDEBAR -------------------------------------------------------------------------*/

#side_left {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
}

#side_right {
	float: right;
	width: 180px;
}

#side_menu {
	clear: both;
	width: 180px;
}

#side_menu ul {
	clear: both;
	list-style-type: none;
}

#side_menu ul li {
	clear: both;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#side_menu ul li a,
#side_menu ul li a img {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

#side_left p {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 10px;
}

/* FOOTER -------------------------------------------------------------------------*/

#footer {
	width: 910px;
	padding: 20px;
	line-height: 0;
	font-size: 0;
	background: #b40314;
	margin: 30px 0 0 0;
}

#footer p {
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
}

/* LINK -------------------------------------------------------------------------*/

	/* BASE ------------------------*/
	a:link {
		text-decoration : underline;
		color: #626262;
	}

	a:visited {
		text-decoration : underline;
		color: #626262;
	}

	a:hover {
		text-decoration : none;
		color: #999999;
	}

	a:active {
		text-decoration : none;
	}
