@import "baseOutline.css";
@import "head.css";
@import "left.css";
@import "contents.css";
@import "indivisual.css";
@import "category.css";
@import "foot.css";

/* -- --------------default-------------- --*/

* {
	font-family: "Osaka", Verdana, "ＭＳ Ｐゴシック";
	margin: 0px;
/*	padding: 0px;*/
	list-style: none;
}

img {
	border: 0px;
}

body {
	background: #DEDEDA;
	text-align: left;
}

/*-----text Link------*/
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #1d3792;
}
a:hover {
	text-decoration: none;
	color: #1d3792;
}

#newCopy a:link,
#newCopy a:visited,
#newCopy a:active {
	text-decoration: underline;
	color: #636363;
}
#newCopy a:hover {
	text-decoration: none;
	color: #636363;
}

#subNavi03 a:link,
#subNavi03 a:visited,
#subNavi03 a:active {
	text-decoration: none;
	color: #585959;
}
#subNavi03 a:hover {
	text-decoration: none;
	color: #1d3792;
}

#subNavi04 a:link,
#subNavi04 a:visited,
#subNavi04 a:active {
	text-decoration: none;
	color: #585959;
}
#subNavi04 a:hover {
	text-decoration: none;
	color: #1d3792;
}

#subNavi05 a:link,
#subNavi05 a:visited,
#subNavi05 a:active {
	text-decoration: none;
	color: #585959;
}
#subNavi05 a:hover {
	text-decoration: none;
	color: #1d3792;
}

#iventCopy01 span#lightBlue a:link,
#iventCopy01 span#lightBlue a:visited,
#iventCopy01 span#lightBlue a:active {
	text-decoration: none;
	color: #3dafff;
}
#iventCopy01 span#lightBlue a:hover {
	text-decoration: underline;
	color: #3dafff;
}

#iventCopy01 span#red a:link,
#iventCopy01 span#red a:visited,
#iventCopy01 span#red a:active {
	text-decoration: none;
	color: #cb1000;
}
#iventCopy01 span#red a:hover {
	text-decoration: underline;
	color: #cb1000;
}

#iventCopy01 span#orange a:link,
#iventCopy01 span#orange a:visited,
#iventCopy01 span#orange a:active {
	text-decoration: none;
	color: #ff8f21;
}
#iventCopy01 span#orange a:hover {
	text-decoration: underline;
	color: #ff8f21;
}


#subNavi06 a:link {
	color: #1d3792;
text-decoration: none;
}
#subNavi06 a:visited,
#subNavi06 a:active {
	text-decoration: none;
	color: #1d3792;
}
#subNavi06 a:hover {
	text-decoration: underline;
	color: #1d3792;
}

#contentsAreaRight a:link {
	color: #1d3792;
	text-decoration: none;
}
#contentsAreaRight a:visited,
#contentsAreaRight a:active {
	text-decoration: none;
	color: #1d3792;
}
#contentsAreaRight a:hover {
	text-decoration: underline;
	color: #1d3792;
}

#staffEntryBody a:link,
#staffEntryBody a:visited,
#staffEntryBody a:active {
	text-decoration: underline;
	color: #1d3792;
}
#staffEntryBody a:hover {
	text-decoration: none;
	color: #1d3792;
}

#staffEntryMore a:link,
#staffEntryMore a:visited,
#staffEntryMore a:active {
	text-decoration: underline;
	color: #1d3792;
}
#staffEntryMore a:hover {
	text-decoration: none;
	color: #1d3792;
}


#staffEntryBody p a:link,
#staffEntryBody p a:visited,
#staffEntryBody p a:active {
	text-decoration: underline;
	color: #1d3792;
}
#staffEntryBody p a:hover {
	text-decoration: none;
	color: #1d3792;
}

#staffEntryMore p a:link,
#staffEntryMore p a:visited,
#staffEntryMore p a:active {
	text-decoration: underline;
	color: #1d3792;
}
#staffEntryMore p a:hover {
	text-decoration: none;
	color: #1d3792;
}



/*-------------------*/
li {
	line-height: 1.7em;
	font-weight: normal;
}