/* 外部スタイルシート、ファイル名：style.css */
/*Copyright(C)2004 .,All rights reserved */
body {
 font-size:13px;
 font-family:"ＭＳ Ｐゴシック", "Osaka";
 line-height:150%;
 background-image: ;
 background-repeat: ;
 background-color:khaki;
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;}
 
 .1 {font-size:1em;} /*テキストサイズクラス指定*/ 
 .10 {font-size:10px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .11 {font-size:11px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .12 {font-size:12px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .13 {font-size:13px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .14 {font-size:14px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .15 {font-size:15px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .16 {font-size:16px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 .19 {font-size:19px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%;} /*テキストサイズクラス指定*/ 
 
 a:link {color:#ff9933} /*未訪問のリンク*/ 
 a:visited {color:#ff9933} /*訪問済みリンク*/ 
 a:active {color:#ff9933} /*選択中のリンク*/ 
 
 .A_black:link {color:#000000} /*未訪問のリンク*/ 
 .A_black:visited {color:#000000} /*訪問済みリンク*/ 
 .A_black:active {color:#000000} /*選択中のリンク*/ 
 
 .A_yellow:link {color:#FFFF00} /*未訪問のリンク*/ 
 .A_yellow:visited {color:#FFFF00} /*訪問済みリンク*/ 
 .A_yellow:active {color:#FFFF00} /*選択中のリンク*/ 
 
 .pos {position:absolute; top:0; left:0;} /*絶対位置指定*/ 
 .futer {margin-top:auto; margin-bottom:0;} /*絶対位置指定*/ 
 .line {border-style:solid ;border-width:1px} /*直線枠*/ 
 .dabl {border-style:double ;border-width:3px} /*二重線枠*/ 
 .dott {border-style:dotted ;border-width:3px} /*点線*/ 
 .dash {border-style:dashed ;border-width:1px} /*点線*/ 
 .lintbl {border-color:black;border-style:solid;border-top-width:0px;border-bottom-width:0px;border-left-width:1px;border-right-width:1px;}

 .box0 {display:block; width:800px; height:500px; font-size:13px; font-family:"ＭＳ Ｐゴシック", "Osaka"; line-height:150%; background-image: ; background-repeat: ; background-color: ; margin:10px; padding:0px; text-align:center; border-style:solid; border-width:2px; border-color:red;}
 .box1 {display:block; width:600px; height:480px; font-size:13px; color:black; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%; background-color:white;}
 .blackbox {display:block; position:absolute; top:333px; left:720px; font-size:15px; color:white; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:150%; background-color:black; width:80px; margin:0px; padding:10px; text-align:center; border-style:; border-width:; border-color:#FFFFFF;}
 
 #line {border-style:solid ;border-width:1px} /*直線枠*/ 
 #dabl {border-style:double ;border-width:3px} /*二重線枠*/ 
 #dott {border-style:dotted ;border-width:3px} /*点線*/ 
 #dash {border-style:dashed ;border-width:1px} /*点線*/ 
 
 #repeat-no {background-repeat:no-repeat} /*背景リピート無しID指定*/ 
 #repeat-x {background-repeat:repeat-x} /*背景リピート横ID指定*/ 
 #repeat-y {background-repeat:repeat-y} /*背景リピート縦ID指定*/ 
 
 #imgpos-r-b {background-repeat:no-repeat;background-position:right bottom} /*背景位置指定右下ID指定*/ 
 #imgpos-l-b {background-repeat:no-repeat;background-position:left bottom} /*背景位置指定左下ID指定*/ 

/*----------part01----------*/
#part01 {
	width: 130px;
	height: 100%;
	background-color: #000000;
	font: 14px/14px Verdana, Arial, sans-serif;
	color: #ffffff;
}
#part01 ul {
    list-style-type: none;
	margin: 5px;
	padding: 0;
	text-align: center;
}
#part01 li {
    display: block;
    margin: 0;
	padding: 0;
}
#part01 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#part01 a:hover {
    text-decoration: underline;
	color: red;
}
