@charset "Shift_JIS";
/*
----------------------------------------------
daisyo.co.jp
 Author:   ubusna,inc.
 Version:  2009.Sep
----------------------------------------------- 
*/
/* 全体構造
---------------------------------------------------- */

body {
 	font:normal x-small/1.2 Verdana,"ＭＳ Ｐゴシック", "メイリオ",Osaka, sans-serif;
	background:#CCC;
	color: #666;
	font-size:small;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

div, h1, h2, h3, h4, h5, h6, p, address, form, em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

ul, ul li, dl, dt, dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	text-align:left;
}
ol {
	margin: 0 0 0 2.6em;
	padding: 0;
}

hr { display: none; }

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;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hides from IE-mac \*/

#container {
	width:500px;
	background:#FFF;
	margin:0 auto;
	padding:20px 20px 40px;
}

/* テキスト装飾
---------------------------------------------------- */
.black {
	color:#333;
}

.red {
	color:#ff0000;
}

.winered {
	color:#cc0000;
}

.blue {
	color:#0066CC;
}


.green {
	color:#090;
}


.s {
	font-size:xx-small;
	line-height:130%;
}

.s2 {
	font-size:xx-small;
	line-height:180%;
}

.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;
}
