
@charset "Shift_JIS";

/* ====ボディ要素指定==== */
body{
background : #F1F3F5 url('../img/bk.gif') repeat-x;
margin : 0px;
padding : 0px;
text-align : center;
color:#666666;
}
/* ==================== */

/* ====幅、高さ指定==== */
.w5{width: 5px;}
.w10{width: 10px;}
.w15{width: 15px;}
.w20{width: 20px;}
.w25{width: 25px;}
.w30{width: 30px;}
.w40{width: 40px;}
.w50{width: 50px;}
.w100{width: 100px;}
.w150{width: 150px;}

.ht3{height: 3px;}
.ht5{height: 5px;}
.ht10{height: 10px;}
.ht15{height: 15px;}
.ht20{height: 20px;}
.ht25{height: 25px;}
.ht30{height: 30px;}
.ht40{height: 40px;}
.ht50{height: 50px;}
.ht100{height: 100px;}
/* ==================== */


/* ====リンク要素指定==== */
a:link{
	color:#0099ff;
}
a:visited{
	color:#0099ff;
}
a:hover{
	color:#ff6600;
}
a:active{
	color:#ff6600;
}
/* ==================== */


/* ====フォント要素指定==== */
.text00{
	font-size:11px;line-height:14px; /*ページ肩、フッダー、トップページの小文字*/
}
.text01{
	font-size:11px;line-height:16px; /*ページキャプション、特筆事項などの説明分、商品解説、フローなど*/
}
.text02{
	font-size:13px;line-height:19px; /*ページ本文*/
}
.text03{
	font-size:15px;line-height:21px; /*ページ大見出し*/
}
/* ==================== */


/* ====ボーダー要素指定==== */
.border_all1{
	border-style: solid; border-width: 1px ; border-color: #999999;
}
.border_sand1{
	border-style: solid; border-top-width: 0px ; border-left-width: 1px ; border-right-width: 1px ; border-bottom-width: 0px ; border-color: #999999;
}
.border_left1{
	border-style: solid; border-top-width: 0px ; border-left-width: 1px ; border-right-width: 0px ; border-bottom-width: 0px ; border-color: #999999;
}
.border_top1{
	border-style: solid; border-top-width: 1px ; border-left-width: 0px ; border-right-width: 0px ; border-bottom-width: 0px ; border-color: #999999;
}
.border_kagi1{
	border-style: solid; border-top-width: 1px ; border-left-width: 1px ; border-right-width: 0px ; border-bottom-width: 0px ; border-color: #999999;
}
/* ==================== */

