@charset "utf-8";

/* ----------------------------------------
  Base Style Seet

	2- 1.全体レイアウト
	2- 2.ヘッダーコンテンツ
	2- 3.グローバルメニュー
	2- 4.サイドバーコンテンツ
	2- 5.フッターコンテンツ
	2- 6.リンク
	2- 7.ナビアイコン
	2- 8.見出しタグ(hタグ）
	2- 9.text,強調
	2-10.リスト
	2-11.共通BOX
	2-12.パンクズ
	2-13.テーブル
---------------------------------------- */


body{
	font-size: 13px;
	color: #333333;
	line-height: 1.8;
	background: #ececec url(/images/common2/bg_body.png) left top repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	position:relative;
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;

}

header,footer,nav,section,article,figure,aside {
	display:block;
}

button{
	background: none;
	border: none;
}

/* ----------------------------------------
  2-1.全体レイアウト
---------------------------------------- */

.wrapper{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.lang-head{
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top:-27px;
	left:358px;
}
.lang-head-ja{
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top:-50px;
	left:432px;
}
.lang-head-tw{
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top:-73px;
	left:482px;
}
.lang-head-ja a:link { color: #666; }
.lang-head-ja a:visited { color: #666; }
.lang-head-ja a:hover { color: #ff0000; }
.lang-head-ja a:active { color: #666; }

.lang-head-tw a:link { color: #666; }
.lang-head-tw a:visited { color: #666; }
.lang-head-tw a:hover { color: #ff0000; }
.lang-head-tw a:active { color: #666; }


header{
}

.clmWrap{
	width: 1000px;
	margin: 0 auto 80px;
	overflow: hidden;
	text-align: left;
}

article{
	width: 745px;
	float: left;
	padding-top: 10px;
	background: url(/images/common2/bg_mainclm_top.png) left top no-repeat;
	position: relative;
	behavior: url(../script/PIE.htc);
}

.articleInner{
	padding-bottom: 8px;
	background: url(/images/common2/bg_mainclm_bottom.png) left bottom no-repeat;
}

.articleBgBody{
	background: #fff;
	border-right: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	padding: 0 7px 0 9px;
}

aside{
	width: 220px;
	float: right;
}

footer{
	width: 100%;
	clear: both;
	background: #ececec;
}


/* ----------------------------------------
  2-2.ヘッダーコンテンツ
---------------------------------------- */

.h1AndSnsArea{
	border-bottom: 1px #d9d9d9 solid;
	background: #f1f1f1;
	color: #666;
	height:28px;
}

.h1AndSnsArea #social{
	right: 0;
	top: 6px;
}

.h1AndSnsArea #social li {
/* float: left; */
display: inline-block;
vertical-align: top;
}

.evernote img{
	vertical-align: top;
	margin-top: 3px;
}

.h1AndSnsArea .wrapper{
	padding: 5px 0 4px;
}

header h1{
	font-size: 13px;
	font-weight: normal;
}

.logoAndFuncMenuArea{
	background: #fff;
}

.logoAndFuncMenuArea .logoBox{
	width: 350px;
	float: left;
}

.logoAndFuncMenuArea .logoBox img{
	vertical-align: middle;
}

.langBox {
	width: 709px;
	height: 68px;
	position: absolute;
	top: 11px;
	right: 0;
}

.langBox .ja{
	width: 82px;
	position: absolute;
	top: 2px;
	left: 210px;
}

.langBox .tw{
	width: 82px;
	position: absolute;
	top: 36px;
	left: 210px;
}

.functionalMenuBox {
	width: 409px;
	height: 68px;
	position: absolute;
	top: 11px;
	right: 0;
	background: url('/images/common2/bg_header_menu.png') left top no-repeat;
}

.functionalMenuBox.zh {
	background: url('/tw/images/common2/bg_header_menu.png') left top no-repeat;
}

.functionalMenuBox .register{
	width: 162px;
	position: absolute;
	top: 25px;
	left: 46px;
}

.functionalMenuBox .login{
	width: 163px;
	position: absolute;
	top: 25px;
	left: 216px;
}

.functionalMenuBox2 {
	width: 143px;
	height: 53px;
	position: absolute;
	top: 21px;
	right: 2px;
	background: url(../images/common2/bg_header_menu2.png) left top no-repeat;
}

.functionalMenuBox2 .logout{
	width: 123px;
	position: absolute;
	top: 9px;
	left: 10px;
}


/* ----------------------------------------
  2-3.グローバルメニュー
---------------------------------------- */

.gMenu{
	width: 100%;
	background: url(/images/common2/bg_gnav.png) left top repeat-x;
	box-shadow: 0 3px 3px #ddd;
	behavior: url(../script/PIE.htc);
	margin-bottom: 10px;
}

.gMenu ul{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.gMenu li{
	float: left;
}

.gMenu li img{
	vertical-align: middle;
}

/* ----------------------------------------
  2-4.フッターコンテンツ
---------------------------------------- */

footer .wrapper{
	padding: 20px 0;
	font-size: 12px;
}

footer ul{
	width: 100%;
}

footer li{
	display: inline;
}

/* ----------------------------------------
  2-5.サイドバーコンテンツ
---------------------------------------- */

aside .sideQr{
	padding-top: 2px;
	margin-bottom: 18px;
}

aside #twitterItems{
	overflow: hidden;
}

aside .twitterBtm{
	margin-bottom: 15px;
}

aside .facebook{
	padding-top: 0;
	background: #fff;
}

/* ----------------------------------------
  2-6.リンク
---------------------------------------- */

a:link,
a:visited {
	color: #1d83df;
}

a:hover{

}

a.btn:hover,
button.btn:hover{
	-moz-opacity:0.80;
	opacity:0.80;
	filter: alpha(opacity=80);
}


/* ----------------------------------------
  2-8.見出し(hタグ）
---------------------------------------- */

.pageTitle{
	margin-bottom: 8px;
}

/* ----------------------------------------
  2-9.text,強調
---------------------------------------- */


/* ----------------------------------------
  2-9.イメージ
---------------------------------------- */


/* ----------------------------------------
  2-10.リスト
---------------------------------------- */


/* ----------------------------------------
  2-11.共通BOX
---------------------------------------- */


/* ----------------------------------------
  2-12.パンクズ
---------------------------------------- */


/* ----------------------------------------
  2-13.テーブル
---------------------------------------- */
