@charset "shift-jis";
/*	
body {
font:13px/1.231 arial,helvetica,clean,sans-serif,MS P ƒSƒVƒbƒN;
*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%;
}

======================================

	1-2.Universal selector

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

* {
margin:0;
padding:0;
font-size:100%;
font-style: normal;
}

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

	1-3.Structure Module

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

html {
	height:100%;
}

body {
	line-height: 1.5;
	color: #333;
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

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

	1-4.Text Module

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

pre,
address,
cite {
	margin: 0.5em 20px;
	font-size: 100%;
}

h1,
h2{
	margin:0;
	padding:0;
}

h3,h4,h5,h6{
	margin:0;
	padding:0;
}

h4 {
	font-size: 107%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka|“™•", monospace;
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color:#0096ff;
}

code {
	font-family: "Osaka|“™•", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka|“™•", monospace;
}

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

	1-5.Hypertext Module

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

a{
	text-decoration:none;
	color:#ff2900;
}

a:focus{
outline:none;
}

a:link {
	color:#ff2900;
	text-decoration:none;
}
a img {
	border:none;
}

a:visited {
	color:#ff2900;
	text-decoration:none;
}

a:hover {
	color:#ff2900;
	text-decoration:underline;
}

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

	1-6.List Module

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

ul,
ol,
dl {
	margin:0;
	padding:0;
	
}

li,
dt,
dd {
	margin:0;
	list-style:none;
	padding:0;
}

dt {
	margin-top: 0;
}

dd {
	
}

li li,
li p,
li pre,
li dt,
li dd,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
{
	margin: 0.1em 10px;
}
/*======================================

	1-7.Edit Module

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

del {
	color: #999;
	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-8.Forms Module

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

form {
	margin:0;
	padding:0; 
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin:0 10px;
	padding: 0.1em 0;
	border: 1px solid #abadb3;
	font-family: Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",  sans-serif;
	background-color: #fff;
}

input {
	line-height:1;
}

input:hover,
textarea:hover {
	border: 1px solid #666;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

textarea {
	padding: 0.4em 10px;
}


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

	1-9.Tables Module

=======================================

table {
	margin: 0 20px 0.5em 20px;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ffb1c0;
}

th,
td {
	padding: 0.2em 5px;
	border: 1px solid #ffb1c0;
	border-color: #fff #ff6691 #ff6691 #fff;
	vertical-align:top;
	background-color: #ffffff;
}

th {
	color: #000;
	background-color: #ff8199;
	text-align:left;
}

td {
	border: 1px solid #ffb1c0;
}


table.node {
	padding:0;
	border:none;
	background-color: #fff;
	border-collapse:collapse;
	border-spacing:0;   
}
table.node th{
	margin:0;
	padding:0;
	border:none;
	background-color: #fff;
}
table.node td {
	margin:0;
	padding:0;
	border:none;
	background-color: #fff;
}
table.node2 {
	padding:0;
	border:none;
	background-color: #FFDCDC;
	border-collapse:collapse;
	border-spacing:0;   
}
table.node2 th{
	margin:0;
	padding:0;
	border:none;
	background-color: #FFDCDC;
}
table.node2 td {
	margin:0;
	padding:0;
	border:none;
	background-color: #FFDCDC;
}*/

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

	1-10.Image Module

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

img{
	border:0 none #fff;
	vertical-align:top;
}

a:hover img {
border:none;
}


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

	1-11.Object Module

=======================================

object,
embed {
	margin: 1em 20px;
}
*/