/* CSS Document */

/*　ヘッダ　*/
#header ul{
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}

#header li{
	display: inline;
	padding-right: 1.5em;
	padding-left: 1.6em;
}

#header li a:link {
	color: #003300;
}

#header li a:visited {
	color: #003300;
}

#header li a:hover {
	color: #FF0000;
}

.menulink{
	color: #003333;
	text-decoration: none;
}

/*　商品ラインナップ　*/


#leftmenu p{
	padding-left: 20px;
	font-weight: bold;
	color: #003300;
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 15px;
}

#leftmenu p a:link {
	text-decoration: none;
	color: #003300;
}

#leftmenu p a:visited {
	text-decoration: none;
	color: #003300;
}

#leftmenu p a:hover {
	text-decoration: none;
	color: #FF0000;
}

#leftmenu dl{
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#leftmenu dt{
	font-size: 12px;
}

#leftmenu dt a:link {
	text-decoration: none;
	color: #003300;
}

#leftmenu dt a:visited {
	text-decoration: none;
	color: #003300;
}

#leftmenu dt a:hover {
	text-decoration: none;
	color: #FF0000;
}

#leftmenu ul{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#leftmenu li{
	list-style-image: url(../common_images/yajirushi_red.gif);
	margin-left:15px;
}

#leftmenu li a:link {
	text-decoration: none;
	color: #003300;
}

#leftmenu li a:visited {
	text-decoration: none;
	color: #003300;
}

#leftmenu li a:hover {
	text-decoration: none;
	color: #FF0000;
}

/*　メインコンテンツ部分　*/
#crumbs {
	width: 565px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#crumbs a:link {
	color: #003300;
}

#crumbs a:visited {
	color: #003300;
}

#crumbs a:hover {
	color: #FF0000;
}

#main p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main p a:link {
	color: #003300;
}

#main p a:visited {
	color: #003300;
}

#main p a:hover {
	color: #FF0000;
}

/*　フッタ　*/
#footer p{
	line-height: 120%;
	color: #666666;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type: none;
	padding-right: 20px;
	font-size: 10px;
}

/*　赤の大見出し　*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #990000;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
}


/*　オレンジ色の見出し　*/
h2{
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	background-image: url(../common_images/h2_image.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 5px;
}

/*　緑色の商品タイトル　*/
h3{
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	padding-left: 20px;
	background-image: url(../common_images/yajirushi_green.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h3 a:link {
	color: #003300;
	text-decoration: none;
}

h3 a:visited {
	color: #003300;
	text-decoration: none;
}

h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*　緑色の説明見出し　*/
h4{
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	padding-left: 20px;
	background-image: url(../common_images/h4_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	margin-top: 3px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table p {
	margin: 0px;
}

.step{
	font-size: 13px;
	font-weight: bold;
}

.no{
	color: #990000;
}
