@charset "ISO-8859-1";

/* common.css */

/* global layout
////////////////////////////////////////////////////*/
body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: url(../images/common/02_bakimage.gif) center left;
}

/* link color setting
////////////////////////////////////////////////////*/
/* LoVe HA */
a {}
a:link	{ color:#00c; }
a:visited	{ color:#60f; }
a:hover	{ color:#ff0000; text-decoration: underline; }
a:hover[name]			{ color:inherit; text-decoration: none; }
a:hover[name][href]	{ color:#ff0000; }
a:active	{ color:#f00; }

/* layout
////////////////////////////////////////////////////*/
#wrapper {
	width: 780px;
	margin: 0;
	padding: 0;
}

#mainblk {
	width: 583px;
	float: right;
}

#navmenublk {
	width: 197px;
	background-color: #f0dbfe;
	float: left;
}


/* menu block
////////////////////////////////////////////////////*/
.navimenu {
}
.navimenu ul {
	padding: 0;
	margin: 10px 0 18px 12px;
}
.navimenu li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 12px;
	link-style-position: inside;
	text-indent: -12px;
}

/* menu triangle mark
////////////////////////////////////////////////////*/
a.submenu {
	background: url(../images/common/icn_bluetriangle_off.gif) no-repeat center left;
	padding-left: 12px;
	font-weight: bold;
}
a:hover.submenu {
	background: url(../images/common/icn_bluetriangle_on.gif) no-repeat center left;
}

/* main block sub menus
////////////////////////////////////////////////////*/
.mainsubmblk {
	margin-top: 90px;
	margin-left: 47px;
}
.mainsubmblk ul {
	padding: 0;
	margin: 10px 0 10px 50px;
}
.mainsubmblk li {
	list-style: none;
	margin-bottom: 5px;
}

/* utilities
////////////////////////////////////////////////////*/
.clear {
	clear: both;
}

.tright {
	text-align: right;
}
