*{margin:0; padding:0;}
body,td,th{
	font-family:‚l‚r ‚oƒSƒVƒbƒN,OSAKA;
	font-size:12px;
	line-height:150%;
	color:#414141;
}
body{
	background:#F2EBE1;
}
a:link		{color:#828a65; text-decoration:none;}
a:visited	{color:#828a65; text-decoration:none;}
a:hover		{color:#7dbc32; text-decoration:underline;}
img			{border:none;}
hr			{
	border:1px solid #e7e4dc;
	height:1px;
	border-width:1px 0px 0px 0px;
}
h1{
	display:none;
}

#Main{
	background:url(../img/mainback.gif) repeat-y;
	width:900px;
	margin:0 auto;
	padding:25px;
}
#MainFooter{
	background:url(../img/mainfooter.gif) no-repeat;
	width:950px;
	height:20px;
	margin:0 auto;
}
#Footer{
	width:950px;
	margin:10px 0;
	text-align:right;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-size:10px;
	color:#9D8F74;
}
#Footer .menulink{
	text-align:right;
	font-size:11px;
}

/* header -------------------------------------- */
.header{
	position:relative;
}
.header ul{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	margin:0;
	padding: 0;
	list-style-type:none;
}
.header ul li{
	position:relative;
	margin:0;
	display:inline;
}
.header ul li ul{
	position:absolute;
	top:10px;
	left: 6px;
	-webkit-border-radius: 0 0 8px 8px;
	   -moz-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
}
.header ul li ul li{
	display:block;
	overflow:hidden;
	width: 108px;
	height:0;
	text-align:left;
	background:#C6B921;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.header ul li:hover ul li{
	overflow:visible;
	height:38px;
	border-bottom:1px solid #AA9F19;
}
.header ul li ul li a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:10px;
}
.header ul li ul li a:hover{
	background:#D3C929;
}


 
/* --------------------------------------------- */

img.titleImg{
	margin:0 0 10px 0;
}
.mainimg{
	margin:12px 0 25px 0;
}

.ContainerTop{
	width:900px;
}
.ContainerTop .side1{
	width:570px;
	float:left;
	display:block;
}
.ContainerTop .side2{
	width:300px;
	float:right;
	display:block;
}

table.concept{
	width:100%;
	border-collapse:collapse;
}
table.concept td{
	vertical-align:top;
	width:275px;
	padding:0 10px;
}
table.concept td .subtitle{
	margin:0 0 5px 0;
}
table.concept td ul{
	list-style-type:none;
}

.topicsframe{
	border:2px dotted #E7E7E7;
	margin:0 0 10px 0;
}

/* list -------------------------------------- */

table.list{
	width:100%;
	background:#E9E697;
	border:1px solid #C7B924;
	margin:10px 0;
}
table.list th,table.list td{
	padding:3px 5px;
	border:1px solid #C7B924;
}
table.list th{
	background:#D4CD2E;
}
table.list td{
	background:#fff;
}


.aki{
	background:url(../img/aki.gif) no-repeat;
	width:570px;
	height:69px;
	position:relative;
}
.aki .suu{
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#ff0000;
	width:60px;
	position:absolute;
	left:465px;
	top:35px;
	text-align:center;
}

.company{
	text-align:right;
	padding:5px;
	margin:10px 0 0 0;
	border:1px solid #E7E7E7;
	background:#F7F7F7;
}

/* ‹¤’Ê -------------------------------------- */
.ipt		{ime-mode:active;}
.ipt_e		{ime-mode:disabled;}
textarea	{ime-mode:active;}
form .btn	{padding:5px;}


