
*{
	margin:0;
	padding:0;
}

body{
	background-color: #FFFFFF;
	font-family: Helvetica, Osaka, Arial, sans-serif;
}

#container{
	margin: auto;
	width:600px;
}


#main{
	margin: auto;
	width:600px;
	height:80px;
	background:url(../img/header.gif)  no-repeat center;
}


h1{
	display:block;
	width:610px;
	height: auto;
	font-size:11px;
	font-weight:normal;
	padding-top:15px;
	line-height:1.5em;
	white-space:nowrap;
}



p {
	font-size: 13px;
	font-family: Helvetica, Osaka, Arial, sans-serif;
	line-height:1.3em;
}

.borderTop {
	border-top:dotted #999 1px;}

.paddingBottom { padding-bottom:15px;}

.paddingTop { padding-top:15px;}


h2 {
	font-size: 10px;
	padding: 8px 0 15px 0; 
}


h3 {
	font-size: 14px;
	font-family: Osaka, Arial, sans-serif;
	font-weight: normal;
	padding: 17px 0 5px 0; 
}


.l-contents{
	padding: 5px 0;
}

#about_ul {
	padding:10px 0px 10px 10px;
	font-size:13px;
	font-family: Osaka, Arial, sans-serif;
}

#about_ul ul {
	padding:;10px 0px 10px 0px;
}


.tel {
	width:;580px;
	display:block;
	height:63px;
	padding-bottom:10px;
	padding-top:10px;
	margin:auto;
	text-align:center;
	}

/*--------area--------*/

table {
	font-size: 12px;
	font-family: Osaka, Arial, sans-serif;
}

.area {
	width: 70px;
}

table td {
white-space: nowrap;
}

/*--------profile--------*/

#profile{
	margin: 10px auto 0 auto;
	width:600px;
}

.profile_text {
	padding: 0px 0px 10px 10px;
}

.profileImg { vertical-align:top;}



/*--------works--------*/

#works a { text-decoration: none;}


#works table {
	padding-top: 10px;
	width:700px;
	margin: 10px 0;
	border: 0;
}

#works td {
	border: 0;
}

.pt {
	width: 70px;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}



#imgHover{ width:600px;}
#imgHover ul li {  
	float: left;  
	margin-right: 15px;  
	margin-bottom: 40px;
	padding-bottom:30px;
	}  

#imgHover ul li img {  
	border: none;  
	padding-bottom: 5px;
}  

#imgHover ul li a {  
	display: block;  
}  

#imgHover ul li a:hover {  
	position: relative;  
}  

#imgHover ul li a .mainImage {  
	display: none;  
}  

#imgHover ul li a:hover .mainImage {  
	display: block;  
	position: absolute;  
	top: 0;  
	left: 0;  
}

/*--------contact--------*/


.con_thanks {
	padding: 150px 0px 150px 0px;
	text-align:center;
}



/*--------global_navi--------*/


.navi{	text-align:right; 	font-weight: bold; position:relative; top:46px;


}

.navi ul li {
	display:inline;
}



#global_navi{
	margin:auto;
	width:600px;
	padding: 5px;
	padding-bottom: 50px;
	border-top:dotted #999 1px;
}

#global_navi ul {
	float:left;
}


#global_navi ul li {
	text-align: center;
	display:inline;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	word-spacing: 10px;
}


address { 
	float:right;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	font-style:normal;
}

ul{	list-style:none; }
a:link{ color:#000; }
a:visited{ color:#000; }
a:hover{ text-decoration: none; color:#9C0; }
