/*　ラウンドボクシングスクール　サイト用　スタイルシート
	全ページ共通仕様
	
*/

h2 {
	margin: 10px 40px 10px 40px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	font-weight: bold;
	background-color: #99FFCC;
	padding: 5px;


	}

/* お知らせスペース用*/
h4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	margin: 0px;
}
/*　ヘッダー　サイト説明文　*/
h5 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h6 {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

em {
	font-style: normal;
	font-weight: bold;
}

/*　空改行　*/	
br.empty	{
line-height:0%;
}



/*　ページ選択メニュー　*/
.menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #EEEEEE;
}

/*　ページ選択肢　*/
.menu a {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #550000;
	background-color: #EEFFFF;
	background-image:url(menubg.gif);
	background-repeat:no-repeat;
	display: block;
	margin: 1px;
	width: 150px;
	border: 1px ridge #000000;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/*　カーソル合わせてパンチ　*/	
.menu a:hover {
	background-color:#FFFFCC;
	color:black;
	background-image:url(glove5.gif);
	background-repeat:no-repeat;
	background-position:102px 0px;
	font-weight: bold
	}
	
	
/* メイン　*/

a.main	{
	font-size: 80%;
	}
	
/*　HP　バックグラウンド写真　*/
.mainbg {
	top:0px;
	left:0px;
	width:600px;
	height:440px;
	background-image: url(/img/pict0214a75.jpg);
	background-repeat: no-repeat;
	text-align:left;

	}

/*　HP　バックグラウンド写真内文章部分　*/	
.mainft {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 90%;
	line-height:150%;
	background-image: url(/img/pict0214.jpg);
	background-repeat: no-repeat;
	background-position: -20px -20px;
	position: relative;
	padding: 10px;
	left: 20px;
	top: 20px;
	text-align:left;
	height: auto;
	width: 480;
	}

.mainft a {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	text-decoration: underline;
	color: #660066;
	}
	
.mainft a:hover {
	text-decoration: underline;
	font-style: italic;
}


/*　黄緑の箱　*/
.ygbox	{
	width:180px;
	border:solid 2px yellowgreen;
	background-color:lemonchiffon;
	float:left;
	padding: 0px;
	margin: 10px;
	text-align: center;
	line-height:120%;
	font-size:100%;
	}

/*　黄緑の箱　タイトル部　*/		
.ygboxtitle	{
	width: 180px;
	border:solid 2px yellowgreen;
	background-color:yellowgreen;
	padding:1px 2px;
	font-weight:bold;
	color:white;
	margin: 0px;
	text-align: center;
	}

/*　箱内文章用　*/			
p.boxlist	{
	padding: 5px 10px 0px 30px;
	text-align: left;
	line-height:120%;
	margin: 0px;
	font-size: 80%;
	}

p.boxlistt {
	padding: 5px 10px 0px;
	text-align: left;
	line-height:120%;
	margin: 0px;
	font-size: 80%;
	}


/*　箱内太字用　*/			
h3.boxtext	{
	padding: 10px 10px 2px;
	text-align: left;
	line-height:100%;
	margin: 0px;
	font-weight:bold;
	text-indent: 20pt;
		}

/*　箱内太字用　*/			
h4.boxtext	{
	padding: 5px 10px;
	text-align: left;
	line-height:150%;
	margin: 0px;
	font-weight:bold;
	text-indent: 20pt;
		}

/*　箱内太字用　*/			
h5.boxtext	{
	padding: 5px 5px 2px;
	text-align: left;
	line-height:100%;
	margin: 0px;
	font-weight:bold;
	font-size: 80%;
	}		
		
/*　箱内太字用　*/			
h6.boxtext	{
	padding: 5px 10px;
	text-align: left;
	line-height:150%;
	margin: 0px;
	font-weight:bold;
	font-size: 80%;
	}

/*　箱内文章用　*/			
p.boxtext	{
	padding: 5px 10px;
	text-align: left;
	line-height:120%;
	margin: 0px;
	text-indent: 20pt;
	font-size: 80%;
		}

p.boxtext2 {
	padding: 10px;
	text-align: left;
	line-height:180%;
	margin: 0px;
	text-indent: 20pt;
	font-size: 80%;
}

/*　フッター用　*/		
p.foot {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	font-weight: normal
	}

/*　フッター選択肢　*/
a.foot	{
	font-size: 80%;
	}

/*　黄緑の箱　600　*/
.ygvol	{
	width:600px;
	border:solid 2px yellowgreen;
	background-color:lemonchiffon;
	padding: 0px;
	margin: 10px;
	text-align: center;
	line-height:120%;
	}

/*　黄緑の箱　600　タイトル部　*/		
.ygvoltitle	{
	width: 600px;
	border:solid 2px yellowgreen;
	background-color:yellowgreen;
	padding:2px 2px;
	font-weight:bold;
	font-size:120%;
	color:white;
	margin: 0px;
	text-align: center;
	}

/*　水色の箱　600　*/
.bluevol	{
	width:600px;
	border:solid 2px blue;
	background-color:lightblue;
	padding: 0px;
	margin: 10px;
	text-align: center;
	line-height:120%;
	}

/*　水色の箱　600　タイトル部　*/		
.bluevoltitle	{
	width: 600px;
	border:solid 2px blue;
	background-color:blue;
	padding:2px 2px;
	font-weight:bold;
	font-size:110%;
	color:white;
	margin: 0px;
	text-align: center;
	}

/*　水色の箱　600　タイトル部 LINK　*/		
.bluevoltitle a	{
	color:white;
	}
.bluevoltitle a:hover	{
	color:white;
	font-style: italic;
	}

/*　オレンジの箱　600*/
.orangevol	{
	width:600px;
	float:left;
	padding: 0px;
	margin: 10px;
	text-align: center;
	background-color:lemonchiffon;
	}

/*　オレンジの箱　600　タイトル部　*/		
.orangevoltitle	{
	width: 600px;
	background-color:white;
	padding:1px 2px;
	font-weight:bold;
	color:orange;
	margin: 0px;
	text-align: center;
	border-top: 1px none yellowgreen;
	border-right: 1px none yellowgreen;
	border-bottom: 1px solid orange;
	border-left: 1px none yellowgreen;
	font-size:120%;
	}
	
.news {
	font-size: 100%;
	line-height: 120%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}

a.news {
	text-decoration: underline;
	font-style: normal;
	color:blue;
	}



.titlelogo {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
	background-color: #E44F48;
	text-align: center;
	display: block;
	padding: 3px 0px 5px;
	color: #FFFFFF;
	vertical-align: middle;
}

/*Q&A用*/
.qabox {
	width: 600px;
	padding: 5px;
	border: 1px solid orange;


}
.qaq {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #fffacd;
	text-align: left;
	padding: 8px;
	height: 40px;

}

span.mark {
	float:left;
	padding-top: 8px;
	padding-right: 6px;
	font-size: 24px;
	color: orange;
}

p.qaa {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 8px;
	margin: 0px;
}

/* 問い合わせフォーム用*/
p.main	{
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 8px;
	margin: 0px;
	}
		