/* CSS Document */
@charset "Shift_JIS";


*{
margin:0;
padding:0;
font-size:12px;
line-height:1.5em;
}


/* ===== Basic Style ===== */
body{
	font-family:MS PGOTHIC,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	color: #747474;
	font-size:12px; !important;
	font-size:12px;
	background-color:#F1EBD0;
	scrollbar-face-color: #FFFFFF; /* 表面の色 */
	scrollbar-arrow-color: #999999; /* 矢印の色 */
	scrollbar-highlight-color: #FFFFFF; /* ハイライトの色 */
	scrollbar-shadow-color: #FFFFFF; /* 影の色 */
	scrollbar-base-color: #FFFFFF; /* ベース色 */
	scrollbar-3dlight-color: #999999; /* 左端と上端の色 */
	scrollbar-darkshadow-color: #999999; /* 右端と下端の色 */
}

img{
border:0;
}



ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}


/* ===== Contents Area ===== */

div#Contens{
	background-color:#FFFFFF;
	width:760px;
	}


/* ===== Header Area ===== */

div#headerArea{
margin-top:3px;
width:760px;
}

div#headerArea h1{
margin: 0px;
padding: 0px;
}

/* =====Flash Area=====*/
div#FlashArea{
margin-left:7px;
margin-right:7px;
width:746px;
}

/* =====Flash Area=====*/
div#Flash_left_menu{
width:262px;
float:left;
}

/* =====Flash Area=====*/
div#Flash_Main{
width:478px;
float:right;
}


/* ====MainArea===== */
div#MainArea{
width:746px;
margin-left:7px;
margin-right:7px;
}


/* ====Institution Area===== */
div#InstitutionArea{
width:134px;
float:left;
}


/* =====MainContents Area=====*/
div#MainContentsArea{
width:605px;
margin-left:7px;
text-align:left;
margin-bottom:20px;
float:right;
}

/* =====Tenant Area=====*/
div#TenantArea{
width:350px;
text-align:left;
margin-bottom:5px;
float:left;
}


/* =====Event Area=====*/
div#EventArea{
width:350px;
text-align:left;
margin-bottom:5px;
float:left;
}

/* =====AreaArea01=====*/
div#Arearea01{
width:250px;
text-align:center;
margin-left:5px;
margin-bottom:5px;
float:left;
}


/* =====AreaArea01=====*/
div#Arearea02{
width:250px;
text-align:left;
margin-left:5px;
margin-bottom:5px;
float:right;
}


/* =====Footer Area=====*/
div#FooterArea{
width:760px;
text-align:center;
background-color:#FFFFFF;
margin-top:5px;
margin-bottom:5px;
}


/* ====FLASH Error=====*/
div#error{
	padding:0px 0px 0px 0px;
}



div#error p{
	line-height:150%;
	margin:12px;
}

div#error span a{
	background-image: none;
	padding:0px;
}




/* =====回り込み解除=====*/
.clear{
clear:both;
}


/* =====情報スクロール表示=====*/
.IF{
width:100%;
height:90px;
overflow:auto;

}



/*===== フォームマージン===== */
form,fieldset {
	margin: 0px;
	padding: 0px;
}




/* =====テーブル指定===== */
table{
	border-collapse:collapse;
	text-align:left;
}



/*=====ボーダー指定===== */

/* HR */
hr{
	width:700px;
	margin-bottom:15px;
}


/* =====ライン===== */
.bdr	{
	border-width:1pt; border-style:solid; border-color:#666666;
}

/* ===== ドットライン=====  */
.dothr{
	background-repeat:repeat-x;
	background: url(images/hr_dotline.gif) bottom;
	height:1px;
	}



/* ---------------------------------------------- */
/* フォント　小 */
/* ---------------------------------------------- */

.small{
	font-size:10px; !important;
	font-size:10px;
	color:#747474;
}


/* ---------------------------------------------- */
/* フォント　大 */
/* ---------------------------------------------- */

.large{
	font-size:14px; !important;
	font-size:14px;
}


/* ---------------------------------------------- */
/* フォント　大 */
/* ---------------------------------------------- */

.large_b{
	font-size:14px; !important;
	font-size:14px;
	font-weight:bold;
}


/* ---------------------------------------------- */
/* デフォルトリンク指定 */
/* ---------------------------------------------- */

a{
	color: #747474;
	text-decoration: none;
	font-size:12px; !important;
	font-size:12px;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-size:12px; !important;
	font-size:12px;
}


/* ---------------------------------------------- */
/* デフォルトリンク指定 緑 */
/* ---------------------------------------------- */

a.green{
	color: #009966;
	text-decoration: none;
	font-size:12px; !important;
	font-size:12px;
}

a.green:hover {
	color: #FF6600;
	text-decoration: none;
	font-size:12px; !important;
	font-size:12px;
}


/*===矢印アイコン　TOPページ　オレンジ==*/
.icon1{
	padding: 0 0 0 11px;
	font-size:12px; !important;
	font-size:100%;
	line-height: 15px; !important;
	line-height: 1em;
	background-image: url(../images/ar_org.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/*===矢印アイコン　TOPページ　黄色==*/
.icon2{
	padding: 0 0 0 11px;
	font-size:12px; !important;
	font-size:100%;
	line-height: 15px; !important;
	line-height: 1em;
	background-image: url(../images/ar_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}



/* 下5ピクセル空け */
.btm5{
padding-bottom:5px;
}

/* 左5ピクセル空け */
.left5{
padding-left:5px;
}

/* 左10ピクセル空け */
.left10{
padding-left:10px;
}






