/*--------------------------------------------------
COPYRIGHT (C) Culcreation.INC All Rights Reserved.
    
  Last Updated 2006/4/25     
---------------------------------------------------*/

/*-------------------------------------------------
                      1.COMMON
---------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
	font-size: small;
	font-style: normal;
	line-height: 140%;
	}

	a{font-size: 11px;}
	a:link{color: #4B82E6;}
	a:visited{color: #969696;}
	a:active{color: #55C828;}
	a:hover{color: #55C828;}
	
img{border: none;}
	
br.clear{
	clear: both;
	font-size: 0px;
	}

.alt {
	display: none;
	}
	

/*-------------------------------------------------
                       2.WRAP
---------------------------------------------------*/
#wrap{
	width: 780px;
	margin: 0px auto;
	background-color: #ffffff;
	}
	
#header{
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;
	}
	
#footer {
	margin:10px 0px 0px 0px;
	clear: both;	
	background: #ffffff;
	border-top: 1px solid #666666;
	font-size: 11px;
	}
	
#contents {
	padding: 5px 0px 20px 0px;
	}

/*-- TOP PAGE --*/
	#main {
		width: 560px;
		padding: 0px;
		float: left;
		clear: right;
		}

	#side {
		width: 200px;
		margin: 0px 0px 0px 20px;
		float: left;
		}

/*-- PAGE TYPE1 --*/
	#submenu {
		width: 150px;
		margin: 0px;
		padding: 0px;
		float: left;
		clear: right;
		}

	#submain {
		width: 610px;
		margin: 0px 0px 0px 20px;
		float: left;
		font-size:11px;
		}
		
	#smbody {
		width:600px;
		padding: 0px 0px 30px 10px;
		}

/*-- PAGE TYPE2 --*/
	#fullmain {
		width: 740px;
		padding: 0px 20px;
		}

/*-------------------------------------------------
                      3.HEADER
---------------------------------------------------*/


/*-------------------------------------------------
                      4.CONTENTS
---------------------------------------------------*/

/*-- TOP PAGE --*/
#news{
	border-bottom: dotted 1px;
	}
	#news dt{
		font-size: 10px;
		}

/*-- CONTACT PAGE --*/
#table00{
	border: 0px;
	font-size:10px;
	}

#table01{
	border: solid #ffffff 1px;
	background-color: #999999;
	font-size:11px;
	text-align:center;
	color: #ffffff;
	}

/*-- WORKS PAGE --*/
#image01{
	text-align:center;
	}


/*-------------------------------------------------
                     5.NAVIGATION
---------------------------------------------------*/
#tab {
	height: 35px;
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	}

#tab ul {
	margin: 0px;
	padding: 0px;
	}

#tab ul li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 2px;
	}

#tab ul li a {
	display: block;
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}


/* home */
#tab-home, #tab-home a {
	background: url(images/tab/tab_home.jpg);
	}
#tab-home, #tab-home a:hover {
	background: url(images/tab/tab_hover_home.jpg);
	}
#tab-home, #tab-home a.current {
	background: url(images/tab/tab_current_home.jpg);
	}

/* profile */
#tab-profile, #tab-profile a {
	background: url(images/tab/tab_profile.jpg);
	}
#tab-profile, #tab-profile a:hover {
	background: url(images/tab/tab_hover_profile.jpg);
	}
#tab-profile, #tab-profile a.current {
	background: url(images/tab/tab_current_profile.jpg);
	}

/* works */
#tab-works, #tab-works a {
	background: url(images/tab/tab_works.jpg);
	}
#tab-works, #tab-works a:hover {
	background: url(images/tab/tab_hover_works.jpg);
	}
#tab-works, #tab-works a.current {
	background: url(images/tab/tab_current_works.jpg);
	}
	
/* recruit */
#tab-recruit, #tab-recruit a {
	background: url(images/tab/tab_recruit.jpg);
	}
#tab-recruit, #tab-recruit a:hover {
	background: url(images/tab/tab_hover_recruit.jpg);
	}
#tab-recruit, #tab-recruit a.current {
	background: url(images/tab/tab_current_recruit.jpg);
	}

/* link */
#tab-link, #tab-link a {
	background: url(images/tab/tab_link.jpg);
	}
#tab-link, #tab-link a:hover {
	background: url(images/tab/tab_hover_link.jpg);
	}
#tab-link, #tab-link a.current {
	background: url(images/tab/tab_current_link.jpg);
	}

/* contact */
#tab-contact, #tab-contact a {
	background: url(images/tab/tab_contact.jpg);
	}
#tab-contact, #tab-contact a:hover {
	background: url(images/tab/tab_hover_contact.jpg);
	}
#tab-contact, #tab-contact a.current {
	background: url(images/tab/tab_current_contact.jpg);
	}



/*-- side menu --*/
#sidemenu {
	width: 150px;
	margin: 0px;
	}

#sidemenu ul {
	margin: 0px;
	padding: 0px;
	}

#sidemenu ul li {
	float: left;
	display: block;
	margin: 0px;
	height: 30px;
	}

#sidemenu ul li a {
	display: block;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	}
	
/* profile_top */
#profile_top, #profile_top a {
	background: url(profile/profile_img/menu/profile_top.gif);
	}
#profile_top, #profile_top a:hover {
	background: url(profile/profile_img/menu/profile_top_hover.gif);
	}
#profile_top, #profile_top a.current {
	background: url(profile/profile_img/menu/profile_top_current.gif);
	}

/* profile_01 */
#profile_01, #profile_01 a {
	background: url(profile/profile_img/menu/profile_01.gif);
	}
#profile_01, #profile_01 a:hover {
	background: url(profile/profile_img/menu/profile_01_hover.gif);
	}
#profile_01, #profile_01 a.current {
	background: url(profile/profile_img/menu/profile_01_current.gif);
	}

/* profile_02 */
#profile_02, #profile_02 a {
	background: url(profile/profile_img/menu/profile_02.gif);
	}
#profile_02, #profile_02 a:hover {
	background: url(profile/profile_img/menu/profile_02_hover.gif);
	}
#profile_02, #profile_02 a.current {
	background: url(profile/profile_img/menu/profile_02_current.gif);
	}
	
/* profile_03 */
#profile_03, #profile_03 a {
	background: url(profile/profile_img/menu/menu3.jpg);
	}
#profile_03, #profile_03 a:hover {
	background: url(profile/profile_img/menu/menu3_hover.jpg);
	}
#profile_03, #profile_03 a.current {
	background: url(profile/profile_img/menu/menu3_hover.jpg);
	}	
	

/*-------------------------------------------------
                     6.FONT
---------------------------------------------------*/
#small{
	font-size: 10px;
	}

.style1{font-size: 9px;
	}
/*-------------------------------------------------
                    7.FOOTER
---------------------------------------------------*/