﻿/*\*//*/ @charset "utf-8";	/**/
/* CSS Document */


/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77%  = 10px	| 125%   = 16px	|	167% = 22px	
	88%  = 11px	|	132%   = 17px	|	174% = 23px
	94%  = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	119% = 15px	|	161.6% = 21px	|
	
	10.12.2007

=======================================*/


/*------------------------------------------------------
	reset
------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
	}
	
address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
	}
	
table {
	border-spacing: 0;
	}
	
img{
	border:none;
	vertical-align:top;
	}

li {
	list-style-type: none;
	}
	
/*------------------------------------------------------
	clearfix
------------------------------------------------------*/

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

	/*\*//*/
	div{
		display:inline-table;
		}
	/**/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}
	
	/*\*//*/
	.clear{
		display:inline-table;
		}
	/**/
	
/*------------------------------------------------------
	common
------------------------------------------------------*/

body {
	background:#DFDFDF;
	color: #333333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	}

a:link,
a:active {
	color:#0066CC;
	text-decoration:none;
	}

a:visited {
	color:#0066CC;
	text-decoration:none;
	}
	
a:hover {
	color:#0066CC;
	text-decoration:underline;
	}
	
