
/*-----------------------------------------------------------------------/
	Site Name: 
	Description: initial setting & style import
	Version: 1.0
	Author: AdTECHNICA
/*----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------/
	CONTENTS
	1: body and base setting
		: general params
		: acronyms and abbreviations styles
	2: form setting
	3: link setting
/*----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------/
	1: body and base setting
/*----------------------------------------------------------------------*/

body {
	font-family:'Verdana','Arial','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color: #333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	display: block;
}
table {margin: 0;empty-cells: show; font-size:1.2em; border-collapse:collapse;}
caption,th{text-align: left;}
img {border: none;}
q:before,q:after{content: '';}
abbr,acronym{border: 0;}
li { list-style: none; }/* link do not want a dot */

/* hX setting */

h1{font-size:2.4em;}
h2{font-size:2em;}
h3{font-size:1.8em;}
h4{font-size:1.6em;}
h5{font-size:1.4em;}
h6{font-size:1.2em;}

/*-----------------------------------------------------------------------/
	2: form setting
/*----------------------------------------------------------------------*/
input,text-area{font-size:1.2em;}
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*-----------------------------------------------------------------------/
	3: link setting
/*----------------------------------------------------------------------*/
a:link{
}

a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}
