/*
-----------------------------------------------------
Studio E.L.C (c)
made:         director@elc-world.com
index:        http://www.elc-world.com/
-----------------------------------------------------
*/

@import url(base.css);
@import url(menu.css);

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link {
    text-decoration: none;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}
 
/* strict reset by uncommenting lines below */

address,caption,cite,code,dfn,em,b,u,s,i,th,var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    color: #666666;
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}


address {
    font-style: normal;
    display: inline;
}

ul li {
	list-style: none;
}


/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

.bnr04 dl {
	margin: 30;
	padding: 30;
}

/* Font */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {
	font:13px arial,sans-serif;
	*font-size:small;*font:x-small;
	}

table {
	font-size: inherit;
	font: 100%;
	}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial,sans-serif;
	}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
	font: 115% monospace;
	*font-size: 100%;
	}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
	line-height: 1.22em;
	}
	


/*
STORYページ用
*/	
#container #story .main-contents2 .storymenu {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #story .main-contents2 .storymenu2 {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #story .main-contents2 ul {
	margin: 0px;
	padding: 0px;
}

/*
Goodsページ用
*/
#container #goods .main-contents2 .goodsmenu {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #goods .main-contents2 .goodsmenu2 {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #goods .main-contents2 ul {
	margin: 0px;
	padding: 0px;
}