/* CSS Document */

body{
		font-size:12px;
		line-height:150%;
		font:"ＭＳ Ｐゴシック", "Osaka−等幅"
;}

.kakomi1 {                                     /* 商品説明 */
padding              : 10px 5px 10px 5px;   /* 本文と枠との上、右、下、左の間隔 */
margin               : 1px 80px 1px 80px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 3px solid #808000;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#000000） */
clear                : both;
}

.kakomi2 {                                     /* 商品説明 */
padding              : 1px 20px 1px 20px;   /* 本文と枠との上、右、下、左の間隔 */
margin               : 1px 10px 1px 10px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 0px solid #c0c0c0;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#000000） */
clear                : both;
}

strong { background-color: yellow 
}

body,td,th {
	font-family: Osaka, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック;
	font-size: 12px;
	color: #333333;
}
body {
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #006666;
}

.style3 {
	font-family: "Century Gothic";
	font-size: 50px;
	font-color: red;
}

.style4 {
	font-size: 20px;
	color: maroon;
	line-height: 1.5em;  
	letter-spacing : 2px;
}

strong { background-color: yellow 
}


.style12 {	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 16px;
	font-weight: bold;
}
.style14 {
	color: #FF0000;
	font-weight: bold;
}
.style15 {font-size: 12px;}
.style16 {color: #FFFFFF;}

.style28 {
	font-size: 20px;
	color: #FF0000;
	font-family: "メイリオ";
	font-weight: bold;
}



