/* タグのスタイル設定 */

body	{background: #000000 url(img/bg1.jpg) repeat; color: #ffffff;}
a	{color:#ffffff;}
a:hover {color:#ff6666;}


/* IDの指定 */

#header	{
	position: relative;
	top: 2px;
	margin-left:5%;
}

#logo	{
	position: absolute;
	top: 2px;
	width: 140px;
	margin-left: 0px;
	z-index: 3;
}

#title1	{
	position: absolute;
	top: 48px;
	width: 710px;
	text-indent: 180px;
	color: #ff7777;
	font-size: 12pt;
	font-weight: bold;
	background-color: #223322;
	z-index: 1;
}

#title2	{
	position: relative;
	top: 250px;
	width: 710px;
	margin-left: 5%;
	text-indent: 180px;
	color: #ff7777;
	font-size: 12pt;
	font-weight: bold;
	background-color: #223322;
}


#main1	{
	position: relative;
	top: 150px;
	width: 540px;
	left: 120px;
	overflow-x: hidden;
	font-size: 11pt;
	color: #ffffcc;
	line-height: 20pt;
}

#main2	{
	position: relative;
	left: 120px;
	top: 270px;
	font-size: 11pt;
	color: #ffffcc;
	line-height: 20pt;
}

#sub1	{
	position: relative;
	top: 120px;
	width: 645px;
	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;
	color: #ffffcc;
}

#sub2	{
	position: relative;
	top: 100px;
	width: 720px;
	font-size: 11pt;
	color: #ffffcc;
	line-height: 20pt;
}

#diary1	{
	position: relative;
	top: 120px;
	left: 50px;
	width: 520px;
	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;
	color: #ffffcc;
}

#diary2 {
	position: relative;
	top: 130px;
	left: 120px;
	width: 410px;
	font-size: 9pt;
	color: #ffffaa;
	line-height: 16pt;
}

#diary3	{
	position: absolute;
	top: 135px;
	left: 620px;
	width: 140px;
	height: 480px;
	padding: 8px 10px 8px 16px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	font-size: 9pt;
	line-height: 16pt;
	color: #ffffcc;
}

#main_table1	{
	position: relative;
	top: 135px;
	left: 120px;
	width: 500px;
}

#main_table2	{
	position: relative;
	left: 40px;
	margin-left: 20pt;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	font-size: 10pt;
	line-height: 16pt;
	color: #ffffaa;
	width: 400px;
}


#navi a	{color:#ffffaa;}
#navi a:hover {color:#ff6666;}

#copyright {
	position: relative;
	top: 200px;
	width: 240px;
	left: 70%;
	font-size: 8pt;
	font-weight: bold;
	color: #ffff77;
}


/* Classの指定 */

.ind1	{
	position: absolute;
	left: 50px;
}

.ind2	{
	position: absolute;
	left: 100px;
}

.center {
	position: absolute;
	left: 200px;
}

.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;
}

.link_comment	{
	font-size: 11pt;
	color: #ffffaa;
	line-height: 20pt;
}

.td_white	{
	padding: 10px;
	font-size: 10pt;
	line-height: 16pt;
	color: #ffffff;
}

.td_orange	{
	padding: 3px 5px;
	text-align: center;
	font-size: 10pt;
	line-height: 16pt;
	color: #ff6666;
}

.td_normal	{
	padding: 3px 5px;
	text-align: left;
	font-size: 10pt;
	line-height: 16pt;
	color: #ffffcc;
}

.td_center	{
	padding: 3px 5px;
	text-align: center;
	font-size: 10pt;
	line-height: 16pt;
	color: #ffffcc;
}

.th_gray	{
	padding: 3px 6px;
	height: 30px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #323232;

}


