@charset "shift_JIS";

/*
	Description: initial setting
*/

/****** CONTENTS ***************************************

	1: body and base setting
	2: form setting
	3: link setting

*******************************************************/

/****** 1: body and base setting **********************/

body {
	text-align:center;/* box centering */
	font: normal 75% 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro',Osaka,'‚l‚r ‚oƒSƒVƒbƒN','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	margin: 0px;
	padding: 0px;
	color:#000;
	}

/* 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;/* base line height */
	text-align: left;
	display: block;
	}

table {
	margin : 0;
	empty-cells: show;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	}

hr{
	display : none;
	}

img {
	border: none;
	vertical-align: bottom;
	}

li {
	list-style: none;
	}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
	border-bottom: dotted 1px;
	}

/****** 2: form setting *******************************/
fieldset{
	margin: 0;
	padding: 0;
	border: none;
	}

legend{
	margin: 0;
	padding: 0;
	}

option{
	padding-right:10px;
	}

*+html option{
	padding-right:0;
	}/* for IE7&Opera */

* html option{
	padding-right:0;
	}/* for IE6 */

/****** 3: link setting *******************************/

a:link{
	color:#0033AA;
	text-decoration:none;
	}

a:visited{
	color:#810081;
	text-decoration:none;
	}

a:hover{
	color:#810081;
	text-decoration:underline;
	}

a:active{
	color: #810081;
	text-decoration:underline;
	}

