@charset "utf-8";
/*
THEME NAME: mothball
THEME URI: http://www.mothball.jp/
VERSION: 1.0
AUTHOR: mothball
AUTHOR URI: http://www.mothball.jp/
*/

/*-----RESET-----*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#FFF;
	background-color: #29abe2;
	padding: 20px;
}


#wrapper {
	margin:100px;
}
h1 {
	width:590px;
	height:150px;
	margin-bottom:30px;
	position:relative;
}
h1 a{
	display:block;
}
h1 a span {
	width:590px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
h1 a:hover span{
	background-position:left bottom;	
}
.menu .myspace {
	width:330px;
	height:90px;
	margin-bottom:20px;
	position:relative;
}
.menu .myspace a{
	display:block;
}
.menu .myspace a span {
	width:330px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(images/myspace.gif);
	background-repeat:no-repeat;
	background-position:left top;	
}
.menu a:hover span{
	background-position:left bottom;	
}
.note {
	width:170px;
	height:90px;
	position:relative;
	margin-bottom:10px;
	margin-right:30px;
	float:left;
}
.note a{
	display:block;
}
.note a span {
	width:170px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(images/note.gif);
	background-repeat:no-repeat;
	background-position:left top;	
}
.note a:hover span{
	background-position:left bottom;	
}
.content{
	margin-bottom:10px;
}
.content .title{
	font-size:38px;
	font-weight:bold;
}
.content .date{
	font-size:24px;
}
.navigation{
	clear:both;
	height:30px;
	font-size:24px;
}
.navigation a{
	color:#F09;
	text-decoration:none;
}
.navigation a:hover{
	color:#FFF;
	text-decoration:none;
}
.navigation .navleft {
	text-align:left;
	float: left;
	height: 30px;
	width: 200px;
}
.navigation .navright {
	text-align:right;
	float: right;
	height: 30px;
	width: 200px;
}
.contact {
	margin-left:auto;
	margin-right:0;
	width:490px;
	height:80px;
	position:relative;
}
.contact a{
	display:block;
}
.contact a span {
	width:490px;
	height:80px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	background-position:left top;	
}
.contact a:hover span{
	background-position:left bottom;	
}
