@charset "utf-8";

/* Default ---------------------------------------------------------------- */

body {
margin: 0;
background-color: #FFFFFF;
color: #333333;
line-height: 1.5;
font-size: 12px;
font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
/* for IE7 */
*+html body {
font-size: 75%;
font-family: "メイリオ", "ＭＳ Ｐゴシック";
}
/* for IE6 */
* html body {
font-size: 75%;
font-family: "ＭＳ Ｐゴシック";
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}
ol, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl, dt, dd {
margin: 0;
padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
text-align: left;
font-style: normal;
font-weight: normal;
} 

p {
margin: 0;
}
img, a img {
border: 0;
vertical-align: text-bottom;
}
button, fieldset, form, input, label, legend, select, textarea {
margin: 0;
padding: 0;
vertical-align: middle;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%; 
}
.clear {
clear: both;
}
strong{
	font-weight:normal;
	
	}

/* link ---------------------------------------------------------------- */

a {
text-decoration: none;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
color: #333333;
text-decoration: none;
}
a:hover {
color: #333333;

text-decoration: underline;
}
a:active {
color: #333333;
text-decoration: none;
}


/* Clearfix ---------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Container ---------------------------------------------------------------- */

#container{
	background-image:url(images/reborn_01.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
	width:940px;
	margin:0 auto;
	padding:0 5px;
	}
	
#header{
	background-image:url(images/reborn_02.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	width:940px;
	height:87px;
	}
#header div.headerin-leftarea{
	width:320px;
	float:left;
	}
#header div.headerin-leftarea h1{
	color:#005826;
	font-size:82%;
	padding-left:20px;
	height:23px;
	}
#header div.headerin-leftarea h1 a{
	text-decoration:none;
	}
#header div.headerin-rightarea{
	width:270px;
	float:right;
	padding-right:15px;
	}
#header div.headerin-rightarea p{
	width:270px;
	}
#header div.headerin-rightarea p.info{
	height:45px;
	padding-top:10px;
	}
#wrapper{
	width:900px;
	margin:15px auto;
	}
#main{
	width:700px;
	float:left;
	}	
	
/* right ---------------------------------------------------------------- */

#right{
	width:180px;
	float:right;
	}
#right p.banner{
	padding-bottom:10px;
	}
#right ul.navi{
	background-color:#F1F1F2;
	}
#right ul.navi li{
	padding-top:5px;
	}
#right p.customer{
	padding-top:10px;
	}
	
/* footer ---------------------------------------------------------------- */
	
#footer{
	background-image:url(images/reborn_13.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	width:940px;
	height:100px;
	}
#footer p.logo{
	padding-top:33px;
	float:left;
	}
#footer div.rarea{
	padding-right:10px;
	float:right;
	font-size:92%;
	}
#footer div.rarea p.navi{
	padding-top:10px;
	height:70px;
	}
#footer div.rarea address{
	text-align:right;
	color:#005826;
	}
#end{
	clear:both;
	width:950px;
	margin:0 auto;
	
	}
