@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
	
body {
	background-image: url(../img/back_g.gif);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat; 
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration:none;color:#666666;
}

a:hover {
	text-decoration:underline;color:#999999; 
}

/********************************************************************/

/*全ページ共通レイアウト*/

/* 大枠 */
#container {
	width: 663px;
	margin: 100px auto auto auto; 
}

#main_top {
	float: left;
	width: 663px;
	height: 16px;	
}

#main_middle {
	float: left;
	width: 663px;
	background-image: url(../img/main_back_middle.gif);	
}

#main_bottom {
	float: left;
	width: 663px;
	height: 16px;	
}

/*左要素*/

#page_left {
	float: left;
	width: 150px;
	margin-left: 12px;
}

#page_left h1 {
	float: left;
	width: 150px;
	height: 40px;
}


/*右要素*/

#page_right {
	float:left;
	width: 449px;
	margin-left: 40px;
}

#page_right a {
	text-decoration:none;color:#7e9cb9;
}

#page_right a:hover {
	text-decoration:underline;color:#7e9cb9; 

}

#copy {
	float:left;
	width: 663px;
	margin-top: 20px; 
}
