﻿@charset "UTF-8";

/* ==================================================================================================================

================================================================================================ 共通項目 */



/*商品スペック*/

#container #contents a:link {
	color: #009966;
	text-decoration:underline;
}
#container #contents a:visited {
	color: #009966;
	text-decoration:underline;
}
#container #contents a:hover {
	color:#FF6666;
	text-decoration:none;
}
#container #contents a:active {
	color:#FF6666;
	text-decoration:none;
}

#container #contents .TextArea h2 {
	font-size:18px;
	line-height:1.5em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	
}

#container #contents .TextArea h3 {font-size:14px; font-weight:bold; line-height:120%; padding-bottom:7px}
#container #contents .TextArea h4 {font-size:12px; font-weight:normal; line-height:150%;padding-top:4px}

#container #contents .subTextArea {font-size:14px; font-weight:normal; line-height:120%; padding:6px 4px 8px 4px; border-bottom:dotted 1px #999;}
#top {
	font-size: 18px;
	color: #009966;
}

.price {
	font-size: 18px;
	font-weight: bold;
	color: #C50404;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tax {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
