@charset "utf-8";

/*------------------------------------------------
	= Layout
------------------------------------------------*/

body {
	background: #1b2e59;
	color: #333;
	font-size: 75%;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}

div#wrapper {
	background-color: #1b2e59;
}

div#header {
	width: 100%;
}

div#headerWrap {
	position: relative;
	width: 900px;
	height: 55px;
	margin: 0 auto;
}

div#content {
	width: 900px;
	margin: 0 auto 30px;
}

div#main {
	width: 860px;
	padding: 15px 20px 20px;
	background: #a0a0a0 url(/all_common_user/images/bg_main.gif) no-repeat;
}

div#footerMenu {
	overflow: hidden;
	width: 100%;
	padding-bottom: 35px;
	border-top: 4px solid #191919;
	background-color: #252525;
}


div#footer {
	width: 100%;
	background: url(/all_common_user/images/bg_footer_blue.gif) repeat-x;
}

div#footerWrap {
	position: relative;
	/position: static; /*IE6,IE7only*/
	width: 900px;
	height: 33px;
	margin: 0 auto;
}

html>body p#jumpMenu {
	position: fixed;
	top: 255px;
	right: 0;
	z-index: 100;
}


/*------------------------------------------------
	= Header
------------------------------------------------*/
div#header h1 {
	position: absolute;
	top: 17px;
	left: 10px;
}

div#header h1 img {
	display: block; /* for IE */
}


div#header ul#language {
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 600px;
}

div#header ul#language li {
	display: inline;
	margin-left: -1px;
	padding-left: 15px;
	padding-right: 8px;
	background: url(/user/common/images/lang_dotted.gif) no-repeat;
}

div#header ul#language li img {
	vertical-align: top;
}



input#logOut{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 30px;
	background: #2a2a2a;
	border: 1px solid #464646;
	color: #cacaca;
	font-size:13px;
	cursor: pointer;
	margin:1px;
}

/*------------------------------------------------
	= Content
------------------------------------------------*/

div#content div#main p,
div#content div#main ul {
	margin: 0 0 1.5em;
}

div#content div#main table ul {
	margin: 0;
}

div#content p#topicPath {
	margin: 0 0 13px 0;
	color: #888;
}

div#content p#topicPath a {
	color: #888;
}

div#content div#main p.lead {
	margin: 0 12px 20px;
	line-height: 1.6;
}

div#content div#main p.pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}


/*------------------------------------------------
	= Footer
------------------------------------------------*/

div#footer ul#footerNav {
	float: left;
	padding-top: 13px;
}

div#footer ul#footerNav li {
	float: left;
	padding-right: 14px;
}

div#footer ul#footerNav li img {
	display: block; /* for IE */
}

div#footer address {
	color		: #ccc;
	float		: right;
	font-family	: Helvetica, Arial, sans-serif;
	font-size	: 75%;
	font-style	: normal;
	padding-top	: 10px;
}

div#footer address img {
	display: block; /* for IE */
}

div#footer .veri {
	float:left;
	margin-top:-1em;
}

/*------------------------------------------------
	= Common
------------------------------------------------*/

.clr {
	clear: both;
}

.cls_btn_normal {
	background: #1a3a71;
	border-color: #28538d !important;
}

.btn_hover {
	background: #28538d !important
}

input[type="button"] {
	background: #1a3a71 !important;
	border-color: #28538d !important;
	color:#cacaca;
}

input[type="submit"]{
	background: #1a3a71 !important;
	border-color: #28538d !important;
}

input[type="button"].btn_hover {
	background: #28538d !important
}

input[type="submit"].btn_hover {
	background: #28538d !important
}

.ttl_light{
	background: #37568b !important;
}

.ttl_deep{
	background: #15274d !important;
}

.ttl_lightimg {
	color		: #eeeeee;
	background	: #b3b3b3 url(/all_common_user/images/bg_box_maint_blue.gif) no-repeat;
	font-weight	: bold;
	height		: 16px;
	margin-right: 30px;
	padding		: 12px 26px 9px 26px;
}

.ttl_deepimg {
	background	: url(/all_common_user/images/obi_blue.gif) repeat-x;
	color		: #efefef;
	height		: 23px;
	margin-top	: 10px;
	padding		: 7px 20px 0px 20px;
}


.bg_box_ttl {
	background: url(/all_common_user/images/bg_box_ttl_blue.gif) no-repeat;
}

.ui-widget-overlay{
	background:none !important;
}
