@charset "UTF-8";
/* CSS Document */


/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* clear float */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* ボディ */
body {
    font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	background-color: #F2F0D8;
}

/* コンテナ */
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bk_container.jpg);
}

/* ヘッダー */
header {
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
header h1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
header #photo_main h3 {
	color: #FFFAE9;
	text-align: left;
	padding: 10px;
}
header #photo_main { text-align: center; background-image: url(../images_smart/bk_photomain.jpg); margin-bottom: 10px; border-top: 15px solid #f0b274; border-bottom: 15px solid #f0b274; }
header #photo_main h2 {
	color: #FFF;
	text-align: left;
	padding: 10px;
}
/* ここまで */

/* ナビゲーション */
nav ul {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
nav ul li a {
	display: block;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(../images/bk_photomain.jpg);
	border: 1px solid #C4ABA7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
nav ul li a:hover {
	font-weight: normal;
	color: #FFFF99;
	background-image: url(../images_smart/bk_photomain_over.jpg);
}
/* ここまで */

/* バナー */
#banner {
	padding: 10px;
	text-align: center;
}

/* What's New */
#whatsnew {
	padding: 10px;
}
#whatsnew h4 {
	margin-bottom: 10px;
}
#whatsnew_text th {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	color: #900;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}
#whatsnew_text td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #333;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
/* ここまで */

/* このページのトップへ */
.pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetop p {
	text-align: right;
	padding-right: 10px;
}
.pagetop p a {
	color: #900;
}
#gotopc p a {
	color: #900;
}
/* ここまで */

/* パソコンサイトへ */
#gotopc {
	padding-bottom: 10px;
}
#gotopc p {
	text-align: right;
	padding-right: 20px;
}
/* ここまで */

/* フッター */
footer {
	padding: 10px;
	background-color: #663300;
}
footer p {
	clear: both;
	color: #CCC;
	font-size: 11px;
	text-align: center;
}
