/* CSS Document */


* {  
    margin:0;  
    padding:0;  
}  
body {
	background-color:#FFFFFF;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	color:#000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}  
h2,h3,h4,h5,h6 {  
    font-weight:normal;  
    font-family: "‚l‚r ‚oƒSƒVƒbƒN", sans-serif,Verdana;  
}
p{
	line-height:180%;
}  
li {  
    line-height:160%;  
}  
p {  
    margin:0 0 1em 0;  
}  
li {  
    list-style-type:none;  
}  
img {  
    border:0;  
}  
/* 
 Link Color [ 
----------------------------------------------------------- */  
a {  
    text-decoration:none;  
}  
a:link {  
    color:#0048AB;
}  
a:visited {  
    color:#0048AB;  
}  
a:hover {
	text-decoration:underline;   
}  
a:active {  
    color:#0048AB;  
}  

/*
 Layout[
 ----------------------------------------------------------- */
 #page{
	width:940px;
	margin:0;
	padding:0;
 }
 
 /* 
 header [ 
-----------------------------------------*/
#head {
	height:100px;
	/*padding-top: 30px;*/
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	/*background-image:url(../img/head-bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	position: static;
	z-index: 50;*/
}/*
#head h1 a{
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	height: 114px;
	width: 215px;
}*/
/* -+-+-+-+-+- Global Navi Style */  
#g-menu {
	float:right;
	margin-top:75px;
}  
#g-menu li{
	float:right;
}
#g-menu li a{
	margin-left:30px;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
}
#g-menu li a:hover{
	color:#ADFF00;
	text-decoration:none;
}
#g-menu li a.now{
	color:#ADFF00;
}




#main-area{
	/*background-image: url(../img/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFFFF;*/
	padding-top:50px;
	clear:both;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-left: 50px;
}
#main-area li{
	list-style-position: inside;
	list-style-type: disc;
}
#main-area h1{
	margin-bottom:60px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	display: block;
	height:46px;
	overflow:hidden;
}
#main-area h1.about{
	background-image: url(../img/title-about.gif);
	width:376px;
}
#main-area h1.works{
	background-image: url(../img/title-works.gif);
	width:382px;
}
#main-area dt.title{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #252551;
	margin-bottom:10px;
}
#main-area dd.box{
	padding: 10px;
	margin-bottom: 45px;
	border: 3px solid #CCCCCC;
}

.backtotop{
	line-height:20px;
}
.backtotop a{
	margin-left:800px;
	display: block;
	height: 20px;
	width: 20px;
	overflow:hidden;
	background-image: url(../img/back-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
}
.backtotop a:hover{
	background-image:url(../img/back-btn-ov.gif);
}

#foot{
	/*width:100%;*/
	clear:both;
	font-size:9px;
	line-height:9px;
	background-image:url(../img/foot-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:55px;
	padding-top:45px;
	padding-left:50px;
	color:#332B6C;
}