@charset "UTF-8";

/* hario glass
------------------------------------------------------------ 

　●Japan
　・http://www.hario.com/

*/

/* 初期化
------------------------------------------------------------ */

/* browser start */

*{
  margin:0;
  padding:0;
  color:#333333;
	font-size:100%;
  font-family:verdana,"Lucida Fax", Georgia, Times, "Times New Roman", Helvetica;
}

/* ie */

th,td,form,ul,li{
  margin:0;
  padding:0;
  color:#333333;
  font-size:100%;
	font-family:verdana,"Lucida Fax", Georgia, Times, "Times New Roman", Helvetica;
}

/* initial
------------------------------------------------------------ */

/* font
------------------------------ */

p,ul li,ol li,td,th,dt,dd{
  font-size:90%;
  font-weight:normal;
	line-height:140%;
	letter-spacing:0.1em;
}

/* link
------------------------------ */

a{ 
  color:#D82B83;
  text-decoration:underline;
  /*HideMacIE\*/
  overflow:hidden;
  /**/
}

/* ending */
a:visited{ 
  color:#D82B83;
  text-decoration:underline;
}

/* on */
a:hover{
  color:#cccccc;
  text-decoration:underline;
}

/* click */
a:active{
  color:#D82B83;
  text-decoration:underline;
}

/* image
------------------------------ */

img{
  border:0;
	border: none;
  vertical-align:top;
}

/* scroll bar
------------------------------ */

html{
  scrollbar-arrow-color:#cccccc;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-track-color:#ffffff;
}

/* line
------------------------------ */

hr{
  clear:both;
	visibility:hidden;
	height:0;
}

/* list
------------------------------ */

ul{list-style-type:none;}


/* layout
------------------------------------------------------------ */

body{font-size:100%;}

#frame{
  width:780px;
	margin:0 auto;
	padding:10px 0 20px 0;
}

/* header
------------------------------------------------------------ */

#header{
  border-bottom:#D60078 5px solid;
	padding:0 0 10px 0;
}

#headerMenu{
  text-align:right;
	font-size:70%;
}

#headerMenu form,#headerMenu p{
  display:inline;
}

#headerMenu .m1{margin:0 10px;}

/* navi
------------------------------------------------------------ */

.navi{margin:10px 0;}

.navi li{
  display:inline;
	font-size:70%;
}

.navi li span{
	font-weight:bold;
	color:#3399FF;
}

/* contents
------------------------------------------------------------ */

#contents h2{
  font-size:170%;
	margin:0 0 10px 0;
	font-family: "Lucida Fax", Georgia, Times, "Times New Roman", Helvetica, Verdana;
	letter-spacing:0.1em;
	font-weight:normal;
}

/* footer
------------------------------------------------------------ */

#footer{
  border-top:#D60078 5px solid;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}

#footer p#link{
  text-align:right;
	font-size:70%;
}

#footer p#copyright{
  font-size:70%;
	color:#999999;
}




