﻿/*ページのレイアウト用CSS 3*/





.contents { /*古いブラウザへの対応*/
 
width: 600px; 
margin:auto;
text-align:left;
background-color: #ffffff;
padding:10px;
border:solid 1px #666666;
}

h1{
background-image:url("paris.jpg");
background-repeat: no-repeat;
background-color: #ffffff;
border-left:solid 10px #ff0000;

background-position: right top;
height: 75px;


padding-left:20px;

text-align:left;
}

.col { /*同じ幅で並べて配置*/
width:280px;
padding:0px 10px;
float:left;
}

