@charset "euc-jp";

/*
--------------------------------------------------------------------

	TAKT common.css
	URL :http://takt.tk/

--------------------------------------------------------------------
*/


/* Base 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 few IE bug fixes */
* html ul ul li a
{
  height: 100%;
}
* html ul li a
{
  height: 100%;
}
* html ul ul li
{
  margin-bottom: -1px;
}

#theMenu
{
	width: 120px;
	overflow: hidden;
	margin: 0;
	left: 70px;
	top: 83px;
	position: absolute;
}

/* CSS parts
//////////////////////////////////////////////////////////////////// */

.dnone{display:none;}
.fclear{clear:both;}

/*　-------------------------　*/

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.fleft {
	float: left;
}
.color {
	color: #990000;
}

.fright {
	float: 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;
}
hr {
	display: none;
	clear: both;
}
#content .next a{
	background-image: url(../images/next.gif);
	height: 15px;
	width: 62px;
	display: block;
	background-position: left bottom;
	float: right;
	margin-right: 10px;
}
#content .next a:hover{
	background-image: url(../images/next.gif);
	display: block;
	float: right;
	background-position: left top;
}
