/* =============================================================
 ALPS Website
 common.css
 =============================================================== */


/* Wrapper
---------------------------------------------------------------- */
#wrapper {
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	height: auto;
	width: 100%y;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* Header
---------------------------------------------------------------- */
#header100{
	width:100%;
}

#header100 td{
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	background:transparent;
	padding: 0px;
}

#menu_bar tr{
	background:#8f8f8f;
}

#menu_bar td{
	background:#8f8f8f;
}

#header100 table{
	border-collapse:collapse;
	border-spacing: 0;
	border-top:0px;
	border-left:0px;
	background:transparent;
}

#header850{
	width:850px;
}

.top_logo{
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 7px;
}

#head_txt a:link {
	font-size:12px;
	color: #0000ff;
	text-decoration: none;
}
#head_txt a:visited {
	/*color: #993399;*/
	font-size:12px;
	color: #667799;
	text-decoration: none;
}
#head_txt a:hover {
	font-size:12px;
	color: #ff0006;
	text-decoration: none;
}
#head_txt a:active {
	font-size:12px;
	color: #ff0006;
	text-decoration: none;
}
#head_txt td{
	font-size: 14px;
}
#menu_bar{
	width:100%;
	height: 23px;
}
#menu_bar a{
	display: block;
	font-size:12px;
	width: 140px;
	text-decoration: none;
	background: #8f8f8f url(../image/arrow_little_white.gif) no-repeat 5px 8px;
	color: #FFFFFF;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	line-height: 23px;
}
html > body #menu_bar a {
	display: block;
	font-size:12px;
	width: 120px;
	text-decoration: none;
	background: #8f8f8f url(../image/arrow_little_white.gif) no-repeat 5px 8px;
	color: #FFFFFF;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	line-height: 23px;
}
#menu_bar a:hover, #menu_bar a:active {
	background: #4362a7 url(../image/arrow_little_white.gif) no-repeat 5px 8px;
}

#lang a{
	font-size: 12px;
	line-height: 12px;
	border-right: 2px solid #666666;
	height: 12px;
	margin: 0px;
	padding: 0px 8px;
}

#lang p{
font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
line-height:1em;
margin:5px 5px 0px 0px;
padding:0px;
}

#contact p{
font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
line-height:1em;
width:80px;
margin:5px 5px 5px 0px;
padding:0px;
}

html > body #contact img{
margin-top:2px;
}

/* Main
---------------------------------------------------------------- */
#main {
	padding-top: 4px;
	margin-left: 20px;
	background: url(../image/line.gif) no-repeat;
}

/* Content
---------------------------------------------------------------- */
#content {
	width: 554px;
	float: right;
	position: relative;
	padding-top: 24px;
}
#toppage #content {
	width: 554px;
	float: right;
	position: relative;
	padding-top: 2px;
}

/* Breadcrumb
---------------------------------------------------------------- */
#breadcrumb {
	padding: 3px 0px 0px;
	height: 47px;
	margin-left: 20px;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	clear: both;
}

/* Footer
---------------------------------------------------------------- */



/* Common Selector
---------------------------------------------------------------- */
.clear {
	clear: both;
}
.caption {
	font-size: xx-small;
	line-height: 1.5em;
}
.pagetop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.note {
	font-size: x-small;
}
.block {
	clear: both;
	position: relative;
}
.block2 {
	clear: both;
	position: relative;
}
.box {
	clear: both;
	position: relative;
}
.left-block {
	float: left;
}
.left-block2 {
	float: left;
}
.right-block {
	float: right;
}
.right-block2 {
	float: right;
}
.solidline {
	height: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	line-height: 2px;
}
.solidline-subtit {
	border-bottom: 1px solid #3333ff;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
table.bordernone-table ,
table.bordernone-table th,
table.bordernone-table td {
	border:none;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textindent {
	text-indent: 1em;
}
