﻿/*
THEME NAME: SIMONS
THEME URI:
DESCRIPTION: 
VERSION: 1.0
AUTHOR:
AUTHOR URI:
*/

@import "base.css";
@import "js.css";
@import "category.css";
@import "reset.css";

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 130px;}  /* must be same height as the footer */

/*
*:first-child+html #wrap{ height:100%;}
*:first-child+html #main { height:100%; padding-bottom:40px; margin-bottom:40px}
*:first-child+html body{ position:relative}
*/

#footer {
	background: url(img/style/footer_back.gif) repeat-x bottom;
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	clear:both;} 

 /*
*:first-child+html #footer {
	background: url(img/style/footer_back.gif) repeat-x bottom;
	position:fixed;
	bottom:0;
	zoom:1;
	display:inline-block;
	height:40px;
	width:100%;
	} 
*/

#header{
	background: url(img/style/head_back.gif) repeat-x #666666;
	height:100px;
	padding:0;
	clear:both;
}

#mainimage{
	background:#E6E6E6;
	height:250px;
	clear:both;
	overflow:hidden;
	}

#mainimage-2{
	background:#E6E6E6;
	height:180px;
	clear:both;
}

.imagefield{ background:#1e1e4c; width:900px; height:250px; margin:0 auto; overflow:hidden }
.imagefield-2{ background:#1e1e4c; width:900px; height:180px; margin:0 auto; }
.imagefield-2 img{ margin:10px;}

#contentswrap{
	background: url(img/style/contents_back.gif) repeat-x top;
	margin:0;
	clear:both;
	}

#mainwrap{
	width:900px;
	margin:0 auto;
	}

.leftwrap{
	width:710px;
	margin:20px 10px 10px 0;
	float:left;
	}

.contents{
	width:520px;
	margin-left:10px;
	float:right;}

.contents_full{
	width:710px;
	float:left;}

.leftside{
	width:180px;
	float:left;}

.rightside{
	width:180px;
	margin:20px 0 10px;
	float:right;}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* flort解除 */
div.clear{ clear:both}
hr{ display:none}

