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

#contents {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents #mainContents ol#buyList {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	padding-bottom: 40px;
	margin-bottom: 30px;
	width: 510px;
	margin-left: 5px;
}
#contents #mainContents ol#buyList li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 10px;
}

/*共通だけど個別設定*/
#contents #mainContents #buyList a {
	color: #484848;
	text-decoration: none;
    font-weight:bold;
}
/*#contents #mainContents #buyList a:visited { color: #000099;}*/
#contents #mainContents #buyList a:hover {
    color: #0099CC;
	text-decoration:underline
}
/*#contents #mainContents #buyList a:active  { color: #000099;}*/

#contents #mainContents .guide #guide01 a {
	color: #CC3300;
	text-decoration: underline;
}
#contents #mainContents .guide #guide01 a:visited { color: #cc9900;}
#contents #mainContents .guide #guide01 a:hover { color: #CC9900;}
#contents #mainContents .guide #guide01 a:active  { color: #cc9900;}

#contents #mainContents .guide #guide08 a {
	color: #cc3300;
	text-decoration: underline;
}
#contents #mainContents .guide #guide08 a:visited { color: #cc9900;}
#contents #mainContents .guide #guide08 a:hover { color: #cc9900;}
#contents #mainContents .guide #guide08 a:active  { color: #cc9900;}

#contents #mainContents .guide #guide09 a {
	color: #cc3300;
	text-decoration: underline;
}
#contents #mainContents .guide #guide09 a:visited { color: #cc9900;}
#contents #mainContents .guide #guide09 a:hover { color: #cc9900;}
#contents #mainContents .guide #guide09 a:active  { color: #cc9900;}

/*お中元設定*/
#contents #mainContents #otyugen {
	margin-bottom: 45px;
}
#contents #mainContents #otyugen img {
	margin-bottom: 5px;
}
#contents #mainContents #otyugen p {
	margin-bottom: 5px;
	margin-left: 20px;
}
#contents #mainContents #otyugen a {
	margin-left: 20px;
}

#contents #mainContents #otyugen table {
	width: 550px;
	border: 1px solid #699;
}
#contents #mainContents #otyugen table #img {
	width: 106px;
	text-align: center;
}
#contents #mainContents #otyugen table td#detail {
	text-align: center;
	width: 60px;
	padding-top: 10px;
	padding-right: 15px;
}
#contents #mainContents #otyugen table tr th {
	text-align: center;
	background-color: #696;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#contents #mainContents #otyugen table tr td {
	padding: 3px;
	border: 1px solid #699;
}
#contents #mainContents #otyugen table tr td a {
	text-align: center;
	vertical-align: middle;
}
.color01 {
	background-color: #F0F0F0;
}
.bold {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #699;
}
#contents #mainContents #otyugen #explain {
	margin-bottom: 30px;
}

