body {
	background-image: url("../img/background.png");
	margin		: 0;
	padding		: 0;
	text-align	: center;
}

h2 {
	height		: 30px;
	line-height	: 30px;
	border-top	: solid 2px #006296;
	border-bottom	: solid 2px #006296;
	color		: #006296;
	font-size	: 1.5em;
	text-align	: center;
}

h3 {
	background-image: url("../img/menu_title_bar.png");
	repeat		: repeat-x;
	height		: 30px;
	margin-top	: 0px;
	line-height	: 30px;
	color		: #006296;
	font-size	: 1em;
	text-align	: center;
}

h3 a,
h3 a:visited {
	line-height	: 30px;
	color		: #006296;
	font-size	: 1em;
	text-align	: center;
}

h3 a:hover {
	color		: #FF6296;
}

a {
	color		: #FF6296;
	font-size	: 1em;
	font-weight	: bold;
	text-decoration	: none;
}

pre {
	margin-left	: 40px;
	font-size	: 0.8em;
}

pre.text_window {
	background-color: #FFFFFF;
	margin-right	: 40px;
	border		: 1px solid #6296FF;
}

a:visited {
	color		: #FF6296;
	font-size	: 1em;
	font-weight	: bold;
	text-decoration	: none;
}

#outline {
	background-color: #FFFFFF;
	width		: 780px;
	margin		: auto;
	padding		: auto; 
	border		: 1px solid #006296;
	text-align	: left;
}

#header {
	background-image: url("../img/header.png");
	width		: 780px;
	height		: 158px;
	margin		: 0px;
	padding		: 0px;
	border-bottom	: 1px solid #006296;
}

#footer {
	clear		: both;
	background-image: url("../img/menu_title_bar.png");
	repeat		: repeat-x;
	width		: 760px;
	height		: 30px;
	bottom		: 0px;
	padding-right	: 20px;
	line-height	: 30px;
	text-align	: right;
	border-top	: 1px solid #006296;
}

#menu {
	width		: 185px;
	margin-top	: 10px;
	margin-left	: 10px;
	margin-bottom	: 10px;
	border-top	: 1px solid #006296;
	border-left	: 1px solid #006296;
	border-right	: 1px solid #006296;
	float		: left;
}

.menu_title {
	background-image: url("../img/menu_title_bar.png");
	repeat		: repeat-x;
	height		: 30px;
	line-height	: 30px;
	color		: #006296;
	font-size	: 1.15em;
	text-align	: center;
}

.menu_plus {
	background-image: url("../img/menu_bar.png");
	repeat		: repeat-x;
	height		: 26px;
	line-height	: 26px;
	padding-left	: 15px;
	border-bottom	: 1px solid #006296;
	color		: #006296;
	font-size	: 0.75em;
}

.menu_plus a {
	color		: #006296;
	text-decoration	: none;
}

.menu_plus a:visited {
	color		: #006296;
}

.menu_plus a:hover {
	color		: #FF6296;
}

#main {
	background-image: url("../img/menu_bar.png");
	repeat		: repeat-x, repeat-y;
	width		: 550px;
	margin-top	: 10px;
	margin-bottom	: 25px;
	margin-right	: 10px;
	padding		: 5px;
	border		: 1px solid #006296;
	float		: right;
}

.comment {
	margin-left	: 40px;
	margin-right	: 40px;
	font-size	: 1.1em;
}

.attention {
	background-color: #FFFFFF;
	overflow-y	: auto;
	margin-left	: 40px;
	margin-right	: 40px;
	margin-bottom	: 20px;
	height		: 120px;
	padding-left	: 10px;
	border		: solid 1px #006296;
	line-height	: 20px;
	font-size	: 0.85em;
	text-align	: left;
}

.attention_title {
	background-image: url("../img/menu_title_bar.png");
	repeat		: repeat-x;
	margin-top	: 20px;
	margin-left	: 40px;
	margin-right	: 40px;
	border-top	: solid 1px #006296;
	border-left	: solid 1px #006296;
	border-right	: solid 1px #006296;
	line-height	: 25px;
	font-size	: 1em;
	text-align	: center;
}

.continue {
	margin-right	: 20px;
	font-size	: 0.8em;
	text-align	: right;
}

.blog_detail {
	background-color: #FFFFFF;
	border		: solid 1px #006296;
	margin-bottom	: 20px;
}

iframe {
	clear		: both;
}

