﻿/*　見出し１－３　設定　*/
h1{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:11px;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:right;
vertical-align:;
}
h2{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:11px;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
vertical-align:;
}

/* 見出し３　未使用
h3{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:11px;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-align:left;
vertical-align:;
}　*/

/*　テキスト１設定　パンクズリスト等　*/
.textstyle1{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:12px;
font-weight:normal;
letter-spacing:normal;
font-style:normal;
text-decoration:none;
text-align:normal;
vertical-align:middle;
margin:12px;
color:#666666;
}
/*　テキスト２設定　ＳＵＢナビＡ等　*/
.textstyle2{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:13px;
font-weight:normal;
letter-spacing:normal;
font-style:normal;
text-decoration:none;
text-align:center;
line-height:110%;
color:#cccccc;
}
/*　テキスト３設定　日付等　*/
.textstyle3{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:12px;
font-weight:normal;
letter-spacing:normal;
line-height:120%;
margin:13px;
color:#333366;
}
/*　テキスト４設定　本文等　*/
.textstyle4{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:13px;
font-weight:normal;
letter-spacing:normal;
text-align:center;
line-height:130%;
padding-left:13px;
color:#333366;
}
/*　テキスト５設定　タイトル等　*/
.textstyle5{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
font-style:normal;
line-height:130%;
color:#333366;
}
/*　テキスト６設定　*/
.textstyle6{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
text-align:right;
line-height:140%;
color:#333366;
}
/*　テキスト７設定　コピーライト文等　*/
.textstyle7{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:12px;
font-weight:normal;
letter-spacing:-1px;
text-align:right;
line-height:100%;
color:#333366;
}
/*　テキスト8設定　本文等　*/
.textstyle8{
	font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
	font-size:13px;
	font-weight:normal;
	letter-spacing:normal;
	text-align:left;
	line-height:130%;
	padding-left:13px;
	color:#333366;
}
/*　テキスト２設定　ＳＵＢナビ文字　*/
.textstyle9{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:12px;
font-weight:normal;
letter-spacing:normal;
font-style:normal;
text-decoration:none;
text-align:center;
line-height:110%;
color:#c8c8c8;
}
/*　テキスト 設定　文字サイズ　*/
.textstyle10{
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-size:10px;
font-weight:normal;
letter-spacing:normal;
line-height:120%;
margin: ;
color:#333366;
}
/*　テキスト11設定　本文等　*/
.textstyle11{
	font-family:"cursive";
	font-size:14px;
	font-weight:normal;
	letter-spacing:normal;
	text-align:left;
	line-height:130%;
	padding-left:13px;
	color:#333366;
}

/*　テキスト 設定　文字サイズ 同好会タイトル　*/
.wspace2 {
	font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
	font-size:13px;
	font-weight:normal;
	letter-spacing: 1ex;
	text-align:left;
	line-height:130%;
	padding-left:13px;
	color:#333366;
	border: 1px solid #660000;
}

/* インラインテキストＢＯＸ　会則　沿革 */
.intextbox{
overflow:auto;
width: 629px;
height: 300px;
padding: 20px 20px;
scrollbar-base-color: #f8f8f8;
scrollbar-arrow-color: #ff6600;
scrollbar-highlight-color:  #FFFFFF;
scrollbar-shadow-color:  #FFFFFF;
font-size:14px;
background-color:#ffffff;
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-weight:normal;
letter-spacing:normal;
text-align:left;
line-height:130%;
color:#333366;
}

/* インラインテキストＢＯＸ 個人情報用 */
.intextbox2{
overflow:auto;
width: 629px;
height: 715px;
padding: 20px 20px;
scrollbar-base-color: #f8f8f8;
scrollbar-arrow-color: #ff6600;
scrollbar-highlight-color:  #FFFFFF;
scrollbar-shadow-color:  #FFFFFF;
font-size:14px;
background-color:#ffffff;
font-family:"ＭＳ ゴシック","平成角ゴシック",monospace;
font-weight:normal;
letter-spacing:normal;
text-align:left;
line-height:130%;
color:#333366;
}

/*文字選択大きさの枠  */
.m {
border:1px groove #FF6600;
}