@charset "utf-8";
/* CSS Document */

/* 全体のレイアウト */

*	{
	margin: 0;
	padding: 0;
}

body	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 93%;
	color: #333333;
	line-height: 1.5;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../img/links_bg5.jpg);	/* 全体の背景画像 */
  	background-repeat: no-repeat;          			/* 背景を繰り返さない */
 	background-position: 50% 0%;            		/* 背景画像の位置は画面中央 */
	background-attachment:fixed;            		/* 背景画像を固定する */
}

img {border: none;}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 200px;
	position: fixed;
}

#content {
	width: 700px;
	height: 900px;
	padding-top: 200px;
	padding-bottom: 200px;
	margin: 0 auto;
}

#footer {
	width: 960px;
	height: 200px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	position: fixed;
	top: 750px;
	left: auto;
}


/* コンテンツ部分 */

#content .list {
	width: 550px;
	height: 350px;
	margin: 0 auto 100px;
	background-image: url(../img/cloud.png);
  	background-repeat: no-repeat;	
	padding-top: 80px;
	text-align: center;
}

#content h1 {
	margin-bottom: 30px;
	font-size: 24px;
}

#content h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content h3 {
	font-size: 14px;
	margin-bottom: 10px;
}


#content img {
	float: left;
	padding-top: 20px;
	padding-left: 60px;
}

#content .site {
	float: left;
	width: 200px;
	height: 180px;
	text-align: left;
	padding: 5px;
}


#content #contact {
	width: 550px;
	height: 500px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 30px;
	text-align: center;
}

#content #contact h2 {
	padding-bottom: 15px;
}

#content #form {
	width: 360px;
	height: 350px;
	margin: 0 auto;
	padding-top: 30px;
}

#content #last {
	height: 150px;
	background: #ffffff;
	visibility: hidden;
}