@charset "UTF-8";

/* basic elements
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}

hr  {display: none;}
img {border: none;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
object, embed {
    vertical-align: top;
}

/* text */

p  small,
li small,
dt small,
dd small {
	font-size: 10px;
}

.cap {
	font-size: 86%;
	line-height: 1.3;
	padding-top: 2px;
}
.pin p {
	font-size: 86%;
	line-height: 1.3;
	padding-top: 4px;
}

a:link,
a:visited,
a:active {
	color: #0060eb;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* standard helper classes
------------------------------------------------*/

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { 
	display: block;
	min-height: 0;
}
/* */

