/****************************
* 基本
****************************/
BODY {
	font-size: 14px; 
	font-family: 'Microsoft Sans Serif';
/*	background : url(bg.gif) repeat; */
}

A {
	text-decoration : none;
}

A:visited {
	color : blue;
}

A:hover {
	color : orange;
}


/****************************
* 外枠
****************************/
#body {
	width : 800px;
/*	max-height : 600px; */
	background : #FFFFFF;
	border-top : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 3px solid #666666;
	border-bottom : 3px solid #666666;
}


/****************************
* ヘッダ
****************************/
#header {
	height : 90px;
/*	padding : 10px; */
	background : #ffffff;
	text-align : left;
}


/****************************
* メインコンテンツ
****************************/
#main {
	padding : 10px 20px 10px 20px;
}

	#title_space {
		text-align : center;
		padding-top : 5px;
	}

	.lang_menu {
		width : 285px;
		padding-top : 20px;
		padding-bottom : 20px;
		padding-right : 35px;
		padding-left : 35px;
	}
	
		#img_table {
			text-align : center;
		}

		#img_left_space {
			width : 280px;
			height : 260px;
			border : 1px solid #000000;
		}
		
		#img_center_space {
			width : 200px;
			height : 260px;
			border : 1px solid #000000;
		}
		
		#img_right_space {
			width : 200px;
			height : 260px;
			border : 1px solid #000000;
		}

	#exp_space {
		height : 120px;
		background : white;
		text-align : left;
		border-collapse: collapse;
	}

		#exp_table_1 {
			float : left;
			empty-cells : show;
			border-collapse: collapse;
		}

		#exp_table_2 {
			empty-cells : show;
			border-collapse: collapse;
		}

		.exp_1 {
			width : 150px;
			padding : 2px 2px 2px 4px;
			background : #e0ffff;
		}
		
		.exp_2 {
			width : 150px;
		}


/****************************
* フッタ
****************************/
#footer {
	height : 60px;
	background : #ffffff;
	text-align : right;
	font-weight : normal;
	font-size : 13px;
}



/****************************
* オリジナル基本
****************************/
.big_font_1 {
	font-size : 15px;
}

.big_font_2 {
	font-size : 23px;
}

.img_1 {
	font-size : 50px;
	color : black;
}

.img_2 {
	font-size : 50px;
	color : black;
}

.img_3 {
	font-size : 50px;
	color : black;
}

.img_4 {
	font-size : 30px;
	color : black;
}

