@charset "Shift-Jis";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna Origin Style - Context";
 :created "2008-01-03";
 :release [:revision "1.1"; :created "2008-04-10"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/by/3.0/>;
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Settings. 
		1-3.Universal selector. 
		1-4.Structure Module. 
		1-5.Text Module. 
		1-6.Hypertext Module. 
		1-7.List Module. 
		1-8.Edit Module. 
		1-9.Forms Module. 
		1-10.Tables Module. 
		1-11.Image Module. 
		1-12.Object Module
		";
 :dependencies [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.5.1";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.txt>;
	:note "
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
			"
	] .
*/

/* Do not edit Start*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* Do not edit End*/





*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳゴシック","ヒラギノ角ゴ",Osaka, Arial; 
	color: #8D7B72;
	background-color: #fefefe;
}

a,
img,
a img		{ border: none;}

/*
img	{ vertical-align: bottom;}
*/

hr{ clear: both;}

address{ clear: both;}



/*	作業効率UP
--------------------------------------------------------------------------*/
.fleft	{ float: left;}
.fright	{ float: right;}

.fclear	{ clear: both;}
.clearl	{ clear: left;}
.clearf	{ clear: right;}

.aright	{ text-align: right;}
.aleft	{ text-align: left;}
.acenter{ text-align: center;}




/*	フォントサイズ
--------------------------------------------------------------------------*/
h1,h2,h3,h4,p,li,dt,dd,th,td,adress{ font-size: 100%;}
li p,dd p,th p,td p{ font-size: 100%;}

h2,h3,h4,p,ul,dd,adress{ margin-top: 0.5em; margin-bottom: 0.5em;}

ul{ margin-left: 1.5em;}


/*	リンク
--------------------------------------------------------------------------*/
a:link		{ color:#4A3E38; text-decoration: none;}

a:visited	{ color:#222222; text-decoration: none;}

a:hover 	{ color:#ffffff; background-color: #6B351F;}

a:active	{ color:#222222;}



/*	詳細
--------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

fieldset{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
/*
ol,ul {
	list-style:none;
}
*/

