/* タグのスタイル設定 */

body	{background: #000000 url(../img/carbon.gif) repeat; color: #ffffff;}
a	{color:#ffffff;}
a:hover {color:#ff6666;}
image	{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: 740px;
	text-indent: 180px;
	color: #ff7777;
	font-size: 12pt;
	font-weight: bold;
	background-color: #223322;
	z-index: 1;
}


#title	{
	position: relative;
	top: 150px;
	left: 115px;
	width: 510px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: dashed;
	background-color: #090909;
}


#main1	{
	position: relative;
	left: 90px;
	top: 150px;
	width: 529px;
	padding: 12px 4px 6px 18px;
	font-size: 11pt;
	color: #ffffcc;
	line-height: 21pt;
	background-color: #0b0c0b;
}

#menu1	{
	position: absolute;
	top: 164px;
	left: 652px;
	width: 150px;
	padding: 8px 10px 8px 11px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	font-size: 8pt;
	line-height: 16pt;
	color: #ffffcc;
}

#navi	{
	position: relative;
	top: 175px;
	width: 520px;
	height: 35px;
	margin-left: 110px;
	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%;
}



/* Classの指定 */

.ind1	{
	position: relative;
	left: 25px;
	width: 482px;
}

.ind2	{
	position: relative;
	left: 50px;
}

.ind3	{
	position: relative;
	left: 330px;

}

.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_color_white{
	color: #ffffff;
}

.txt_bold{
	color: #ff6666;
	font-weight: bold;
}

.table1	{
	position: absolute;
	text-align: center;
	font-size:  10pt;
}

.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;
}

