﻿/* CSS レイアウト */
.clear_both {
	clear: both;
}
.color_red {
	color: #FF0000;
}
.color_green {
	color: #33CC33;
}
.boader-style_all_solid {
	border-style: solid;
}
.boader-width_all_1px {
	border-width: 1px;
}
.boader-color_all_gray {
	border-color: #808080;
}
.border-color_all_huji {
	border-color: #CC66FF;
}
.background-color_lightyellow {
	background-color: #FFFF99;
}
.background-color_huji {
	background-color: #CC99FF;
}
.font-size_2em {
	font-size: 2em;
}
.font-weight_bold {
	font-weight: bold;
}
.marigin_right_10px {
	margin-right: 10px;
}
.marigin_top_5px {
	margin-top: 5px;
}
.margin_all_5px {
	margin: 5px;
}
.padding_all_5px {
	padding: 5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.text-align_center {
	text-align: center;
}
h1 {
	margin: 0px;
	font-size: 1em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
	padding: 5px 5px 5px 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFCC66;
}
h3 {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
body {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: .8em;
	line-height: 1.2em;
	background-color: #CC99FF;
}
#main {
	width: 955px;
	height: auto;
	background-color: #FFFFFF;
}
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 88px;
}
#header {
	padding: 10px;
	height: 68px;
	background-color: #FF6600;
	color: #FFFF99;
	font-weight: bold;
	text-align: right;
}
#container {
	position: relative;
	width: 100%;
	height: auto;
}
#left_col {
	margin: 5px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
}
#page_content {
	margin-left: 200px;
	height: 800px;
	background-color: #FFFFFF;
}
#footer {
	padding: 5px;
	background-color: #FF6600;
	color: #FFFF99;
	font-weight: bold;
	text-align: right;
	clear: both;
}
#right_content {
	margin: 5px;
	width: 340px;
	float: right;
	height: auto;
}
#left_content {
	margin: 5px;
	width: 385px;
	float: left;
	height: auto;
}
#main_shop {
	padding: 10px;
	width: 955px;
	height: 800px;
	background-color: #FFFFFF;
}
