body {
    background-color: #fff;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #000;
}

a:link, a:visited {
    color: #037;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.item {
    width: 180px;
    float: left;
    margin: 20px;
    text-align: center;
}
.item a:hover {
    text-decoration: underline;
}

.picture {
    margin: 20px;
    text-align: center;
}
.picture img{
	border: solid #ccc 1px;
}

.title {
}


#header {
    width: 940px;
	border-bottom: 1px solid #b0b0b0;
}

#header h1{
     margin: 10px;
}

#contents {
    width: 940px;
    height: 500px;
}



#footer {
	clear: both;
    width: 940px;
	border-top: 1px solid #b0b0b0;
    font-size: 75%; 
	
	margin: 0;
	padding:0;
}

