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

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/** reset.css end **/


/** fonts.css start **/
body {
	font:13px/1.231 "MS Pゴシック",arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% "MS Pゴシック",arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/** fonts.css end **/



html,body {
	background-color:#E7E7E7;
}

strong {
	font-weight:bold;
}

h1 {
	padding:10px;
	float:left;
}

h2 {
	font-size:108%;
	font-weight:bold;
	padding:10px;
	border-width:1px 0px 0px 0px;
	border-style:dashed;
	border-color:#CCC;
}

.dim {
	color:#999;
}

.error,.ness {
	color:#F00;
}

.message {
	color:#3399FF;
}

#global {
	margin:0px auto;
	margin-top:50px;
	width:800px;
	background-color:#FFFFFF;
	border:2px solid #E3E3E3;
}

#container {
	width:660px;
	float:left;
}

#help-area {
	float:left;
	width:140px;
}

#produced {
	padding-top:43px;
	float:left;
	font-size:85%;
	font-weight:bold;
}

.exp {
	clear:left;
	padding:10px;
	line-height:1.6;
}

#linkanchor {
	font-size:88%;
	font-weight:bold;
}

#linkarea {
	margin:10px;
	border:1px dashed #CCC;
	padding:10px;
}

#linkarea p {
	line-height:1.6;
}

#linkarea input {
	padding:5px;
	width:550px;
	background-color:#333333
	color:#FFFFFF;
}

.notice {
	padding:10px;
}

#unknown {
	padding:10px;
	font-weight:bold;
}

#formtable {
	clear:left;
	margin-left:10px;
	width:650px;
	border-width:1px;
	border-color:#999;
	border-style:solid;
}

#formtable th, #formtable td {
	border-width:0px 1px 1px 0px;
	border-color:#999;
	border-style:dashed;
}

#formtable th {
	width:150px;
	padding:5px 10px;
	text-align:right;
	font-weight:bold;
	background-color:#F4F5DC;
}

#formtable td {
	padding:5px 10px;
}

#email,#ostype,#browsertype {
	width:200px;
}

#message {
	width:400px;
	height:200px;
}

#url {
	width:400px;
}

#submit-area {
	padding:20px;
	text-align:center;
}

#footer {
	background-color:#333333;
	color:#CCCCCC;
	clear:left;
}

#footer p {
	font-size:93%;
	padding:10px;
	padding-bottom:50px;
}

/**
 * twitter widget
 */


/**
 * IE6対策
 */
* html body {
	text-align:center;
}

* html #global {
	text-align:left;
	width:804px;
}