/* **********************************************************************
1 : initialize
********************************************************************** */
* {
	padding: 0;
	text-align: left;
}


body {
color: #333333;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
font-size: 10px;
line-height: 1.5;
margin: 0;
}

img {
border: 0;
}

ul,
dl {
list-style-type: none;
}

hr {
display: none;
}

.dn {
display: none;
}

/* clearFix */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/



/* **********************************************************************
2 : textLink
********************************************************************** */
a {
text-decoration: none;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:active {
color: #000000;
}

a:hover {
text-decoration: underline;
}

/* **********************************************************************
3 : layout
********************************************************************** */
#wrapper,
#header,
#footer {
width: 600px;
}

#wrapper {
margin: 0 left;
}

#header {
height: 85px;
margin-bottom: 3px;
}

#container {
margin-bottom: 20px;
}
#header {
text-align: center;
}
#catchcopy {
	text-align: center;
	width: 610px;
	font-size: 12px;
	color: #ffffff;
	background-color: #181E5C;
	border-top-width: 0px;
	border-top-style: none;
}

#catch_add {
	color: #006600;
}

.goods_left {
	float: left;
	width: 280px;
}
.goods_right {
	float: right;
	width: 280px;
}
.goods_name {
	width: 280px;
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	margin-bottom: 4px;
}
.good_img {
	width: 145px;
	float: left;
	text-align: center;
}
.good_comment {
	float: right;
	width: 130px;
}
.time {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #181E5C;
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	line-height: 2.0em;
}
.border {
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}
.attention {
	font-size: 12px;
	line-height: 1.5em;
	width: 600px;
	margin-top: 15px;
}
.attention_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.attention_place {
	padding-left: 200px;
}

.attention_msg {
	padding-left: 20px;
	padding-right: 20px;
}

.footer {
	font-size: 12px;
	text-align: center;
	width: 600px;
}
