@charset "shift_jis";


/*--------------------
  reset
--------------------*/

*{
	margin: 0;
	padding: 0;
}

/*--------------------
  body
--------------------*/

body {
	text-align: center;
	font: normal 150% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	color: #676767;
	margin: 0;
	padding: 0;
	background: #93DCFF url(../img/bg.jpg) repeat-x left top;
}

html {
	overflow-y:scroll;
}

/*--------------------
  common
--------------------*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	padding: 0;
	margin: 0;
	line-height: 135%;
	text-align: left;
	display: block;
	font-size: small;
}



/*--------------------
  table
--------------------*/

table {
	margin : 0;
	empty-cells: show;
	font-size: small;
}

/*--------------------
  hr
--------------------*/

hr {
	display : none;
}

/*--------------------
  img
--------------------*/

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

/*--------------------
  li
--------------------*/

li {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}


/*--------------------
  clearfix
--------------------*/
div{
    zoom:1;/*for IE 5.5-7*/
}

div:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------
  clear
--------------------*/

.clear{
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
    clear:both;
}

/*--------------------
  space
--------------------*/

.note { 
padding-left:1em;
text-indent:-1em;
}

/*--------------------
  Links
--------------------*/

a:link {
	color: #3366CC; text-decoration: none
}
a:visited {
	color: #3366CC; text-decoration: none
}
a:hover {
	color: #FF6600; text-decoration: underline
}
a:active {
	color: #FF6600; text-decoration: none
}

/*--------------------
  Font Color
--------------------*/
.ora {
	color: #FF6600;
}

