@charset "utf-8";	/* CSS文字コード設定 */

body{
	font-size:12px;
	font-family:'メイリオ','Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	background-color:white;
	margin:0px;
	padding:0px;
	
	
	height:100%;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	margin-left:1em;
}
textarea{
	padding:2px;
	font-size:12px;
}


#wrapper{
	min-width: 950px;
	min-height: 100%;
	position:relative;
	width:74.2em;
	margin:0px auto;
}

#gk_top{
	position: relative;
	margin: 0px auto 8px auto;
	width: 800px;
	z-index: 100;
}

#gk_navigate{
	margin:0px auto;
	padding:0px;
	width: 800px;
}

#gk_content{
/*	width: 950px;*/
	position:relative;
	margin: 0px auto;
	padding: 0px;
	border: 0px;

}
#gk_content * a{
	text-decoration:none;
}


#gk_bottom{
	border-top: 1px solid #000000;

	margin:1px auto 0px auto;
	padding:1px 4px 0px 4px;

	color:#000000;

	text-align:right;
	font-size:12px;

	width:100%;
	position:relative;
	bottom:0;
}


.message_block_area{
	margin: 12px;
	border: 1px solid #404080;
	padding: 8px;
	background-color: #d8d8ff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}



/*
 * ---------------------------------------------------------------------------
 *   共通ドロップメニューのタブスタイル
 * ---------------------------------------------------------------------------
 */
.common-dropmenu{
	padding:0px;
	margin:0px;
}

.common-dropmenu .tab {
	display: -moz-inline-box;
	display: inline-block;
	[if IE] display: inline;
	[if IE] zoom: 1;

	float:left;

	background-color: #ffd0d0;
	color: #202060;
	font-size: 14px;
	font-weight: bold;

	border-bottom:1px solid #ffffff;

	padding: 5px 7px 5px 7px;
	margin: 1px 1px 0px 1px;
}

.common-dropmenu .tab:hover {
	background-color: #e080a0;
	color: #404040;
}

.common_dropmenu .tabcaption{
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}


/*
 * ---------------------------------------------------------------------------
 *   共通ドロップメニューの項目スタイル
 * ---------------------------------------------------------------------------
 */
.common-dropmenu {
	display: block;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.common-dropmenu ul{
	display: none;
	position: absolute;
	z-index: 1000;

	border: 1px solid #f0d0d0;
/*
	border-top: 1px solid #f0e0e0;
	border-right: 1px solid #602020;
	border-bottom: 1px solid #602020;
	border-left: 1px solid #f0e0e0;
*/

	background-color: #fff0f0;

	opacity: 0.98;
	filter: alpha(opacity=98);

	margin: 0px;
	white-space: nowrap;
}

.common-dropmenu li{
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;

	white-space: nowrap;
	vertical-align: middle;

	line-height:100%;
	letter-spacing:0px;
}

/* メニュー項目に含まれるリンク */
.common-dropmenu a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.common-dropmenu ul li{
	padding: 2px 0.5em 2px 0.5em;
	font-weight: normal;
}

.common-dropmenu ul li.chpt_hover{
	background-color: #e8b0b0;
}




/*
 * ---------------------------------------------------------------------------
 *   共通サイト内検索のスタイル
 * ---------------------------------------------------------------------------
 */
.common-sitesearch {
	padding:2px;
	margin:1px;

	width:39%;
	margin-left:auto;
	background-color:#ffd0d0;
}

.common-sitesearch-keyword {
	font-size:11px;
	border:1px solid #404040;
}

.common-sitesearch-button {
	font-size:10px;
	border:1px solid #d04040;
	background-color:#ffffff;
	cursor:pointer;
}

