@charset "shift_jis";

/*----------------------------------------------------
	基本
----------------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	border: 0px;
}
img {
	border: 0px;
}
a {
	border: 0px;
}

/*----------------------------------------------------
	日本語テキスト強調
----------------------------------------------------*/
 h4{
	font-size: 14px;
	font-weight: bold;
 }
  h5{
	font-size: 12px;
	font-weight: bold;
 }
  h6{
 	font-size: 10px;
	font-weight: bold;
 }
 
/*----------------------------------------------------
	日本語テキスト設定
----------------------------------------------------*/
.s10lh1 {
	font-size: 10px;
	line-height: 1.2;
}
.s10lh2 {
	font-size: 10px;
	line-height: 1.5;
}
.s10lh3 {
	font-size: 10px;
	line-height: 2.0;
}
.s12lh1 {
	font-size: 12px;
	line-height: 1.2;
}
.s12lh2 {
	font-size: 12px;
	line-height: 1.5;
}
.s12lh3 {
	font-size: 12px;
	line-height: 2.0;
}
.s14lh1 {
	font-size: 14px;
	line-height: 1.2;
}

/*----------------------------------------------------
	英語テキスト設定
	font-family:Arial, Helvetica, sans-serif;
----------------------------------------------------*/
.eng_s10lh1 {
	font-size: 10px;
	line-height: 12px;
}
.eng_s10lh2 {
	font-size: 10px;
	line-height: 15px;
}
.eng_s10lh3 {
	font-size: 10px;
	line-height: 20px;
}
.eng_s12lh1 {
	font-size: 12px;
	line-height: 15px;
}
.eng_s12lh2 {
	font-size: 12px;
	line-height: 18px;
}
.eng_s12lh3 {
	font-size: 12px;
	line-height: 24px;
}
.eng_s14lh1 {
	font-size: 14px;
	line-height: 16px;
}
.eng_s14lh2 {
	font-size: 14px;
	line-height: 21px;
}
.eng_s14lh3 {
	font-size: 14px;
	line-height: 28px;
}

/*----------------------------------------------------
	goodsリンク設定
----------------------------------------------------*/
.goods {
	line-height: 2.0;
}
.goods a:link {
	color: #000000;
	background: #ffffff
}
.goods a:visited {
	color: #000000;
	background: #ffffff
}
.goods a:hover {
	color: #ffffff;
	background: #000000
}

/*----------------------------------------------------
	画像サイズ
----------------------------------------------------*/
.img_w100 img{
  width: 100px;
  height: auto;
}
.img_w80 img{
  width: 80px;
  height: auto;
}
.img_w70 img{
  width: 70px;
  height: auto;
}
.img_w60 img{
  width: 60px;
  height: auto;
}
.img_w50 img{
  width: 50px;
  height: auto;
}

/*----------------------------------------------------
	基本iFrame
----------------------------------------------------*/
.frame_header {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 750px;
   height: 80px;
}

.frame_news {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 550px;
   height: 1200px;
}

.frame_footer {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 750px;
   height: 110px;
}

/*----------------------------------------------------
	各カテゴリiFrame
----------------------------------------------------*/
.frame_rh_side {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 170px;
   height: 1300px;
}
.frame_st_side {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 170px;
   height: 900px;
}
.frame_cr_side {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 170px;
   height: 500px;
}
.frame_mry_side {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width: 170px;
   height: 700px;
}

/*----------------------------------------------------
	サイドナビ
----------------------------------------------------*/

#topSide {
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	overflow: hidden;
	width: 170px;
	height: 1900px;
	border: 0px;
}
#rhSide {
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	overflow: hidden;
	width: 170px;
	height: 1300px;
	border: 0px;
}
#stSide {
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	overflow: hidden;
	width: 170px;
	height: 1000px;
	border: 0px;
}
#crSide {
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	overflow: hidden;
	width: 170px;
	height: 650px;
	border: 0px;
}
#mrySide {
	font-size: 10px;
	line-height: 1.5;
	margin: 0px;
	overflow: hidden;
	width: 170px;
	height: 750px;
	border: 0px;
}

/*----------------------------------------------------
	トップページNews
----------------------------------------------------*/
#topNews {
	font-size: 12px;
	line-height: 1.5;
	width: 550px;
}
.newsNote {
	margin-bottom: 30px;
}
