@charset "euc-jp";
/* CSS Document */

html {
	overflow-y: scroll;		//Overflowで短いページでもスクロールバーが出るように設定する。そうすると画面崩れたように見えない。
	margin-bottom: 1px;		//opera用にhtml外に設定し、絶対スクロールが出るように設定する。
}
body {
	background: url(../images/system/gfc_head_bak.jpg) repeat-x 0px 0px;
	background-color: #f0fff0;
	margin: 0px;
	padding: 0px;
}

body.mini {
	background: url(../images/system/back_eee.jpg) repeat-x 0px 0px;
	background-color: #f0fff0;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.4px;
}
.days {
	vertical-align: top;
}
#wrapper {
	/*text-align: left;*/
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------
ヘッダー設定
--------------------------------------------*/
#header {
	height: 102px;
}
#header h1 {
	padding-top: 19px;
	padding-left: 24px;
	margin-bottom: 1px;
}
.disp_date {
	margin-left: 650px;
	margin-top: -7px;
	color: #FFF;
	font-size: 12px;
}

.plogout {
	margin-left: 920px;
	margin-top: -14px;
}
#header #logout {
	font-size: 110%;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
#header ul {
	background-image: url(../images/system/gfc_head_bak.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 1300px;
	margin-top: 2px;
	margin-left: 10px;
	padding-left: 5px;
}
#header li {
	float: left;
	margin-right: 1px;
}
/*--------------------------------------------
メインコンテンツ設定
--------------------------------------------*/
#main h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669;
	padding-left: 7px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #669;
	font-size: 16px;
	padding-top: 15px;
	/*width: 963px;*/
	width: 1000px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#main h3 {
	font-size: 12px;
	margin-left: 10px;
	padding-top: 10px;
}
#main p {
	margin-left: 10px;
	font-size: 12px;
	padding-top: 7px;
}

#main table {
	/*border: 1px solid #669;*/
	margin-left: 10px;
	margin-top: 7px;
}

#main th {
	background-image: url(../images/system/list_bak.jpg);
	background-repeat: repeat-x;
	height: 24px;
	/*border: 1px solid #669;*/
	text-align: center;
}
#main td {
	border: 1px solid #333;
	/*background-color: #FFFFFF;*/
	padding: 2px;
	line-height: 100%;
}


/***ichiran***/
div.ichiran{
	text-align: center;
	font-size: small;
}
div.ichiran_left{
	text-align: left;
	font-size: small;
}
div.ichiran_right{
	text-align: right;
	font-size: small;
}

div.br{
	font-size: 2px;
	line-height: 100%;
}

div.long_text{
	line-height: 16px;
}

