* {
	outline: none;
}
html, body {
	height:100%;
}
body {
	background:#ffffff; font:12px Helvetica, Geneva, Arial, Verdana, sans-serif;color:#000000;position:relative; padding:0px 0px; margin:0px 0px;
}
form {
	margin:0px 0px;
	padding:0px 0px;
}
a {
	text-decoration: none;
	color: #0088CC;
}
a:hover {
	text-decoration: underline;
	color: #399EE4;
}
a.major {
	font-weight:bold;
	color:#399EE4;
}
img {border:0px}


h1,h2,h3 {
	margin:10px 0px;
}
h1 {
}
.input_text {
	-moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: #222222;
    margin: 0 0 8px;
    padding: 5px;
}
input.txt,
textarea {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #999; background: #ffffff url("images/txt.gif") repeat-x; padding: 5px 2px;
}
select {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #999; padding: 5px 5px;

}
.blueButton {
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /*background: -moz-linear-gradient(center top , #A7E300, #99D100) repeat scroll 0 0 transparent;*/
	background-color:#0398d9;
	border-left:1px solid #05bee7;
	border-top:1px solid #06c2e8;
	border-right:0px;
	border-bottom:0px;
	background-image:-webkit-linear-gradient(top,#05aee1,#0398d9);
	background-image:-moz-linear-gradient(top,#05aee1,#0398d9);
	background-image:-ms-linear-gradient(top,#05aee1,#0398d9);
	background-image:-o-linear-gradient(top,#05aee1,#0398d9);
	background-image:linear-gradient(top,#05aee1,#0398d9);
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4d90feff', EndColorStr='#357ae8ff');*/
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px #303030;
	-webkit-box-shadow: 1px 0px 2px #303030;
	box-shadow: 0px 1px 2px #303030;
}
.blueButton:hover {
	color:#ffffff;
}
.blueButton:active {
	color:#ffffff;
}
.greenButton {
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /*background: -moz-linear-gradient(center top , #A7E300, #99D100) repeat scroll 0 0 transparent;*/
	background-color:#97bb12;
	border-left:1px solid #c6d710;
	border-top:1px solid #c9d811;
	border-right:0px;
	border-bottom:0px;
	background-image:-webkit-linear-gradient(top,#b6d10e,#97bb12);
	background-image:-moz-linear-gradient(top,#b6d10e,#97bb12);
	background-image:-ms-linear-gradient(top,#b6d10e,#97bb12);
	background-image:-o-linear-gradient(top,#b6d10e,#97bb12);
	background-image:linear-gradient(top,#b6d10e,#97bb12);
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4d90feff', EndColorStr='#357ae8ff');*/
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px #303030;
	-webkit-box-shadow: 1px 0px 2px #303030;
	box-shadow: 0px 1px 2px #303030;
}
.clear {
	clear: both;
}
.strong1 {color:#FF7E00; font-weight:bold;} 
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
/* error/information messages */
.msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 0 0; padding: 8px 10px 8px 10px;
}
.msg p {margin: 0 0 8px 0; padding-left: 25px;}
.msg-ok {border-color: #a6d877; background: #d2ecba url("images/msg-ok.png") repeat-x; color: #336801;}
.msg-error {border-color: #f3abab; background: #f9c9c9 url("images/msg-error.png") repeat-x; color: #8d0d0d;}
.msg-warn {border-color: #d7e059; background: #f3f7aa url("images/msg-warn.png") repeat-x; color: #6c6600;}
.msg-info {border-color: #9fd1f5; background: #c3e6ff url("images/msg-info.png") repeat-x; color: #005898;}
.msg-ok p {background: url("images/led-ico/accept.png") 0 50% no-repeat;}
.msg-error p {background: url("images/led-ico/cross_octagon.png") 0 50% no-repeat;}
.msg-warn p {background: url("images/led-ico/exclamation_octagon_fram.png") 0 50% no-repeat;}
.msg-info p {background: url("images/led-ico/exclamation.png") 0 50% no-repeat;}
.error {color: #b70b0b;}
.msg ul {margin:0px 0px; padding:0px 0px;}
.msg li {
	list-style-type: disc;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

/* content 
-------------------------------------------------------------- */
#wrapper {
	min-width:1040px;
	min-height:100%;
	position:relative;

}

* html #wrapper {
	height:100%

}
#page {
	margin: 0 auto 10px auto;
	padding:0px 0px 0px 0px;
}

#header {
	min-width:1140px;
	margin-bottom:10px;
}
#header .inner {
	background: #000000;
	position:relative;
	width:100%;
	height: 46px;
	margin:0px auto;
}
#header .inner .logo {
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 45px;
	padding-top:3px;
}
#header .inner .logo a {
	display:block;
	margin:0px auto;
	width:388px;
	height:100%;
	background: url(images/logo_06.png) center center no-repeat;
	font-size:2.0em;
	font-weight:normal;
	color: #fff;
	text-decoration:none;
}
#header .inner .logo .placeholder {
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color: yellow;
}

#header .inner .slogan {
	position: absolute;
	left:10px;
	top: 5px;
	width: 761px;
	height: 39px;
	background: url(images/header_text_07.png) no-repeat;
}
#header .inner .menu_link {
	position:absolute;
	width:300px;
	right:50px;
	top:13px;
}
#header .inner .menu_link ul {
	margin:0px 0px;
	padding:0px 0px;
}
#header .inner .menu_link li {
	margin:0px 0px;
	padding:0px 7px;
	list-style-type:none;
	float:left;
}
#header .inner .menu_link .dropdown a {
	display:block;
	width: 116px;
	padding:4px 10px 5px 3px;
	background: url(images/name_back_03.png) left top no-repeat;
	color:#303030;
}
#header .inner .menu_link .dropdown:hover a {
}
#header .inner .menu_link .dropdown ul {
	display:none;
}
#header .inner .menu_link .dropdown:hover ul {
	z-index:1000;
	position: absolute;
	display:block;
	padding:1px 1px;
	border:1px solid #a0a0a0;
	background:#ffffff;
}
#header .inner .menu_link .dropdown:hover li {
	padding:1px 1px;
	list-style-type:none;
	clear: both;
	display:block;
}
#header .inner .menu_link .dropdown:hover li:hover {
	background: #f0f0f0;
}
#header .inner .menu_link .dropdown:hover li.split {
	width:100%;
	margin:1px 0px;
	padding:0px 0px;
	height:1px;
	background: #e0e0e0;
}
#header .inner .menu_link .dropdown:hover li a {
	display:inline-block;
	padding:2px 2px;
	background: none;
	border:0px;
	text-decoration:none;
}
#header .inner .gtalkbox {
	position:absolute;
	width:200px;
	right:0px;
	top:1px;
}
#header .inner .searchbox {
	position:absolute;
	width:200px;
	right:0px;
	top:10px;
}
#header .inner .searchbox .input{
	display:block;
	float:left;
	border-bottom:1px solid #c1c0be;
	border-width:0px 0px 1px 0px;
	height:24px;
	padding-left:10px;
	background: url(images/input_back_07.png) 0px 0px no-repeat;
}
#header .inner .searchbox .input:focus{
	background-position:0px -26px;
}
#header .inner .searchbox .search_btn {
	display:inline-block;
	border:0px;
	width:26px;
	height:27px;
	background: url(images/search_btn_11.png) 0px 0px no-repeat;
}
#header .inner .searchbox .search_btn:hover {
	background-position:0px -27px;
}
#header .inner .searchbox .search_btn:active {
	background-position:0px -54px;
}

