/*
	CSS for WAYS SHOP
	Creater : DigitalWAYS
	Mail : digital@ways.co.jp
	Date : 2002.11.9
*/


/*------------リンクカラー------------*/
a:link {
 color: #0033CC;
 text-decoration: none;
}

a:visited {
 color: #6666EE;
 text-decoration: none;
}

a:hover {
 color: red;
 text-decoration: underline;
}

a:active {
 color: red;
 text-decoration: none;
}

/*------------HTMLタグの再定義------------*/
body {
 background-color: #FFFFFF;
 margin: 0px;
}

strong {
 font-weight: bold;
 color: #FF0000;
}

h1 {
 margin-bottom: 0px;
 margin-top: 0px;
}

h2 {
 margin-bottom: 0px;
 margin-top: 0px;
}
h3 {
 margin-bottom: 0px;
 margin-top: 0px;
}

/*------------カスタムスタイル------------*/
/*------------日本語（黒）------------*/
.css1j {
 font-size: 9px;
}

.css2j {
 font-size: 11px;
}

.css3j {
 font-size: 100%;
}



.css4j {
 font-size: 110%;
 font-weight: bold;
}
.css5j {
 font-size: 140%;
 font-weight: bold;
 }

.css6j {
 font-size: 19px;
 font-weight: bold;
}

.css7j {
 font-size: 120px;
 font-weight: bold;
}


/*------------日本語（白）------------*/
.css2jwhite {
 font-size: 11px;
 color: #FFFFFF;
}

.css3jwhite {
 font-size: 13px;
 color: #FFFFFF;
}

.css4jwhite {
 font-size: 14px;
 color: #FFFFFF;
}

.css5jwhite {
 font-size: 18px;
 color: #FFFFFF;
}
/*------------日本語（赤）------------*/
.css2jred {
 font-size: 11px;
 color: #CC0000;
}

.css3jred {
 font-size: 13px;
 color: #CC0000;
}

.css4jred {
 font-size: 14px;
 color: #CC0000;
 font-weight: bold;
}

.css5jred {
 font-size: 18px;
 color: #CC0000;
 font-weight: bold;
}

/*------------日本語（灰）------------*/
.css2jgrey {
 font-size: 11px;
 color: #333333;
}

.css2jgrey:link {
 color: #333333;
 text-decoration: none;
}

.css2jgrey:visited {
 color: #333333;
 text-decoration: none;
}


.css2jgrey:hover {
 color: #FF0000;
 text-decoration: underline;
}

.css3jgrey {
 font-size: 13px;
 color: #333333;
}

/*------------通常使用------------*/


.readtop {
 color: #666666;
}

.new {
 color: #FF0000;
 font-weight: bold;
 font-style: italic;
}

.pmark {
 font-size: 11px;
 line-height: 110%;
 color: #333333;
}

/*------------レイアウト------------*/
.skippertop {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
}
/*------------フッタ------------*/
.copy {
 color: #666666;
 font-size: 12px;
 margin: 10px 0px 30px;
}
.comment-title {
	line-height: 18px;
	font-weight: bold;
}

/*------------ナビ部分------------*/
.navi-line{
	border-bottom: 1px solid #4C4C4C;
}

table {
	line-height:160%;
	color : #595757 ;
	}