@charset "euc-jp";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet base.css ver1.3
------------------------------------------------------------------------------------------ 
*/


/*----------------------------------------------------------------------------------------
	padding & margin clear
----------------------------------------------------------------------------------------*/

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,
p,blockquote,th,td { 
   padding:0;
   margin:0;
   font-size:100%;
}

img {
	border: none;
	vertical-align: middle;
}

ul, ol { list-style: none; }

/* body */
body {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	font: 15px "¥á¥¤¥ê¥ª",Meiryo,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",Arial, Helvetica,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.6;
	color: #333333;
	-webkit-text-size-adjust:none;
	min-width: 1120px;
}

/* float clear class */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* clearfix */
.clearfix {
    display:inline-block;
    min-height:1%;/* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{ display: block; }
/* End hide from IE-mac */



/*----------------------------------------------------------------------------------------
	a href color
----------------------------------------------------------------------------------------*/

a:link { color: #1F3D98; }
a:hover { color: #019FA7; }
a:active {}
a:visited { color: #6282DF; }
a:visited:hover { color: #5DB0B4; }


/*----------------------------------------------------------------------------------------
	a href img hover
----------------------------------------------------------------------------------------*/

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}