﻿@charset "UTF-8";


/*　body
-------------------------------------------------- */
body {
	font-family: "HG 創英角ポップ体", "Meiryo", "Osaka", "MS PMincho", sans-serif;
	background: url(images/back.gif) repeat-x;
}




/*　container
-------------------------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}




/*　header
-------------------------------------------------- */
#header {
	background: url(images/headerimage.jpg) no-repeat;
	width: 900px;
	height: 170px;
}

/* サイトタイトル */
#header h1 {
	padding: 20px 0 0 30px;
}

/* サイトキャッチフレーズ */
#header p {
	padding: 50px 0 0 30px;
}




/*　main
-------------------------------------------------- */
#main {
	margin-top: 30px;
}

.mainitem {
	margin-bottom: 30px;
}

/* 見出し */
#main h2 {
	padding: 5px 0 2px 30px;
	border-bottom: 3px solid #008000;
	border-left: 10px solid #008000;
}

/* 商品キャッチフレーズ */
#main h4 {
	margin: 20px 0 0 50px;
	color: red;
}

/* 商品写真の配置 */
.mainphoto {
	float: right;
	width: 290px;
}

.mainphoto p {
	text-align: center;
	margin-top: 20px;
}

/* 商品説明 */
.maincaption {
	margin-right: 290px;
}

.maincaption p {
	margin: 20px 0 0 100px;
	font-size: 16px;
}




/*　contents
-------------------------------------------------- */
#contents {
	padding-top: 30px;
	clear: both;
}

/* 見出し */
#contents h2 {
	padding: 5px 0 2px 30px;
	border-bottom: 3px solid #11a611;
	border-left: 10px solid #11a611;
}

/* 商品名 */
#contents h3 {
	margin-top: 10px;
	padding: 23px 0 0 80px;
}

/* ランキングアイテム枠 */	
.rankitem {
	border: 1px solid #11a611;
	padding: 20px;
}

/* 商品キャッチフレーズ */
#contents h4 {
	color: red;
}

/* ランキング商品写真の配置 */
.rankphoto {
	float: left;
	width: 230px;
}

.rankphoto p {
	text-align: center;
}

/* ランキング商品説明 */
.rankcaption {
	margin-left: 230px;
}

.rankitem p {
	margin-top: 10px;
}

/* ランキングアイコン配置 */
#rank1 {
	background: url(images/rank1.gif) no-repeat;
}
	
#rank2 {
	background: url(images/rank2.gif) no-repeat;
}

#rank3 {
	background: url(images/rank3.gif) no-repeat;
}
/*　contents2
-------------------------------------------------- */
#contents2 {
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	clear: both;
}
#contents2 h4 {
	color: green;
}
#contents2 p {
	margin-top: 10px;
}


/*　footer
-------------------------------------------------- */
#footer {
	padding-top: 50px;
	clear: both;
}

/* 著作権 */
#footer address {
	background-color: #0e5c0e;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

/* フッターメニュー */
#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 10px;
}