@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; 
}

/*左要素*/

#left {
	float:left;
	width: 174px;
	background-image:url(../img/left_back.gif);
	background-repeat: repeat-y;
}

#left h1 {
	float: left;
	width: 174px;
	height: 165px;
}

#left_bottom {
	float: left;
	width: 174px;
	height: 16px;
}

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

/*右要素*/

#right {
	float:left;
	width: 473px;
	margin-left: 16px;
}

.right_box1 {
	float:left;
	width: 473px;
}

.right_box2 {
	float:left;
	width: 473px;
	margin-top: 16px;
}

.right_left {
	float:left;
	width: 147px;
	height: 147px;
}

.right_right {
	float:left;
	width: 147px;
	height: 147px;
	margin-left: 16px;
}

.right_right2 {
	float:left;
	width: 310px;
	height: 147px;
	margin-left: 16px;
	background-image: url(../img/right_right2.gif)
}

#new {
	width: 286px;
	height: 123px;
	margin-left: 12px;
	margin-top: 12px;
}

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