@charset "utf-8";

/* box object */
#wrapper1 {
	padding: 30px 0 0;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper1 .box {
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 30px;
}

/* header */
#header {
	padding-top: 30px;
}
#header h1 {
	padding: 0px;
	position: absolute;
	left: 25px;
	top: 245px;
}
#header #main_menu {
	margin-bottom: 30px;
}
#main_menu li#menu1 {
	margin-bottom: 46px;
	position: relative;
}
#main_menu li#menu2 {
	position: relative;
}
#header #loading {
	background: url(../common/images/loading.gif) no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 48.6%;
	top: 35%;
	display: none;
}

/* info */
#info {
	padding: 0;
	margin: 0;
	position: relative;
}
#info ul li {
	list-style: none;
}
#info ul li a img {
	border: 5px solid #666;
}
#info #control1 {
	padding: 0px;
	height: 36px;
	width: 36px;
	position: absolute;
	margin: 0px;
	top: 27px;
	right: 0px;
}
#info #control2 {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 0px;
	top: 27px;
}

/* contents */
.contents {
	margin-bottom: 50px;
}
.contents h2 {
	border-top: 1px solid #FFFFFF;
	margin: 0 0 30px;
	padding: 5px 0;
}

/* news */
#news {
	width: 440px;
	overflow-y: auto;
	height: 420px;
}
#news ul li {
	list-style: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDDDDD;
}
#news ul li:after {
   content:".";
   display:block;
   font-size:0;
   height:0;
   clear:both;
   visibility:hidden;
}
#news ul li span {
	display: inline-block;
	float: left;
	padding: 5px 0;
	margin: 0 10px 0 0;
}
#news ul li .category {
	font-size: 11px;
	text-align: center;
	padding: 6px 10px;
	background-color: #33253D;
	color: #FF0;
	width: 4.5em;
	line-height: 1em;
	white-space: nowrap;
	margin-top: 3px;
}
#news ul li .note {
	margin-right: 0px;
	max-width: 440px;
	clear: left;
}
#news ul li a {
	color: #FFFFFF;
}
#news ul li a:hover, #news ul li a:active {
	color: #DBD426;
	text-decoration: none;
}

/* twitter_widget */
#twitter_widget {
	width: 440px;
	height: 420px;
}

/* goods */
#goods {
	clear: both;
}
#goods h2 {
	position: relative;
}
#goods h2 #mekke {
	position: absolute;
	right: 0px;
	top: 7px;
}
#goods ul li {
	list-style: none;
	height: 90px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	width: 440px;
	position: relative;
}
#goods ul li .thumb {
	width: 90px;
	height: 90px;
	float: left;
}
#goods ul li h3 {
	margin-left: 110px;
	padding-top: 2em;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
#goods li a {
	color: #FFFFFF;
}
#goods li a:hover, #tg_link li a:active {
	color: #DBD426;
	text-decoration: none;
}

/* #tg_link */
#tg_link li {
	list-style: none;
	float: left;
	margin-right: 20px;
	width: 210px;
	font-size: 12px;
	line-height: 1.2em;
}
#tg_link li a {
	display: block;
	width: 210px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #D8D8D8;
	color: #FFFFFF;
	text-align: center;
}
#tg_link li a:hover, #tg_link li a:active {
	color: #DBD426;
	text-decoration: none;
}
#tg_link .row_end {
	margin-right: 0px;
}

/* footer area */
#wrapper2 {
	margin: auto;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	clear: both;
	height: 2.5em;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333;
}
#footer #link {
	margin-bottom: 5px;
}
#footer #link a {
	color: #FFF;
}
