﻿/*
Theme Name: IdeaCamp-2008-12-14
Theme URI: http://www.ideacamp.jp
Description : IdeaCamp site theme
Author: hri
*/

*	{
	margin: 0;
	padding: 0;
	font-family : Arial, 'ＭＳ Ｐゴシック', Trebuchet, sans-serif;
}

body	{
	font-size: 14px;
	text-align: center;
}


/* Basic Design */

h1	{
	fontsize: 140%;
	font-weight: bold;
	color: #008cd6;
}

h2	{
	font-size: 120%;
	font-weight: bold;
	color: #008cd6;
}

h3	{
	font-size: 80%;
}

p {
	line-height: 1.8em;
}

a	{
	color: #008cd6;
}

a:hover	{
	color:	#FFFFFF;
	background-color: #c3d600;
	text-decoration: none;
}

a:hover.noChange {
	background: trasparent;
}


/* Header Design */

div#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	}

div#header {
	height: 140px;
	}

div#logo {
	float:left;
	width: 160px;
	height: 133px;
	margin-top: 7px;
}

div#logo a:hover {
	background-color: transparent;
}



div#navi {
	width: 720px;
	margin-top: 75px;
	margin-left: 30px;
	float: right;
}

div#navi p.clear {
	clear: both;
}

div#navi ul {
}

div#navi ul.about a {
	display: block;
        width: 77px;
	height: 30px;
	margin-left: 63px;
}

div#navi ul.tool a {
	display: block;
        width: 57px;
	height: 30px;
	margin-left: 61px;
}

div#navi ul.site a {
	display: block;
        width: 53px;
	height: 30px;
	margin-left: 61px;
}

div#navi ul.process a {
	display: block;
        width: 104px;
	height: 30px;
	margin-left: 61px;
}

div#navi ul.thought a {
	display: block;
        width: 106px;
	height: 30px;
	margin-left: 61px;
}


div#navi li {
	float: left;
	list-style: none;
	text-indent: -9999px;
}

div#navi ul.about a {
	background: url(images/about-g.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.about a:hover {
	background: url(images/about-y.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.tool a {
	background: url(images/tool-g.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.tool a:hover {
	background: url(images/tool-y.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.site a {
	background: url(images/site-g.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.site a:hover {
	background: url(images/site-y.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.process a {
	background: url(images/process-g.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.process a:hover {
	background: url(images/process-y.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.thought a {
	background: url(images/thought-g.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#navi ul.thought a:hover {
	background: url(images/thought-y.png);
	background-repeat: no-repeat;
	text: transparent;
}

div#bar {
	width: 720px;
	margin-top: 15px;
	margin-left: 30px;
	float: right;
}

/* Main Content Design */

div#main {
	margin-top: 5px;
}

div#main p.clear {
	clear: both;
}

div#pankuzu {
	height: 30px;
	width: 900px;
	font-size: 110%;
	padding-left: 250px;
}

div#sideBar {
	display: inline;
	float: left;
	width: 210px;
	margin: 0px 20px 0px 0px;
	font-size: 90%;
}

div#sideBar h2 {
	margin-bottom: 10px;
}

div#sideBar ul {
	list-style-type: none;
}

div#sideBar li {
	margin: 10px 20px 10px 10px;
}

div#pageNavi {
	text-align: center;
	font-size: 85%;
	margin-bottom: 20px;
}

div#alpha {
	display: inline;
	float: left;
	width: 470px;
	margin-left: 20px;
}

div#post {
	width: 470px;
	margin: 0 0 20px 0;
	border: 1px solid #C0C0C0;
}

div#postTitle {
	border-bottom: 1px dashed #C0C0C0;
}

div#postTitle h2 {
	font-size: 130%;
	font-weight: bold;
	color:  #008cd6;
	margin: 15px 15px 15px 15px;
}

div#post p.space {
	height: 1.5em;
}

div#postContent {
}

div#postContent p, div#postContent h2 div#postContent ul {
	padding: 10px 30px 10px 30px;
}

div#postContent p.photo {
	padding: 0px;
}

div#postContent p.caption {
	font-size: 80%;
	margin-bottom: 10px;
	padding: 0px 5px 0px 15px;
}

div#postFooter {
	list-style-type: none;
	text-align: right;
	margin: 15px 30px 15px 15px;
	font-size: 85%;
	color: #000000;
}

/* Footer Design */

div#footer {
	clear: both;
	text-align: center;
}

div#footer h3.footer {
	margin:5px;
	font-size: 80%;
	color: #C0C0C0;
}

/* Catalogue View Design */

div#catalogue {
	display: inline;
	float: left;
	width: 680px;
	margin: 0px 0px 10px 0px;
}

#catalogueThumb {
	display: inline;
	width: 200px;
	height: 170px;
	margin: 0px 0px 20px 20px;
	float: left;
	border: 1px solid #D2D2D2;
}

#catalogueThumb a {
	display: block;
	color: #008cd6;
	text-decoration: none;
}

#catalogueThumb a:hover {
	display: block;
	color:	#FFFFFF;
	background-color: #c3d600;
}

#catalogueThumb img {
	width: 200px;
	height: 150px;
}

#catalogueThumb p{
	width: 200px;
	height: 20px;
	font-size: 85%;
	text-align: center;
}

