@charset "utf-8";

/*******************************
 * Initialize
*******************************/
* {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0px;
	vertical-align: bottom;
}

a { color: inherit; }
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: underline; }
a:active { color: inherit; text-decoration: underline; }

em, strong {
	color: red;
	font-style: normal;
}

/*******************************
 * body, container
*******************************/
body {
	/* common/css/common.css -> common/img/bg.png */
	background-image: url(../img/bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #555555;
	font-family: "verdana", "ＭＳＰ ゴシック"/*, "小塚ゴシック Pro M"*/;
	font-size: small;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#container_outer {
	width: 840px;
	margin: 0 auto;
	background-image: url(../img/container/left.png);
	background-position: left;
	background-repeat: repeat-y;
}
#container {
	width: 820px;
	margin-left: 20px;
	background-image: url(../img/container/right.png);
	background-position: right;
	background-repeat: repeat-y;
}
#container_inner {
	width: 760px;
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(../img/container/bg.png);
	background-repeat: repeat-x;
}
#container_foot {
	margin: 0px auto;
	width: 840px;
	background-image: url(../img/container/bottom.png);
	background-repeat: repeat-x;
}

/*******************************
 * head
*******************************/
#head {
	position: relative;
	padding: 10px 0px;
	width: 760px;
}

#head_menu {
	position: absolute;
	right: 0px;
	color: #6400B5;
	font-size: 80%;
}
#head_menu li {
	display: inline;
	padding: 0px 0px 0px 1em;
}

#head h1 {
	padding: 10px 20px 5px;
}

#enn_logo {
	position: absolute;
	right: 0px;
	top: 50px;
}

#global_menu {
	height: 30px;
	background-image: url(../img/global_menu/bg.png);
}
#global_menu li {
	display: inline;
}
#global_menu li:after { /* IE7↓がダメなので使わない */ }

/*******************************
 * content
*******************************/
#content {
	padding: 5px 0px;
	overflow: hidden;
	width: 760px;
}

#content_main {
	float: left;
	position: relative;
	width: 556px;
}
#content_main_head {
	background-image: url(../img/content_main/bg_head.png);
	height: 10px;
	width: auto;
	line-height: 10px;
	overflow: hidden;
}

#content_main_body {
	position: relative;
	background-image: url(../img/content_main/bg_body.png);
	padding: 5px 10px;
}
#content_main_body .group {
	padding: 0px 0px 10px 0px;
}
#content_main_body .group h2 {
	padding: 5px 0px;
}
#content_main_body .group * h2 {
	padding: 0px;
}
#content_main_body .group p {
	width: 510px;
	padding: 0px 0px 0px 10px;
}
#content_main_body .group * p {
	width: auto;
	padding: 0px;
}
#content_main_body ul {
	padding: 5px 0px 5px 30px;
	list-style-type: square;
}
#content_main_body .group table {
	width: 510px;
	margin: 5px 0px 5px 8px;
	border-collapse: collapse;
}
#content_main_body .group * table {
	width: auto;
	margin: 0px;
}
#content_main_body table tr td {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 3px 5px;
}
#content_main_body a {  }
#content_main_body a:link { color: inherit; text-decoration: underline; }
#content_main_body a:visited { color: inherit; text-decoration: underline; }
#content_main_body a:hover { color: inherit; text-decoration: none; }
#content_main_body a:active { color: inherit; text-decoration: none; }

#content_main_foot {
	background-image: url(../img/content_main/bg_foot.png);
	height: 10px;
	width: auto;
	overflow: hidden;
}

#content_menu {
	float: right;
	position: relative;
	width: 189px;
}
#content_menu_head {
	background-image: url(../img/content_menu/bg_head.png);
	height: 11px;
	background-repeat: repeat-y;
	overflow: hidden;
}
#content_menu_body {
	background-image: url(../img/content_menu/bg_body.png);
	background-repeat: repeat-y;
	height: 377px;
	position: relative;
}
#content_menu_body h2 {
	text-align: center;
}
#content_menu_body ul li {
	text-align: center;
	padding: 15px 0px 0px 0px;
	list-style: none;
	margin: 0 auto;
}

#content_foot {
	position: relative;
}
#foot_menu {
	text-align: right;
	padding: 5px;
	color: #6400B5;
	font-size: 90%;
}
#foot_menu li {
	display: inline;
	padding: 0px 0px 0px 0.5em;
}

/*******************************
 * Copyright
*******************************/
#copyright {
	padding: 20px 0px;
	text-align: center;
	font-size: 80%;
}
