/********** CSS **********
記述順序

	1.視覚整形モデル
		display
		list-style
		position
		float
		clear
		z-index
	2.ボックスモデル
		width
		height
		line-height
		vertical-align
		overfllow
		clip
		visibility
		margin
		padding
		border
	3.背景
		background
	4.テキスト
		color
		font
		text-indent
		text-decoration
		text-align
		vertical-align
		white-space
		other text
	5.表
	6.内容生成
		content
	7.UI
	8.印刷
	9.音声


/********** element **********/

body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-image: url(../images/foundation/body_bg.gif);
	background-repeat: repeat-y;
	background-color: #ecf281;
	color: #333;
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h2 {
	margin: 1em 0 0.3em 0;
	color: #006;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: bold;
}
h2:first-letter {
}
h3 {
	margin: 2em 0 0;
	background-image: url(../images/buy_index_h3_bg_b.gif);
	background-position: center top;
	color: #039;
	text-align: center;
	text-transform: capitalize;
	font-size: 100%;
	font-weight: bold;
}

p {
	letter-spacing: 0.07em;
}
img {
	border-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:hover {
	color: #09f;
	text-decoration: underline;
}
a:visited {
	color: #666;
}
address {
	font-style: normal;
}
ul,
ol {
	list-style-position: outside;
	margin: 1em 15px;
	padding: 0;
}
li {
	margin: 0 0 0.3em 1em;
}
dl {
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
}
dt {
	float: left;
	clear: both;
}
dd {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5px;
}
em {
	color: #f00;
	font-weight: normal;
	font-style: normal;
}
strong {
	color: #cc0066;
	font-weight: bold;
	font-style: normal;
}

hr.hidden {
	display: none;
}

table {
	border: 1px solid #E3EAF9;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
thead {
	background-color: #CAD1DE;
}
th {
	border-left: 1px solid #E3EAF9;
	border-right: 1px solid #E3EAF9;
}
tr {

}
td {
	margin: 0;
	padding: 5px;
}
table tr.odd {
	
}
table tr.even {
	background-color: #E3EAF9;
}

/********** class **********/
p.notice {
	border: 1px dotted #f00;
	padding: 10px;
}
.conduct {
	padding-left: 13px;
	background-image: url(../images/icon/point_b.gif);
	background-repeat: no-repeat;
}

/********** header **********/
#header {
	height: 90px;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/foundation/head_bg_w.gif);
	background-repeat: repeat-y;
}
#header h1 {
	margin: 0;
	padding: 15px 0 0 42px;
}
#header p.description {
	position: absolute;
	top: 90px;
	left: 23px;
	z-index: 2;
	width: 195px;
	margin: 10px 0;
	padding: 10px;
	background-color: #fff;
}

/********** content **********/
#content {
	clear: both;
	position: relative;
	width: 761px;
}

/********** main **********/
#main {
	position: relative;
	left: 250px;
	width: 500px;
	padding: 0 25px;
}
#main #navi {
	margin: 0 0 1em 0;
	font-weight: bold;
}
#main .textBody {
	position: relative;
}
#main p.return {
	clear: both;
	margin: 1em 0;
	text-align: right;
}

/********** sideBar **********/
#sideBar {
	position: absolute;
	top: 10em;
	left: 23px;
	width: 215px;
}
#sideBar div {
	background-color: #fff;
	margin-top: 10px;
}
#sideBar div div {
	background-color: transparent;
	margin-top: 0;
}
#sideBar div p {
	padding: 10px;
	margin: 0;
}
#sideBar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sideBar .shopList .caption {
	height: 26px;
}
#sideBar .shopList li {
	margin: 0;
}
#sideBar .shopList li a {
	display: block;
	padding: 5px 10px;
	background-image: url(../images/sideBar/index_shop_bg_g01.gif);
	background-repeat: repeat-y;
}
#sideBar .shopList li p {
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/sideBar/index_shop_bg_g02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sideBar .clear_away {
	background-color: #039;
	color: #fff;
}
#sideBar .clear_away em {
	color: #fff;
	font-weight: bold;
}

/********** footer **********/
#footer {
	clear: both;
	width: 550px;
	margin: 0 0 0 250px;
	padding: 0 0 20px 0;
	background-color: #fda204;
	color: #fff;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0.5em 0;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer a {
	color: #666;
}


/********** globalNavi **********/
#globalNavi {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 250px;
	z-index: 2;
	width: 500px;
	margin: 0;
	padding: 0 25px;
	background-image: url(../images/foundation/navi_bar.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#globalNavi li {
	float: left;
	margin: 0;
	width: 85px;
}
#globalNavi li a {
	display: block;
	height: 17px;
	padding: 5px 0;
	background-image: url(../images/foundation/navi_bg.gif);
	background-repeat: no-repeat;
	color: #630;
	text-decoration: none;
}
#globalNavi li a:hover,
#globalNavi li a.thisPage {
	color: #fff;
	background-position: right top;
}

#globalNavi li ul {
	display: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 85px;
	margin: 0;
	padding: 0;
	background-image: none;
	font-weight: normal;
}
#globalNavi li.parentOn ul,#globalNavi li.parentOn ul {
	display: block;
}
#globalNavi li ul li {
	float: none;
}
#globalNavi li ul li a {
	background-image: none;
	background-color: #ffffce;
}
#globalNavi li ul li a:hover {
	color: #fff;
	background-color: #fda204;
}


ul#corp{
	list-style: none;
	position: absolute;
	top:0;
	left:250px;
	width:550px;
	height:50px;
	margin: 0;
	padding: 0;
	background:  url(../images/foundation/head_bg.gif) right bottom no-repeat;
	color: #98AFE7;
	font-size: 90%;
}
#corp li{
	float: right;
	}
#corp li a{
	margin:5px;
	color: #98AFE7;
}

