@charset "utf-8";

/*##################### 
	layout style
#######################*/

.style1 {

	color: #F00;

	font-style: normal;

	font-weight: normal;

}

input[type="select"]
{height:30px;width:100%;}
input[type="text"]
{height:30px;width:100%;}
input[type="textarea"]
{height:30px;width:100%;}

html, body, div, span{

	margin:0;
	
	padding:0;
	
	border:0;
	
	outline:0;

}

body {
	
	color: #000;
	
	background-color:#FFF;
	
	background-image:url(../images/homemob.jpg);
	
	background-repeat: no-repeat;
	
	background-size:cover;	
	
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* background-attachment:fixed; */
	/* background-repeat: repeat; */
	
}


/* #outergroup */
#outergroup {
	
	text-align: left;
    position: relative;
    height: auto !important;   
    height: 100%;
    min-height: 100%;	
}	

/* titletop */
#outergroup #header {
	
	height: 70px;
	
	text-align: center;
	
	padding-top: 15px;
	
	line-height: 150%;
	
	font-weight: bold;
	
	color: #af0000;
	
     background-color:#FFFFFF;
     filter:alpha(opacity=65);
     -moz-opacity:0.65;
     -khtml-opacity: 0.65;
     opacity:0.65;		 
	 	


}		

/* titletop */
#outergroup #titletop {
	
padding-bottom: 450px;


}	

#outergroup #footer {
	
	text-align: center;
	
	padding-top: 10px;	

	line-height: 120%;
	
    position: absolute;
    
	bottom: 0;
    
	width: 100%;
    
	height: 120px;
	
	background-color: #333333;
	
	color: #FFF;
	
	font-size: 12px;
	
	border-top: #000 3px solid;


}

#outergroup #footer #footer_c {
	
	text-align: center;
    
	width: 100%;
    
	height: 50px;
	
	background-color: #000000;
	
	color: #FFF;
	
	font-size: 12px;
	
	margin-top: 10px;
	
	padding-top: 10px;
	
	padding-bottom: 10px;	

}