/* 基本レイアウト */
#wrapper {
	width: 300px;
}
#main_image {
	margin-bottom: 20px;
}

/* コンテンツ */

section {
	width: 140px;
	margin-right: 20px;
}
section:nth-child(2n) {
	margin-right: 0;
}
section img {
	width: 90%;
}
section h2 {
	font-size: 14px;
}
section p {
	font-size: 16px;
}

/* サイト名 */
#title {
	float: none;
}
#title img {
	height: auto;
}

/* ナビゲーションメニュー */
nav {
	float: none;
	font-size: 16px;
	padding-top: 6px;
}
nav ul li a {
	margin-left: 0;
	margin-right: 10px;
}

/* ヘッダー */
#main_image img {
	float: none;
	width: 300px;
}

/* フッター */
#submenu li:nth-child(5){
	float:none;
	display:block;
}

#slideshow {
	position: relative;
	height: 125px;
}

/* サブページ用 */
#content{
	width: 300px;
	margin-bottom:25px;
}
#content p{
	clear:both;
	margin-right:0;
}
#content h3{
	font-size:16px;
	color: #86b12e;
}
#content h3 img{
	height:20px;
	width:20px;
	margin:0 0 -3px 0;
}
#content img{
	clear:left;
	width:140px;
	height:140px;
	margin:0 20px 20px 0;
}
#content img:nth-child(2n) {
	margin-right: 0;
}
