/* タグのスタイル設定 */

body	{background: #000000 url(../img/bg1.jpg) repeat; color: #ffffff;}
a	{color:#ffffff;}
a:hover {color:#ff6666;}
a img	{border: none;}
img	{border: none;}


/* IDの指定 */

#head	{
	position: relative;
	top: 2px;
	margin-left:5%;
}

#logo	{
	position: absolute;
	top: 2px;
	width: 140px;
	margin-left: 0px;
	z-index: 3;
}

#title_head {
	position: absolute;
	top: 48px;
	width: 710px;
	text-indent: 180px;
	color: #ff7777;
	font-size: 12pt;
	font-weight: bold;
	background-color: #223322;
	z-index: 1;
}

#year	{
	position: relative;
	top: 100px;
	width: 720px;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffaa;
	line-height: 20pt;
}

#title	{
	position: relative;
	top: 150px;
	left: 115px;
	width: 640px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: dashed;
	background-color: #090909;
}

#main1	{
	position: relative;
	left: 120px;
	top: 150px;
	width: 610px;
	padding: 8px 10px 8px 18px;
	font-size: 11pt;
	color: #ffffcc;
	line-height: 21pt;
	background-color: #0b0c0b;
}

#navi2	{
	position: relative;
	top: 175px;
	width: 520px;
	height: 35px;
	margin-left: 12%;
	padding: 8px 10px 8px 18px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: dashed;
	background-color: #090909;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18pt;
}

#footer	{
	position: relative;
	width: 600px;
	top: 200px;
	height: 200px;
	margin-left:10%;
	margin-right: 10%;
}

#footer #logo {
	position: absolute;
	top: 0px;
	margin-left: 62%;
	width: 140px;
	z-index: 3;
}

#navi	{
	position: relative;
	top: 30px;
	width: 705px;
	height: 35px;
	margin-left: 12%;
	font-size: 9pt;
	z-index: 3;
}

#navi a	{color:#ffffaa;}
#navi a:hover {color:#ff6666;}

#copyright {
	position: relative;
	width: 240px;
	margin-left: 27%;
	margin-right: 10%;
	top: 60px;
	font-size: 8pt;
	font-weight: bold;
	color: #ffff77;
}



/* Classの指定 */

.ind1	{
	position: absolute;
	left: 50px;
}

.ind2	{
	position: relative;
	left: 50px;
}

.ind3	{
	position: relative;
	left: 250px;

}

.aa	{
	position: absolute;
	left: 50px;
	font-size: 11pt;
	line-height: 12pt;
}

.txt_ind {
	text-indent: 30px;
}

.txt_center {
	text-align: center;
}

.txt_small{
	text-size: 8pt;
}

.txt_bold{
	color: #ff6666;
	font-weight: bold;
}

.txt_color_white{
	color: #ffffff;
}

.title1	{
	padding: 12px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #ff6666;
}

.title2	{
	padding: 12px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}


.table1	{
	position: absolute;
	left: 50px;
	text-align: center;
	font-size:  10pt;
}


