@charset "UTF-8";


/* 
本サイトのデザインについて
---------------------------------------------------
製作会社：アイレックス株式会社
---------------------------------------------------
会社名	　　アイレックス株式会社
英文表示	IREX CO,.LTD
所在地	〒105-0001東京都港区虎ノ門2-6-13三木虎ノ門ビル4F
TEL	03-3581-8087
FAX	03-3581-8086
URL	http://www.irex-jp.net
Email	info@irex-jp.net
---------------------------------------------------
*/

/*======================================
	1-1.Universal selector
=======================================*/

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;
	height: auto;
	margin: 0;
	line-height: 1.4em;
}
html {
     overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
     font-weight: normal;
}
p {
     margin: 0 ;
}
ol,ul {
	list-style-image: none;
	list-style-type: none;
}
fieldset,img {
     border: 0;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
/*======================================
	1-2.Structure Module
=======================================*/

body {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#333333;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #990000;
}

/*======================================
	1-5. List Module
=======================================*/

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

dt {
	margin: 0;
}

dd {
	margin: 0 ;
}

/*======================================
	1-6. Forms Module
=======================================*/

form {
	margin: 0.5em 10px;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 90%;
}

input {
	font-size: 90%;
}

