@charset "utf-8";
/* CSS Document */

body{
	font-size:24px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo," "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-image:url(back.png);
	background-repeat:repeat-x;
	}

#wrap{
	width:1200px;
	margin:auto;

}

#header{
	height:104px;
	padding:50px 0px 39px 0px;
	margin:0px;
	background-image:url(line.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#header h1{
	padding:0px;
	margin:0px 52px 0px 0px;
	float:left;
}
#header p{
	width:524px;
	height:97px;
	margin:0px;
	float:left;
}
	
#content{
	height:670px;
	background-color:#FFFFFF;
	padding:29px 0px 0px 0px;

}

#content .c1{
	width:524px;
	height:310px;
	margin:0px 52px 46px 0px;
	 
	float:left;
}
#c2{
	width:524px;
	height:310px;
    margin:0px 0px 46px 0px;
	background-image:url(main02.png);
	float:left;
}

#c2 p{
	margin:75px 75px 0px 75px;
	
	}

#content ul{
	
	margin:0px;
	padding:0px;
	clear:left;
	overflow:hidden;
	
}

#content li{
width:180px;
height:314px;
overflow:hidden;
list-style-type:none;
float:left;
}



#content li a:hover{
position:relative;
right:180px;
}

#content .l1{
margin:0px 50px 0px 0px; 
	
}

#footer{
	height:100px;
	padding:11px 0px 11px 0px;
	background-image:url(line.png);
	background-position:top;
	background-repeat:no-repeat;
	}

#footer p{
	margin:0px;
}
