body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	background-image: url(../images/bg.gif);
}
.outline {
	width: 950px;
	height: auto;
	background: #ffffff;
	margin: 0 auto;
	border: 2px solid #999999;
	text-decoration: none;
}
/*---------------------------------------*/
/* Header                                */
/*---------------------------------------*/
.outline .header-area {
	position: relative;
	height: 100px;
	width: 950px;
	padding: 0px;
	vertical-align: bottom;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.outline .header-area .top_logo {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.header-menu {
	color: #670506;
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	left: 20px;
	white-space: nowrap;
}
.outline .header-area .header-menu .menu {
	margin-left: 20px;
}
.outline .header-area .header-menu .menu a:link {
	color: #000000;
	text-decoration: none;
}
.outline .header-area .header-menu .menu a:visited {
	color: #000000;
	text-decoration: none;
}
.outline .header-area .header-menu .menu a:hover {
	color: #CC3300;
	text-decoration: none;
}
.outline .header-area .header-menu .menu a:active {
	color: #3333CC;
	text-decoration: none;
}
.outline .top-menu {
	position: relative;
	height: 30px;
	width: 900px;
	background-color: #670506;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}
/*---------------------------------------*/
/* Menu bar                              */
/*---------------------------------------*/

.outline .top-menu a:link {
	color: #CCCCCC;
}
.outline .top-menu a:visited {
	color: #CCCCCC;
}
.outline .top-menu a:hover {
	color: #EEEECC;
	background-image:url(../images/menu_btn_r.jpg)
}
.outline .top-menu a:active {
	color: #000000;
}
a.menu_btn {
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	width: 125px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin:0 0 0 0;
	padding:8px 0 0 25px;
	vertical-align:middle;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/menu_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}
/*---------------------------------------*/
/* PR Area                               */
/*---------------------------------------*/

.outline .pr-area {
	padding: 25px;
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
	background-image: url(../images/pr_bg.jpg);
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #670506;
	overflow: hidden;
}

.outline .pr-area h1 {
	font-size: 24px;
	font-weight: bold;
	color: #670506;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.outline .pr-area h2 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.outline .pr-area h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
/*---------------------------------------*/
/* Contents Area                         */
/*---------------------------------------*/

.outline .main-area {
	width: 950px;
	position: relative;
	height: auto;
}
.outline .main-area .bread {
	padding: 15px;
}
.outline .main-area .main-contents {
	padding: 10px;
}
/* Left */
.outline .main-area .left-contents {
	position: relative;
	font-size: 12px;
	margin: 10px;
	width: 650px;
	overflow: auto;
	left: 12px;
	top: 10px;
	float: left;
	display: inline;
}
/* Right */
.outline .main-area .right-contents {
	position: relative;
	margin: 5px;
	width: 200px;
	height: 300px;
	float: right;
	right: 20px;
	overflow: hidden;
}
/* Sub Menu */
.outline .main-area .main-contents .right-contents .submenu-title {
	background-color: #670506;
	border: 1px solid #670506;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.outline .main-area .main-contents .right-contents .sub-menu {
	border: 1px solid #670506;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../images/sm_mark.gif);
	line-height: 20px;
	background-image: url(../images/r_bg.jpg);
}

/* What's New */
.outline .main-area .right-contents .whats_new {
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	position: relative;
	overflow: auto;
	background-color: #FFFFFF;
	height: 200px;
	width: 198px;
	list-style-position: outside;
}
.outline .main-area .right-contents .whats_new_title {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	position: relative;
	clear: none;
	background-color: #000000;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 178px;
	overflow: hidden;
}
.outline .main-area .main-contents .right-contents .whats_new .date {
	font-weight: bold;
	color: #670506;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.outline .main-area .main-contents .right-contents .whats_new .description {
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.outline .main-area h1 {
	font-size: 24px;
	font-weight: bold;
	color: #670506;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(../images/h1bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
}
.outline .main-area h2 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(../images/h2bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
}
.outline .main-area h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(../images/h3bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
}
/* Goto Page Top */
.outline .goto-pagetop {
	clear: both;
	text-align: right;
	padding: 20px;
}
.outline .goto-pagetop a:link {
	color: #333333;
	text-decoration: none;
}
.outline .goto-pagetop a:visited {
	color: #333333;
	text-decoration: none;
}
.outline .goto-pagetop a:hover {
	color: #CC3300;
	text-decoration: none;
}
.outline .goto-pagetop a:active {
	color: #3333CC;
	text-decoration: none;
}
/*---------------------------------------*/
/* Footer Area                           */
/*---------------------------------------*/

.outline .footer {
	background-color: #333333;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	position: relative;
	white-space: nowrap;
	clear: both;
}
.outline .footer-menu {
	clear: both;
	padding-bottom: 5px;
	text-align: center;
}
.outline .footer-menu .end {
	margin-left: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.outline .footer-menu a {
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.outline .footer-menu a:link {
	color: #333333;
	text-decoration: none;
}
.outline .footer-menu a:visited {
	color: #333333;
	text-decoration: none;
}
.outline .footer-menu a:hover {
	color: #CC3300;
	text-decoration: none;
}
.outline .footer-menu a:active {
	color: #3333CC;
	text-decoration: none;
}
/*---------------------------------------*/
/* Tags                                  */
/*---------------------------------------*/
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0099FF;
}
table {
	border: 1px solid #999999;
}
td {
	border: 1px solid #999999;
}
th {
	border: 1px solid #999999;
	background-color: #003399;
	color: #FFFFFF;
}

