/*
===============================================================================
/css/index.css
===============================================================================*/

/*-----------
Shared Styles
-------------*/

/* [HTMLTag] BODY
===============================================================================*/
body {
	background:#fff url("../images/body_bg.gif") repeat-y left top;
}

/* [HTMLTag] H1
===============================================================================*/
h1 {
	position:absolute;
	margin:0;
	left:30px;
	top:331px;
}
h1 a {
	display:block;

	width:186px;
	height:129px;
}
h1 span {
	visibility:hidden;
}

/* [HTMLTag] A
===============================================================================*/
a.name {
	font-weight:bold;
}
a.name:link {
	color:#333;
}
a.name:visited {
	color:#333;
}
a.name:hover {
	color:#333;
}
a.name:active {
	color:#333;
}


/*------------
Element Styles
--------------*/

/* Contents Body
===============================================================================*/
#contentsBody {
	width:100%;
	background:transparent url("../images/contentsbody_bg.gif") repeat left top;
}

/* Stage
===============================================================================*/
#stage {
	background:transparent url("../images/stage_bg.gif") repeat-y left top;
}

/* Contents Package
===============================================================================*/
#contentsPackage {
	width:914px;
	height:914px;
}

/* Category Title
===============================================================================*/
#categoryTitle {
	position:absolute;
	top:30px;
	left:331px;
	
	margin:0;
}
#categoryTitle a {
	display:block;

	width:203px;
	height:45px;
}
#categoryTitle span {
	visibility:hidden;
}

/* Page Title
===============================================================================*/
#pageTitle {
	position:absolute;
	top:137px;
	left:330px;

	margin:0;
}
#pageTitle a {
	display:block;

	width:224px;
	height:23px;
}
#pageTitle span {
	visibility:hidden;
}


/* Copyright
===============================================================================*/
#copyright {
	display:block;

	margin:-10px 0 0 30px;
	padding:0 0 10px;
}




/*------------
About, Contact
--------------*/

/* Address
===============================================================================*/
#address #logo {
	margin-bottom:0.25em;
}
#address a {
	font-weight:normal;
	color:#2C465C;
	
	padding-left:7px;
	margin-right:10px;
	background:transparent url("../images/sankaku_off.gif") no-repeat 0px 2px;
}
#address a:hover {
	background-image:url("../images/sankaku_on.gif");
}
/* hide from IE5 Mac \*/
#address a {
	background-position:0px 4px;
}
/* */