body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	background-color: #FFF;
	line-height: 20px;
}
.co {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #933;
	width: 950px;
	line-height: 7px;
}
.ppw #container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.ppw #header {
	height: 120px;
	background-image: url(images/headbak.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
} 
.ppw #header h1 {
	margin: 0px; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.ppw #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
}
.ppw #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 640px;
	float: left;
	margin: 0;
} 
.ppw #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 110px;
	background-color: #FFF;
} 
.small {
	font-size: 10px;
}
.ppw #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ppw #toppics {
	height: 350px;
	color: #302627;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ppw #menubox {
	padding: 0;
	height: 50px;
	background-image: url(images/menubarBak.jpg);
	background-color: #FFF;
}
.ppw #boxa {
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/topicsbak.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	height: 220px;
}
.ppw #boxc {
	width: 650px;
	background-image: url(images/enjoytop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ppw #mainContent a img{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #666;
}
a:link {
	color: #36C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #36C;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
  text-decoration: none;
}
.white {
	color: #FFF;
}
.ppw #mainContent_top {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 650px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.ppw #mainContent_top li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	list-style-image: url(images/dot.gif);
	font-size: 14px;
}
h1{
	font-size: 18px;
	padding-left: 30px;
	background-image: url(images/hi_bak.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	letter-spacing: 0.2em;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2{
	height: 30px;
	font-size: 17px;
	padding-left: 10px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	color: #333;
	margin-left: 20px;
	line-height: 30px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3{
	font-size: 14px;
	color: #000;
	margin-left: 25px;
	margin-top: 30px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #696;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ppw #boxb {
	width: 650px;
	background-image: url(images/servicebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ppw #sidebar1 h3 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/sidebartittle.jpg);
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	font-size: 13px;
	width: 260px;
	text-decoration: none;
	line-height: 24px;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-indent: 30px;
}
.ppw #footer a {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0px;
	color: #333;
	text-decoration: none;
}
.ppw #footer a:hover {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0px;
	color: #933;
	text-decoration: underline;
}
.ppw #box_other {
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.small {
	font-size: 90%;
}
.bluebold {
	color: #039;
	font-weight: bold;
}
.redbold {
	color: #933;
	font-weight: bold;
}
p {
	margin-left: 28px;
}
.orange {
	color: #F63;
}
ol {
	margin-left: 28px;
}
li {
	margin-bottom: 20px;
}
ul {
	margin-left: 28px;
}
.ppw #sidebar1 li{
	margin: 0px;
	padding: 0px;
	color: #666;
	line-height: 25px;
	list-style-image: url(images/dotside.gif);
	list-style-position: inside;
}
.ppw #sidebar1 ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.ppw #sidebar1 p{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 20px;
}
.shopname {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.3em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
}
.ppw #mainContent a img:hover{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #36C;
}
.shopnameinfo {
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.ppw #header a img {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ppw #mainContent_top a img {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ppw #mainContent_client {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 880px;
	margin: 0;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #036;
	height: 900px;
}
.ppw #boxaa {
	width: 880px;
	background-color: #F9F9F9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/longbar1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ppw #boxcc {
	width: 880px;
	background-image: url(images/warrantybar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F9F9F9;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ppw #boxbb {
	width: 880px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F9F9F9;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ppw #toppics300 {
	height: 300px;
	background-color: #DDDDDD;
	background-image: url(images/top1.jpg);
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #302627;
}
.ppw #header_cl {
	height: 120px;
	background-image: url(images/headbak_cl.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
.ppw #header_cl a img {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ppw #menuboxcl {
	padding: 0;
	background-color: #060606;
}
.ppw #container_cl {
	width: 900px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.ppw #sidebar1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ppw #toppics h1 {
	color: #302627;
	padding: 0px;
	margin: 0px;
}
h2test {
	height: 30px;
	font-size: 15px;
	padding-left: 20px;
	background-image: url(images/h2_bak.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	color: #000;
	margin-left: 10px;
	line-height: 30px;
	margin-top: 30px;
}
.ppw #menubox a img {
	padding: 0;
	height: 50px;
	background-image: url(images/menubarBak.jpg);
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ppw #toppicsoth {
	height: 150px;
	color: #302627;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ppw #sub_menubox {
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/menu/subbak.jpg);
	background-repeat: no-repeat;
}
.smallcomp {
	font-size: 11px;
}
.detail {
	color: #696;
}
.ppw #boxa li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
}
.ppw #mainContent li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-image: url(images/dotg.gif);
}
