@charset "utf-8";
/*
--------------------------------------------------
Reset and Base CSS
FileName:   base.css
Version:    2009/07/31

1. YUI Library - Fonts -
2. YUI Library - Reset -
3. Base
--------------------------------------------------
*/

/*------------------------------

1. YUI Library - Fonts -

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

77%  = 10px	|	123.1% = 16px	|	167% = 22px	
85%  = 11px	|	131%   = 17px	|	174% = 23px
93%  = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
108% = 14px	|	153.9% = 20px	|	197% = 26px
116% = 15px	|	161.6% = 21px	|

------------------------------*/


body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*------------------------------

2. YUI Library - Reset -

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

------------------------------*/


html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}a
bbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


/*------------------------------

3. Base

------------------------------*/

body {
  text-align: center;
  color: #333333;
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Arial;
}

#main{
	background: #ffffff url("../images/bg.jpg") no-repeat top center;
    overflow: hidden;
    height: 510px;
    width: 710px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -255px;
    margin-left: -355px;
}

#main ul {
	background: #ffffff url("../images/bg_btn.jpg") no-repeat top center;
	width: 388px;
	height: 57px;
	margin: 154px 0px 0px 117px;
	padding: 2px 6px 8px 3px;
}

#main ul li {
	float: left;
	margin-right: 8px;
}

#main ul li.last {
	margin: 0px;
}

p, pre, address, cite {
  font-size: 100%;
  line-height: 1.5;
}

em, strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

caption {
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
}


/*----------
Forms
----------*/

input, textarea {
  border: 1px solid #DDDDDD;
  background-color: #f5f5f5;
}

input:hover,
textarea:hover {
  border: 1px solid #AAAAAA;
  background-color: #f0f0f0;
}

input:focus,
textarea:focus {
  border: 1px solid #666666;
  background-color: #ffffff;
}


/*----------
Hypertext
----------*/

a:link    {color: #2087de; text-decoration: none;}
a:visited {color: #2087de; text-decoration: none;}
a:active  {color: #2087de; text-decoration: none;}
a:hover   {color: #77bbff; text-decoration: underline;}


#LangSelectBtnArea{
	margin:206px auto 0;}

