@charset "Shift_JIS";

/*---- aromarie CSS ----*/
/*---- 基本設定 ----*/
body {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}


TD {
	font-size: 12px;
	color: #ffffff;
}

/*----リンク設定----*/
a:link {
	color: #550066;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #550066;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #aa3333;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #aa3333;
	font-weight: normal;
	text-decoration: underline;
}


/*----MENU リンク設定----*/
#menu a:link {
	color: #eeccee;
	font-weight: bold;
	text-decoration: none;
}

#menu a:visited {
	color: #eeccee;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #cc6699;
	font-weight: bold;
	text-decoration: underline;
}

#menu a:active {
	color: #cc6699;
	font-weight: bold;
	text-decoration: underline;
}


/*----画像リンク設定----*/
#il a:link {
	color: #550066;
	font-weight: normal;
	text-decoration: none;
}

#il a:visited {
	color: #550066;
	font-weight: normal;
	text-decoration: none;
}

#il a:hover {
	color: #aa3333;
	font-weight: normal;
	text-decoration: underline;
	position:relative;top:1px;left:1px;
}

#il a:active {
	color: #aa3333;
	font-weight: normal;
	text-decoration: underline;
}


/*----レイアウト----*/
#com {
	line-height:18px;
	color: #663333;
	font-weight: normal;
	padding:20px;
}

#com2 {
	color: #663333;
	font-weight: normal;
}

#com3 {
	color: #003366;
	font-weight: normal;
}


#head {
	color: #663333;
	font-weight: normal;
	padding:10px;
}


TABLE.line TD{
	color: #663333;
	font-size:x-small;
	border-bottom:1px dotted #ffffff;
}

TABLE.line2 TD{
	color: #663333;
	font-size:x-small;
	border-bottom:1px dotted #663333;
}

TABLE.line3 TD{
	color: #003366;
	font-size:x-small;
	border-bottom:1px dotted #336699;
}