@charset "euc-jp";

/*
--------------------------------------------------------------------

	TAKT common.css
	URL :http://takt.tk/

--------------------------------------------------------------------
*/


/* COMMON CSS
//////////////////////////////////////////////////////////////////// */

body,div,
dl,dt,dd,ul,
h1,h2,h3,h4,h5,h6,
pre,form,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}

body{
	line-height:1.5;
	text-align:center;
	font-size:62.5%;
}

/*　デザインページ-----------------　*/

.design{
	margin:0 auto 0 auto;
	width:750px;
	text-align:center;
}

img{
	border: 0;
}

table{
	border: 0;
	border-collapse:collapse;
}

a{
	color:#FFAE3C;
}

a:hover{
	color:#FFAE3C;
	text-decoration:none;
}

ul,li{list-style:none;}

hr{display:none;clear:both;}


/* CSS parts
//////////////////////////////////////////////////////////////////// */

.dnone{display:none;}
.fclear{clear:both;}

/*　-------------------------　*/

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}


/*　Clearfix-----------------　*/

.cleafix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden; 
}

.cleafix{ display:inline-block;}

/* Hides from IE-mac \*/
* html .cleafix{ height: 1%;}
.cleafix{display:block}
/* End hides from IE-mac \*/


/* div#container
//////////////////////////////////////////////////////////////////// */

#container{
	margin:0 auto 0 auto;
	width:750px;
	text-align:center;
}

/* div#content
//////////////////////////////////////////////////////////////////// */

#content{
	margin:20px 25px 10px 25px;
	width:700px;
}


/* div#menu
//////////////////////////////////////////////////////////////////// */

#menu{
	position:relative;
	float:left;
	width:200px;
	height:500px;
	background:url(../images/info_bg.gif) ;
	font-size:1.4em;
}

#menu ul{
	position:absolute;
	top:170px;
	left:40px;
}

#top a{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_top1.gif) no-repeat;
}

#top a:hover{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_top2.gif) no-repeat;
}

#company a{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_company1.gif) no-repeat;
}

#company a:hover{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_company2.gif) no-repeat;
}

#design a{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_design1.gif) no-repeat;
}

#design a:hover{
	display:block;
	width:120px;
	height:48px;
	background:url(../images/menu_design2.gif) no-repeat;
}


/* div#main
//////////////////////////////////////////////////////////////////// */

#main{
	float:right;
	width:500px;
	height:500px;
	font-size:1.4em;
}


/* div#footer
//////////////////////////////////////////////////////////////////// */

#footer{
	clear:both;
	margin:0px 25px 0 25px;
	width:700px;
	font-size:1.2em;
}

