/* リンク */
A:link {
    text-decoration:underline;
    color:#ff0000;
}
/* 既に見たリンク */
A:visited {
    text-decoration:underline;
    color:#ff0000;
}
/* クリック時のリンク */
A:active {
 text-decoration:none;
    color:#000000;
}
/* カーソルが上にある時のリンク */
A:hover {
    text-decoration:overline;
    color:#0000ff;
}


.myself{
    background: url(graphics/myself_mouse_on.png) no-repeat;
    width: 200px;
    height: 37px;
}
.myself a{
    display: block;
}
.myself img{
    border: none;
}
.myself a:hover{
    background: none;
}
.myself a:hover img{
    visibility: hidden;
}

.profile{
    background: url(graphics/tsuufuu_mouse_on.png) no-repeat;
    width: 200px;
    height: 37px;
}
.profile a{
    display: block;
}
.profile img{
    border: none;
}
.profile a:hover{
    background: none;
}
.profile a:hover img{
    visibility: hidden;
}


/* font size の設定 */
.font9 {
	font-size: 9pt;
	font-family: Meiryo, sans-serif;
}

.font10 {
	font-size: 10pt;
	font-family: Meiryo, sans-serif;
}

.font11 {
	font-size: 11pt;
	font-family: Meiryo, sans-serif;
}

.font12 {
	font-size: 12pt;
	font-family: Meiryo, sans-serif;
}

.font13 {
	font-size: 13pt;
	font-family: Meiryo, sans-serif;
}

.font14 {
	font-size: 14pt;
	font-family: Meiryo, sans-serif;
}

.font15 {
	font-size: 15pt;
	font-family: Meiryo, sans-serif;
}

.font16 {
	font-size: 16pt;
	font-family: Meiryo, sans-serif;
}

.font20 {
	font-size: 20pt;
	font-family: Meiryo, sans-serif;
}

.font22 {
	font-size: 22pt;
	font-family: Meiryo, sans-serif;
}

.font24 {
	font-size: 24pt;
	font-family: Meiryo, sans-serif;
}

/* outer table の設定 */
table.outer {
    width: 80%;
	height:100%;
    border-collapse: collapse;
    border-style: none;
    margin-left: auto;
	margin-right: auto;
}

table.outer td.left {
    width: 30%;
    background-color:#00008c;
    border: none;
    vertical-align: top;
}

table.outer td.separater {
    width: 1%;
	background-color: #ff0000;
	border: none;
}

table.outer td.right {
    width: 69%;
    background-color:#f8f8ff;
    border: none;
}


/* heading line table の設定 */
table.heading {
    width: 100%;
    border-collapse: collapse;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    background-image:url(../../graphics/header_color_kihada.png);
}

table.heading td.font11 {
    height: 30px;
    border: none;
    font-size: 11pt;
    font-family: Meiryo, sans-serif;
}

/* botom table の設定 */
table.botom {
    width: 100%;
    height: 50px;
    border-collapse: collapse;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    background-image:url(../../graphics/header_blue.png);
}

table.botom td.font9 {
    height: 35px;
    border: none;
    font-size: 9pt;
    font-family: Meiryo, sans-serif;
    text-align: center;
    color: #ffffff;
}



