/* 共通項目 */
.clear {
	clear: both;

}
.small {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 10px;
}

.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}

/* ヘッダー */
.head1 {
	float: left;
	width: 177px;
}
.head2 {
	float: right;
	width: 579px;
}

/* 段組用 */
.left {
	float: left;
}
.left2 {
	float: left;
	margin-right:20px;
}

.left3 {
	float: left;
	width: 70px;
}
.right {
	float: right;
}
.right2 {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ショッピングページ */
#item2 {
	float: right;
	width: 180px;
	line-height: 1.3em;
}
#shopping2 .left img {
	margin-bottom: 10px;
}
#item2 .itemname {
	font-size: 1em;
	font-weight: bold;
}
#shopping2 .number {
	font-size: 10px;
	color: #7b7b7b;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#item2 .number {
	font-size: 10px;
	color: #7b7b7b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#shopping {
	text-align: left;
	width: 500px;
	margin-top: 20px;
}
#shopping .item {
	width: 150px;
	margin-left: 7px;
	font-size: 0.8em;
	line-height: 1.3em;
	float: left;
	margin-bottom: 15px;
	color: #7b7b7b;
	text-align: center;
	margin-right: 7px;
}
#shopping .item img {
	text-align: center;
	margin-top: 5px;
}
#shopping2 {
	width: 500px;
	margin-top: 10px;
	text-align: left;
}
#subnavi {
	margin-bottom: 10px;
	background-image: url(shopping/img/subnavi.gif);
	height: 20px;
	width: 497px;
	padding-top: 3px;
	font-size: 10px;
	padding-left: 5px;
}
.nai {
	text-align: left;
	width: 450px;
	margin-right: 25px;
	margin-left: 25px;
}

/* プロフィールページ */
.profile {
	text-align: left;
	width: 450px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.subtitle {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(img/navi2.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pagetitle {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #6D9D78;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #88A98F;
}

.kouza {
	text-align: center;
	margin: 10px 10px 10px 30px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 280px;
}

.smallimg {
	padding: 3px;
	border: 1px solid #999999;
}
.small2 {
	font-size: 10px;
	line-height: 12px;
}
.comment {
	font-weight: bold;
	color: #CC6633;
	margin-left: 10px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.comment2 {
	font-weight: bold;
	color: #CC6633;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* テーブルレイアウト */
.table1
{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:2px solid #FFFFFF;
	width: 400px;
}

.table1 th
{
	border:1px solid #FFFFFF;
	width: 200px;
	text-align: right;
}

.table1 td
{
	border:1px solid #FFFFFF;
	padding: 5px;
	width: 320px;
}

/* 問合せページ */
#contact {
	text-align: left;
	width: 450px;
	margin-top: 20px;
}
#contact p {
	margin-bottom: 5px;
}
