/*TSUMUGI*/

/*ボディ指定*/
body {
	margin: 0px;
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
		}

/*イメージ*/
img	{
		border: none;
	}

/*マージン*/
.mr	{
		margin-top: 0px;
	}

/*リンク*/
 a:link {color: #000000; text-decoration: none; font-weight: bold;}
 a:visited {color: #000000; text-decoration: none; font-weight: bold;}
 a:hover {color: #F14800; text-decoration: none;}
 a:active { color: #F14800; text-decoration: none;}

/*DIV指定*/
.window{
		width: 100%;
		margin: 0px;
		padding: 0px;
		}

.head{
	width: 690px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	}

.main{
	width: 690px;
	margin-top: 10px;
	padding: 0px;
	}

.foot{
	width: 690px;
	margin-top: 10px;
	padding: 0px;
	}


/*文字指定*/

.text_point	{
		font-size: 10px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px
		padding: 0px;
		color: #FF0000;
		}

.text_menu	{
		font-size: 10px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		text-align: center;
		padding: 1px;
		color: #000000;
		}

.text	{
		font-size: 10px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		color: #000000;
		}

.copyright	{
		font-size: 10px;
		font-weight: none;
		font-family: "ＭＳ ゴシック", "MS Gothic", osaka, sans-serif;
		text-decoration: none;
		text-align: center;
		margin: 0px;
		padding-top: 0px;
		color: #000000;
		}

/*色指定*/

.line {
	background-color: #000000;
	}