/*全体の設定*/
body{
	margin:0px;
	padding:0px;
	font-style:normal;/*文字のスタイル：普通*/
	font-weight:normal;/*文字の太さ：普通*/
	font-size:medium;/*文字の大きさ：中*/
	text-align:center;/*文字の寄せ方：左寄せ*/
	color:#663300;/*文字の色：黒*/
	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/******全体枠です****/

#container  {
	margin-left:auto;
	margin-right:auto;
	width:728px;
	margin-top: 0px;
	color: #240000;
	
}

/*******ヘッド*****/

#head {
	width:700px;
	height:130px;
	margin:auto;
	text-align:center;
}

/*******body全体部分です*****/
#main {
    width:728px;
	margin:0px;
}



#conte {
	width:150px;
	height:auto;
	margin:0px;
	text-align:center;
	font-size:15px;
	line-height: 110%;
}

#conte2 {
	width:150px;
	height:auto;
	margin:0px;
	text-align:left;
	font-size:15px;
	list-style-position: outside;
	list-style-image: url(images/nabi2.gif);
	line-height: 110%;
}



/*******body中央部分です*****/

#main-conte {
	width:auto;
	margin:0px;
	vertical-align:top;
	text-align:center;
}

table #tl {
	height:auto;
	margin: 0px;
	padding: 0px;
}

.font-red         {
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}


.moji   {
	font-family: Verdana;
	font-size: 14px;
}


.font-smoll {
      font-size:12px;
}

.font-white {
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.font-yellow {
	font-size:16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #ffcc00;
}	   

/*======リンクのスタイル設定======*/
a{
  color : #0000ff;
  text-decoration : none;
}
a:hover{
  line-height : normal;
  color : #ff0000;
  text-decoration : underline;
}


/*======foot設定======*/
#foot {
    width:728px;
	text-align:center;
}

