/*背景の設定*/
body{
	margin:0;
	padding:0;
	color:#333333;
	background-color: #ffffff;
	background-image: url(images/back.gif);
	background-repeat: repeat;
}


/*ヘッダ*/
#head{
	width:720px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	text-align: center;
}

/*メイン*/
#main_t{
	width:720px;
	background-color: #FFFFFF;
	background-image: url(images/main_back_t.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

#main_m{
	width:720px;
	background-color: #FFFFFF;
	background-image: url(images/main_back_m.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding-left: 0px;
}

#main_m2{
	width:680px;
	padding: 20px;
}

#main_u{
	width:720px;
	background-color: #1C2755;
	background-image: url(images/main_back_u.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;	
}

/*リンク*/
a{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 未リンク */
a:link{
	color:#87ceeb;
	text-decoration:none;
}

/* 訪問済みリンク */
a:visited{
	color:#87ceeb;
	text-decoration:none;
}

/* リンクをクリックした時 */
a:active{
	color:#FF6600;
	text-decoration:none;
}

/* リンクにカーソルをのせた時 */
a:hover{
	color:#FF6600;
	text-decoration:none;
}

/*文字の設定*/
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
}

/*製作者の情報*/
.info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px;
	margin: 0px;
	width: 600px;
}

