﻿@charset "utf-8";

/* CSS Infomation=============================
File name: layout.css
Editors:   Torima-Games
Date:      2011/09/8
Update:    2011/09/8
=============================================*/


.description {
	color: black;
}

/* ================================
   Gloval navi
===================================*/

#global-nav div {
	float: left;
	width: 130px;
	height: 40px;
	border: 1px solid black;
	background: orange;
	margin-right: 3px;
}

#global-nav .nav-about {
	background: url(../img/nav-about.png) no-repeat;
}

#global-nav .nav-flashgame {
	background: url(../img/nav-flashgame.png) no-repeat;
}

#global-nav .nav-cfeditor {
	background: url(../img/nav-cfeditor.png) no-repeat;
}

#global-nav .nav-link {
	background: url(../img/nav-link.png) no-repeat;
}

#global-nav .nav-mail {
	background: url(../img/nav-mail.png) no-repeat;
}

#global-nav a {
	float: left;
}

#global-nav a p {
	padding: 10px 0 0 5px;
}

#global-nav a p {
	position: absolute;
	left: -9999px;
}

/* ================================
	primary container
===================================*/

h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}

h3 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}

p {
	font-weight: bold;
}

#primary-container {
	margin: 5px;
	padding: 1.5em 10px;
	float: left;
	width: 470px;
	height: 900px;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
}

#primary-container .article {
	margin: 0.3em 0px 2em 0px;
	padding: 1em 3px;
	width: 460px;
	float: left;
	border: solid 3px #a0e0e0;
	border-radius: 10px;
}

#primary-container .article .description {
	height: 100px;
	/*color: #f0502c;*/
}

#primary-container .article .image img {
	margin: 10px 7px 5px 7px;
	padding: 0;
	float: left;
	height: 80px;
	border: 1px solid #c0c0c0;
	border-radius: 18px;
}

/* ================================
	secondary container
===================================*/

#secondary-container {
	margin:0;
	margin-right:15px;
	padding:0;
	width: 180px;
	float: left;
}

#secondary-container .description{
	margin: 5px;
	margin-bottom: 0.8em;
	padding: 3px;
	width: 175px;

	font-size: 90%;
	border: 3px solid #a0e0e0;
	border-radius: 10px;
}

/*
#global-nav {
	margin-bottom: 3em;
}

#app-infomation {
	padding: 0.8em 5px;
	color: #f0502c;
	border: solid 2px #77f14c;
}

#app-infomation p {
	margin-bottom: 1em;
}

#menu-title {
	margin: 5px;
}

#menu-list {
	margin-left: 10px;
	color: #77f14c;
	font-weight: bold;
	font-size: 90%;
}

#menu-list li {
	margin: 10px;
}
*/

