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

@import "reset.css"; 
@import "module.css"; 

/* ベース */

html {width:100%;height:100%;}

body {
	font-size: 12px;

	padding: 10px;
	margin: 0;
	background: #f7f7f7;
}

.space {
	clear:both;
}

#grid-content a {
	color:#666666;
	text-decoration: none;
	background:#FFFF00;
}


#grid-content a:hover, a:active {
	color: #54c2e3;
	text-decoration: none;
}

/* レイアウト */

#grid-content {
	overflow: hidden;
	height: 0;
}

#grid-content .large {
	width: 220px;
	height: 640px;
	background:url(../images/001.gif) no-repeat;
	margin: 0px;
	
	padding: 10px;
}

#grid-content .large2 {
	width: 220px;
	height: 640px;
	background:url(../images/004.gif) no-repeat;
	margin: 0px;
	
	padding: 10px;
}

#grid-content .large3 {
	width: 460px;
	height: 640px;
	background:url(../images/003.gif) no-repeat;
	margin: 0px;	
	padding: 10px;
}

#grid-content .large4 {
	width: 460px;
	height: 640px;
	background:url(../images/003.gif) no-repeat;
	margin: 0px;	
	padding: 10px;
}

#grid-content .large p {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-top: 10px;
}

#grid-content .large2 p {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-top: 10px;
}

#grid-content .large3 p {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-top: 10px;
}

#grid-content .large4 p {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-top: 10px;
	padding: 20px;
}

#grid-content .large4 H1 {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color:#999;
	font-size: 11px;
	background: #ffffff;
	margin-top: 10px;
	padding: 20px;
}

/** html #header #gNav {
	height: 1%;
}*/