
body
{
	background-color:#d5d2d2;
	padding-top:20px;
	padding-left:20px;
}

img
{
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
}

h4, ul, li
{
	font-family:Tahoma,Verdana;
	font-size:90%;
	color:#939393;
	text-align:left;
}

ul
{
	margin-left:0.5em;
	padding-left:0.5em;
}

hr
{
	
	height:1px;
	color:#d5d2d2;
	width:90%;
}

#iron_portfolio
{
	position:relative;
	z-index:1;
	width:800px;
	height:1400px;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:100px;
	background-color:#ffffff;
	text-align:center;

}

#header
{
	position:absolute;
	z-index:1;
	width:800px;
	height:241px;
	margin-left:0px;
	margin-right:auto;
	background-color:#ffffff;
	text-align:center;
	
}

#main
{
	position:absolute;
	z-index:1;
	top:241px;
	width:800px;
	height:1120px;
	margin-top:0px;
	margin-bottom:100px;
	background-image:url('../img/navi/main_back.jpg');
	background-repeat:repeat-y;
	background-color:#ffffff;
	
}

#main_0, #main_1, #main_2
{
	position:absolute;
	z-index:1;
	top:0px;
	margin-top:20px;
	margin-left:20px;
	padding-right:20px;
	
}

#main_0
{
	width:150px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#d5d2d2;
	text-align:left;
}

#main_1
{
	left:200px;
	width:300px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#d5d2d2;
	text-align:center;
}

#main_2
{
	left:550px;
	width:180px;
	text-align:left;
}

#p_iron_normal_dark
{
	font-family:Tahoma,Verdana;
	font-size:90%;
	color:#000000;
}

#p_iron_normal_grey
{
	font-family:Tahoma,Verdana;
	font-size:90%;
	color:#939393;
}

#p_iron_italic_grey
{
	font-family:Tahoma,Verdana;
	font-size:90%;
	font-style:italic;
	color:#939393;
}

#div_shadow
{
	position:fixed;
	z-index:3;
	visibility:hidden;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#000000;
}

#div_big_img
{
	position:fixed;
	z-index:5;
	visibility:hidden;
	top:50%;
	left:50%;
	width:400px;
	height:550px;
	margin-top:-300px;
	margin-left:-200px;
	padding-top:20px;
	text-align:center;
	vertical-align:middle;
	background-color:#000000;
}



#img_impression
{
	margin-bottom:20px;
}

.arrow
{
	font-size:80%;
	text-decoration:none;
	color:#343434;
}

.arrow:hover
{
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	color:#343434;
}

.cursor_normal
{
	cursor:default;
}

a
{
	font-style:italic;
	text-decoration: underline;
	color: #484646;
}

a:hover 
{ 
	font-style:italic;
	text-decoration: underline;
	color: #a3a3a3;
}


