@charset "Shift_JIS";

/* CSS Document */


/* 基本要素 */
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #993300;
}

body {
	line-height: 150%;
}

img {
	border: 0;
}

/* 汎用クラス */
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
.small {
	font-size: 80%;
}
.x-small {
	font-size: 64%;
}
.clear {
	clear: both;
}
.borderbottom {
	border-bottom: 5px solid #D2D2D2;
}
.borderbottom_thin {
	border-bottom: 1px solid #D2D2D2;
}
.leftfloat {
	float: left;
	display: inline;
}
.rightfloat {
	float: right;
	display: inline;
}
.righttext {
	text-align: right;
}
.centertext {
	text-align: center;
}
.red {
	color: #CC0000;
}
.blue {
	color: #0000CC;
}
.green {
	color: #009900;
}


.content1 {
	font-size: 10pt;
	vertical-align: middle;
}

.content2 {
	font-size: 10pt;
	background: #F6F6F6;
	vertical-align: middle;
}


.content3 {
	font-size: 11pt;
	font-weight: bold;
	background: #F6F6F6;
	vertical-align: middle;
}
.content4 {
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
}

.adobe {
	background: #EFFFEF;
	font-size: 8pt;
}


.greeting {
	width: 460px;
}


.greeting_jp_title {
	color: #990066;
	font-size: 14pt;
}

.greeting_en_title {
	color: #7091DA;
	font-size: 14pt;
}

.greeting_jp {
	background: #FFE8E8;
	vertical-align: top;
	font-size: 10pt;
}

.greeting_en {
	background: #E5E3F2;
	vertical-align: top;
	font-size: 10pt;
}

.greeting_cn {
	background: #99CC69
	vertical-align: top;
	font-size: 10pt;
}

.greeting_ko {
	background: #FFEFC7
	vertical-align: top;
	font-size: 10pt;
}

