html{
	/*background: white;*/
}


#header{
	top:0;
	width: 100%;
	z-index:100;
	min-width:1280px;
	margin: 0;
}

#footer{
	margin: 0;
	position:fixed;
	bottom: 0;
	width: 100%;
	z-index:100;
	min-width:1280px;
}

body {
	padding: 0;
	margin: 0;
	background:#f5f5f5;
	font-family: "游ゴシック", YuGothic, "メイリオ", sans-serif;
}

#nomove{
	width:100%;
	top:0;
	position: fixed; /*140925 fixedから変更 翻訳時に隠れるため*/
	z-index:10;
	min-width:1280px;
	background:#f5f5f5;
	opacity: 1;
}

/*title******************************************************************************************/


#titleText {
	vertical-align: middle;
	color: white;
	height: 75px;
	width: 220px;
	float:left;
	z-index: 10;
}

#pageTitle {
	float: left;
	color: #FF1493;
	font-size: 32px;
	line-height: 75px;
	padding: 0px 50px;
	border:0;
}


#pageTitle img{ 
	width: 240px;
	margin: 40px 0 30px 0;
}

/*menu table******************************************************************************************/


#headerMenu
{
	height:25px;
	margin-top: 0;
	margin-left: 220px;
	padding: 39px 0 22px 0;
	list-style: none;  
	}
 
#headerMenu li
{
    float: right;
    padding: 5px 0 25px 0;
    position: relative;
    z-index: 999;
}

#headerMenu a 
{
    float: left;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
    height: 20px;
    min-width: 85px;
    max-width: 200px;
    padding: 0 5px;
    color: #444;
    text-transform: uppercase;
    font-style: bold;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    /*text-shadow: 0 1px 2px #000;*/
    border-right: solid 1px #c8c8c8;
    word-wrap: break-word;
    font-size: larger;
}

#headerMenu a:hover
{
	color: #000;
}

#headerMenu li:last-child a
{
    border-left: solid 1px #c8c8c8;
    
}

#headerMenu li:hover > a
{
    color: #000;
}
 
*html #headerMenu li a:hover /* IE6 */
{
    color: #ffffff;
}
 
#headerMenu li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
#headerMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 99999;    
    background: #444;
}
 
#headerMenu ul li
{
    float: none;
    margin: 0px;
    padding: 2px;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -o-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -ms-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#headerMenu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;    
}

#headerMenu ul li:hover
{
    background: #ffffff;
    -moz-box-shadow: 0 1px 0 #111111, 0 3px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #ff1111, 0 3px 0 #ff7777;
    -o-box-shadow: 0 1px 0 #ff1111, 0 3px 0 #ff7777;
    -ms-box-shadow: 0 1px 0 #ff1111, 0 3px 0 #ff7777;
    box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
}

#headerMenu ul li:hover > a
{
    color: #000;
}

#headerMenu ul a
{
	padding: 5px;
    height: auto;
    margin:1px;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	border-right: solid 0 #aaa;
	color:#fff;
    
}

#headerMenu ul a:first-child
{
   border-left: solid 0 #aaa;
}

#headerMenu ul a:hover
{
    color: #fff;
}
 
#headerMenu ul li:first-child a
{
    /*-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}
 
#headerMenu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
 
#headerMenu ul li:first-child a:hover:after
{
    border-bottom-color: #444; 
}
 
#headerMenu ul li:last-child a
{
    /*-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
 
/* Clear floated elements */
#headerMenu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*login etc******************************************************************************************/


#word {
	/*position:absolute;
	width:380px;*/
	height: 30px;
	font-size: 12px;
	top:22px;
	right:5px;
	float: right;
	margin-right: 20px;
    z-index: 999;
}

#word a{
	width:auto;
	min-width:30px;
    border-right: solid 0px #fff;
    padding: 0;
}

#loginInput {
	position:fixed;
	width:50%;
	top:200px;
	margin: 0 auto;
	color:#fff;
	background-color:rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc000000,EndColorStr=#cc000000);/*IE8以下用*/
	display:none;
	opacity:0;
	padding:1%;
	z-index: 9999;
}

#loginInput table.input{
	width:60%;
	margin: 0 20%;
}

#loginInput table.input td{
	padding: 1% 0;
}

#loginInput table.env{
	width:70%;
	margin: 0 15%;
	color: #888;
	font-size: 12px;
}

#loginInput input{
	width:100%;
}


#loginInput img{
	width:40%;
}
#loginTitle{
	width:60%;
	height:50%;
	margin: 0 20%;
	color: #FF1493;
	/*text-align: center;*/
	font-size: 12px;
}


#userID, #password, #register{
	position:relative;
	margin: 2% auto;
	width:50%;
}


#loginBtn{
	position:relative;
	margin: 2% auto 5% auto;
	width:65%;
}

#loginInput label{
	display: block;
	width: 100px;
	float: left;
	line-height: 34px;
	height: 34px;
	vertical-align: middle;
}

#loginInput input{
	color:#000;
	background-color:#fff;
}


#loginInput input[type = "button"]{
	width:40%;
	margin:5%;
}

#login {
	/*position:absolute;*/
	float: left;
	height: 28px;
	right:25px;
	top:0px;
	color:#444;
	font-style:bold;
	line-height:28px;
	/*text-shadow: 0 1px 2px #000;*/
}

#login_close{
	position:absolute;
	right:15px;
	top:5px;
	padding:5px;
	color: #aaa;
}


#login_close:hover{
	color: #fff;
}

#login img{
	height:28px;
	margin:0 2px;
	/*text-shadow: 0 1px 2px #000;*/
}

#login input{
	width:180px;
}


#login a{
	text-decoration: none;
	color:#444;
}

#logout{
	opacity:0;
	position:absolute;
	top:0px;
	right:0px;
}
#logout:hover{
	opacity:1;
}
#logout img{
	height:30px;
}


#freeSearch{
	float: left;
	display:table-cell;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	margin-left: 10px;
    z-index: 999;
}

#freeSearch input{
	width:150px;
	height:20px;
	line-height: 20px;
	visibility: visible;
    z-index: 999;
}

#freeSearch img{
	width:26px;
	height:26px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
    z-index: 999;
    cursor: pointer;
}


/*google******************************************************************************************/

#google_translate_element{
	/*position:absolute;*/
	top:0;
	right:72px;
	width:70px;
	padding: 1px;
	opacity:1;
	float: left;
}

.goog-te-gadget-simple {
	/* background-color: #333300; */
	font-size:8px;
	width:70px;
	height:23px;
	line-height:23px;
}

.goog-te-gadget-simple img{
	display:none;
}
.goog-te-gadget-simple a.goog-te-menu-value span{
	color:#444;
	font-size:8px;
}

/*footer******************************************************************************************/


#loginFooter{
	position:fixed;
	height: 25px;
	width: 100%;
	/*background-color: rgba(255,255,255,0.8);*/
	position: absolute;
	bottom: 0;
	z-index: 9999;
	display: table-cell;
	vertical-align: middle;
	opacity : 1;
    /*padding: 0 25px;*/
}

#loginFooter span{
	position:absolute;
	color: #444;
	font-size: 8px;
	line-height: 25px;
	padding: 0 25px;
	right:0
}

/*******************************************************************************************/


#error{
	position:absolute;
	top:75px;
	left: 30px;
	margin:10px;
}

