﻿@charset "utf-8";

/*=====================================================

* 0. body
* 1. wrapper
* 2. header
* 3. container
* 4. footer

* .. class module

=====================================================*/


/*=====================================================
* 0. body                                          
=====================================================*/
body {
	padding-top: 35px;
	background: #a4c0df url(/images/html/body_bg.gif) repeat-y center top;
	text-align: center;
	color: #666;
	font-size: 80%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,Verdana,sans-serif;
}

/*=====================================================
* 1. wrapper                                           
=====================================================*/
div#wrapper {
	width: 858px;
	margin: 0 auto;
	background: transparent url(/images/html/wrapper_bg.gif) repeat-y;
	text-align: left;
}


/*=====================================================
* 2. header                                           
=====================================================*/
div#header {
	position: relative;
	padding: 14px 14px 0 14px;
	background: transparent url(/images/html/header_bg.gif) no-repeat;
}

*html div#header {
	zoom: 1;
}

div#header h1 {
	float: left;
	width: 192px;
/*	height: 48px;
	margin: 5px;*/
	height: 65px;
	margin-left: 3px;

}

div#header h1 img {
	height: 65px;
}

*html div#header h1 {
	display: inline;/* for IE6 */
}

div#header p.login_name {
	text-align: right;
}

div#header p.topic_pass {
	margin-bottom: 20px;
	border-bottom: 1px dotted #573476;
}

div#header p.topic_pass span {
	margin: 3px;
}


/* 2-1. header > global_nav
------------------------------------- */
ul#global_nav {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #573476;
	text-align: right;
}

ul#global_nav li {
	display: inline;
	margin-left: 40px;
}

/* 2-2. header > support_nav
------------------------------------- */
ul#support_nav {
	position: absolute;
	top: -23px;
	right: 14px;
	text-align: right;
}

ul#support_nav li {
	display: inline;
	border-left: 1px solid #61407e;
}

ul#support_nav li,
ul#support_nav li a {
	color: #61407e;
}

ul#support_nav li a {
	margin: 0 4px 0 7px;
}

ul#support_nav li p,
ul#support_nav li form {
	margin: 0;
	display:inline;
}
ul#support_nav li label {
	margin-left: 5px;
}

ul#support_nav li input#search {
	width: 78px;
	padding: 1px 2px;
	border: 1px solid #6a98cb;
	vertical-align: middle;
	font-size: 11px;
}

ul#support_nav li input#search_btn {
	vertical-align: middle;
}


/*=====================================================
* 3. container                                        
=====================================================*/
div#container {
	width: 830px;
	margin: 0 14px;
}


/*=====================================================
* 4. footer                                        
=====================================================*/
div#footer {
	padding: 25px 0 30px 0;
	background: #a4c0df url(/images/html/footer_bg.gif) no-repeat left top;
}

div#footer,
div#footer a {
	color: #61407e;
	text-align: center;
}

div#footer ul {
	margin-bottom: 0.5em;
}

div#footer ul li {
	display: inline;
	margin-right: 3px;
	padding-left: 5px;
	border-left: 1px solid #61407e;
}

div#footer ul li.edge_list {
	padding-right: 5px;
	border-right: 1px solid #61407e;
}

div#footer ul.btn_list {
/*	margin: 0 auto;
	padding: 0 auto;
	text-align: center;*/
}

div#footer ul.btn_list li {
	margin: 0 3px;
	padding: 0;
	border: none;
/*	float:left;*/
}

#modal_container {
	padding: 5px;
	border: 1px solid #573476;
	overflow: auto;
/*	font-family: "Lucida Grande",Verdana;
	font-size: 12px;
	color: #333;*/
	background-color: #dadaed;
	text-align: left;
}

#modal_container.sbm {
	background-color: #dadaed;
/*	color: #000;*/
	margin: 17px 0 0 0;
	_margin: 15px 0 0 0;
	padding: 10px;
/*	text-align: center;*/
}

#modal_overlay {
	background-color: #fff;
}

#modal_overlay.sbm {
/*	background-color: #fff;*/
}

.sbm h4 {
	margin: 0;
	padding: 0 0 5px 0;
}

.sbm ul.bookmark {
	width: 200px;
}

.sbm ul.bookmark a {
	text-decoration: none;
}

.sbm ul.bookmark a:link {
	color: #003399;
}

.sbm ul.bookmark a:visited {
	color: #61407e;
}

.sbm ul.bookmark a:hover {
	text-decoration: underline;
}

.sbm ul.bookmark a:active {
	text-decoration: none;
}

.sbm ul.bookmark li{
	float: left;
	width: 100px;
	height: 25px;
}

.sbm ul.bookmark li img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.sbm ul.bookmark li span {
	position: relative;
	top: -4px;
	margin: 0;
	padding: 5px;
}


/*------------------------------------------------------*/
/* .. class module                                      */
/*------------------------------------------------------*/
.highlight {
	color: #c5508d;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.keep_center {
	text-align: center;
}

.keep_center a {
	margin: 0 15px;
}

.keep_right {
	text-align: right;
}

.keep_right a {
	margin-left: 15px;
}


/*=====================================================
* 0. header                                           
=====================================================*/

/* 0-1. header > login_section
------------------------------------- */
/*
div#login_section {
	float: right;
	width: 298px;
	height: auto!important;
	height: 48px;
	min-height: 48px;
	border: 1px solid #573476;
	background: url(/images/html/top/login_section_bg.gif) repeat-y;
	position: relative;
}

div#login_section p.input_txt {
	height: 18px;
}

div#login_section p.login_txt {
	margin: 2px 0 3px 0;
}

div#login_section p.input_txt label img {
	height: 18px;
	margin-left: 2px;
	vertical-align: middle;
}

div#login_section p.input_txt input {
	width: 88px;
	height: 16px;
	border: 1px solid #583577;
	vertical-align: middle;
}

div#login_section p.btn {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 136px;
	height: 38px;
}

div#login_section p.btn input#login_btn {
	margin-right: 5px;
}*/



/*=====================================================
* login                                                
=====================================================*/

div#login_section_any {
	float: right;
/*	border: 1px solid #573476;*/
	position: relative;
}

div#login_section_any p {
	padding: 5px;
}


/*=====================================================
* Error                                                
=====================================================*/

.error {
	color: #ff0000;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 3px;
	line-height: 100% !important;
}

.login div.error {
	color: #ff0000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 100% !important;
}

.form div.error,
.minfo div.error,
.chgconf div.error
	{
	color: #ff0000;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	line-height: 100% !important;
}


/*------------------------------------------------------*/
/* clearfix                                             */
/*------------------------------------------------------*/
div#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#container {
	display: inline-block;
}

/* hides from IE-mac \*/
* html div#container {
	height: 1%;
}

div#container {
	display: block;
}

#topic_pass_bottom {
	padding: 14px 14px 0 14px;
	margin-bottom: 7px;
}

/* End hides from IE-mac */


}
