@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}

body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	}

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #000000;
	text-decoration: none;
	outline: none;
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.columns-row:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

.button-style {
	}

.button-style:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	}


/* @end */
/* @end */
