#header{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

body{
font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
font-size:12px;
}

* { padding: 0; margin: 0; }



/*------------------------------------------------------------*/


/*-- clearfix --*/
/*------------------------------------------------------------*/
 
.clearfix:after {  
content: ".";   
   display: block;   
   height: 0;   
   clear: both;   
     visibility: hidden;  
}  
.clearfix {  
     display: inline-block;  
     min-height: 1%;  
 }  
 /* Hides from IE-mac \*/  
 * html .clearfix {  
    height: 1%;  
 }  
.clearfix {  
     display: block;  
 }  
/*End hide from IE-Mac */  
 
	
#wrapper { 
 width: 900px;
 height: 88px;
 margin: 0 auto;

}



#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	border: 1px solid #ccc;
}
#header {
	color: #333;
	width: 900px;
	padding: 0px;
	height: 88px;
	margin: 17px 0px 0px 0px;
	display: block;
}


#header p.sitecopy {
	color:#000000;
	font-size:10px;
	float: left;
	padding-left: 2px;
}
#header img.logo {
	font-size:10px;
	padding:5px 0 0;
	float: left;
	border: 0;
}


#main-img {
	color:#FFFFCC;
	padding: 0px;
	margin: 11px 0px 10px 0px;
	height: 207px;
}


/*------------------------------------------------------------*/


/*-- パンくず --*/
/*------------------------------------------------------------*/


#pankuzu {
	text-align:light;
	font-size:90%;
	margin:10px 0 -5px 10px;
}


#pankuzu a:link {
	color: #E8382F;
	text-decoration: none;
}

#pankuzu a:visited {
	color: #E8382F;
	text-decoration: none;
}

#pankuzu a:hover {
	text-decoration:underline;
}


/*------------------------------------------------------------*/


/*-- コンテンツ --*/
/*------------------------------------------------------------*/




* html #wrapper-content { height: 1%; }

#content {
	width:900px;
	
	margin:0 auto;
	height:443px;
	display:block;
}


#content .boxL{
	width:450px;
	float:left;
	display:block;
}

#wrapper #content .boxR{
	width:450px;
	text-align:right;
	float:right;
	display:block;

}


.con_text_t {
    height:95px;
    margin-bottom:100px;
    margin-top:20px;
	}
/*------------------------------------------------------------*/



/*-- フッター --*/
/*------------------------------------------------------------*/


#footer {
	clear: both;
	
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

#footer ul,li{
list-style-type:none;
font-size:10px;
line-height:15px;
}

#footer li a{ color:#435350;  text-decoration:none;}
#footer li a:hover { color:#435350;  text-decoration:underline;}

#footer p.navi{
	clear: both;
	height:15px;
	width: 900px;
	font:12px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 7px 0 0;
}

#footer a.navi{
	font:12px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_ad{
	float:left;
	width:900px;
	padding-top:10px;
	_padding-top:0;
	margin-bottom: 25px;
}

.footer_left{
	float:left;
	width:600px;
	text-align: left;
	font-size: 12px;
	padding-top: 15px;
	color: #435350;
   
}
.footer_right{
	float:right;
   
}


.copy{
	float:left;
	padding:0;
}

.font_s {font-size: 10px}


.clear { clear: both; background: none; }


/* IE6 css fixer v0.7: Sun, 28 Feb 2010 19:25:59 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#header p.sitecopy,
#header img.logo,
#content,
#content .boxL,
#content .boxR,
.footer_ad,
.footer_left,
.footer_right,
.copy {/*display:inline;*/}

#content .boxL,#content .boxR{

}

/* convert min height values */
.clearfix {height:1%;}


/* fix negative margins */
#pankuzu {position:relative; zoom:1;}
