@charset "utf-8";
	
/*
*	※Licence: CC3.0 
*	http://creativecommons.org/licenses/by/3.0/deed.ja
*
*	Title: Vega Crystal - Elements
*	URI: http://vicuna.jp/
*	Last Modified: 2007-11-1
*	Author: wu
*
*	Description:
*	Reset and Base Styles
*	
*	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
*
*/

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* Don't Edit */
body {font:13px/1.22 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:99%;}

/*======================================

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================

	1-3.Universal selector
	
=======================================*/

* {
	line-height: 1.5;
	font-style: normal;
}

/*======================================

	1-4.Structure Module
	
=======================================*/

body {
	padding-bottom: 1em;
	color: #666; /* Text Color */
	background-color: #f5f5f5; /* BG Color */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0.5em 30px 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 30px 0.5em;
}

h1 {
	margin: 0;
	padding: 0.8em 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #666;
	background-color: #fff;
	background-image: url(images/bg/grad08.gif);
	background-repeat: repeat-x;
	background-position: 5px 1px;
	font-size: 136%;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	font-weight: normal;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}

h2 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #eee;
	font-size: 114%;
	font-weight: normal;
	color: #000;
}

h3 {
	padding: 0.2em 10px;
	font-size: 107%;
	background-color: #f5f5f5;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.8;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #666;
	background-color: #eee;
	font-family: monospace;
}

pre * {
	color: #444;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.2em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #bbb;
	font-size: 85%;
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
	border: 3px solid #eee;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!important;
	border: none!important;
	color: #666;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*======================================

	1-6.Hypertext Module
	
=======================================*/

a:link {
	color: #666;
}

a:visited {
	color: #aaa;
}

a:hover {
	color: #000;
}

/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 30px;
}

ul,
ol,
dl {
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

li,
dt,
dd {
	margin: 0.4em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	color: #666;
	margin-left: 20px;
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

/*======================================

	1-8.Edit Module
	
=======================================*/

del {
	color: #ccc;
	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: 1em 30px; 
	padding: 1px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #eee #eee #f5f5f5;
	background-image: url(images/bg/slash.png);
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
	border: none;
}

legend {
	display: none;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
}

input.inputField {
	color: #999;
}

input.submit {
	padding: 0.1em 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #ccc #ccc #ddd;
	color: #333;
	background-color: #01b0f0;
	background-image: url(images/bg/grad06.gif);
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	color: #000;
	border-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	1-10.Tables Module
	
=======================================*/

table {
	margin: 1em 30px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0.1em 10px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ccc;
	color: #333;
	background: #f5f5f5 url(images/bg/grad05.gif) repeat-x;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

object,
embed {
	margin: 1em 30px;
}
