
body {
	margin: 0; padding: 10px;
	background-color: #FFF;
	
	text-align: center;
}

div, span, form, h1, h2, h3, h4, ul, ol { margin: 0; padding: 0}

a:link { color:#333333; text-decoration:underline;}
a:visited { color:#999999; text-decoration:underline;}
a:active { color:#000000; text-decoration:underline;}
a:hover { color:#000000; text-decoration:underline;}

/* レイアウト */
/*layout*/
#wrapper{
	margin: 0 auto 5px auto;
	width: 750px;
}

/*ヘッダ*/
/*header*/
#header {
	text-align: left;
	width: 750px;
	height: 100px;
	background-color:#333;
}

#header h1 {
	text-align: center;
	font-size: 170%;
	font-weight: normal;
	line-height:100px;

}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color:#FFF;
	text-decoration:none;
}

#links{
	background-color: #FFF;
	text-align: left;
	color:#333;
	text-align: center;
	padding-bottom:5px;
	font-size: 85%;
}

#links a,
#links a:link,
#links a:visited{
	color:#333;
	text-decoration:none;
}

#links a:active,
#links a:hover {
	color:#333;
	text-decoration:underline;
}

#main {
	border: 1px solid #AAA;
	background-color: #FFF;
	text-align: left;
	padding: 20px 20px;
	padding-top:0px;
	margin: auto;
}

#exp{
	text-align: left;
	margin: auto;
	font-size: 85%;
}

#pictures{
	text-align: center;
}

img {
	border: none;
	margin: 10px;
}
/*広告*/
#ad {
	text-align: center;
	background-color:#333333;
	width:750px;
}


/*-- フッター --*/

#footer {
	font-size: 70%;
	color: #333333;
	line-height: 100%;
	background:#FFF;
	padding: 5px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	padding:2px;
	color:#333333;
	text-decoration:none;
}
