*{
margin:0;
padding:0;
}

body {
	background-color: #0C0C0C;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	line-height: 150%;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

h1{
	font-size: 20px;
	margin-bottom: 3px;
}

/*
---------------------------------------------------------------------
Default links
---------------------------------------------------------------------
*/
a:link {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #990033;
}


/*
---------------------------------------------------------------------
Main layout
---------------------------------------------------------------------
*/

#maincontainer {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#header{
	font-size: 11px;	
}

#footer{
	font-size: 9px;
}


/*
---------------------------------------------------------------------
Top page content
---------------------------------------------------------------------
*/

ul {
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 15px;
}
li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
}

/*
---------------------------------------------------------------------
Image Gallery
---------------------------------------------------------------------
*/

.workthumbnail{
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


/*
---------------------------------------------------------------------
YOSHITAKA
---------------------------------------------------------------------
*/

.title{
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.1em;
}
.title_green{
	font-size: 38px;
	color: #990033;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.1em;
	line-height: 30px;
}
