/*
Theme Name: Theme 2010
Theme URI: http://www.tico-jpn.com
Description: デフォルト　テーマ
Author: tico
Author URI: http://www.tico-jpn.com
Version: 1.0
*/


/****************************************************
 全体で共通のスタイル
****************************************************/

h1 {
	margin: 0px;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
	background-color: transparent;
}

p { line-height: 140%; letter-spacing: 1px; }

img { border: 0px; }

table { font-size: 1em; }

form { margin: 0px; padding: 0px; }

/*** ダミー用 ***/
span.dummy { width: 0px; height: 0px; display: none; }

/*** 全て無し ***/
.nothing {
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
}

/*** 高さ指定 ***/
.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }
.height-70 { height: 70px; }
.height-80 { height: 80px; }

/* ボーダー0 */
.border-0 { border: 0px; }

/*** リンク色 ***/
/* 基本（明るい緑色） */
a { color: #00aa33; text-decoration:none; }
a:hover { color: #ff6600; text-decoration:none; }

a.greenlink { color: #009933; text-decoration:none; }
a.greenlink:hover { color: #ff6600; text-decoration:none; }

a.bluelink { color: #175bea; text-decoration:none; }
a.bluelink:hover { color: #ff6600; text-decoration:none; }

a.redlink { color: #ff0000; text-decoration:none; }
a.redlink:hover { color: #ff6600; text-decoration:none; }

a.whitelink { color: #ffffff; text-decoration:none; }
a.whitelink:hover { color: #ff0000; text-decoration:none; }

a.blacklink { color: #000000; text-decoration:none; }
a.blacklink:hover { color: #ff6600; text-decoration:none; }


/*****************************************************
 ページ全体の構成
 WIDTH : 950px
 COLS  : 2 (L: 700px R: 250px)
*****************************************************/
/* 全体 */
body{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url('./images/home_bg.gif') center top repeat-x;
	color: #004080;
}

/* 全体を中央寄せにする為のスタイル */
div#page{
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background: #ffffff url('./images/page_bg.gif') center top repeat-y;
}

/* ヘッダ */
div#header{
	width: 950px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	background: #ffffff url('./images/header_bg.jpg') left top repeat-x;
}

/*
 段組を入れる為のフレーム
*/
div#body{
	width: 950px;
	margin: 0px;
	padding: 0px;
	zoom: 100%;
	background-color: transparent;
}
/* 段組を自動で解除 */
div#body:after{
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

/* コンテンツ */
div#content-left {
	width: 700px;
	float: left;
	background-color: transparent;
}
div#content-right {
	width: 250px;
	float: right;
	background-color: transparent;
	font-size: 0.8em;
}
div.content {
	padding: 20px 10px;
}

/* フッタ */
div#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background: #d6dbbf url('./images/footer_bg.gif') left top repeat-x;
}


/*****************************************************
 段組みを自動で解除する
*****************************************************/
.auto-float-clear {
	zoom: 100%;
}
.auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

#colorboxLink { width: 0px; height: 0px; display: none; }

