/* CSS Document */



/* common */

body {
	color: #fff;
	position: relative;
	}
	
	div#share {
		position: fixed;
		bottom: 20px;
		left: 20px;
		}
	
	.twitter-share-button {
		margin-right: 5px;
		}

a {
	color: #fff;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}

p {
	margin-top: 10px;
	}
	
	p.copy {
		text-shadow: 0px 0px 3px black;
	}
	
*.firstChild {
	margin-top: 0!important;
	}



/* Header */

div#headerWrap {
	position: relative;
	z-index: 9998
}

div#header {
	position: fixed;
	top: 50px;
	left: 50px;
}

div#Gnavi {
	margin: 50px 0 0 100px;
	}
	
	div#Gnavi ul li {
		text-shadow: 0px 0px 3px black;
		margin-bottom: 15px;
		font-weight: bold;
		line-height: 1.1em;
		}
		
		div#Gnavi ul li span {
			font-size: 10px;
			font-weight: normal!important;
			}

	div#Gnavi p.copy {
		font-size: 12px;
		margin-top: 40px;
		}
		
		div#Gnavi p.copy span {
			font-size: 10px;
			}



/* main */

div#concept {
	margin: 0 0 500px 250px;
	padding: 180px 0 0 0;
	width: 750px;
	}

div#container {
	padding-top: 150px;
	background: url(/img/bg_main_grad.png) top repeat-x;
	}

div#main {
	padding: 100px 0 500px 0;
	margin-top: -2px;
	width: 100%;
	background-image: url(/img/bg_main.png);
	}

div.box {
	margin: 498px 0 800px 300px;
	width: 700px;
	}
	
	h2 {
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 50px;
		text-shadow: 0px 0px 3px black;
		}
	
	h3,h4 {
		margin-top: 10px;
		}
	

/* news */

div#news>p {
	margin-bottom: 10px;
	}



/* about */

dl {
	width: auto;
	margin: 15px auto 0;
	zoom: 1;
	border-bottom: #fff 1px dotted;
	}
	
	dl:after {
		content: "";
		display: block;
		clear: both;
		}
	
	dl dt {
 		clear: left;
		float: left;
		width: 13em;
		font-size: 12px;
		padding-top: 10px;
		border-top: #fff 1px dotted;
		}
		
	dl dd {
		font-size: 12px;
		margin-left: 13em;
		padding: 10px 0;
		border-top: #fff 1px dotted;
		}
		
		dl dd>ol,
		dl dd>ul {
			margin-top: 10px;
			}
			
			dl dd>ol.firstChild,
			dl dd>ul.firstChild {
				margin-top: 0!important;
				}
			
			dl dd>ol>li {
				list-style: decimal!important;
				margin-left: 3em;
				}
				
			dl dd>ul>li {
				list-style: disc!important;
				margin-left: 1.5em;
				}


/* contact */

div#contact {
	padding-bottom: 50px;
	border-bottom: #fff 1px dotted;
	}


/* link */

div#link {
	padding-bottom: 50px;
	border-bottom: #fff 1px dotted;
	}

	div#link>a {
		text-decoration: none;
		}

	div#link img {
		margin: 0 10px 20px 0!important;
		}