/* Fukanuma Motoaki Official Web Site
 * URI: http://www.lavaflowredords.com/fukanuma/project
 * Last Modified: 2009.10.28
 */

@charset "utf-8";

* {
	marginp:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
    color: #000000;
}

body {
	font-size:100%;
	margin-top:0px;
	text-align:center;
}

img {
    border: 0;
} 

ol, ul, li {
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
}

a, a:link, a:visited {
	color:#3DB3DC;
	text-decoration:none;
}

a:hover {
	color:#4F5150;
	text-decoration:underline;
}

a:active {}

a img {
	border:none;
}

form {
	margin:0px;
}

fieldset {
	border:0px;
}

div#header {
	width:1002px;
	height:180px;
	background-color:#FFFFFF;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-x-position:0px;
	background-y-position:0px;
	position:fixed;
    top:0px;
	left:0px;
	margin:0px;
	z-index:2;
}

div#header-logo {
	width:488px;
	height:64px;
	position:fixed;
	left:18px;
	top:30px;
	padding:0;
	margin:0;
	float:left;
	z-index:3;
}

div#button2mellowhead {
	width:170px;
	height:44px;
	position:fixed;
	left:785px;
	top:40px;
	padding:0;
	margin:0;
	z-index:3;
}

div#menuTable {
	position:fixed;
	top:115px;
	left:20px;
	clear:both;
}

div#main_contents {     /* デバッグ時には中身を全てコメントアウトするとよいよ！ */
	/*width:1002px;*/   /* …のちにこの表現は不採用に. */
	/*height:495px;*/
	/*overflow:auto;*/
}

div#main {    
	width:600px;
	margin: 0px auto;
	text-align:left;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
}

/* for PROJECTS */
div#project_plagues {
	width:200px;
	height:200px;
	padding-top:285px;
	margin-left:100px;
	float:left;
}

div#project_mellowhead {
	width:200px;
	height:200px;
	padding-top:275px;
	margin-left:90px;
	float:left;
}

div#project_gheee {
	width:200px;
	height:284px;
	padding-top:240px;
	margin-left:670px;
}

div#copyrightnote {
	font-size:10px;
	font-family: Verdana, Arial, sans-serif;
	position:fixed;
	float:right;
	margin-right:0px;
	left:360px;
	bottom:10px;
}

div#lavaflow-logo {
	width:61px;
	height:28px;
	position:fixed;
	float:right;
	left:900px;
	padding-top:10px;
	bottom:10px;
	margin:0;
	z-index:3;
}

