﻿* {
	margin : 0;
	padding : 0;
}

body {
	font-family : Helvetica, Arial;
	font-size : 13px;
	background-image : url(../../graphic/background_frame.png);
	background-repeat : repeat;
	padding : 0 auto;
	margin : 0 auto;
	color : #333;
}

#container {
	margin : 0 auto;
	margin-top : 15px;
	width : 1000px;
	background-color : #ffffff;
	position : relative;
	clear : both;
	padding : 15px;
	box-shadow : 0 2px 12px rgba(0, 0, 0, 0.15);
	height : 700px;
}

#container:after {
	content : '';
	display : block;
	clear : both;
}

#header {
	height : 90px;
	width : 1000px;
	margin-bottom : 20px;
}

#menu {
	float : left;
	width : 157px;
	padding-right : 10px;
	padding-top : 16px;
}

#menu ul {
	list-style : none;
	font-size : 14px;
}

#menu ul li a {
	cursor : pointer;
	display : inline-block;
	list-style : none;
	margin-bottom : 10px;
	background-image : url(../../graphic/button_menu.jpg);
	width : 150px;
	height : 31px;
	padding-top : 5px;
	padding-left : 12px;
	background-repeat : no-repeat;
}

#menu ul li a:hover {
	background-image : url(../../graphic/button_menu_high.jpg);
}

#menu ul ul {
	list-style : none;
	margin-left : 8px;
	font-size : 13px;
}

#container #content {
	float : left;
	width : 800px;
	border-left-width : 2px;
	border-left-style : solid;
	border-left-color : #ededed;
	padding-left : 28px;
	height : 570px;
}

#container #content iframe {
	border : 0;
	width : 800px;
	height : 570px;
}

#container #content .b {
	cursor : pointer;
	display : inline-block;
	list-style : none;
	margin-bottom : 10px;
	background-image : url(../../graphic/button_menu.jpg);
	width : 150px;
	height : 31px;
	padding-top : 5px;
	padding-left : 12px;
	text-align: center;
	background-repeat : no-repeat;
}

#container #content .b:hover {
	background-image : url(../../graphic/button_menu_high.jpg);
}

#footer {
	height : 25px;
	padding-top : 15px;
	text-align : center;
}

#footer ul {
	list-style : none;
	display : inline-block;
	list-style-type : none;
}

#footer ul li {
	display : inline;
	float : left;
	margin-left : 15px;
	margin-right : 15px;
}

a:link, a:visited {
	text-decoration : none;
	color : #333;
}

a:hover, a:active {
	color : #666;
}

.b:link, b:visited {
	text-decoration : none;
	color : #333;
}

.b:hover, b:active {
	color : #666;
}
