@charset "UTF-8";
/***************************************
	FELEM
	Copyright (C) 2007 FELEM. All Rights Reserved.
***************************************/

* {
	margin:0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	border: none;
	line-height: 120%;
}

body {
	background-color: #000000;
}
img {
}
h1 {
}
h2 {
	padding-left: 10px;
}
a {
	text-decoration: none;
}

#base {
	width: 800px;
	margin: 0 auto;
	background-color: #91B8C1;
}
#head {
	padding: 10px 0;
	background-color: #000000;
}
#contents {
	clear: both;
	padding: 10px 15px 0;
}
#foot {
	width: 800px;
	clear: both;
	background: url(http://www.felem.com/img/bg_foot.jpg) bottom no-repeat;
	height: 120px;
}
#foot p.info {
	text-align: center;
	padding-top: 10px;
}
#foot p.copy {
	text-indent: -9999px;
}

.menu {
	background-image: url(http://www.felem.com/img/bg_coping.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 18px;
}
.menu li {
	list-style-type: none;
	float: left;
}
.menu li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.light {
	text-align: center;
}
.left {
	width: 190px;
	float: left;
}
div.top h3 a {
	text-decoration: underline;
}
.article {
	height: 380px;
	overflow: auto;
	background-color: #EEEEEE;
	border: #333333 1px solid;
	width: 190px;
}
.article ul {
	margin: 5px;
}
.article li {
	padding: 5px;
	font-size: 11px;
	color: #666666;
	border-top: #999999 1px dotted;
	list-style-type: none;
	clear: both;
}
.article li h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
.article li p{
	margin-bottom: 10px;
	font-size: 11px;
}
.article li a{
	font-size: 11px;
}
.date {
	font-size: 10px;
}
.error {
	width: 770px;
	padding-top: 20px;
}
.error_box {
	width: 770px;
	padding: 130px 0 130px 0;
	background-color: #000000;
	color: #DDDDDD;
	text-align: center;
}


/***************************************
	FELEM index
***************************************/

.flash {
	padding: 20px 0 0 10px;
	float: left;
	text-align: center;
}
.flash dl {
	width: 400px;
	height: 380px;
	background-color: #000000;
}
.flash dl dd {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
.flash dl dd a {
	line-height: 42px;
	font-size: 300%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.flash dl dd a:hover,
.flash p a:hover {
	color: #999999;
}
.flash dl dd.left { float: left; }
.flash dl dd.right { float: right; }
.flash dl:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.flash p {
	line-height: 50px;
	font-size: 300%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}
.gallery {
	width: 150px;
	float: right;
	text-align: center;
}
.gallery .mikasa{
	margin: 20px auto 10px;
}
.gallery h2 {
	font-size: 14px;
	margin: 5px auto 0;
	padding: 0;
}
.gallery p {
	margin: 0 auto;
}
.gallery p.gallery {
	width: auto;
	float: none;
}
.photo {
	margin: 50px auto;
	text-align: center
}
.photo h2 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: center;
}
.photo p {
	margin-bottom: 15px;
	color: #FFFFFF;
	text-align: center;
}
.photo p span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.photo p span:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.flash p {
  position: relative;
  width: 400px;
  height: 380px;
  text-align: left;
}
.flash p a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 400px;
  height: 380px;
  overflow: hidden;
}
.flash p a:hover {
  width: 480px;
  height: 765px;
}

/***************************************
	FELEM 2nd
***************************************/

.right_2column {
	width: 565px;
	padding-top: 20px;
	float: right;
}
.column_box p,
.column_box dt,
.column_box dd,
.column_box li,
.column_box p a,
.column_box dt a,
.column_box dd a,
.column_box li a { color: #CCCCCC; }

.column_box {
	width: 565px;
	height: 380px;
	overflow: auto;
	background-color: #000000;
	color: #DDDDDD;
	text-align: center;
}
.column_box h3 {
	padding-top: 10px;
}
.column_box dl {
	clear: both;
	border-top: #999999 1px dashed;
	padding-top: 5px;
}
.column_box dl dt {
	font-weight: bold;
	color: #CCCCCC;
	width: 80px;
	float: left;
	line-height: 130%;
	text-align: right;
}
.column_box dl dd strong {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 15px 0 0;
}
.column_box dl dd {
	color: #CCCCCC;
	text-align: left;
	float: right;
	width: 440px;
	padding-bottom: 5px;
}
.column_box h3 {
	margin-bottom: 10px;
	color: #FFFFFF;
}
.column_box h3 a {
	font-size: 14px;
	color: #FFFFFF;
}
.column_box p {
	margin-bottom: 20px;
}
.store_box {
	width: 160px;
	height: 150px;
	float: left;
	padding: 10px;
	background-color: #000000;
	text-align: center;
}
.name_category {
	margin-top: 15px;
}
.store_category {
	border-top: #999999 1px dotted;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
}
.store_category p {
	margin-bottom: 10px;
	color: #FFFFFF;
}
.date_category {
	font-size: 10px;
	color: #FFFFFF;
}
.team_box {
	width: 160px;
	height: 140px;
	float: left;
	padding: 5px 10px;
	background-color: #000000;
	text-align: center;
}
.team_left {
	float: left;
	width: 350px;
	text-align: center;
	padding-left: 10px;
	color: #FFFFFF;
}
.team_right {
	float: right;
	width: 170px;
	text-align: left;
	padding-right: 5px;
}
.team_right p {
	color: #FFFFFF;
}
.link_box {
	width: 250px;
	height: 140px;
	float: left;
	padding: 10px;
	background-color: #000000;
	text-align: center;
}

div#law dl {
	padding-left: 10px;
}
div#law dl dt {
	width: 110px;
	text-align: left;
}
div#law dl dd {
	width: 420px;
}
