/* pseudo-classes */
a:link{ color : #444444;}
a:visited{ color : #111111;}
a:hover{
	color : #fe9f34;
	position :relative;
	top : 1px;
	left : 1px;
}
a:active{ color : #fe9f34;}
::selection{
	background-color : #ffcc99;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
	Body
++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	display : block;
	text-align : center;
	font-size : 15px;
	background-color : #fe9f34;
	background-position : center;
	background-image : url(./papermodel_mtl/papermodel_background.jpg);
	background-repeat : repeat-y;
	margin : 0px 0px 0px 0px;/* top left bottom right */
	cursor : crosshair;
}

#wrapper{
	display : block;
	text-align :center;
	width: 580px;
	margin-left: auto;
	margin-right :auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
	Header
++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header{
	display : block;
/*	position : absolute;
	top : 0%;
	left : 50%;
	width : 580px;
	margin-left : -290px;*/
	text-align : right;
	height : 150px;
	background-repeat : no-repeat;
	background-position : top center;
	background-image : url(./papermodel_mtl/papermodel_header.jpg);
}

#header h1{
	height : 120px;
	font-size : 0px;
	color : #ffffff;
	background-image : url(./papermodel_mtl/papermodel_logo.jpg);
	background-repeat : no-repeat;
	background-position : center right;
	margin-right : 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
	main contents
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main{
	display : block;
	text-align :left;
	width : 480px;
	margin-right : auto;
	margin-left : auto;
	padding-left : 20px;
}
div.content{
	margin-right : 20px;
}

/* +++++ content title +++++ */
div.content h2{
	font-size : 12pt;
	border-bottom : thin dotted #fe9f34;
	margin-top : 30px;
}

/* +++++ content paragraph +++++ */
div.content p{
	font-size : 10pt;
	text-indent : 1em;
	line-height : 1.3em;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : -10px;
}

div#download h3{
	font-size : 14pt;
	color : #0a50a1;
}
div#download h4{
	color : #333333;
	border : thin dotted #111111;
}

/* +++++ crafts +++++ */
div.craft{
	background-repeat : no-repeat;
	background-position : right;
	margin-right : 20px;
}
/* cow */
div#cow{
	background-image : url(./papermodel_mtl/mochi-cow-mini.gif);
	height : 150px;
}
/* mouse */
div#mouse{
	background-image : url(./papermodel_mtl/mochi-mouse-mini.gif);
	height : 150px;
}
/* uribo */
div#uribo{
	background-image : url(./papermodel_mtl/mochi-uribo-mini.gif);
	height : 150px;
}
/* dog */
div#dog{
	background-image : url(./papermodel_mtl/mochi-dog-mini.gif);
	height : 150px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
	Footer
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer{
	text-align : center;
	border-top : thin dotted #fe9f34;
	margin-top : 50px;
}