/*==================================================================================================================
zenpan
==================================================================================================================*/
* {
	margin:0;
	padding:0;
	color:#ffffe0;
	background-image:url("back.png");
	background-repeat:repeat;
	text-align:center;
	font-size:small;
}

body {
	background-color:#cccccc;
}

/*==================================================================================================================
top-shadow
==================================================================================================================*/
div#top-shadow {
	width:860px;
	background-color:#000080;
	margin:0px 0px 0px 0px;
	position:relative;
	top:5px; left:5px;
}

/*==================================================================================================================
top-page
==================================================================================================================*/
div#top-page {
	width:849px;
	background-color:#0099cc;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:rilative;
	top:-5px; left:-5px;
}

/*==================================================================================================================
m-top-menu
==================================================================================================================*/
div#m-top-menu {
	width:850px; height:26px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:;
}
ul#m-menu {
	height:40px; font-weight:bold;
}
li#m-menu1,li#m-menu2,li#m-menu3,li#m-menu4,li#m-menu5,li#m-menu6{
	float:left;
	display:inline;
	list-style-type:none;
}
li#m-menu1 {
	width:141px; height:26px;
	background-image:url("image-logo/menu-top-1.jpg");
}
li#m-menu2 {
	width:141px; height:26px;
}
li#m-menu3 {
	width:141px; height:26px;
}
li#m-menu4 {
	width:141px; height:26px;
}
li#m-menu5 {
	width:141px; height:26px;
}
li#m-menu6 {
	width:141px; height:26px;
}
ul#m-menu a {
	display:block;
	height:40px; text-align:center;
	text-decoration:none;
	padding-top:0px;
}



/*==================================================================================================================
title
==================================================================================================================*/
div#title {
	width:830px; height:60px;
	background-color:#00ccff;
	margin:15px 5px 0px 5px;
	padding:5px 5px 5px 5px;
	text-align:left;
}

h1#title {
	text-align:left;
}

/*==================================================================================================================
qalam-left
==================================================================================================================*/
div#qalam-left {
	width:74px; height:800px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background-color:#191970;
}

/*==================================================================================================================
qalam-center
==================================================================================================================*/
div#qalam-center{
	width:774px; height:800px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	color:black;
}

/*==================================================================================================================
main-contents
==================================================================================================================*/
div#main-contents {
	width:680px;
	margin:0px 0px 15px 0px;
	padding:10px 10px 10px 10px;
	float:left;
	background-color:#00ccff;
	color:black;
	text-align:center;
}

table,th,td {
	border:solid 1px #000000;
	color:black;
}

/*==================================================================================================================
qalam-right
==================================================================================================================*/
div#qalam-right {
	width:74px; height:800px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	background-color:#191970;
}


/*==================================================================================================================
footer
==================================================================================================================*/
div#footer {
	height:40px; text-align:center;
	clear:both;
	background-color:#191970;
	margin:0px 5px 0px 5px;
}

address {
	font-style:normal;
	font-size:small;
	padding:10px 0px 10px 0px;
}

