/*[共通]*****************************/
HTML { 
		overflow-y:scroll; }
BODY {
		line-height:1.3em;
		font-size:13px;
		color:#FFFFFF;
		background-color:#000000;
		margin: 0px 0px 0px 0px; /*top right height left */
		background-image : url(../img/back.jpg);
		/*background-image:url('./../img/back.gif');*/
		background-repeat: repeat-x;
		background-position: 0px 0px; }

/*リンク-l-v-h-a-順に記入のこと*/
/*リンク-訪問済み-カーソルが上にある時のリンク-クリックしたときのリンク*/
A:link {
		text-decoration:underline;
		color:#FFFFFF; } 
A:visited {
		text-decoration:underline;
		color:#669900; }
A:hover {
		text-decoration:underline;
		color:#FF0000; }
A:active {
		text-decoration:underline;
		color:#CCCC00; }

/*クリックリンク-l-v-h-a-順に記入のこと*/
A.clink:link {
		text-decoration:underline;
		color:#0000FF; } 
/*既に見たリンク*/
A.clink:visited {
		text-decoration:underline;
		color:#0000FF; }
/*カーソルが上にあるときのリンク*/
A.clink:hover {
		text-decoration:underline;
		color:#C41F35; }
/*クリックしたときのリンク*/
A.clink:active {
		text-decoration:underline;
		color:#FB65AF; }

TD,DIV {
		line-height:1.3em;
		font-size:13px;
		vertical-align:top;
		}

TD.address {
		font-size: 11px;
		letter-spacing:0em;
		width:776; }

IMG { border:0px; }
div.txt {
		text-align:left;
		background : #d8c3ae url(./../img/pback.jpg) repeat-y;
		padding:10px;
		width:700;
		color:#000000; }
div.mline {
		width:700px;
		height:16px;
		background:#D8C3AE url('../img2/maline3.gif') repeat-x; }
div.mline2 {
		width:700px;
		height:16px;
		background:#000000 url('../img2/maline4.gif') repeat-x; }
div.mline776 {
		width:776px;
		height:16px;
		background:#D8C3AE url('../img2/maline3.gif') repeat-x; }
div.mline2776 {
		width:776px;
		height:16px;
		background:#000000 url('../img2/maline4.gif') repeat-x; }
div.charabox776 {
		width:776px;
		background : #d8c3ae url(./../img/pback.jpg) repeat-y; }
/*****************************[共通]*/

/*[ニュース]*****************************/
div.nbox {
		width:776px;
		background : #d8c3ae url(./../img/pback.jpg) repeat-y; }

div.ntxt {
		text-align:left;
		padding:10px;
		width:700;
		color:#000000; }

.update {
		width:700;
		font-size:13px;
		text-align:left;
		line-height:1.3em; }
/*****************************[ニュース]*/

/*[イントロダクション]*****************************/
.int {
		width:700;
		font-size:14px;
		text-align:left;
		line-height:1.3em; }
/*****************************[イントロダクション]*/

