/********** rayout **********/
.head {
	color: #ffffff;
}

/********** menu **********/
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 780px;
	height: 50px;
	position: relative;
}

#menu li {
	position: absolute;
	top: 0px;
}

#menu li.mn01 {
	left: 35px;
	width: 230px;
}

#menu li.mn02 {
	left: 275px;
	width: 230px;
}

#menu li.mn03 {
	left: 515px;
	width: 230px;
}

#menu a {
	padding-top: 50px;
	height: 0px !important;
	height /**/: 50px;
	overflow: hidden;
	display: block;
}

#menu li.mn01 a {
	background: url(../../as/img/link_as_on.gif) no-repeat 0px 0px;
}

#menu li.mn01 a:hover {
	background: url(../../as/img/link_as_on.gif) no-repeat 0px -50px;
}

#menu li.mn02 a {
	background: url(../../as/img/link_art1.gif) no-repeat 0px 0px;
}

#menu li.mn02 a:hover {
	background: url(../../as/img/link_art1.gif) no-repeat 0px -50px;
}

#menu li.mn03 a {
	background: url(../../as/img/link_art2.gif) no-repeat 0px 0px;
}

#menu li.mn03 a:hover {
	background: url(../../as/img/link_art2.gif) no-repeat 0px -50px;
}

/********** top **********/
h1 {
	background: url(../../as/img/title.gif) no-repeat 0px 0px;
	margin: 12px 0px 0px 21px;
	padding-top: 18px;
	height: 0px !important;
	height /**/: 18px;
	width: 275px;
	overflow: hidden;
}

.link {
	font-weight: bold;
	color: #ffffff;
}

.line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #ffffff;
}

.ttl {
	color: #FFFF00;
	font-weight: bold;
}

.space {
	margin-bottom: 5px;
}

.column {
	margin-bottom: 7px;
}

