/* トップ */

* { box-sizing : border-box}

* { -moz-box-sizing : border-box}

*{  margin:0;

	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.5;
	font-size:100%;

}

body{
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0p;
background-image: url(img/k100.jpg);
background-repeat: repeat-x;
}


#main-contents{
background-color:#FFFFFF;
width:850px;
margin:auto;
}

#top{
height:588px;
margin-bottom:20px;
}







#main{
width:850px;
}

#l-col{
width:600px;
float:left;
}

#r-col{
width:200px;
float:right;

}


#php{
width:600px;
margin-top:7px;
}


/* ヘッダー */

#header{
width:850px;
}

/* フッター */

#futter{
height:22px;
background-color:#000000;
width:850px;
clear:both;
color:#FFFFFF;
font-size:10px;
text-align:center;
margin-top:20px;
padding-top:7px;
}

#futter-under{
margin-top:3px;
font-size:10px;
}

