@charset "UTF-8";


/* -----------------------------------------------
CSS INFO


 File name:      rollover.css
 Site name:		 DRESS
 Author:         Minimal Design
 Style Info:     ŠehtmlƒŠƒZƒbƒgÝ’è•‹¤’ÊÝ’è
 last update:    2011.12.20


0.YUI Fonts CSS - version:3.0.0
1.reset
2.default
3.Link Color
4.Layout
5.header
6.gNavi
7.footer

----------------------------------------------- */




/* ====================================================================================================

	0.YUI Fonts CSS

======================================================================================================= */

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
Setting the font size
	77% = 10px	|	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131%   = 17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/

/* ====================================================================================================

	1.reset

======================================================================================================= */
body,
div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
brockquote, pre, input, textarea, address,
form, fieldset, legend, object, 
table, caption, th, td,
a, p, img,
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family:Helvetica,"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ƒSƒVƒbƒN","MS PGothic",sans-serif;
	text-align:center;
	color:#333;
}

h1, h2, h3, h4, h5, h6,
pre, table, code, acronym, input, textarea {
	font-size:100%;
	font-weight:normal;
}

fieldset,
img {
	border:0;
}

address, em, cite, dfn, var {
	font-style:normal;
}

.clr {
	clear:both;
	font: 1px/1px monospace;
	display: block;
}


article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



/* ====================================================================================================

	2.default

======================================================================================================= */
p {
	line-height:150%;
	margin:0 0 1em 0;
}

ul li {
	list-style-position:outside;
	list-style-type:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


a {
	text-decoration:none;
	outline:none;
	border:none;
}



/* ====================================================================================================

	3.Link Color

======================================================================================================= */
a:link,
a:visited {
	color:#666;
	-webkit-transition-property:color;
    -webkit-transition-duration:0.5s;
    -webkit-transition-timing-function:ease-out;
	-moz-transition-property:color;
    -moz-transition-duration:0.5s;
    -moz-transition-timing-function:ease-out;
}

a:hover {
	color:#CC9933;
}







/* ====================================================================================================

	4.Layout

======================================================================================================= */
#wrapper {
	width:900px;
	height:auto;
	text-align:center;
	font-size:12px;
	margin:0 auto;
}

#gHeader {
	padding:50px 0;
}

#gNavi {
}

#container {
	line-height:200%;
	margin-bottom:50px;
}

#gFooter {
}






