@import url("reset.css");




#wrapper {
    width: 100%;
    min-width: 100px;
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
	
}

body {
	margin: 0;
	font-family: Helvetica;
	background: #ffffff;
	color: #666666;
	font-size: 1.0em;
	background: url(../images/hg3.jpg) #ffffff center;
}


h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 1.3;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    color: #ffffff;
	background: #777777;
	padding: 8px 8px 8px 8px;
}

h2
{
//	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: 1500;
	line-height: 1.3;
	padding: 8px 8px 8px 8px;
}


p	{
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 1.0em;
	//font-weight: bold;
	list-style: none;
	line-height: 1.5;
	padding: 8px 8px 8px 8px;
}


li
{
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 1.0em;
	list-style: none;
	line-height: 1.5;
	padding: 0px 0px 0px 8px;
}

.store
{
	width: 90%;
}


.break
{
	clear:both;
}

.min
{
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 0.8em;
	//font-weight: bold;
	list-style: none;
	line-height: 1;
	padding: 8px 8px 8px 8px;
}

/* --------------------------
wide screen 
-------------------------- */

@media (min-width:700px)
{
	
	h1
	{
		font-size: 1.8em;
		 line-height: 1.3;
	}

	h2
	{
		font-size: 1.6em;
		 line-height: 1.3;
	}
	p
	{
		font-size: 1.3em;
		line-height: 1.3;
	}
	li
	{
		font-size: 1.3em;
		line-height: 1.3;
	}
	
	.store
	{
		width: 70%;
	}
	
	
	
	
/*	
	.col1,.col2
	{
//		display: block;
		float: left;
//		margin-bottom: 1em;
//		margin-left: 3.7%;
//	background-color: #ccc;
	}
	.col3,.col4
	{
		float: right;
//		margin-bottom: 1em;
//		margin-right: 3.7%;
//		background-color: #ff0000;
	}
	
	.col1 { width: 50%; }
	.col2 { width: 50%; }
	.col3 { width: 50%; }
	.col4 { width: 50%; }
	*/
}

a {
   color: inherit;
}
