@charset "utf-8";

body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td {
	margin: 0;
	padding: 0;
}

body {
	color: #584D4D;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0 auto 0 auto;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}


/* --- link --- */

a {
	color: #00A4FF;
	text-decoration: none;
}

a:visited {
	color: #00A4FF;
	text-decoration: none;
}

a:hover {
	color: #ff66bb;
	text-decoration: underline;
}

a { outline: none; }


/* --- list ---*/

li {
	list-style-type: none;
}


/* --- table --- */

th, td {
	padding: 5px;
 }
 

/* --- general --- */

h2 {

}

h3 {

}

h4 {
}

h5 {
}

p {
	line-height: 146%;
	letter-spacing: 2px;
	font-size: 12px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.img_center {
	vertical-align:middle;
	margin-bottom: 10px;
	padding-top: 5px;
}


/* --- header --- */

div#header {
	width: 600px;
	margin-top: 30%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


div#header_catch {
	padding-bottom: 10px;
}

div#global_menu {
	height: 19px;
	width: 322px;
	background-image: url(images/menu_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#global_menu ul{
	margin: 0px;
	padding: 0px;
}

div#global_menu ul li{
	float: left;
	line-height: 100%;
	list-style-type: none;
}

div#global_menu ul li a{
	background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    text-decoration: none;
}

div#global_menu ul li a:hover{
	background-image: none;
}

a.menu01{
	background-image: url(images/menu_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 33px;
	margin-right: 44px;
}

a.menu02{
	background-image: url(images/menu_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 52px;
	margin-right: 44px;
}

a.menu03{
	background-image: url(images/menu_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 46px;
	margin-right: 45px;
}

a.menu04{
	background-image: url(images/menu_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 55px;
}

a.menu05{
	background-image: url(images/menu_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 115px;
}

a.menu06{
	background-image: url(images/menu_06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 115px;
}


/* --- article --- */

div#article {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#article ul {
	margin: 0px;
	padding: 0px;
}


/* --- 2culamn --- */


div#main {
	float: left;
	width: 600px;
}

div#main ul{
	margin: 0;
	padding: 0;
}

div#main ul li{
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 2px;
}

div#sidebar {
	float: right;
	width: 220px;
}

div#sidebar ul {
}

div#sidebar ul li {
}


/* --- sitemap --- */

div#sitemap {
}

div#sitemap ul {
	padding-left: 20px;
}

div#sitemap ul li {
	line-height:100%;
	list-style-position: inside;
}

li.map1 {
	list-style-type: disc;
}

li.map2 {
	list-style-type: circle;
}

/* --- footer --- */

div#footer {
	color: #a0a0a0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#footer.absolute {
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 100%;
}

div#footermenu {
	width:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#link {
	float: left;
	width: 390px;
}

div#link ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
}

div#link ul li{
	font-size: 10px;
	letter-spacing: 1px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#link ul li a{
	color: #a0a0a0;	
}

div#footermenu ul li.copyright {
	font-size: 10px;
	letter-spacing: -1px;
	text-align: right;
	float: right;
	width: 300px;
	padding-top: 15px;
}
