@charset "utf-8";

body	{
	background:#40342c;
	height:100%;
	min-height:100%;
}

#container	{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#g_nav	{
	width:100%;
	background:url(../images/g_nav_bg.gif) repeat-x 0 0;
	margin:0 auto;
	text-align:center;
	border-bottom:1px solid #2d251f;}

#g_nav ul	{
	width:760px;
	margin:0 auto;
	text-align:center;
	clear:both;
	_margin-left:0;
}

#g_nav li	{
	float:left;
}

#topic_path	{
	position:absolute;
	top:8px;
	right:0;
}

#topic_path p	{
	text-align:right;
	margin-right:30px;
}

#topic_path a	{
	padding:0 5px;
}

#topic_path a:link	{
	color:#333;
}

#topic_path a:visited	{
	color:#333;
}

#topic_path a:hover	{
	color:#333;
	text-decoration:none;
}

#flash_area	{
	width:760px;
	margin:0 auto;
	height:331px;
	/*background:#ccc;*/
	text-align:center;
}

#contents_wrap	{
	width:100%;
	margin:0 auto;
	background:url(../images/con_top_bg.gif) repeat-x 0 0 #40342c;
	text-align:center;
}

#contents	{
	width:760px;
	margin:0 auto;
	background:url(../images/contents_bg_.gif) repeat-y 0 0;
	text-align:center;
}

#contents_inner	{
	width:760px;
	background:url(../images/contents_logo_bg.gif) no-repeat 463px 0;
	padding-top:5px;
	position:relative;
}

#main_con	{
	margin:0 30px 0 30px;
}

.mgn_rig_cl	{
	margin-right:0 !important;
}

.qr_sml	{
	border:2px solid #9f7400;
	padding:8px 10px;
	margin-top:10px;
}

.qr_sml_img	{
	width:44px;
	float:left;
}

.qr_sml_img img	{
	margin-top:2px;
}

.qr_sml_txt	{
	float:right;
}

.mgn_top_s	{
	margin-top:10px;
}

.mgn_top_m	{
	margin-top:20px;
}

/*Suggested order

*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content


#	{
	display
	position
	float
	width
	height
	margin
	padding
	border
	background
	text-decoration
	text-align
	vertical-align
}

*/