/*
@charset "utf-8";
/*
Theme Name:cool_gray
Theme URI: http://www.wordpress-skin.com/
Description: The Theme made by <a href="http://www.wordpress-skin.com/">wpskin</a>. You can edit a wide variety of configuration. The how of configuration is written at <a href="http://www.wordpress-skin.com/">wpskin</a>.
Version: 1.1
Author: wpskin
Author URI: http://www.wordpress-skin.com/
Tags:fixed width,two columns,one columns,widgets,widgets,widget ready,right sidebar,left sidebar,clean,cool,blue,white,gray,customize,free,black,stylish
*/

@import url("css/import.css");
@charset "utf-8";


/* --------------------------------------------
 *        	Over the Topmenu
 * -------------------------------------------- */
 
div#topimg1 {
	/*display:none;*/
	width:860px;
	height:250px;
	background:url(img/original/fg_top.jpg);
	margin:0 5px 0px 5px;
	border-bottom:solid 1px #FFFFFF;
}


/* --------------------------------------------
 *        	Over the Main Contents
 * -------------------------------------------- */
 
div#topimg2 {
	display:none;
	width:590px;
	height:250px;
	background:url(img/original/topimg_860x250.jpg);
	margin:0 5px 0px 5px;
	border-bottom:solid 1px #FFFFFF;
}

/* --------------------------------------------
 *        	Blog Entry Page
 * -------------------------------------------- */

.entry {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}

.entry th {
	width: 180px;
	color: #666;
	font: 12px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	background: #EEE;
	border-left: 3px solid #333;
	height: 20px;
	padding-left: 15px;
	padding-top: 5px;
}

.entry td {
	width: 400px;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

form {
			display: inline;
}

#errmsg {
	color:#F00;
	font-size:12px;
	margin:10px 10px 10px 100px;
	padding:10px;
	text-align:left;
	line-height: 2;
}

/* ============ エントリーページ申し込みボタンロールオーバー ============ */

#button_entry a {
	display: block;
	overflow: hidden;
	height: 50px;
	width: 320px;
	background-image: url(images/button_entry.jpg);
	text-align: center;
	margin: 0px 0px 20px 100px;
}

.button a:hover {
	background-position: 0 -50px;
}
/* ============ テーブル装飾 ============ */

table	{
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	font: normal 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
}

caption {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	background: #E8EFF7;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

th, td	{
	padding-top: 5px;
	padding-bottom: 5px;
}

th	{
	background: #C1D5EA;
	border-top: 2px solid #264971;
	border-bottom: 1px solid #264971;
}
td	{
	background: #E8EFF7;
	border-bottom: 1px solid #795200;
}

