



/*----------------- common settings -----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #abb2b2;
	background: url(../images/bg.gif) #e4eeed;
}

a,
a:visited {
	text-decoration: none;
	color: #abb2b2;
	font-weight: bold;
}

a:hover {
	color: #5d6160;
}

a img {
	border-style: none;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

#container {
	position: relative;
	width: 525px;
	margin-bottom: 40px;
	padding: 0 60px;
	text-align: left;
}

.clearfloat {
	clear: both;
}



/*----------------- header settings -----------------------------*/

#logo {
	padding: 150px 0 50px;
}



/*----------------- contents settings -----------------------------*/

.bigblock {
	padding-top: 100px;
}



#information .info-block {
	margin-top: 40px;
}

#information .basefontex {
	margin-top: 23px;
}



#contact .blocktitle {
	margin-bottom: 40px;
}

#contact .titlecell {
	width: 116px;
	margin-bottom: 12px;
	background: url(../images/deco_titleback_top.gif) no-repeat center top;
	float: left;
}

#contact .titlecellbtm {
	width: 116px;
	padding: 3px 0;
	color: #ffffff;
	text-align: center;
	background: url(../images/deco_titleback_btm.gif) no-repeat center bottom;
}

#contact .inputcell {
	width: 401px;
	margin-bottom: 12px;
	float: right;
}

#contact .inputcell input {
	width: 393px;
	padding-left: 8px;
	color: #555555;
	border: none;
	background: #f8fbfa;
}

#contact .inputcell textarea {
	width: 393px;
	height: 80px;
	padding-left: 8px;
	color: #555555;
	border: none;
	background: #f8fbfa;
}

#contact #submitbox{
	width: 96px;
	height: 31px;
	float: right;
}

#contact #sendingbox{
	display: none;
	width: 96px;
	height: 31px;
	background: url(../images/btn_sending.gif) no-repeat;
	float: right;
}





