﻿@charset "UTF-8";

/* CSS Document */

/* 全体↓ */

div{
	margin: 0px;
}

div img{
	vertical-align: text-bottom;
	margin: 0px;
}

img{
	margin: 0px;
	border: none;
}

p{
	margin: 0px;
}

ul{
	margin: 0px;
	line-height: 170%;
}
li{
	display: list-item;
	list-style-image: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}

/* Headers */
h1
{
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
	letter-spacing: 1px;
}
h2
{
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	line-height: 140%;
}
h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	line-height: 130%;
}
h4
{
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	line-height: 130%;
}


.arrow{
	margin-right: 3px;
	vertical-align: middle;
}

.font_10px{
	font-size: 10px;
	line-height: 12px;
}

/* div_all↓ */
.div_all{
	height: 100%;
	width: 780px;
/*	left: 22px;
	position: absolute;*/
	text-align: left;
	margin: auto;
}

/* div_header↓ */
.div_header{
	width: 780px;
	height: 61px;
	background-image: url(/includes/images/header.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
}
.logo_link{
	width: 154px;
	height: 34px;
	position: relative;
	left: 12px;
	top: 10px;
}

/* div_menu↓ */
.div_menu{
	width: 143px;
	float: left;
/*	height: 100%;*/
/*	position: absolute;*/
/*	background-image: url(/includes/images/menu_background.gif);*/
/*	left: 13px;*/
}

.menu01,.menu01:hover{
	display: block;
	width: 143px;
	height: 24px;
	background-image: url(/includes/images/menu01.gif);
	margin: 0px 0px 0px 1px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 190%;
	text-decoration: none;
	color: #333333;
}
.menu02,.menu02:hover{
	display: block;
	width: 132px;
	margin: 6px 0px 0px 11px;
	font-size: 10px;
	text-decoration: none;
/*	color: #FFCC00;*/
	color: #333333;
	line-height: 100%;
}
.menu02:hover{
	text-decoration:underline;
}
.menu02_nolink{
	display: block;
	width: 132px;
	margin: 6px 0px 0px 11px;
	font-size: 10px;
	color: #CCCCCC;
}
.menu03,.menu03:hover{
	display: block;
	width: 113px;
	margin: 3px 0px 0px 27px;
	font-size: 10px;
	text-decoration: none;
	line-height: 150%;
}
.menu03:hover{
	text-decoration:underline;
}
.menu03_nolink{
	display: block;
	width: 113px;
	margin: 3px 0px 0px 27px;
	font-size: 10px;
	line-height: 150%;
	color: #CCCCCC;
}

.div_submenu{
	margin: 12px 0px 0px 14px;
}
.submenu01{
	font-size: 10px;
	line-height: 180%;
}

/* div_content↓ */
.div_content{
	width: 494px;
	position: relative;
	left: 70px;
	top: 0px;
	float: left;
}



/* div_link↓ */
.div_link{
	width: 120px;
	height: 530px;
	position: relative;
/*	left: 639px;*/
	left: 42px;
/*	top: 61px;*/
	float: left;
}
.link_stockholder{
	font-size: 10px;
	color: #333333;
}

/* div_footer↓ */
.div_footer{
	width: 100%;
}

.copyright{
	margin: 20px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 110%;
}

.playLink
{
	position: absolute;
	top: 30px;
	right: 0px;
	cursor: pointer;
}


/* Expander utility */
.ExpanderLink 
{
	cursor: pointer;
	text-decoration: none;
}
.ExpanderLink:hover
{
	text-decoration: underline;
}

.ExpanderView
{
	display: block;
	height: auto;
}
.ExpanderViewport
{
	overflow: hidden;
	display: none;
}

