﻿@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna Smart Canvas Style - Context";
 :created "2008-04-10";
 :release [:revision "1.0"; :created "2008-04-10"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://www.opensource.org/licenses/mit-license.php>;
 :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*/
body {font:13px/1.231 メイリオ,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}tt{font-family:monospace;*font-size:108%;line-height:100%;}

samp{font-family:monospace;*font-size:108%;line-height:100%;}

kbd{font-family:monospace;*font-size:108%;line-height:100%;}

code{font-family:monospace;*font-size:108%;line-height:100%;}

pre{font-family:monospace;*font-size:108%;line-height:100%;}

/*======================================

	1-2. Font size setting
	
=======================================*/

blockquote {
	font-size: 110%;
}

p {
	font-size: 110%;
}

dd {
	font-size: 110%;
}

dt {
	font-size: 110%;
}

li {
	font-size: 110%;
}

/*======================================

	1-3.Universal selector
	
=======================================*/

* {
	margin:0;
	padding:0;
}

/*======================================

	1-4.Structure Module
	
=======================================*/

html {
	/*overflow-y: scroll;*/
}

body {
	line-height: 1.5;
}

/*======================================

	1-5.Text Module
	
=======================================*/

address {
	margin: 0.5em 0 1em 0;
}

blockquote {
	margin: 0.5em 0 1em 0;
}

p {
	margin: 0.5em 0 1em 0;
}

address {
	font-style: normal;
}

h6 {
	margin: 0.8em 0 0.5em 0;
}

h5 {
	margin: 0.8em 0 0.5em 0;
}

h4 {
	margin: 0.8em 0 0.5em 0;
}

h3 {
	margin: 0.8em 0 0.5em 0;
}

h2 {
	margin: 0.8em 0 0.5em 0;
}

h1 {
	margin: 0.8em 0 0.5em 0;
}

h1 {
	font-size: 200%;
}

h2 {
	padding-bottom: 0.3em;
	font-size: 160%;
}

h3 {
	padding: 0.1em 0px;
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 130%;
}

p {
	line-height: 1.7;
}

br {
	letter-spacing: 0;
}


blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
}

blockquote * {
	margin: 0;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {

}

code {
	font-family: monospace;
}

acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}


abbr {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}


/*======================================

	1-6.Hypertext Module
	
=======================================*/
a:link {
	color: #4f97cd;
}

a:visited {
	color: #4f97cd;
}

a:hover {
	color: #16b6ff;
}


/*======================================

	1-7.List Module
	
=======================================*/

dl {
	margin: 1em 30px;
}

ol {
	margin: 1em 30px;
}

ul {
	margin: 1em 30px;
}

dl {
	padding: 1px 0;
	list-style-position: inside;
}

ol {
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

dd {
	margin: 0.4em 10px;
}

dt {
	margin: 0.4em 10px;
}

li {
	margin: 0.4em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-left: 20px;
	margin-bottom: 0.6em;
}

dd dd {
	font-size: 100%;
}

dd dt {
	font-size: 100%;
}

dd pre {
	font-size: 100%;
}

dd p {
	font-size: 100%;
}

dd li {
	font-size: 100%;
}

li dd {
	font-size: 100%;
}

li dt {
	font-size: 100%;
}

li pre {
	font-size: 100%;
}

li p {
	font-size: 100%;
}

li li {
	font-size: 100%;
}

dd p {
	margin: 0 10px;
}

dd dl {
	margin: 0 10px;
}

dd ol {
	margin: 0 10px;
}

dd ul {
	margin: 0 10px;
}

li p {
	margin: 0 10px;
}

li dl {
	margin: 0 10px;
}

li ol {
	margin: 0 10px;
}

li ul {
	margin: 0 10px;
}

/*======================================

	1-8.Edit Module
	
=======================================*/

del {
	color: #bbb;
	text-decoration: line-through;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-9.Forms Module
	
=======================================*/

form {
	margin: 0em 0px 0em 0px;
	padding: 1px 0;
}

form p {
	margin: 0.5em 20px;
}

form dl {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
	position: relative;
	top: -0.7em;
}

textarea {
	margin: 0.5em 5px;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	margin: 0.5em 5px;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}
/*
input:hover,
textarea:hover {

}

input:focus,
textarea:focus {

}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
}

input.inputField {

}

input.submit {
	_padding: 0;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {

}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}*/

*/

/*======================================

	1-10.Tables Module
	
=======================================*/

table {
	margin: 0 0 0.5em 0;
	border-collapse: separate;
}

td {
	border: 1px solid #000000;
	padding: 0.5em 5px;
}
th {
	border: 1px solid #000000;
	padding: 0.5em 5px;
}

/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

embed {

}

object {

}

