@charset "utf-8";

/* Styles
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 14px;
	line-height: 21px;
	font-family: "arial", "helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #999999;
	background-color: #000000;
}

h1 {
	font-size : 24px;
	line-height : 24px;
	font-weight: bold;
	color: #6E97D8;
	padding-bottom: 30px;
	}
	
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
	}
		
h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	}

h4 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	}

h5 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
	}

p {
	font-size : 14px;
	line-height : 28px;
	font-weight: normal;
	color: #999999;
	padding-top: 5px;
	margin-bottom: 5px;
	}

.body10 {
	font-size : 10px;
	line-height : 14px;
	}

.body12 {
	font-size : 12px;
	line-height : 18px;
	}

img {
	border: none;
	vertical-align: top;
}

ul {
	margin: 0;
	color: #999999;
}

li {
	margin: 0;
	color: #999999;
}

a {
	margin: 0;
	color: #999999;
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #999999;
}



/* Body Content
---------------------------------------------*/
.gototop {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size : 80%;
	line-height: 100%;
	text-align: right;
	}


/* Header
---------------------------------------------*/
#header {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 120px;
	background-color: #000000;
}


/* Corporate Identity
---------------------------------------------*/
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 197px;
	height: 120px;
}


/* Global Navigation
---------------------------------------------*/
#globalnavigation {
	position: absolute;
	left: 197px;
	top: 27px;
	list-style-type: none;
}

#globalnavigation li {
	margin: 0;
	padding: 0;
}

#globalnavigation li a {
	display: block;
	width: 98px;
	height: 18px;
}
	
/* Normal */
#label01 a {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whoweare_nml.gif);
}
#label02 a {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whatwedo_nml.gif);
}
#label03 a {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_mgportfolio_nml.gif);
}

/* Stay */
#label01 a.stay {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whoweare_sty.gif);
}
#label02 a.stay {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whatwedo_sty.gif);
}
#label03 a.stay {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_mgportfolio_sty.gif);
}

/* Over */
#label01 a:hover {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whoweare_ovr.gif);
}
#label02 a:hover {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_whatwedo_ovr.gif);
}
#label03 a:hover {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	color: #000000;
	background-image: url(../images/gn_mgportfolio_ovr.gif);
}


/* Key Visual
---------------------------------------------*/
#keyvisual {
	display: block;
	position: absolute;
	left: 234px;
	top: 172px;
	width: 100%;
	height: 299px;
}

/* 3 column liquid layout
---------------------------------------------*/
#wrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 50px 0;
	background-color: #222222;
}

#footer {
	clear: both;
	padding: 20px 0 30px 30px;
	background-color: #000000;
}

#footer p{
	font-size: 10px;
	line-height: 14px;
	}


	/* 1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#columnright {
		float: right;
		width: 190px;
	}

	#columnright p {
		font-size : 10px;
		line-height : 18px;
		color: #999999;
		text-align: left;
		padding-right: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
		letter-spacing: 0;
	}

	
	/* 2
	---------------------------------------------*/
	#columncenter {
		float: right;
		width: 100%;
		margin-left: -197px;
	}

	#columnleft {
		float: left;
		width: 167px;
	}
	
	/* 3
	---------------------------------------------*/
	#columncenter * {
		margin: 0 260px 0 197px;
	}
	#columncenter * * {
		margin: 0;
	}


/* List
---------------------------------------------*/
	#columnleft ul {
		margin-bottom: 20px;
	}

	#columnleft ul li {
		font-size: 14px;
		margin: 0 0 10px 15px;
		padding-left: 15px;
		color: #6E97D8;
		list-style: none;
	}

	#columncenter ul {
		margin-bottom: 20px;
	}

	#columncenter ul li {
		margin: 5px 0 0 15px;
		padding-left: 0;
		color: #999999;
	}
	
