﻿@charset "utf-8";
/* CSS Document */
body {
	margin-left: 60px;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-right: 20px;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ef4136;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ef4136;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0089cf;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0089cf;
}
#masterdiv a:link {
    color: #ef4136;
    background-color: #000;
}
#masterdiv a:visited {
    color: #ef4136;
	background-color: #000;
}
#masterdiv a:hover {
    color: #0089cf;
	background-color: #000;
	text-decoration: underline;
}
#masterdiv a:active {
    color: #0089cf;
	background-color: #000;
}
#allcontent {
    margin-bottom: 0px;
    width: 1150px;
	height: auto;
}
#head {
    margin-bottom: 50px;
    width: 250px;
}
#masterdiv {
    margin-bottom: 50px;
    width: 160px;
    height: auto;
    float: left;
	margin-right: 30px;	
}
#project {
    width: 865px;
    height: 2000px;
	float:  left;
}
.main_img {
    !!--width: 100%;
    
    float: left;	
}
.main_img img{
    !--!width: 100%;
}
.head_a {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; 
    font-size: 23px;
	letter-spacing: -1px;
	line-height: 30px;
}
.head_b {
	font-size: 14px;
}
.menutitle{
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0px;
	color: #ddd;
}
.submenu{
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 10px;
    font-weight: bold; 
    line-height: 12px;
	letter-spacing: 0px;
}