@charset "utf-8";
/*
----------------------------------------------
 Author:   ubusna,inc.
 Version:  2008
----------------------------------------------- 
*/
/* BASE
---------------------------------------------------- */
div,p,span,a,input,select,textarea,address,form,ul,ol,li,dl,table,dt,dd,tr,th,td,h1,h2,h3,h4,h5,h6 {
	line-height:140%;
	margin:0; padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}

html>body {
	font-size:small;
}

body {
 	font:normal x-small/1.2 Verdana, Geneva, Arial,"ＭＳ Ｐゴシック", "メイリオ", Osaka, sans-serif;
 	background:#DDE7F0 url(../img/common/bg.jpg) 0 0 repeat-x;
	margin:0; padding:0;
 	color: #333;
	font-size:small;
}

img {
	border:none;
	vertical-align:top;
}

table{ border-collapse:collapse;}
table th,
table td{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}


.clear {
	display:block;
	clear:both;
	margin:0; padding:0;
	height:0;
	font-size:0px;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	zoom: 100%;
}

/* LINK
---------------------------------------------------- */
a:link {
	color:#006699;
	text-decoration:underline;
}

a:visited {
	color:#006699;
	text-decoration:underline;
}

a:hover {
	color:#009FE8;
	text-decoration:none;
}


/* FONT-SIZE
---------------------------------------------------- */

.s {
	font-size:xx-small;
	line-height:130%;
}

.m {
	line-height:130%;
 	font-size: 80%;  
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	font-size:85%;		
}

.l {
	font-size:14px;
}

html>body .s {
	font-size:xx-small;
}

html>body .m {
	font-size:x-small;
}

html>body .l {
	font-size:14px;
}

.h {
	line-height:150%;
}

.b {
	font-weight:bold;
}

.blue {
	color:#006699;
}

.gr {
	color:#BBBBBB;
}