#header_searchbox {
	background:#fff368 url(images/back_08.png) left -1px repeat-x;
}
#header_searchbox .inner {
	position:relative;
	width:980px;
	height: 100px;
	margin:0px auto;
}
#header_searchbox .inner .form {
	position:absolute;
	left: 20px;
	top:20px;
	text-align: center;
}
#header_searchbox .inner .form .label {
	padding-top:22px;
	margin-right: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-shadow:0px 1px 1px rgba(255,255,255, 1);
}
#header_searchbox .inner .form .text {
	width: 258px;
	background: url(images/input_06.png) left 0px no-repeat;
	padding:17px 5px 19px 15px;
	font-size: 16px;
	color: #000000;
	border:0px;
	outline:none;
	font-weight: bold;
	margin-right:40px;
}
#header_searchbox .inner .form .text:focus {
	background-position: left -56px;
}
#header_searchbox .inner .form .button {
	margin:0px 0px 0px 20px;
	padding: 0px 0px;
	width: 117px;
	height: 61px;
	background: url(images/button_11.png) left -5px no-repeat;
	font-size: 16px;
	color: #776500;
	border:0px;
	outline:none;
	font-weight: bold;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
#header_searchbox .inner .form .button:hover {
	background-position: left -71px;
}
#header_searchbox .inner .form .button:active {
	background-position: left -135px;
}
.header_closer {
	min-width:1040px;
	height: 10px;
	background:#fff368 url(images/back_08.png) left -1px repeat-x;
}
.contents {
	width:100%;
	margin:2px auto;
	background: #ffffff;
	padding: 0px 0px;
}
.contents .body {
	text-align:justify;
}
.contents_border {
	border:1px solid #e2e2e2;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.contents_narrow {
	width:1000px;
	margin:10px auto;
	padding:0px 0px;
}

#footer {
	position:relative;
	min-width:1040px;
	margin-top:-60px;
	height:60px;
	background:#ffffff;
	color: #ffffff;
	font-size:12px;
}
#footer a {
	color: #000000;
	text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.8);
	font-weight: bold;
}
#footer .inner {
	display:block;
	position:relative;
	background:#ffffff;
	min-width:1040px;
	width:1040px;
	margin:0px auto;
	padding:10px 0px;
}
#footer .inner .block1 {
	float:left;
	text-align: right;
	width: 200px;
	padding:5px 10px;
	border-right: 1px solid #ffffff;
	margin-right:10px;
	color: #000000;
}
#footer .inner .block2 {
	float:left;
	text-align: left;
	padding:10px 10px;
	margin-right:10px;
}
#footer .inner ul {
	padding:0px 0px;
	margin:0px 0px;
}
#footer .inner li {
	list-style-type: none;
	padding:5px 10px;
	float:left; 
}

.contents.narrow {
	width: 1000px;
}