﻿@charset "utf-8";
/* CSS Document */

/* ★汎用　----------------------------------------------- */

article, header, nav, footer {
    display: block;
	margin:0;
}
a:link, a:visited {
	color:#968375;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
a img  {	border:0;}
ul, li, h1 {
	margin:0;
	padding:0;
	list-style-type: none;	
}
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
.cf{
  *zoom:1;
}
.nofloat {float:none !important;}

html {
}
body {
	margin: 0;
	padding: 0;
	color: #171717;
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background:#8DC375;
}

/* ★飾り・レイアウト　----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 960px;
	background-attachment: scroll;
	background-color: #FFC;
	background-image: url(../images/shoto/back.gif);
	background-repeat: repeat-y;}

/* ★ヘッダー　----------------------------------------------- */

/* ★メイン　----------------------------------------------- */
#main {
	
}
article {
	margin: 0 20px 40px;
	width:440px;
	float:left;
}
article h2 {
	margin:0;
	padding-left: 30px;
}
article .box {
	width:440px;
	height:279px;
	background-image: url(../images/shoto/box.gif);
	background-repeat: no-repeat;
}
article p {
	margin:0;
	padding: 30px;
}
article p img {
	float:left;
	margin-right:15px;
	}

/* ★フッター　----------------------------------------------- */
footer {
	text-align: center;
	font-size:10px;
	background:#786022;
	color:#fff;
}
footer p {
	margin:1em;
}
footer a:link, footer a:visited {
	color:#DAD3CF;
}
#footer_link {
}