@charset "utf-8";

/*--------------------------------------------------
  インディアン (2009.12.19)
  (c)2009 INNET World. All rights reserved.
--------------------------------------------------*/

@import url(common.css);

body {
	background: #c5c4c4;
}


.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
    display: inline-block;   
}

h4 {
	padding: 10px 0;
	width: 200px;
	font-size: 12px;
} 

input, select, textarea {
	border: 0;
	background: #c5c4c4;
	padding: 3px;
	font-size: 13px;
}


/*====================================================
@layout
====================================================*/

#wrapper {
	width: 1206px;
	margin: 0 auto;
	background: url(../img/wrap_bg.jpg);
}

#header {
	height: 197px;
	background: url(../img/header_bg.jpg) top no-repeat;
}


/* content ----------*/

#content {
	width: 1206px;
/*	margin: 0 auto;*/
/*	height: auto;*/
	background: url(../img/main_bg.jpg) top no-repeat;
}